embassy/examples/stm32f4/src/bin
2024-05-20 08:49:12 +00:00
..
adc.rs stm32: update adc examples 2024-04-10 10:57:52 +03:00
blinky.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
button_exti.rs stm32/gpio: remove generics. 2024-01-22 21:31:06 +01:00
button.rs Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
can.rs fixed: example loops crashing after 256 passes 2024-04-29 22:31:16 +02:00
dac.rs stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. 2024-04-29 20:52:27 +02:00
eth.rs examples/stm32: reduce packet queue count to avoid OOM on smaller chips. 2024-05-13 01:11:49 +02:00
flash_async.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
flash.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
hello.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
i2c_async.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
i2c_comparison.rs Reduce use of the full futures crate. 2024-04-26 23:22:25 +02:00
i2c.rs stm32/i2c: remove DMA generic params. 2024-04-15 23:40:12 +02:00
i2s_dma.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
input_capture.rs fix fmt for ci 2024-05-06 02:52:22 -04:00
mco.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
multiprio.rs Incorporated adam’s suggestion into all multiprio comments 2024-04-07 16:22:42 +02:00
pwm_complementary.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
pwm.rs ask a DMA Channel only when use .gen_waveform() 2024-01-02 14:01:09 +08:00
rtc.rs stm32/rtc: remove use of deprecated .timestamp() 2024-03-06 19:45:57 +01:00
sdmmc.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
spi_dma.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
spi.rs stm32/spi: remove DMA generic params. 2024-04-15 21:23:49 +02:00
usart_buffered.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
usart_dma.rs stm32/usart: remove DMA generic params. 2024-04-16 02:00:55 +02:00
usart.rs stm32/usart: remove DMA generic params. 2024-04-16 02:00:55 +02:00
usb_ethernet.rs examples/stm32: do not enable vbus detect by default, it doesn't work on all boards. 2024-05-13 01:11:49 +02:00
usb_hid_keyboard.rs examples/stm32: do not enable vbus detect by default, it doesn't work on all boards. 2024-05-13 01:11:49 +02:00
usb_hid_mouse.rs examples/stm32: do not enable vbus detect by default, it doesn't work on all boards. 2024-05-13 01:11:49 +02:00
usb_raw.rs examples/stm32: do not enable vbus detect by default, it doesn't work on all boards. 2024-05-13 01:11:49 +02:00
usb_serial.rs examples/stm32: do not enable vbus detect by default, it doesn't work on all boards. 2024-05-13 01:11:49 +02:00
wdt.rs Update wdt.rs: reverted change, probably unneccesary here 2024-04-29 22:45:02 +02:00
ws2812_pwm.rs stm32/timer: simplify traits, convert from trait methods to struct. 2024-03-23 01:37:28 +01:00
ws2812_spi.rs stm32/spi: remove DMA generic params. 2024-04-15 21:23:49 +02:00