Armando 7efcf06c5d change(ll): update color space types, ll changes преди 2 години
..
esp32 6a436286dc feat(esp_hw_support): add api to gpio driver to support output internal clock on GPIO преди 2 години
esp32c2 6a436286dc feat(esp_hw_support): add api to gpio driver to support output internal clock on GPIO преди 2 години
esp32c3 418494800c fix(i2c): read write FIFO memory by volatile преди 2 години
esp32c6 4111b07076 Merge branch 'bugfix/flash_enc_plaintext' into 'master' преди 2 години
esp32h2 4111b07076 Merge branch 'bugfix/flash_enc_plaintext' into 'master' преди 2 години
esp32p4 7efcf06c5d change(ll): update color space types, ll changes преди 2 години
esp32s2 6a436286dc feat(esp_hw_support): add api to gpio driver to support output internal clock on GPIO преди 2 години
esp32s3 418494800c fix(i2c): read write FIFO memory by volatile преди 2 години
include 70314b56d5 feat(sdmmc): supported sd2.0 on esp32p4 преди 2 години
linux 3b450fb865 refactor soc CMakeLists преди 3 години
CMakeLists.txt 842ff10777 fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc преди 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