Simon 6f9b89f619 Merge branch 'bugfix/usb_no_rom_log' into 'master' vor 4 Jahren
..
esp32 ce1ee3d8ae psram: add ESP32-D0WD-R2-V3 support vor 4 Jahren
esp32c3 17ea9d7faf USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting vor 4 Jahren
esp32h2 f21020ce04 esp32h2: update reg and struct for beta2 vor 4 Jahren
esp32s2 aa2ca7dd94 LEDC: improved support for ESP32-C3 and refactored divisor calculation vor 4 Jahren
esp32s3 91f1159f9c gpio: Fix the bug that gpio interrupt cannot be triggered on app cpu on ESP32S3 vor 4 Jahren
esp8684 aa2ca7dd94 LEDC: improved support for ESP32-C3 and refactored divisor calculation vor 4 Jahren
include 83d16aa00c gdma: support IRAM interrupt vor 4 Jahren
CMakeLists.txt 61f79cbf9c Merge branch 'refactor/move_ldscript_to_soc' into 'master' vor 4 Jahren
README.md 79887fdc6c soc: descriptive part occupy whole component vor 5 Jahren
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support vor 5 Jahren
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc vor 4 Jahren
soc_include_legacy_warn.c 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) vor 5 Jahren

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