esp-hal/examples/src/bin
Dániel Buga 6d6f6a7baa
Move I2C driver to i2c::master (#2476)
* Move I2C driver to i2c::master

* Update esp-hal/CHANGELOG.md

Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com>

---------

Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com>
2024-11-08 12:28:53 +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 Move I2C driver to i2c::master (#2476) 2024-11-08 12:28:53 +00:00
embassy_i2c.rs Move I2C driver to i2c::master (#2476) 2024-11-08 12:28:53 +00:00
embassy_i2s_parallel.rs Move I2S drivers to i2s::master and i2s::parallel (#2472) 2024-11-07 09:39:08 +00:00
embassy_i2s_read.rs Move I2S drivers to i2s::master and i2s::parallel (#2472) 2024-11-07 09:39:08 +00:00
embassy_i2s_sound.rs Move I2S drivers to i2s::master and i2s::parallel (#2472) 2024-11-07 09:39:08 +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 into_async (#2430) 2024-11-04 09:32:12 +00:00
embassy_parl_io_tx.rs into_async (#2430) 2024-11-04 09:32:12 +00:00
embassy_rmt_rx.rs into_async (#2430) 2024-11-04 09:32:12 +00:00
embassy_rmt_tx.rs into_async (#2430) 2024-11-04 09:32:12 +00:00
embassy_serial.rs Flatten Uart module, remove unnecessary data, replace methods with apply_config (#2449) 2024-11-05 09:56:14 +00:00
embassy_spi.rs Spi master: remove public hidden APIs, add Config/apply_config (#2448) 2024-11-06 09:03:43 +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 Peripheral interconnect redo, vol 2 (split()) (#2418) 2024-11-04 11:29:28 +00:00
embassy_usb_serial_jtag.rs into_async (#2430) 2024-11-04 09:32:12 +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 ETM improvements (#2427) 2024-11-05 13:39:19 +00:00
etm_gpio.rs ETM improvements (#2427) 2024-11-05 13:39:19 +00:00
etm_timer.rs ETM improvements (#2427) 2024-11-05 13:39:19 +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 Move I2C driver to i2c::master (#2476) 2024-11-08 12:28:53 +00:00
i2c_display.rs Move I2C driver to i2c::master (#2476) 2024-11-08 12:28:53 +00:00
i2s_parallel.rs Move I2S drivers to i2s::master and i2s::parallel (#2472) 2024-11-07 09:39:08 +00:00
i2s_read.rs Move I2S drivers to i2s::master and i2s::parallel (#2472) 2024-11-07 09:39:08 +00:00
i2s_sound.rs Move I2S drivers to i2s::master and i2s::parallel (#2472) 2024-11-07 09:39:08 +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 Move I2C driver to i2c::master (#2476) 2024-11-08 12:28:53 +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 Flatten Uart module, remove unnecessary data, replace methods with apply_config (#2449) 2024-11-05 09:56:14 +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 Peripheral interconnect redo, vol 2 (split()) (#2418) 2024-11-04 11:29:28 +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 Spi master: remove public hidden APIs, add Config/apply_config (#2448) 2024-11-06 09:03:43 +00:00
ram.rs Make our nightly CI checks pass (#2356) 2024-11-01 10:31:56 +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 Add an option to configure WDT action (#2330) 2024-10-30 09:46:34 +00:00
serial_interrupts.rs Flatten Uart module, remove unnecessary data, replace methods with apply_config (#2449) 2024-11-05 09:56:14 +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 Spi master: remove public hidden APIs, add Config/apply_config (#2448) 2024-11-06 09:03:43 +00:00
spi_loopback_dma_psram.rs Spi master: remove public hidden APIs, add Config/apply_config (#2448) 2024-11-06 09:03:43 +00:00
spi_loopback_dma.rs Spi master: remove public hidden APIs, add Config/apply_config (#2448) 2024-11-06 09:03:43 +00:00
spi_loopback.rs Spi master: remove public hidden APIs, add Config/apply_config (#2448) 2024-11-06 09:03:43 +00:00
spi_slave_dma.rs SPI slave with_pin functions (#2485) 2024-11-08 07:29:37 +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 Peripheral interconnect redo, vol 2 (split()) (#2418) 2024-11-04 11:29:28 +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 Add an option to configure WDT action (#2330) 2024-10-30 09:46:34 +00:00
wifi_80211_tx.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_access_point_with_sta.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_access_point.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_bench.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_ble.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_coex.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_dhcp.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_access_point_with_sta.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_access_point.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_bench.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_ble.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_dhcp.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_esp_now_duplex.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_esp_now.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_embassy_trouble.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_esp_now.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_sniffer.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00
wifi_static_ip.rs Remove EspWifiInitFor & more granular init/deinit per driver (#2301) 2024-11-04 08:08:19 +00:00