Wu Zheng Hui af805df3cb Merge branch 'feature/bringup_esp32c6_light_sleep_pd_modem' into 'master' 3 ani în urmă
..
esp32 15eb1931c0 soc: clean WIFI unsupport soc_caps 3 ani în urmă
esp32c2 15eb1931c0 soc: clean WIFI unsupport soc_caps 3 ani în urmă
esp32c3 f95854dc8f soc_caps: add SOC_PM_MODEM_RETENTION_BY_REGDMA caps 3 ani în urmă
esp32c6 7ee1b09433 power save: wifi beacon monitor support for esp32c6 3 ani în urmă
esp32h2 f95854dc8f soc_caps: add SOC_PM_MODEM_RETENTION_BY_REGDMA caps 3 ani în urmă
esp32h4 4e80c7544a esp32c6: soc caps adjustment 3 ani în urmă
esp32s2 15eb1931c0 soc: clean WIFI unsupport soc_caps 3 ani în urmă
esp32s3 f95854dc8f soc_caps: add SOC_PM_MODEM_RETENTION_BY_REGDMA caps 3 ani în urmă
include f534247a00 driver: add parallel IO TX driver 3 ani în urmă
linux 3b450fb865 refactor soc CMakeLists 3 ani în urmă
CMakeLists.txt f534247a00 driver: add parallel IO TX driver 3 ani în urmă
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 3 ani în urmă
README.md 79887fdc6c soc: descriptive part occupy whole component 5 ani în urmă
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 ani în urmă
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 ani în urmă
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 ani în urmă

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