esp-idf/components/soc
Wan Lei 005e4c7e0b Merge branch 'feature/spi_h2_support' into 'master'
SPI: Support master, slave, slave_hd driver for H2

Closes IDF-6245, IDF-6246, IDF-6247, and IDF-6696

See merge request espressif/esp-idf!22048
2023-02-09 11:04:46 +08:00
..
esp32 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32c2 gptimer: unify clock setting with clk_tree API 2023-02-08 16:30:47 +08:00
esp32c3 esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp32c6 gptimer: unify clock setting with clk_tree API 2023-02-08 16:30:47 +08:00
esp32h2 Merge branch 'feature/spi_h2_support' into 'master' 2023-02-09 11:04:46 +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