laokaiyao b7053b46ef esp32h4: remove esp32h4 target from peripherals 2 years ago
..
esp32 e9badf51c7 sdmmc: I/O phase adjustments 2 years ago
esp32c2 4e3a32bc1b Merge branch 'bugfix/bod_glitch_reset_c6' into 'master' 2 years ago
esp32c3 4e3a32bc1b Merge branch 'bugfix/bod_glitch_reset_c6' into 'master' 2 years ago
esp32c6 c7b852b7c7 bootloader: fix analog reset on C6 and H2 2 years ago
esp32h2 c7b852b7c7 bootloader: fix analog reset on C6 and H2 2 years ago
esp32s2 a624d8d061 Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2' into 'master' 2 years ago
esp32s3 11d5550da3 soc/esp32s3: Fix the `SOC_MEM_INTERNAL_HIGH` value 2 years ago
include c634144ac8 ana_cmpr: designed driver layer 2 years ago
linux 3b450fb865 refactor soc CMakeLists 3 years ago
CMakeLists.txt b7053b46ef esp32h4: remove esp32h4 target from peripherals 2 years ago
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 2 years ago
README.md 79887fdc6c soc: descriptive part occupy whole component 5 years ago
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 years ago
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 years ago
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 years ago

README.md

soc

The soc component provides hardware description for targets supported by ESP-IDF.

- `xxx_reg.h`   - defines registers related to the hardware
- `xxx_struct.h` - hardware description in C `struct`
- `xxx_channel.h` - definitions for hardware with multiple channels
- `xxx_caps.h`  - features/capabilities of the hardware
- `xxx_pins.h`  - pin definitions
- `xxx_periph.h/*.c`  - includes all headers related to a peripheral; declaration and definition of IO mapping for that hardware