|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| esp32/ | | 11-Mar-2024 | - | 58,971 | 38,412 |
| esp32c3/ | | 11-Mar-2024 | - | 46,993 | 32,438 |
| esp32h2/ | | 11-Mar-2024 | - | 49,127 | 33,849 |
| esp32s2/ | | 11-Mar-2024 | - | 72,081 | 44,445 |
| esp32s3/ | | 11-Mar-2024 | - | 107,762 | 67,992 |
| include/soc/ | | 11-Mar-2024 | - | 1,631 | 815 |
| src/esp32/ | | 11-Mar-2024 | - | 739 | 593 |
| CMakeLists.txt | D | 11-Mar-2024 | 348 | 10 | 7 |
| README.md | D | 11-Mar-2024 | 522 | 10 | 8 |
| component.mk | D | 11-Mar-2024 | 304 | 8 | 5 |
| linker.lf | D | 11-Mar-2024 | 62 | 5 | 4 |
| lldesc.c | D | 11-Mar-2024 | 1.3 KiB | 48 | 44 |
| 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