esp-idf/components/soc
chenjianhua 84bcd1d1f0 soc: remove soc ble config from Kconfig 2022-10-09 17:07:53 +08:00
..
esp32 soc: remove soc ble config from Kconfig 2022-10-09 17:07:53 +08:00
esp32c2 Merge branch 'bugfix/fix_c2_xtal_unstable_when_wakeup_from_sleep_backport_v5.0' into 'release/v5.0' 2022-09-21 22:38:24 +08:00
esp32c3 esp_hw_support/clk_cali: fix xtal32k error detect 2022-09-21 16:21:11 +08:00
esp32h2 esp_hw_support/clk_cali: fix xtal32k error detect 2022-09-21 16:21:11 +08:00
esp32s2 esp_hw_support/clk_cali: fix xtal32k error detect 2022-09-21 16:21:11 +08:00
esp32s3 esp_hw_support/clk_cali: fix xtal32k error detect 2022-09-21 16:21:11 +08:00
include/soc soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
linux/include/soc
CMakeLists.txt
README.md
dport_access_common.c
linker.lf
lldesc.c

README.md

soc

The soc component provides hardware description for targets supported by ESP-IDF.

- `xxx_reg.h`   - defines registers related to the hardware
- `xxx_struct.h` - hardware description in C `struct`
- `xxx_channel.h` - definitions for hardware with multiple channels
- `xxx_caps.h`  - features/capabilities of the hardware
- `xxx_pins.h`  - pin definitions
- `xxx_periph.h/*.c`  - includes all headers related to a peripheral; declaration and definition of IO mapping for that hardware