|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| esp32/ | | 03-Aug-2024 | - | 62,723 | 40,430 |
| esp32c2/ | | 03-Aug-2024 | - | 37,466 | 20,459 |
| esp32c3/ | | 03-Aug-2024 | - | 50,948 | 34,034 |
| esp32c6/ | | 03-Aug-2024 | - | 130,283 | 62,960 |
| esp32h2/ | | 03-Aug-2024 | - | 115,399 | 55,554 |
| esp32s2/ | | 03-Aug-2024 | - | 76,129 | 46,126 |
| esp32s3/ | | 03-Aug-2024 | - | 112,286 | 69,435 |
| include/soc/ | | 03-Aug-2024 | - | 1,460 | 790 |
| linux/include/soc/ | | 03-Aug-2024 | - | 31 | 5 |
| CMakeLists.txt | D | 03-Aug-2024 | 3.8 KiB | 139 | 105 |
| Kconfig | D | 03-Aug-2024 | 1.6 KiB | 46 | 38 |
| README.md | D | 03-Aug-2024 | 522 | 10 | 8 |
| dport_access_common.c | D | 03-Aug-2024 | 503 | 19 | 10 |
| linker.lf | D | 03-Aug-2024 | 62 | 5 | 4 |
| lldesc.c | D | 03-Aug-2024 | 1.3 KiB | 48 | 44 |
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