aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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: add start/stop wakeup
| | * stm32/rtc: allow dead codexoviat2023-08-221-0/+2
| | |
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctxDario Nieuwenhuis2023-08-2214-83/+160
| |\ \ | | | | | | | | | | | | Refactor Channel/Sender/Receiver poll methods
| | * | 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
| |\ \ \ | | | | | | | | | | | | | | | rp::wlan_write: avoid ineffectual writing of entire buffer over spi
| | * | | 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
| | * | | | 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 STM Uart baud calculation to be fully 32-bit
| | * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Update Nightly.
| | * | | | 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.
| | * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | stm32: fix f37x build.
| | * | | | Fix lora docs build.Dario Nieuwenhuis2023-08-191-0/+3
| | | | | |
| | * | | | stm32: fix f37x build.Dario Nieuwenhuis2023-08-194-10/+11
| |/ / / / | | | | | | | | | | | | | | | originally broke in https://github.com/embassy-rs/embassy/pull/1762
| * | | | Merge pull request #1802 from avlec/error-translationDario Nieuwenhuis2023-08-181-2/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add error translation to tcp errors
| | * | | | add error translation to tcp errorsAlec Cox2023-08-181-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation of tpc client ConnectError and Error to the appropriate embedded_io_async errors
| * | | | | Merge pull request #1803 from randomplum/flash_h7abDario Nieuwenhuis2023-08-184-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 Sliwa2023-08-184-7/+62
| |/ / / / / | | | | | | | | | | | | | | | | | | STM32H7A/B devices
| * | | | | Merge pull request #1798 from aurelj/stm32_pwm_polarityDario Nieuwenhuis2023-08-183-0/+58
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | stm32: allow setting the PWM output polarity
| | * | | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Forward capacity impls
| | * | | | | Add udp capacity implsScott Mabin2023-08-151-0/+20
| | | | | | |
| | * | | | | Add tcp capacity implsScott Mabin2023-08-151-0/+28
| | | | | | |
| * | | | | | Merge pull request #1788 from embassy-rs/esp-hosted-cleanupDario Nieuwenhuis2023-08-184-70/+110
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: misc improvements.
| | * | | | | | net-esp-hosted: enable heartbeats from esp32 to detect if it crashes.Dario Nieuwenhuis2023-08-172-6/+25
| | | | | | | |
| | * | | | | | net-esp-hosted: put link down on wifi disconnect.Dario Nieuwenhuis2023-08-171-0/+6
| | | | | | | |
| | * | | | | | net-esp-hosted: sane error handling in control requests.Dario Nieuwenhuis2023-08-174-64/+79
| | | | | | | |
| * | | | | | | Merge pull request #1796 from embassy-rs/enc28j60-fixesDario Nieuwenhuis2023-08-188-35/+289
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | enc28j60: add HIL test, workaround RX buffer corruption.
| | * | | | | | | net-enc28j60: add HIL test.Dario Nieuwenhuis2023-08-187-12/+256
| | | | | | | | |
| | * | | | | | | net-enc28j60: reset rx logic when buffer corrupts.Dario Nieuwenhuis2023-08-181-21/+33
| | | | | | | | |
| | * | | | | | | net-enc28j60: remove useless 1ms sleep.Dario Nieuwenhuis2023-08-181-2/+0
| | | | | | | | |
| * | | | | | | | Merge pull request #1797 from aurelj/stm32_pwm_max_dutyDario Nieuwenhuis2023-08-182-4/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | stm32: allow setting PWM duty cycle to 100%
| | * | | | | | | stm32: allow setting PWM duty cycle to 100%Aurélien Jacobs2023-08-182-4/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the compare_value to max_compare_value make the PWM output go low when the timer reach the max_compare_value and go high again on the next timer clock, when the value roll back to 0. So to allow a 100% PWM that never goes low, the compare_value must be set to max_compare_value + 1.
| * | | | | | | Merge pull request #1795 from kext/msos-multisz-terminatorDario Nieuwenhuis2023-08-181-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | embassy-usb: Fixed the final null terminator for RegMultiSz.