esp-idf/components/esp32s2
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 Merge branch 'feature/jtag_reenable' into 'master' 2020-10-15 14:46:49 +08:00
ld * memprot support for RTC_SLOW 2020-10-08 11:19:23 +08:00
test Merge branch 'feature/jtag_reenable' into 'master' 2020-10-15 14:46:49 +08:00
cache_err_int.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
clk.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
CMakeLists.txt intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
crosscore_int.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
dport_access.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_crypto_lock.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_ds.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_hmac.c HMAC: adding downstream JTAG Re-enable support 2020-09-28 23:40:59 +05:30
hw_random.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
Kconfig * memprot support for RTC_SLOW 2020-10-08 11:19:23 +08:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
memprot.c * memprot support for RTC_SLOW 2020-10-08 11:19:23 +08:00
spiram_psram.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
spiram_psram.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spiram.c esp32s2 spiram: Fix unused variable warnings 2020-09-21 11:43:55 +10:00
system_api_esp32s2.c spi: fix issue with closing DMA before CPU reset 2020-08-17 21:32:20 +08:00