esp-hal/examples/src/bin
Dániel Buga 2ac47868f7
Remove FullDuplexMode and HalfDuplexMode type params (#2373)
* Remove duplex type param

* Rename dma_ functions
2024-10-24 07:22:21 +00:00
..
adc_cal.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
adc.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
advanced_serial.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
blinky_erased_pins.rs GPIO interconnect (#2128) 2024-09-11 15:15:55 +00:00
blinky.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
dac.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
debug_assist.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
dma_extmem2mem.rs Remove most PSRAM features (#2178) 2024-09-20 16:43:25 +00:00
dma_mem2mem.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
embassy_hello_world.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
embassy_i2c_bmp180_calibration_data.rs I2c rename, small docs clean up (#2320) 2024-10-10 07:26:13 +00:00
embassy_i2c.rs I2c rename, small docs clean up (#2320) 2024-10-10 07:26:13 +00:00
embassy_i2s_read.rs Preparatory i2s refactor (#2316) 2024-10-16 13:04:00 +00:00
embassy_i2s_sound.rs Preparatory i2s refactor (#2316) 2024-10-16 13:04:00 +00:00
embassy_multicore_interrupt.rs Rework locks (#2197) 2024-09-20 11:05:37 +00:00
embassy_multicore.rs Rework locks (#2197) 2024-09-20 11:05:37 +00:00
embassy_multiprio.rs Rename and wrap ErasedTimer (#2144) 2024-09-11 20:29:21 +00:00
embassy_parl_io_rx.rs Fix I2S examples (#2139) 2024-09-11 09:11:42 +00:00
embassy_parl_io_tx.rs Fix I2S examples (#2139) 2024-09-11 09:11:42 +00:00
embassy_rmt_rx.rs Optionally type-erased GPIO drivers (#2075) 2024-09-05 14:14:51 +00:00
embassy_rmt_tx.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
embassy_serial.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
embassy_spi.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
embassy_touch.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
embassy_twai.rs Erase TWAI (#2359) 2024-10-24 06:47:02 +00:00
embassy_usb_serial_jtag.rs Reordered RX-TX pairs to be consistent (#2074) 2024-09-06 09:56:10 +00:00
embassy_usb_serial.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
embassy_wait.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
etm_blinky_systimer.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
etm_gpio.rs Random additional GPIO cleanups, implement Peripheral for drivers (#2094) 2024-09-06 10:26:23 +00:00
etm_timer.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
flash_read_write.rs Add esp-storage to esp-hal repo (#1627) 2024-05-27 15:28:05 +00:00
gpio_interrupt.rs Use AtomicPtr, explain caveats (#2110) 2024-09-11 10:39:29 +00:00
hello_world.rs Clean up UART (#2132) 2024-09-10 16:11:00 +00:00
hmac.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
i2c_bmp180_calibration_data.rs I2c rename, small docs clean up (#2320) 2024-10-10 07:26:13 +00:00
i2c_display.rs I2c rename, small docs clean up (#2320) 2024-10-10 07:26:13 +00:00
i2s_read.rs Preparatory i2s refactor (#2316) 2024-10-16 13:04:00 +00:00
i2s_sound.rs Preparatory i2s refactor (#2316) 2024-10-16 13:04:00 +00:00
ieee802154_receive_all_frames.rs Move binary logging to sys crate (#2183) 2024-09-19 15:19:54 +00:00
ieee802154_receive_frame.rs Move binary logging to sys crate (#2183) 2024-09-19 15:19:54 +00:00
ieee802154_send_broadcast_frame.rs Move binary logging to sys crate (#2183) 2024-09-19 15:19:54 +00:00
ieee802154_send_frame.rs Move binary logging to sys crate (#2183) 2024-09-19 15:19:54 +00:00
ieee802154_sniffer.rs Move binary logging to sys crate (#2183) 2024-09-19 15:19:54 +00:00
lcd_cam_ov2640.rs Erase i2c peripheral instances (#2361) 2024-10-23 06:31:08 +00:00
lcd_i8080.rs Erase DMA type params (#2261) 2024-10-08 14:09:27 +00:00
ledc.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
lp_core_basic.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
lp_core_i2c.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
lp_core_uart.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
mcpwm.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
multicore.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
parl_io_rx.rs Fix I2S examples (#2139) 2024-09-11 09:11:42 +00:00
parl_io_tx.rs Fix I2S examples (#2139) 2024-09-11 09:11:42 +00:00
pcnt_encoder.rs Remove PcntSource (#2134) 2024-09-12 08:30:16 +00:00
psram_octal.rs Remove most PSRAM features (#2178) 2024-09-20 16:43:25 +00:00
psram_quad.rs Remove most PSRAM features (#2178) 2024-09-20 16:43:25 +00:00
qspi_flash.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
ram.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
read_efuse.rs Unify: Remove the chip-specific HAL packages, adapt esp-hal for direct use [1/?] (#1196) 2024-02-27 14:10:11 +00:00
rmt_rx.rs Random additional GPIO cleanups, implement Peripheral for drivers (#2094) 2024-09-06 10:26:23 +00:00
rmt_tx.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
rng.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
rtc_time.rs Allow setting RTC time (#1883) 2024-09-09 08:32:15 +00:00
rtc_watchdog.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
serial_interrupts.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
sleep_timer_ext0.rs Allow pin drivers as wakeup sources (#2095) 2024-09-09 10:45:46 +00:00
sleep_timer_ext1.rs Allow pin drivers as wakeup sources (#2095) 2024-09-09 10:45:46 +00:00
sleep_timer_lpio.rs Allow pin drivers as wakeup sources (#2095) 2024-09-09 10:45:46 +00:00
sleep_timer_rtcio.rs Allow pin drivers as wakeup sources (#2095) 2024-09-09 10:45:46 +00:00
sleep_timer.rs Implement sleep and wakeup functionalities for ESP32C2 #1920 (#1922) 2024-09-05 13:39:46 +00:00
software_interrupts.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
spi_halfduplex_read_manufacturer_id.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
spi_loopback_dma_psram.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
spi_loopback_dma.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
spi_loopback.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
spi_slave_dma.rs Remove FullDuplexMode and HalfDuplexMode type params (#2373) 2024-10-24 07:22:21 +00:00
systimer.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
timer_interrupt.rs Rename esp_hal::time::current_time to esp_hal::time::now (#2091) 2024-09-05 14:57:56 +00:00
touch.rs Random additional GPIO cleanups, implement Peripheral for drivers (#2094) 2024-09-06 10:26:23 +00:00
twai.rs Slight TWAI corrections (#2288) 2024-10-08 13:32:22 +00:00
ulp_riscv_core_basic.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
usb_serial_jtag.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
usb_serial.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
watchdog.rs Remove the need to manually pass clocks around (#1999) 2024-09-04 14:13:51 +00:00
wifi_80211_tx.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_access_point_with_sta.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_access_point.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_bench.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_ble.rs Remove current_millis (#2304) 2024-10-08 14:04:59 +00:00
wifi_coex.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_dhcp.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_embassy_access_point_with_sta.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_embassy_access_point.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_embassy_bench.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_embassy_ble.rs Remove current_millis (#2304) 2024-10-08 14:04:59 +00:00
wifi_embassy_dhcp.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_embassy_esp_now_duplex.rs Use relevant features when building documentation (#2295) 2024-10-08 07:31:56 +00:00
wifi_embassy_esp_now.rs Use relevant features when building documentation (#2295) 2024-10-08 07:31:56 +00:00
wifi_embassy_trouble.rs Use relevant features when building documentation (#2295) 2024-10-08 07:31:56 +00:00
wifi_esp_now.rs Remove current_millis (#2304) 2024-10-08 14:04:59 +00:00
wifi_sniffer.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00
wifi_static_ip.rs doc: add hint for feature flag in wifi examples (#2365) 2024-10-18 14:14:21 +00:00