esp-idf/components/soc
morris 25f723765e Merge branch 'feature/lcd_driver_follow_up' into 'master'
lcd: add PM lock

Closes IDF-3631, IDF-3704, and IDF-3317

See merge request espressif/esp-idf!14880
2021-09-10 03:14:50 +00:00
..
esp32 i2s: fix write failure on ESP32 in 32bit slave mode 2021-09-03 17:36:44 +08:00
esp32c3 hmac: Added Downstream JTAG enable mode for esp32c3 and esp32s3 2021-09-06 11:06:50 +05:30
esp32h2 esp32h2: Replicated HMAC JTAG downstream enable mode implementation 2021-09-06 11:06:50 +05:30
esp32s2 driver/i2s: refactor for i2s driver layer 2021-09-02 14:33:36 +08:00
esp32s3 Merge branch 'feature/lcd_driver_follow_up' into 'master' 2021-09-10 03:14:50 +00:00
include/soc driver/i2s: refactor for i2s driver layer 2021-09-02 14:33:36 +08:00
CMakeLists.txt
README.md
component.mk
linker.lf
lldesc.c
soc_include_legacy_warn.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