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

..--

esp32/03-Aug-2024-62,72340,430

esp32c2/03-Aug-2024-37,46620,459

esp32c3/03-Aug-2024-50,94834,034

esp32c6/03-Aug-2024-130,28362,960

esp32h2/03-Aug-2024-115,39955,554

esp32s2/03-Aug-2024-76,12946,126

esp32s3/03-Aug-2024-112,28669,435

include/soc/03-Aug-2024-1,460790

linux/include/soc/03-Aug-2024-315

CMakeLists.txtD03-Aug-20243.8 KiB139105

KconfigD03-Aug-20241.6 KiB4638

README.mdD03-Aug-2024522 108

dport_access_common.cD03-Aug-2024503 1910

linker.lfD03-Aug-202462 54

lldesc.cD03-Aug-20241.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