• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

esp32/18-Mar-2025-62,66640,438

esp32c2/18-Mar-2025-37,50820,489

esp32c3/18-Mar-2025-50,97134,059

esp32c6/18-Mar-2025-130,48163,063

esp32h2/18-Mar-2025-116,28355,967

esp32s2/18-Mar-2025-76,15546,186

esp32s3/18-Mar-2025-112,44869,549

include/soc/18-Mar-2025-1,470795

linux/include/soc/18-Mar-2025-4313

CMakeLists.txtD18-Mar-20253.7 KiB137104

KconfigD18-Mar-20251.6 KiB4638

README.mdD18-Mar-2025522 108

dport_access_common.cD18-Mar-2025503 1910

linker.lfD18-Mar-202562 54

lldesc.cD18-Mar-20251.3 KiB4844

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