esp-idf/components/soc
Kevin (Lao Kaiyao) f629c4b7e9 Merge branch 'feature/i2s_support_mclk_input' into 'master'
feat(i2s): supported external clock source input

Closes IDF-7889

See merge request espressif/esp-idf!24942
2023-08-16 19:07:22 +08:00
..
esp32 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2023-08-16 19:07:22 +08:00
esp32c2 Merge branch 'feature/i2c_master_new_driver' into 'master' 2023-08-10 16:51:31 +08:00
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 Merge branch 'feature/esp32p4_docs_build' into 'master' 2023-08-16 11:49:43 +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