embassy/embassy-stm32/src
bors[bot] aea5a0fd96
Merge #1140
1140: feat(stm32): Let uart implement embedded-io Write trait r=Dirbaio a=rmja



Co-authored-by: Rasmus Melchior Jacobsen <rmja@laesoe.org>
2023-01-14 19:45:28 +00:00
..
adc Remove unnecessary use of atomic-polyfill. 2022-12-23 20:46:49 +01:00
can Add non blocking Bxcan constructor. 2022-09-21 22:29:57 -04:00
crc Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
dma Let repeated clock byte be singular pointer and not array pointer 2022-12-23 15:49:22 +01:00
eth net: split driver trait to a separate crate. 2022-12-26 04:49:08 +01:00
flash Remove unnecessary use of atomic-polyfill. 2022-12-23 20:46:49 +01:00
fmc Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
i2c Remove unnecessary use of atomic-polyfill. 2022-12-23 20:46:49 +01:00
pwm rename PwmPin::new_chX, update examples. 2022-07-23 16:16:29 +02:00
rcc stm32/rcc: fix u5 pll, add hsi48. 2023-01-11 17:57:22 +01:00
sdmmc Fix comment 2022-12-06 23:31:58 +02:00
spi Let repeated clock byte be singular pointer and not array pointer 2022-12-23 15:49:22 +01:00
subghz Implement time feature 2022-10-24 11:38:15 +03:00
timer Revert "Make advanced timer trait not require general purpose timer trait as the timers are too different." 2022-07-12 15:11:57 +03:00
usart Update mod.rs 2023-01-14 07:13:29 +01:00
usb Update stm32-data. 2023-01-11 17:51:30 +01:00
usb_otg stm32: add USB OTG support. 2023-01-11 17:56:47 +01:00
wdg stm32: Fix watchdog division by zero for 256 prescaler, add watchdog example for H7 2022-11-10 15:56:28 +01:00
dac.rs Use RccPeripheral for DAC and add a hackfix for H7 2022-08-04 03:31:47 +03:00
dcmi.rs Replace futures::future::join -> embassy_futures::join::join. 2022-09-22 16:48:35 +02:00
exti.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01: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 Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
interrupt.rs Update to critical-section 1.0, atomic-polyfill 1.0 2022-08-17 19:01:56 +02:00
lib.rs Update stm32-data. 2023-01-11 17:51:30 +01:00
rng.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
time_driver.rs Help compiler with type inference 2022-10-24 11:31:54 +03:00
time.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
traits.rs stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. 2022-04-27 01:16:14 +02:00