esp-idf/components/soc
Wan Lei 3459db1bbb Merge branch 'feat/c6lite_c61_introduce_step1_target' into 'master'
feat(esp32c61): introduce target esp32c61 (1/8) 🌱

See merge request espressif/esp-idf!29238
2024-03-05 11:36:17 +08:00
..
esp32
esp32c2
esp32c3
esp32c5 docs(uart): update lp uart and p4/c5 uart programming guide 2024-03-01 16:21:22 +08:00
esp32c6 Merge branch 'feature/tsens_etm' into 'master' 2024-03-05 10:09:25 +08:00
esp32c61 feat(esp32c61): introduce target esp32c61 2024-03-01 21:12:25 +08:00
esp32h2 feat(temperature_sensor): Add new support for temperature sensor ETM on ESP32C6/H2 2024-03-01 18:52:39 +08:00
esp32p4 Merge branch 'feature/tsens_etm' into 'master' 2024-03-05 10:09:25 +08:00
esp32s2
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