esp-idf/components/soc
Kevin (Lao Kaiyao) 03414a1550 Merge branch 'feature/add_esp32c5_beta3_soc_header_files_part3' into 'master'
feat(esp32c5): add struct name and reformat struct headers (stage 2/8, part3)

See merge request espressif/esp-idf!27521
2023-12-02 21:49:31 +08:00
..
esp32
esp32c2
esp32c3
esp32c5 feat(esp32c5): update reg headers for multiple instances module (part3) 2023-12-01 19:04:55 +08:00
esp32c6
esp32h2
esp32p4 feat(sdm): add driver support for esp32p4 2023-12-01 10:03:09 +08:00
esp32s2
esp32s3 Merge branch 'fix/esp32s3_soc_drom_high_addr' into 'master' 2023-12-01 12:41:59 +08:00
include/soc
linux/include/soc
CMakeLists.txt
Kconfig
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