embassy/embassy-stm32/src
Bob McWhirter d4bf78a0c1 Don't set SAF=true, do set RA=true for Ethernet.
Source-Address-Filtering is not helping the board to receive packets.
For unknown reasons, the Receive-All is required, when in theory
it should not be required. Until we figure it out, follow the
stm32h7xx-hal example of setting RA=true.
2021-09-06 14:21:26 -04:00
..
adc Add missing files for G0 2021-09-02 11:19:54 +02:00
can bxcan: Cleanup 2021-08-18 21:58:50 +02:00
dac Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
dbgmcu Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
dma stm32: Add fences to DMA code 2021-08-10 20:45:41 -03:00
eth Don't set SAF=true, do set RA=true for Ethernet. 2021-09-06 14:21:26 -04:00
i2c i2c-v2: Use new interrupts macro 2021-08-01 19:10:42 -03:00
pwr Add missing files for G0 2021-09-02 11:19:54 +02:00
rcc Add HAL for SubGhz peripheral for STM32 WL series 2021-09-02 10:39:56 +02:00
sdmmc Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
spi Add HAL for SubGhz peripheral for STM32 WL series 2021-09-02 10:39:56 +02:00
subghz Temporarily comment unused code 2021-09-02 11:31:38 +02:00
usart Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) 2021-08-16 17:16:49 +02:00
exti.rs Add support for STM32G0 2021-08-20 00:15:11 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
gpio.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
interrupt.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
lib.rs Merge pull request #381 from lulf/stm32wl55-subghz 2021-09-06 00:58:42 +02:00
rng.rs Rename Random impl to Rng. 2021-09-01 09:39:33 -04:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00
time_driver.rs time: allow storing state inside the driver struct. 2021-08-25 21:06:27 +02:00