esp-hal/esp32s2-hal/examples
Scott Mabin 452fde2c12
Peripheral ref/gpio (#323)
* Implement Peripheral for all GPIO pins

* Update i2c & i2s to use the new gpio peripherals ref

* gpio pref: usb

* gpio pref: pulse control (RMT)

* gpio pref: spi

* gpio pref: uart

* gpio pref: ledc

* gpio pref: mcpwm

* fixup smartleds to use new pulse controller traits

* dump msrv

* bump rust-version in cargo tomls
2022-12-19 14:40:29 +00:00
..
adc.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
advanced_serial.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
blinky.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
clock_monitor.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
dac.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
embassy_hello_world.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
gpio_interrupt.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
hello_rgb.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
hello_world.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
i2c_bmp180_calibration_data.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
i2c_display.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
i2s_read.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
i2s_sound.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
ledc.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
pulse_control.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
ram.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
read_efuse.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
rtc_watchdog.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
serial_interrupts.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
sha.rs Peripheral ref/sha (#312) 2022-12-14 12:19:53 +00:00
spi_eh1_device_loopback.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
spi_eh1_loopback.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
spi_loopback_dma.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
spi_loopback.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
systimer.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
timer_interrupt.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
usb_serial.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
watchdog.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00