Song Ruo Jing 98abcbabea Merge branch 'feature/esp32p4_lp_io_support' into 'master' há 2 anos atrás
..
esp32 2d458a3f93 feat(lp_io): Add support for ESP32P4 há 2 anos atrás
esp32c2 255d499884 fix(ll): fix cpp compile error há 2 anos atrás
esp32c3 255d499884 fix(ll): fix cpp compile error há 2 anos atrás
esp32c6 255d499884 fix(ll): fix cpp compile error há 2 anos atrás
esp32h2 255d499884 fix(ll): fix cpp compile error há 2 anos atrás
esp32p4 98abcbabea Merge branch 'feature/esp32p4_lp_io_support' into 'master' há 2 anos atrás
esp32s2 2d458a3f93 feat(lp_io): Add support for ESP32P4 há 2 anos atrás
esp32s3 2d458a3f93 feat(lp_io): Add support for ESP32P4 há 2 anos atrás
include 2d458a3f93 feat(lp_io): Add support for ESP32P4 há 2 anos atrás
linux 3b450fb865 refactor soc CMakeLists há 3 anos atrás
CMakeLists.txt 842ff10777 fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc há 2 anos atrás
Kconfig 89fa53f1c0 mmu: support configurable mmu page size há 3 anos atrás
README.md 79887fdc6c soc: descriptive part occupy whole component há 5 anos atrás
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 há 3 anos atrás
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support há 5 anos atrás
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc há 4 anos atrás

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