esp-idf/components/soc
Kevin (Lao Kaiyao) 5381096100 Merge branch 'feature/update_esp32h2_beta2_reg_headers' into 'master'
esp32-h2 beta2: update to the latest regs

Closes IDF-4789

See merge request espressif/esp-idf!17520
2022-03-23 16:18:43 +08:00
..
esp32 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' 2022-03-23 15:32:46 +08:00
esp32c2 mbedtls: Fix build failures for ESP32-C2 with hardware SHA 2022-03-22 02:06:30 +00:00
esp32c3 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' 2022-03-23 15:32:46 +08:00
esp32h2 Merge branch 'feature/update_esp32h2_beta2_reg_headers' into 'master' 2022-03-23 16:18:43 +08:00
esp32s2 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' 2022-03-23 15:32:46 +08:00
esp32s3 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' 2022-03-23 15:32:46 +08:00
include/soc rmt: document and improve LL driver 2022-03-09 10:58:12 +08:00
linux/include/soc
CMakeLists.txt
README.md
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