esp-idf/components/soc
morris f40bbb01f2 Merge branch 'feature/i80_lcd_support_esp32s2' into 'master'
esp_lcd: lcd driver for esp32/esp32s2/esp32s3

Closes IDF-3144, IDF-3314, IDF-3315, and IDF-3316

See merge request espressif/esp-idf!13679
2021-08-18 07:55:06 +00:00
..
esp32 lcd: support i80 LCD on esp32/s2/s3 2021-08-10 21:06:59 +08:00
esp32c3 Merge branch 'bugfix/uart_set_pin_use_iomux' into 'master' 2021-08-05 04:17:29 +00:00
esp32h2 i2s: correct soc info 2021-08-10 21:06:59 +08:00
esp32s2 lcd: support i80 LCD on esp32/s2/s3 2021-08-10 21:06:59 +08:00
esp32s3 [esp_hw_support]: HMAC upstream support for S3 2021-08-13 12:01:06 +08:00
include/soc lcd: support i80 LCD on esp32/s2/s3 2021-08-10 21:06:59 +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