Konstantin Kondrashov ecf4968e1c Merge branch 'feature/esp32p4_support_ipc' into 'master' 2 年之前
..
esp32 efb9d9e7d4 Merge branch 'esp32_s2_s3_cpu_freq_to_pll' into 'master' 2 年之前
esp32c2 255d499884 fix(ll): fix cpp compile error 2 年之前
esp32c3 255d499884 fix(ll): fix cpp compile error 2 年之前
esp32c6 255d499884 fix(ll): fix cpp compile error 2 年之前
esp32h2 255d499884 fix(ll): fix cpp compile error 2 年之前
esp32p4 ecf4968e1c Merge branch 'feature/esp32p4_support_ipc' into 'master' 2 年之前
esp32s2 efb9d9e7d4 Merge branch 'esp32_s2_s3_cpu_freq_to_pll' into 'master' 2 年之前
esp32s3 cbdb799b6f feat(esp_timer): Support systimer for ESP32P4 2 年之前
include 4a45479336 refactor(lp_periph): move enable and reset control to LL driver 2 年之前
linux 3b450fb865 refactor soc CMakeLists 3 年之前
CMakeLists.txt 842ff10777 fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc 2 年之前
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 2 年之前
README.md 79887fdc6c soc: descriptive part occupy whole component 5 年之前
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 年之前
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 年之前
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 年之前

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