| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: feature-gate wakeup alarm | xoviat | 2023-08-26 | 1 | -19/+2 |
| | | |||||
| * | tests/stm32: add stop and cleanpu | xoviat | 2023-08-26 | 3 | -2/+61 |
| | | |||||
| * | stm32: complete stop impl. | xoviat | 2023-08-26 | 4 | -164/+107 |
| | | |||||
| * | stm32: get the basic lp working | xoviat | 2023-08-26 | 3 | -92/+196 |
| | | |||||
| * | stm32: clenaup lp executor | xoviat | 2023-08-25 | 1 | -63/+91 |
| | | |||||
| * | stm32: flesh out lp executor | xoviat | 2023-08-24 | 5 | -20/+133 |
| | | |||||
| * | stm32: fix executor version | xoviat | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp | xoviat | 2023-08-23 | 45 | -45/+45 |
| |\ | |||||
| | * | Merge pull request #1817 from bugadani/executor-release | Ulf Lilleengen | 2023-08-23 | 44 | -44/+44 |
| | |\ | | | | | | | | | | Bump executor crate version to 0.3.0 | ||||
| | | * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 44 | -44/+44 |
| | |/ | |||||
| | * | Merge pull request #1815 from embassy-rs/esp-hosted-oopsie | Dario Nieuwenhuis | 2023-08-23 | 1 | -1/+1 |
| | |\ | | | | | | | | | | net-esp-hosted: fix oopsie | ||||
| | | * | net-esp-hosted: fix set link down on disconnect. | Dario Nieuwenhuis | 2023-08-23 | 1 | -1/+1 |
| | |/ | |||||
| * | | stm32/lp: pipe through lp ready | xoviat | 2023-08-23 | 1 | -8/+5 |
| | | | |||||
| * | | stm32/lp: add refcount | xoviat | 2023-08-23 | 2 | -0/+25 |
| | | | |||||
| * | | rtc: cleanup | xoviat | 2023-08-23 | 1 | -37/+4 |
| | | | |||||
| * | | rtc: get wakup irq working | xoviat | 2023-08-23 | 2 | -20/+32 |
| | | | |||||
| * | | stm32: impl. draft cfgr pwr | xoviat | 2023-08-22 | 2 | -11/+60 |
| | | | |||||
| * | | stm32: add executor to low-power mod | xoviat | 2023-08-22 | 3 | -3/+71 |
| | | | |||||
| * | | stm32: add low-power mod | xoviat | 2023-08-22 | 3 | -1/+19 |
| | | | |||||
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp | xoviat | 2023-08-22 | 145 | -1273/+3930 |
| |\| | |||||
| | * | Merge pull request #1766 from xoviat/rtc-w | xoviat | 2023-08-22 | 4 | -1/+227 |
| | |\ | | | | | | | | | | stm32/rtc: add start/stop wakeup | ||||
| | | * | stm32/rtc: allow dead code | xoviat | 2023-08-22 | 1 | -0/+2 |
| | | | | |||||
| | * | | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 14 | -83/+160 |
| | |\ \ | | | | | | | | | | | | | Refactor Channel/Sender/Receiver poll methods | ||||
| | | * | | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 14 | -63/+63 |
| | | | | | |||||
| | | * | | Implement Channel::poll_receive(..) -> Poll<T> | Ruben De Smet | 2023-08-11 | 2 | -5/+40 |
| | | | | | |||||
| | | * | | Channel poll methods return Poll instead of bool | Ruben De Smet | 2023-08-11 | 3 | -23/+26 |
| | | | | | |||||
| | | * | | Expose poll_ready_to_{send,receive} in Sender/Receiver | Ruben De Smet | 2023-08-11 | 1 | -0/+39 |
| | | | | | |||||
| | * | | | Merge pull request #1810 from soypat/write_wlan-fix | Dario Nieuwenhuis | 2023-08-22 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | rp::wlan_write: avoid ineffectual writing of entire buffer over spi | ||||
| | | * | | | don't pay for what you don't use | soypat | 2023-08-20 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge pull request #1812 from bugadani/storage | Dario Nieuwenhuis | 2023-08-22 | 3 | -51/+67 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Make `AvailableTask` public | ||||
| | | * | | | | Make AvailableTask public, deduplicate | Dániel Buga | 2023-08-21 | 3 | -51/+67 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #1813 from diondokter/stm32-brr-u32 | Dario Nieuwenhuis | 2023-08-22 | 1 | -17/+29 |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | Modified the STM Uart baud calculation to be fully 32-bit | ||||
| | | * | | | | Modified the brr calculation to be fully 32-bit | Dion Dokter | 2023-08-22 | 1 | -17/+29 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #1805 from embassy-rs/update-nightly-6 | Dario Nieuwenhuis | 2023-08-20 | 3 | -6/+6 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Update Nightly. | ||||
| | | * | | | | stm32/can: make latency assertion more lenient. | Dario Nieuwenhuis | 2023-08-20 | 1 | -2/+2 |
| | | | | | | | |||||
| | | * | | | | rustfmt. | Dario Nieuwenhuis | 2023-08-19 | 1 | -3/+3 |
| | | | | | | | |||||
| | | * | | | | Update Nightly. | Dario Nieuwenhuis | 2023-08-19 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #1807 from romixlab/main | Dario Nieuwenhuis | 2023-08-20 | 1 | -8/+13 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0. | ||||
| | | * | | | | Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0. | Isaikin Roman | 2023-08-20 | 1 | -8/+13 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #1804 from embassy-rs/fix-f37x | Dario Nieuwenhuis | 2023-08-18 | 5 | -10/+14 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | stm32: fix f37x build. | ||||
| | | * | | | | Fix lora docs build. | Dario Nieuwenhuis | 2023-08-19 | 1 | -0/+3 |
| | | | | | | | |||||
| | | * | | | | stm32: fix f37x build. | Dario Nieuwenhuis | 2023-08-19 | 4 | -10/+11 |
| | |/ / / / | | | | | | | | | | | | | | | | originally broke in https://github.com/embassy-rs/embassy/pull/1762 | ||||
| | * | | | | Merge pull request #1802 from avlec/error-translation | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+9 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Add error translation to tcp errors | ||||
| | | * | | | | add error translation to tcp errors | Alec Cox | 2023-08-18 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation of tpc client ConnectError and Error to the appropriate embedded_io_async errors | ||||
| | * | | | | | Merge pull request #1803 from randomplum/flash_h7ab | Dario Nieuwenhuis | 2023-08-18 | 4 | -7/+62 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | configure flash latency after axi clock and handle different flash on STM32H7A/B devices | ||||
| | | * | | | | | configure flash latency after axi clock and handle different flash in ↵ | Dominik Sliwa | 2023-08-18 | 4 | -7/+62 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | STM32H7A/B devices | ||||
| | * | | | | | Merge pull request #1798 from aurelj/stm32_pwm_polarity | Dario Nieuwenhuis | 2023-08-18 | 3 | -0/+58 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stm32: allow setting the PWM output polarity | ||||
| | | * | | | | | stm32: allow setting the PWM output polarity | Aurelien Jacobs | 2023-08-18 | 3 | -0/+58 |
| | |/ / / / / | |||||
| | * | | | | | Merge pull request #1779 from MabezDev/forward-capacity-impls | Dario Nieuwenhuis | 2023-08-18 | 2 | -0/+48 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Forward capacity impls | ||||
| | | * | | | | | Add udp capacity impls | Scott Mabin | 2023-08-15 | 1 | -0/+20 |
| | | | | | | | | |||||
