esp-idf/components/soc/esp32s2beta
Ivan Grokhotkov d9534b3d6a soc: fix backtraces containing ROM functions
esp_ptr_executable would return false for pointers to ROM, which would
interrupt the backtrace. This makes ROM ranges recognized as
executable.
2020-01-02 18:42:46 +01:00
..
include soc: fix backtraces containing ROM functions 2020-01-02 18:42:46 +01:00
adc_periph.c refactor the adc driver 2019-11-22 15:42:16 +08:00
component.mk
cpu_util.c
dac_periph.c dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio_periph.c refactor(gpio): add hal gpio driver 2019-11-22 17:24:53 +08:00
i2c_apll.h
i2c_bbpll.h
i2c_periph.c feature(I2C): Add i2c hal support. 2019-11-21 20:34:07 +08:00
i2c_rtc_clk.h
i2s_periph.c refactor(i2s): add hal i2s driver 2019-11-19 22:19:19 +08:00
interrupts.c
ledc_periph.c
rtc_clk.c
rtc_init.c
rtc_io_periph.c rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
rtc_periph.c rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
rtc_pm.c
rtc_sleep.c
rtc_time.c
rtc_wdt.c
soc_log.h
soc_memory_layout.c
sources.cmake Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
spi_periph.c
touch_sensor_hal.c Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
touch_sensor_periph.c Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
uart_periph.c feature: Add uart hal support. 2019-11-26 20:01:50 +08:00