OVMS3-idf/components/soc/esp32
Ivan Grokhotkov 22b840f3df bootloader: don’t reload RTC_FAST DRAM after deep sleep
When CONFIG_ESP32_RTCDATA_IN_FAST_MEM is enabled, RTC data is placed
into RTC_FAST memory region, viewed from the data bus. However the
bootloader was missing a check that this region should not be
overwritten after deep sleep, which caused .rtc.bss segment to loose
its contents after wakeup.
2018-09-29 14:02:16 +08:00
..
include/soc bootloader: don’t reload RTC_FAST DRAM after deep sleep 2018-09-29 14:02:16 +08:00
test tests: use new CPU frequency setting API 2018-08-21 13:02:46 +08:00
component.mk soc/rtc_clk: reduce data size by disabling CSWTCH generation 2018-08-21 13:02:46 +08:00
cpu_util.c
gpio_periph.c
i2c_apll.h
i2c_bbpll.h
i2c_rtc_clk.h
rtc_clk.c esp32/sleep: Add a function to disable logging from ROM code 2018-09-04 16:03:18 +08:00
rtc_clk_common.h soc/rtc_clk: split rtc_clk_init into separate object file 2018-08-21 13:02:46 +08:00
rtc_clk_init.c soc: fix CPU frequency not updated in rtc_clk_init 2018-09-12 21:13:42 +08:00
rtc_init.c
rtc_periph.c Fix errors in rtc_gpio_desc values 2018-07-12 23:16:15 -07:00
rtc_pm.c
rtc_sleep.c soc/rtc: Force power on 8M clock if it is used to derive RTC slow clock 2018-08-22 11:33:20 +08:00
rtc_time.c
rtc_wdt.c bootloader_support: Fix enable rtc_wdt for resolve issue with varying supply 2018-09-03 05:43:01 +00:00
sdio_slave_periph.c
sdmmc_periph.c
soc_log.h
soc_memory_layout.c soc: fix trace memory region for single core mode 2018-08-15 20:52:39 +05:30
sources.cmake cmake: make main a component again 2018-09-11 09:44:12 +08:00
spi_periph.c