laokaiyao f21020ce04 esp32h2: update reg and struct for beta2 hace 4 años
..
esp32 ce1ee3d8ae psram: add ESP32-D0WD-R2-V3 support hace 4 años
esp32c3 aa2ca7dd94 LEDC: improved support for ESP32-C3 and refactored divisor calculation hace 4 años
esp32h2 f21020ce04 esp32h2: update reg and struct for beta2 hace 4 años
esp32s2 aa2ca7dd94 LEDC: improved support for ESP32-C3 and refactored divisor calculation hace 4 años
esp32s3 aa2ca7dd94 LEDC: improved support for ESP32-C3 and refactored divisor calculation hace 4 años
esp8684 aa2ca7dd94 LEDC: improved support for ESP32-C3 and refactored divisor calculation hace 4 años
include 83d16aa00c gdma: support IRAM interrupt hace 4 años
CMakeLists.txt 61f79cbf9c Merge branch 'refactor/move_ldscript_to_soc' into 'master' hace 4 años
README.md 79887fdc6c soc: descriptive part occupy whole component hace 5 años
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support hace 5 años
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc hace 4 años
soc_include_legacy_warn.c 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años

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