Mahavir Jain e2fe2bf152 Merge branch 'fix/xts_aes_register_prefix_discrepency' into 'master' 2 жил өмнө
..
esp32 e42501d20f adc: add programing guide for digi monitor 2 жил өмнө
esp32c2 ed4ceea43d esp32c2: xts-aes register prefix discrepency 2 жил өмнө
esp32c3 0058fb3a05 esp32c3: xts-aes register prefix discrepency 2 жил өмнө
esp32c6 ffb40a89d9 adc_cali: supported channel compensation of adc calibration on esp32c6 2 жил өмнө
esp32h2 451a0f1d33 Merge branch 'feature/adds_new_efuses_for_h2' into 'master' 2 жил өмнө
esp32s2 87848110c1 adc: new feature adc digital monitor supported 2 жил өмнө
esp32s3 87848110c1 adc: new feature adc digital monitor supported 2 жил өмнө
include 5d222db12f Merge branch 'support/ieee802154_driver_opensrc' into 'master' 2 жил өмнө
linux 3b450fb865 refactor soc CMakeLists 3 жил өмнө
CMakeLists.txt 5d222db12f Merge branch 'support/ieee802154_driver_opensrc' into 'master' 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