Armando 4215adcdb4 feat(cache): added cache msync doc 2 년 전
..
esp32 503299fb32 fix(phy): Fix PHY enabled enter WiFi RX state default 2 년 전
esp32c2 503299fb32 fix(phy): Fix PHY enabled enter WiFi RX state default 2 년 전
esp32c3 503299fb32 fix(phy): Fix PHY enabled enter WiFi RX state default 2 년 전
esp32c6 503299fb32 fix(phy): Fix PHY enabled enter WiFi RX state default 2 년 전
esp32h2 9a239b8367 Merge branch 'feature/support_analog_comparator_on_p4' into 'master' 2 년 전
esp32p4 4215adcdb4 feat(cache): added cache msync doc 2 년 전
esp32s2 503299fb32 fix(phy): Fix PHY enabled enter WiFi RX state default 2 년 전
esp32s3 503299fb32 fix(phy): Fix PHY enabled enter WiFi RX state default 2 년 전
include ff7a11e539 feat(ana_cmpr): supported etm in analog comparator example 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