esp-idf/components/soc
zlq 58848946af [S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M 2024-04-10 19:51:25 +08:00
..
esp32
esp32c2 fix(esp_phy): Allow WiFi/USB interference workaround option only on supported targets 2024-03-11 20:21:54 +08:00
esp32c3 fix(esp_phy): Allow WiFi/USB interference workaround option only on supported targets 2024-03-11 20:21:54 +08:00
esp32c6 feat(esp_wifi): Refactor and improve FTM code 2024-03-18 21:33:02 +05:30
esp32h2
esp32s2
esp32s3 [S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M 2024-04-10 19:51:25 +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