Michael (XIAO Xufeng) 5cc751ca9c soc/esp32s3: merge gpio caps into soc_caps.h hace 4 años
..
esp32 10f3aba770 Merge branch 'feature/final_h2' into 'master' hace 3 años
esp32c2 aab535fe4a Merge branch 'bugfix/regi2c_ctrl_spinlock_s2' into 'master' hace 3 años
esp32c3 f376bb5d05 Add support in Nimble for ESP32H2 hace 3 años
esp32h2 f376bb5d05 Add support in Nimble for ESP32H2 hace 3 años
esp32s2 9422fe077a lcd: support I2S1 LCD mode on esp32 hace 3 años
esp32s3 5cc751ca9c soc/esp32s3: merge gpio caps into soc_caps.h hace 3 años
include 9f55712c03 rmt: document and improve LL driver hace 3 años
linux c6d60615c6 build-system: include soc_caps defines into kconfig hace 4 años
CMakeLists.txt 24acdf23ee soc: move peripheral base address into reg_base.h 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

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