esp-idf/components/soc
morris 990c6f58a6 Merge branch 'feature/etm_support_h2' into 'master'
etm: add basic driver on esp32h2

Closes IDF-6225

See merge request espressif/esp-idf!22246
2023-02-08 10:42:10 +08:00
..
esp32 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32c2 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32c3 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32c6 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32h2 Merge branch 'feature/etm_support_h2' into 'master' 2023-02-08 10:42:10 +08:00
esp32h4 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32s2 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32s3 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
include/soc
linux/include/soc refactor soc CMakeLists 2023-01-20 22:07:50 +08:00
CMakeLists.txt refactor soc CMakeLists 2023-01-20 22:07:50 +08:00
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