esp-idf/components/soc
Darian Leung f671a6fbda feat(usb): Add USB peripheral addresses for P4 2024-01-01 21:34:02 +08:00
..
esp32 feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp32c2 feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp32c3 feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp32c5 feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp32c6 Merge branch 'feature/parlio_rx_driver' into 'master' 2023-12-29 16:36:24 +08:00
esp32h2 Merge branch 'feature/parlio_rx_driver' into 'master' 2023-12-29 16:36:24 +08:00
esp32p4 feat(usb): Add USB peripheral addresses for P4 2024-01-01 21:34:02 +08:00
esp32s2 Merge branch 'feature/esp32p4_clock_support' into 'master' 2023-12-29 12:34:12 +08:00
esp32s3 Merge branch 'feature/esp32p4_clock_support' into 'master' 2023-12-29 12:34:12 +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