1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/periph
Gunar Schorcht 85b18a1c10 cpu/esp32: fix wake-up sources for sleep modes
When entering a sleep mode, all wake-up sources should first be disabled before the wake-up sources required for the sleep mode are then stepwise enabled again. Otherwise, an wake-up configuration of one sleep mode may affect the wake-up within another sleep mode.
2020-03-29 12:55:50 +02:00
..
adc_ctrl.c cpu/esp32: remove gpio_config_sleep_mode func 2020-03-22 23:53:02 +01:00
adc.c cpu/esp32/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
can.c cpu/esp32: module to print startup info 2019-11-28 18:59:09 +01:00
cpuid.c cpu: add esp32 2018-10-08 12:20:49 +02:00
dac.c cpu/esp32: fix typos 2019-11-23 22:39:36 +01:00
gpio.c cpu/esp32/periph_gpio: funcs for enter/exit sleep 2020-03-23 12:38:36 +01:00
i2c_hw.c cpu/esp32: fix typos 2019-11-23 22:39:36 +01:00
Makefile cpu/esp32: use periph.mk in perpih Makefile 2019-04-04 00:48:33 +02:00
pm.c cpu/esp32: fix wake-up sources for sleep modes 2020-03-29 12:55:50 +02:00
pwm.c many typo fixes 2019-11-23 22:39:07 +01:00
rtc.c cpu/esp32/periph_rtc: funcs for enter/exit sleep 2020-03-23 12:38:36 +01:00
timer.c cpu/esp32: remove extra isync from periph/timer 2020-02-21 09:09:34 +01:00