esp-idf/components/soc
morris fc1aa2848b rgb_lcd: support yuv converter 2022-08-17 06:33:06 +00:00
..
esp32 replace CAN with TWAI in the esp_isr_names table 2022-08-11 11:23:03 +02:00
esp32c2 Merge branch 'bugfix/fix_c2_rtc_ldo_too_low_bug' into 'master' 2022-08-15 17:34:36 +08:00
esp32c3 Fix soc caps define for all chips 2022-08-08 20:50:28 +08:00
esp32h2 Fix soc caps define for all chips 2022-08-08 20:50:28 +08:00
esp32s2 touch_sleep: complete the support for touch sleep 2022-08-15 20:04:57 +08:00
esp32s3 rgb_lcd: support yuv converter 2022-08-17 06:33:06 +00:00
include/soc soc: fix register header files not self-contain 2022-07-29 11:18:06 +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