Armando (Dou Yiwen) ca2624e0eb Merge branch 'feature/sdmmc_host_timing_tuning' into 'master' 2 lat temu
..
esp32 ca2624e0eb Merge branch 'feature/sdmmc_host_timing_tuning' into 'master' 2 lat temu
esp32c2 8f1cf01ec8 i2c: introduce chip specific cmd register number 2 lat temu
esp32c3 ed96dadd06 spi_flash: 2nd stage for supporting flash suspend. (1). Support more esp chips (2). Improve real-time performance (3). Making timing more stable (4) Add documents 2 lat temu
esp32c6 87dd7bb51a Merge branch 'bugfix/support_esp32c6_sleep_retention_extra_link' into 'master' 2 lat temu
esp32h2 ff88f42819 H2:fix tsensor issue @low temp 2 lat temu
esp32s2 ed96dadd06 spi_flash: 2nd stage for supporting flash suspend. (1). Support more esp chips (2). Improve real-time performance (3). Making timing more stable (4) Add documents 2 lat temu
esp32s3 01a3d79b6f sdmmc: support tuning input delay on esp32s3 2 lat temu
include 5d222db12f Merge branch 'support/ieee802154_driver_opensrc' into 'master' 2 lat temu
linux 3b450fb865 refactor soc CMakeLists 3 lat temu
CMakeLists.txt 5d222db12f Merge branch 'support/ieee802154_driver_opensrc' into 'master' 2 lat temu
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 2 lat temu
README.md 79887fdc6c soc: descriptive part occupy whole component 5 lat temu
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 lat temu
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 lat temu
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 lat temu

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