Jiang Jiang Jian 3630713e5f Merge branch 'docs/esp32c2_sys_feature_api_guides' into 'master' 3 ani în urmă
..
esp32 d62421619c docs: update system API-guides for ESP32-C2 3 ani în urmă
esp32c2 b3d8db3ae2 bootloader, esp_system: esp32c2 console uart to support 26MHz xtal 3 ani în urmă
esp32c3 3630713e5f Merge branch 'docs/esp32c2_sys_feature_api_guides' into 'master' 3 ani în urmă
esp32h2 3630713e5f Merge branch 'docs/esp32c2_sys_feature_api_guides' into 'master' 3 ani în urmă
esp32s2 3630713e5f Merge branch 'docs/esp32c2_sys_feature_api_guides' into 'master' 3 ani în urmă
esp32s3 3630713e5f Merge branch 'docs/esp32c2_sys_feature_api_guides' into 'master' 3 ani în urmă
include f8b5ed5d6c refactor (soc, esp_rom)!: removed target-specific ROM dependencies 3 ani în urmă
linux c6d60615c6 build-system: include soc_caps defines into kconfig 4 ani în urmă
CMakeLists.txt ac4c7d99fe dport: Move DPORT workaround to G0 3 ani în urmă
README.md 79887fdc6c soc: descriptive part occupy whole component 5 ani în urmă
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 ani în urmă
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 ani în urmă
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 ani în urmă

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