Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
esp32/ | 11-Mar-2024 | - | 56,786 | 38,050 | ||
esp32c3/ | 11-Mar-2024 | - | 45,193 | 31,688 | ||
esp32s2/ | 11-Mar-2024 | - | 69,581 | 44,419 | ||
esp32s3/ | 11-Mar-2024 | - | 81,181 | 57,518 | ||
include/soc/ | 11-Mar-2024 | - | 1,475 | 708 | ||
src/esp32/ | 11-Mar-2024 | - | 743 | 596 | ||
CMakeLists.txt | D | 11-Mar-2024 | 308 | 9 | 7 | |
README.md | D | 11-Mar-2024 | 522 | 10 | 8 | |
component.mk | D | 11-Mar-2024 | 150 | 5 | 3 | |
linker.lf | D | 11-Mar-2024 | 62 | 5 | 4 | |
lldesc.c | D | 11-Mar-2024 | 1.3 KiB | 48 | 44 | |
memory_layout_utils.c | D | 11-Mar-2024 | 8 KiB | 195 | 133 | |
soc_include_legacy_warn.c | D | 11-Mar-2024 | 333 | 6 | 4 |
README.md
1## `soc` ## 2 3The `soc` component provides hardware description for targets supported by ESP-IDF. 4 5 - `xxx_reg.h` - defines registers related to the hardware 6 - `xxx_struct.h` - hardware description in C `struct` 7 - `xxx_channel.h` - definitions for hardware with multiple channels 8 - `xxx_caps.h` - features/capabilities of the hardware 9 - `xxx_pins.h` - pin definitions 10 - `xxx_periph.h/*.c` - includes all headers related to a peripheral; declaration and definition of IO mapping for that hardware