esp-idf/components/soc
Zhi Wei Jian bec164ae93 Merge branch 'doc/update_p4_ble_docs' into 'master'
Update ESP32-P4 BLE docs

See merge request espressif/esp-idf!25355
2023-08-21 14:48:08 +08:00
..
esp32 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2023-08-16 19:07:22 +08:00
esp32c2
esp32c3 feat(i2s): supported external clock source input 2023-08-14 03:25:12 +00:00
esp32c6 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2023-08-16 19:07:22 +08:00
esp32h2 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2023-08-16 19:07:22 +08:00
esp32p4 update p4 BLE docs 2023-08-17 19:58:01 +08:00
esp32s2 feat(i2s): supported external clock source input 2023-08-14 03:25:12 +00:00
esp32s3 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2023-08-16 19:07:22 +08:00
include/soc feat(i2s): supported external clock source input 2023-08-14 03:25:12 +00:00
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