esp-idf/components/soc
Jeroen Domburg 644f430a31 Merge branch 'feature/esp32c3_usbjtagserial_console' into 'master'
USB serial/jtag controller: Add vfs (logging/printf), panic handler, gdb support.

See merge request espressif/esp-idf!12925
2021-04-28 08:38:31 +00:00
..
esp32 spi_flash: refactoring flash encryption into new api 2021-04-25 17:09:25 +08:00
esp32c3 Merge branch 'feature/esp32c3_usbjtagserial_console' into 'master' 2021-04-28 08:38:31 +00:00
esp32s2 Merge branch 'bugfix/fix_touch_sensor_measure_start_wait_time' into 'master' 2021-04-27 12:50:06 +00:00
esp32s3 spi: update interrupt set in spi_ll.h 2021-04-27 11:11:00 +08:00
include/soc
CMakeLists.txt
README.md
component.mk
linker.lf
lldesc.c
memory_layout_utils.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