esp-hal/esp32-hal/examples
liebman 37466fd9c7
deep sleep api for esp32 (#574)
* deep sleep api for esp32

* move to list of wakeup sources

* improve Ext0WakeupSource - still WIP

* add deep sleep with timer wakeup example
add Ext0 wakeup source (WIP/Non-working)

* removed alloc (using heapless now)

* Sleep: ext0 wakeup working

* add sleep_timer_ext0 example

* API change: move sleep into RTC as sleep, sleep_deep, sleep_light

* fix sleep examples for new API

* sleep only implemented for esp32 at this time

* sleep only implemented for esp32 at this time

* Implement a simple RTCPin trait to support sleep

* implement RTCPin for all xtensa SOC

* cargo fmt & update changelog

* fix change log order (accidentally swaped during rebase)

* implement Drop for Ext0WakeupSource

* added Ext1 wakeup source

* cargo fmt

* healpess was unused, removed

* fix pase macro usage
2023-07-14 15:44:13 +00:00
..
adc.rs
advanced_serial.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
clock_monitor.rs
crc.rs Add MD5 functionality from ESP ROM (#618) 2023-06-26 09:01:34 +02:00
dac.rs
embassy_hello_world.rs
embassy_i2c.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
embassy_serial.rs Async serial uart read (#620) 2023-06-26 16:56:32 +01:00
embassy_spi.rs Some minor cleanup (#642) 2023-07-05 11:09:04 -07:00
embassy_wait.rs
gpio_interrupt.rs
hello_rgb.rs
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs Update embedded-graphics and ssd1306, address breaking changes 2023-06-28 09:47:43 -07:00
i2s_read.rs
i2s_sound.rs
ledc.rs
mcpwm.rs
multicore.rs
pcnt_encoder.rs
psram.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
pulse_control.rs
qspi_flash.rs
ram.rs
read_efuse.rs
rng.rs
rsa.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
rtc_time.rs Clean up a stray comment in rtc_time examples (#630) 2023-06-30 12:30:05 +01:00
rtc_watchdog.rs
serial_interrupts.rs
sha.rs
sleep_timer_ext0.rs deep sleep api for esp32 (#574) 2023-07-14 15:44:13 +00:00
sleep_timer_ext1.rs deep sleep api for esp32 (#574) 2023-07-14 15:44:13 +00:00
sleep_timer.rs deep sleep api for esp32 (#574) 2023-07-14 15:44:13 +00:00
software_interrupts.rs
spi_eh1_device_loopback.rs
spi_eh1_loopback.rs
spi_halfduplex_read_manufacturer_id.rs
spi_loopback_dma.rs
spi_loopback.rs
timer_interrupt.rs
watchdog.rs