| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1797 from aurelj/stm32_pwm_max_duty | Dario Nieuwenhuis | 2023-08-18 | 2 | -4/+4 |
| |\ | |||||
| | * | stm32: allow setting PWM duty cycle to 100% | Aurélien Jacobs | 2023-08-18 | 2 | -4/+4 |
| |/ | |||||
| * | Merge pull request #1795 from kext/msos-multisz-terminator | Dario Nieuwenhuis | 2023-08-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed the final null terminator for RegMultiSz. | Lukas Joeressen | 2023-08-18 | 1 | -1/+1 |
| * | | Merge pull request #1794 from embassy-rs/rp-flash-naming | Dario Nieuwenhuis | 2023-08-18 | 5 | -78/+82 |
| |\ \ | |/ |/| | |||||
| | * | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 5 | -78/+82 |
| |/ | |||||
| * | Merge pull request #1793 from ARizzo35/stm32l4-rtc-pwren | Dario Nieuwenhuis | 2023-08-18 | 1 | -1/+2 |
| |\ | |||||
| | * | stm32l4: set pwren in rcc regardless of clock source | Adam Rizkalla | 2023-08-17 | 1 | -1/+2 |
| * | | Merge pull request #1787 from embassy-rs/nrf-internal-defmt | Dario Nieuwenhuis | 2023-08-16 | 2 | -2/+2 |
| |\ \ | |||||
| | * | | nrf: enable defmt for embassy-hal-internal. | Dario Nieuwenhuis | 2023-08-16 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #1786 from embassy-rs/net-w5100s-hil | Dario Nieuwenhuis | 2023-08-16 | 21 | -38/+271 |
| |\ \ | |||||
| | * | | net-wiznet: add HIL test using w5100s. | Dario Nieuwenhuis | 2023-08-16 | 21 | -38/+271 |
| * | | | Merge pull request #1785 from oll3/fix/set-rtc-clock-source | Dario Nieuwenhuis | 2023-08-16 | 1 | -0/+5 |
| |\ \ \ | |||||
| | * | | | stm32-wl: set RTC clock source on RCC init | Olle Sandberg | 2023-08-16 | 1 | -0/+5 |
| |/ / / | |||||
| * | | | Merge pull request #1784 from sgoll/check-rcc-before-apply | Dario Nieuwenhuis | 2023-08-16 | 1 | -16/+16 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Make sure to check RCC settings for compatibility before applying | Sebastian Goll | 2023-08-16 | 1 | -16/+16 |
| |/ / | |||||
| * | | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 32 | -206/+84 |
| * | | Merge pull request #1525 from embassy-rs/w5100s | Dario Nieuwenhuis | 2023-08-15 | 20 | -272/+461 |
| |\ \ | |/ |/| | |||||
| | * | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 16 | -30/+52 |
| | * | net-w5500: add w5100s support. | Dario Nieuwenhuis | 2023-08-15 | 6 | -18/+123 |
| | * | net-w5500: extract chip-specific stuff to a trait. | Dario Nieuwenhuis | 2023-08-15 | 9 | -94/+169 |
| | * | net-w5500: inline socket into device. | Dario Nieuwenhuis | 2023-08-15 | 3 | -104/+99 |
| | * | net-w5500: add Address type. | Dario Nieuwenhuis | 2023-08-15 | 3 | -53/+44 |
| | * | rp: fix async spi read sometimes hanging. | Dario Nieuwenhuis | 2023-08-15 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #1781 from bugadani/typo | Dario Nieuwenhuis | 2023-08-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typo | Dániel Buga | 2023-08-15 | 1 | -1/+1 |
| * | | Merge pull request #1780 from embassy-rs/w5500-simplify | Dario Nieuwenhuis | 2023-08-15 | 1 | -27/+11 |
| |\ \ | |||||
| | * | | net-w5500: simplify rx logic. | Dario Nieuwenhuis | 2023-08-15 | 1 | -27/+11 |
| |/ / | |||||
| * | | ci/docs: build embassy-net-enc28j60. | Dario Nieuwenhuis | 2023-08-15 | 1 | -0/+1 |
| * | | Merge pull request #1777 from MabezDev/embassy-net/async-send-recv | Dario Nieuwenhuis | 2023-08-15 | 1 | -0/+102 |
| |\ \ | |||||
| | * | | embassy-net:tcp:send/recv | Scott Mabin | 2023-08-14 | 1 | -0/+102 |
| | |/ | |||||
| * | | Merge pull request #1746 from embassy-rs/enc28j60-v2 | Dario Nieuwenhuis | 2023-08-15 | 16 | -7/+1722 |
| |\ \ | |||||
| | * | | net-enc28j60: add docs, readme. | Dario Nieuwenhuis | 2023-08-15 | 2 | -0/+27 |
| | * | | cleanup vscode settings. | Dario Nieuwenhuis | 2023-08-15 | 1 | -7/+11 |
| | * | | net-enc28j60: fix PHY read unreliable due to missing dummy byte. | Dario Nieuwenhuis | 2023-08-15 | 2 | -9/+13 |
| | * | | net-enc28j60: add example. | Dario Nieuwenhuis | 2023-08-15 | 2 | -0/+128 |
| | * | | wip: enc28j60 driver. | Dario Nieuwenhuis | 2023-08-15 | 13 | -0/+1552 |
| |/ / | |||||
| * | | Build stm32 docs last. | Dario Nieuwenhuis | 2023-08-15 | 1 | -2/+9 |
| * | | Merge pull request #1774 from bugadani/executor | Dario Nieuwenhuis | 2023-08-14 | 8 | -153/+124 |
| |\ \ | |/ |/| | |||||
| | * | Update docs | Dániel Buga | 2023-08-14 | 2 | -24/+29 |
| | * | Don't check context if only thread-mode is enabled | Dániel Buga | 2023-08-14 | 1 | -1/+2 |
| | * | Hide Pender | Dániel Buga | 2023-08-14 | 1 | -2/+2 |
| | * | Fix fn name | Dániel Buga | 2023-08-14 | 3 | -5/+5 |
| | * | Remove interrupt executor, remove PenderContext | Dániel Buga | 2023-08-14 | 8 | -164/+19 |
| | * | Make PenderContext actually pointer-size | Dániel Buga | 2023-08-14 | 1 | -1/+1 |
| | * | Remove the non-specific thread-mode executor | Dániel Buga | 2023-08-14 | 7 | -268/+361 |
| | * | Make PenderContext opaque | Dániel Buga | 2023-08-14 | 6 | -8/+29 |
| | * | Remove the Pender enum | Dániel Buga | 2023-08-14 | 8 | -101/+98 |
| | * | Remove pender-callback | Dániel Buga | 2023-08-14 | 2 | -24/+2 |
| | * | Remove thread-context feature | Dániel Buga | 2023-08-14 | 8 | -34/+5 |
