Armando 101e6a18eb esp32p4: introduce the target 2 yıl önce
..
esp32 e42501d20f adc: add programing guide for digi monitor 2 yıl önce
esp32c2 97cfa54e77 esp_phy: update esp32c2 phy lib to fix some issues 2 yıl önce
esp32c3 0058fb3a05 esp32c3: xts-aes register prefix discrepency 2 yıl önce
esp32c6 1696be719c crypto: add support for DPA protection configuration in C6/H2 2 yıl önce
esp32h2 1696be719c crypto: add support for DPA protection configuration in C6/H2 2 yıl önce
esp32p4 101e6a18eb esp32p4: introduce the target 2 yıl önce
esp32s2 87848110c1 adc: new feature adc digital monitor supported 2 yıl önce
esp32s3 630b1b079e drivers: fix issue reported by coverity 2 yıl önce
include 5d222db12f Merge branch 'support/ieee802154_driver_opensrc' into 'master' 2 yıl önce
linux 3b450fb865 refactor soc CMakeLists 3 yıl önce
CMakeLists.txt 5d222db12f Merge branch 'support/ieee802154_driver_opensrc' into 'master' 2 yıl önce
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 2 yıl önce
README.md 79887fdc6c soc: descriptive part occupy whole component 5 yıl önce
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 yıl önce
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 yıl önce
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 yıl önce

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