esp-idf/components/soc
Konstantin Kondrashov ecf4968e1c Merge branch 'feature/esp32p4_support_ipc' into 'master'
feat(esp_system): Support IPC_ISR for ESP32P4

Closes IDF-7769

See merge request espressif/esp-idf!25812
2023-09-19 13:26:52 +08:00
..
esp32 Merge branch 'esp32_s2_s3_cpu_freq_to_pll' into 'master' 2023-09-18 20:01:31 +08:00
esp32c2 fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
esp32c3 fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
esp32c6 fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
esp32h2 fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
esp32p4 Merge branch 'feature/esp32p4_support_ipc' into 'master' 2023-09-19 13:26:52 +08:00
esp32s2 Merge branch 'esp32_s2_s3_cpu_freq_to_pll' into 'master' 2023-09-18 20:01:31 +08:00
esp32s3
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