1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32
Gunar Schorcht 2cbf90d9fe cpu/esp32: small fix of rtc_init for light sleep
`rtc_init` is used after light sleep to update the system time from RTC timer. The fix corrects a small difference of about 230 ms which would sum up with each wakeup from light sleep.
2020-03-22 23:53:02 +01:00
..
bin cpu/esp32: activate automatic XTAL detection 2020-01-09 15:34:18 +01:00
cxx many typo fixes 2019-11-23 22:39:07 +01:00
esp-eth drivers/netdev: use netdev_trigger_event_isr function 2020-03-06 14:03:43 +01:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
include cpu/esp32: remove gpio_config_sleep_mode func 2020-03-22 23:53:02 +01:00
ld Merge pull request #13516 from gschorcht/cpu/esp/fix_common_cpu_conf 2020-03-04 00:26:36 +01:00
periph cpu/esp32: small fix of rtc_init for light sleep 2020-03-22 23:53:02 +01:00
vendor cpu/esp*: move some vendor/esp code to cpu/esp_common 2020-02-21 09:09:34 +01:00
doc.txt cpu/esp*: common Makfile* added 2020-02-21 09:09:34 +01:00
esp_xtimer.c cpu/esp32: reflecting xtimer's member change 2020-01-10 13:21:33 -08:00
irq_arch.c cpu/esp*: common irq_arch in cpu/esp_common 2020-02-21 09:09:34 +01:00
Makefile cpu/esp32: remove esp_wifi 2020-02-21 09:09:34 +01:00
Makefile.dep cpu/esp32: fix esp_spi_ram dependency and flash mode setting 2020-02-21 10:14:03 +01:00
Makefile.features cpu/esp*: common Makfile* added 2020-02-21 09:09:34 +01:00
Makefile.include cpu/esp32: remove periph_rtc from used modules 2020-02-21 09:13:23 +01:00
startup.c cpu/esp*: common parts of syscalls in cpu/esp_common 2020-02-21 09:09:34 +01:00
syscalls.c cpu/esp*: common parts of syscalls in cpu/esp_common 2020-02-21 09:09:34 +01:00