esp-idf/components/soc
Michael (XIAO Xufeng) 78165c541e Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master'
bootloader: fixed the issue custom_uart_gpio doesn't take effect

Closes IDF-4606

See merge request espressif/esp-idf!16910
2022-03-02 02:35:14 +08:00
..
esp32 Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master' 2022-03-02 02:35:14 +08:00
esp32c2
esp32c3 Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master' 2022-03-02 02:35:14 +08:00
esp32h2
esp32s2 Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master' 2022-03-02 02:35:14 +08:00
esp32s3 Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master' 2022-03-02 02:35:14 +08:00
include/soc
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