OVMS3-idf/components/soc/src/esp32s2
Renz Christian Bagaporo 7f864d24ad soc: prefer assertions, disabling functions for cpu abstractions
Prefer assertions, making available functions only when caps support it
for cpu-related abstractions.

Changes cpu hal functions to stall, unstall, reset to not accept -1;
instead prefering macros that provide the same functionality.
2020-02-27 07:15:14 +05:00
..
include/hal soc: prefer assertions, disabling functions for cpu abstractions 2020-02-27 07:15:14 +05:00
brownout_hal.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
CMakeLists.txt soc: create abstraction for cpu related operations 2020-02-27 07:14:19 +05:00
i2c_brownout.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
i2c_rtc_clk.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
rtc_clk.c esp32s2: fix enabling 32k XTAL clock 2020-02-17 17:33:56 +01:00
rtc_clk_common.h soc/rtc: update frequency switching APIs to match the master branch 2020-02-17 17:23:32 +01:00
rtc_clk_init.c soc/rtc: update frequency switching APIs to match the master branch 2020-02-17 17:23:32 +01:00
rtc_init.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_pm.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_sleep.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_time.c rtc_clk_cal: make compatible with the ESP32 2020-02-17 17:33:56 +01:00
rtc_wdt.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
soc_memory_layout.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
touch_sensor_hal.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
usb_hal.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00