aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32: feature-gate wakeup alarmxoviat2023-08-261-19/+2
* tests/stm32: add stop and cleanpuxoviat2023-08-263-2/+61
* stm32: complete stop impl.xoviat2023-08-264-164/+107
* stm32: get the basic lp workingxoviat2023-08-263-92/+196
* stm32: clenaup lp executorxoviat2023-08-251-63/+91
* stm32: flesh out lp executorxoviat2023-08-245-20/+133
* stm32: fix executor versionxoviat2023-08-231-1/+1
* Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lpxoviat2023-08-2345-45/+45
|\
| * Merge pull request #1817 from bugadani/executor-releaseUlf Lilleengen2023-08-2344-44/+44
| |\
| | * Bump executor crate version to 0.3.0Dániel Buga2023-08-2344-44/+44
| |/
| * Merge pull request #1815 from embassy-rs/esp-hosted-oopsieDario Nieuwenhuis2023-08-231-1/+1
| |\
| | * net-esp-hosted: fix set link down on disconnect.Dario Nieuwenhuis2023-08-231-1/+1
| |/
* | stm32/lp: pipe through lp readyxoviat2023-08-231-8/+5
* | stm32/lp: add refcountxoviat2023-08-232-0/+25
* | rtc: cleanupxoviat2023-08-231-37/+4
* | rtc: get wakup irq workingxoviat2023-08-232-20/+32
* | stm32: impl. draft cfgr pwrxoviat2023-08-222-11/+60
* | stm32: add executor to low-power modxoviat2023-08-223-3/+71
* | stm32: add low-power modxoviat2023-08-223-1/+19
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lpxoviat2023-08-22145-1273/+3930
|\|
| * Merge pull request #1766 from xoviat/rtc-wxoviat2023-08-224-1/+227
| |\
| | * stm32/rtc: allow dead codexoviat2023-08-221-0/+2
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctxDario Nieuwenhuis2023-08-2214-83/+160
| |\ \
| | * | Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-2214-63/+63
| | * | Implement Channel::poll_receive(..) -> Poll<T>Ruben De Smet2023-08-112-5/+40
| | * | Channel poll methods return Poll instead of boolRuben De Smet2023-08-113-23/+26
| | * | Expose poll_ready_to_{send,receive} in Sender/ReceiverRuben De Smet2023-08-111-0/+39
| * | | Merge pull request #1810 from soypat/write_wlan-fixDario Nieuwenhuis2023-08-221-1/+1
| |\ \ \
| | * | | don't pay for what you don't usesoypat2023-08-201-1/+1
| * | | | Merge pull request #1812 from bugadani/storageDario Nieuwenhuis2023-08-223-51/+67
| |\ \ \ \
| | * | | | Make AvailableTask public, deduplicateDániel Buga2023-08-213-51/+67
| * | | | | Merge pull request #1813 from diondokter/stm32-brr-u32Dario Nieuwenhuis2023-08-221-17/+29
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Modified the brr calculation to be fully 32-bitDion Dokter2023-08-221-17/+29
| |/ / / /
| * | | | Merge pull request #1805 from embassy-rs/update-nightly-6Dario Nieuwenhuis2023-08-203-6/+6
| |\ \ \ \
| | * | | | stm32/can: make latency assertion more lenient.Dario Nieuwenhuis2023-08-201-2/+2
| | * | | | rustfmt.Dario Nieuwenhuis2023-08-191-3/+3
| | * | | | Update Nightly.Dario Nieuwenhuis2023-08-191-1/+1
| * | | | | Merge pull request #1807 from romixlab/mainDario Nieuwenhuis2023-08-201-8/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0.Isaikin Roman2023-08-201-8/+13
| |/ / / /
| * | | | Merge pull request #1804 from embassy-rs/fix-f37xDario Nieuwenhuis2023-08-185-10/+14
| |\ \ \ \
| | * | | | Fix lora docs build.Dario Nieuwenhuis2023-08-191-0/+3
| | * | | | stm32: fix f37x build.Dario Nieuwenhuis2023-08-194-10/+11
| |/ / / /
| * | | | Merge pull request #1802 from avlec/error-translationDario Nieuwenhuis2023-08-181-2/+9
| |\ \ \ \
| | * | | | add error translation to tcp errorsAlec Cox2023-08-181-2/+9
| * | | | | Merge pull request #1803 from randomplum/flash_h7abDario Nieuwenhuis2023-08-184-7/+62
| |\ \ \ \ \
| | * | | | | configure flash latency after axi clock and handle different flash in STM32H...Dominik Sliwa2023-08-184-7/+62
| |/ / / / /
| * | | | | Merge pull request #1798 from aurelj/stm32_pwm_polarityDario Nieuwenhuis2023-08-183-0/+58
| |\ \ \ \ \
| | * | | | | stm32: allow setting the PWM output polarityAurelien Jacobs2023-08-183-0/+58
| |/ / / / /
| * | | | | Merge pull request #1779 from MabezDev/forward-capacity-implsDario Nieuwenhuis2023-08-182-0/+48
| |\ \ \ \ \
| | * | | | | Add udp capacity implsScott Mabin2023-08-151-0/+20