esp-idf/components/esp_system
Michael (XIAO Xufeng) 647dea9395 soc: combine xxx_caps.h into one soc_caps.h
During HAL layer refactoring and new chip bringup, we have several
caps.h for each part, to reduce the conflicts to minimum. But this is
The capabilities headers will be relataive stable once completely
written (maybe after the featues are supported by drivers).

Now ESP32 and ESP32-S2 drivers are relative stable, making it a good
time to combine all these caps.h into one soc_caps.h

This cleanup also move HAL config and pin config into separated files,
to make the responsibilities of these headers more clear. This is
helpful for the stabilities of soc_caps.h because we want to make it
public some day.
2020-10-17 16:10:15 +08:00
..
include intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
port esp_system: fix incorrect critical section usage in usb_console 2020-10-13 17:39:31 +02:00
test freertos: pin timer task in core 0 plus fixed in SMP race conditions 2020-10-14 16:11:49 +11:00
CMakeLists.txt intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
Kconfig esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
component.mk esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00
esp_async_memcpy.c async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
intr_alloc.c intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
linker.lf app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version 2020-10-13 23:52:03 +00:00
panic.c * memprot support for RTC_SLOW 2020-10-08 11:19:23 +08:00
sdkconfig.rename esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
sleep_modes.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
startup.c Coredump config option rename throughout IDF 2020-09-30 20:22:27 +05:30
system_api.c bringup esp32-s3 on FPGA 2020-09-22 15:15:03 +08:00
system_time.c bringup esp32-s3 on FPGA 2020-09-22 15:15:03 +08:00