wuzhenghui 0b0da680d2 codeclean: turn on the regdma clock only once пре 3 година
..
esp32 18295bb2f5 Merge branch 'bugfix/i80_pll240_esp32s3' into 'master' пре 3 година
esp32c2 d3fec8394f Merge branch 'feature/adc_filter' into 'master' пре 3 година
esp32c3 d3fec8394f Merge branch 'feature/adc_filter' into 'master' пре 3 година
esp32c6 0b0da680d2 codeclean: turn on the regdma clock only once пре 3 година
esp32h2 120fcec026 apm: added support for APM on esp32h2 пре 3 година
esp32h4 d3fec8394f Merge branch 'feature/adc_filter' into 'master' пре 3 година
esp32s2 18295bb2f5 Merge branch 'bugfix/i80_pll240_esp32s3' into 'master' пре 3 година
esp32s3 d3fec8394f Merge branch 'feature/adc_filter' into 'master' пре 3 година
include 5333ac81bf adc: support ADC on esp32c6 (driver/test/example) пре 3 година
linux 3b450fb865 refactor soc CMakeLists пре 3 година
CMakeLists.txt 3b450fb865 refactor soc CMakeLists пре 3 година
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