Marius Vikhammer 284dabf17f ulp: added basic support for building and running a binary in the lp core 3 vuotta sitten
..
esp32 284dabf17f ulp: added basic support for building and running a binary in the lp core 2 vuotta sitten
esp32c2 15eb1931c0 soc: clean WIFI unsupport soc_caps 3 vuotta sitten
esp32c3 f95854dc8f soc_caps: add SOC_PM_MODEM_RETENTION_BY_REGDMA caps 3 vuotta sitten
esp32c6 284dabf17f ulp: added basic support for building and running a binary in the lp core 2 vuotta sitten
esp32h2 284dabf17f ulp: added basic support for building and running a binary in the lp core 2 vuotta sitten
esp32h4 4e80c7544a esp32c6: soc caps adjustment 3 vuotta sitten
esp32s2 284dabf17f ulp: added basic support for building and running a binary in the lp core 2 vuotta sitten
esp32s3 284dabf17f ulp: added basic support for building and running a binary in the lp core 2 vuotta sitten
include f534247a00 driver: add parallel IO TX driver 3 vuotta sitten
linux 3b450fb865 refactor soc CMakeLists 3 vuotta sitten
CMakeLists.txt f534247a00 driver: add parallel IO TX driver 3 vuotta sitten
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 3 vuotta sitten
README.md 79887fdc6c soc: descriptive part occupy whole component 5 vuotta sitten
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 vuotta sitten
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 vuotta sitten
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 vuotta sitten

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