esp-idf/components/soc
Mahavir Jain bdefd7fb6b Merge branch 'esp32c6/add_ecc_support' into 'master'
esp32c6: Add support for ECC peripheral

Closes IDF-5820

See merge request espressif/esp-idf!20950
2022-11-08 17:06:53 +08:00
..
esp32 Merge branch 'feature/twai_bringup_esp32c6' into 'master' 2022-11-07 18:00:05 +08:00
esp32c2 Support external coexist formal code for C2 & S3, 2022-11-08 11:11:41 +08:00
esp32c3 Merge branch 'feature/twai_bringup_esp32c6' into 'master' 2022-11-07 18:00:05 +08:00
esp32c6 Merge branch 'esp32c6/add_ecc_support' into 'master' 2022-11-08 17:06:53 +08:00
esp32h2 Merge branch 'feature/twai_bringup_esp32c6' into 'master' 2022-11-07 18:00:05 +08:00
esp32s2 Merge branch 'feature/twai_bringup_esp32c6' into 'master' 2022-11-07 18:00:05 +08:00
esp32s3 Merge branch 'feature/twai_bringup_esp32c6' into 'master' 2022-11-07 18:00:05 +08:00
include/soc Merge branch 'feature/twai_bringup_esp32c6' into 'master' 2022-11-07 18:00:05 +08:00
linux/include/soc
CMakeLists.txt
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