Wu Zheng Hui a79c5ef7ed Merge branch 'bugfix/esp32c6_deep_sleep_minor_fixes' into 'master' 2 năm trước cách đây
..
esp32 abc43d8e94 Merge branch 'bugfix/some_small_fix_for_sleep' into 'master' 2 năm trước cách đây
esp32c2 abc43d8e94 Merge branch 'bugfix/some_small_fix_for_sleep' into 'master' 2 năm trước cách đây
esp32c3 14ca81f03f rtc_sleep: workaround systimer stall issue during lightsleep on ESP32C3 2 năm trước cách đây
esp32c6 902064df7d soc_caps: enable SOC_PM_SUPPORT_RTC_PERIPH_PD 2 năm trước cách đây
esp32h2 2d14ba2b91 Merge branch 'feature/analog_comparator_h2' into 'master' 2 năm trước cách đây
esp32h4 b596c28a22 coex: support esp32h2 coex lib 2 năm trước cách đây
esp32s2 abc43d8e94 Merge branch 'bugfix/some_small_fix_for_sleep' into 'master' 2 năm trước cách đây
esp32s3 abc43d8e94 Merge branch 'bugfix/some_small_fix_for_sleep' into 'master' 2 năm trước cách đây
include c634144ac8 ana_cmpr: designed driver layer 2 năm trước cách đây
linux 3b450fb865 refactor soc CMakeLists 3 năm trước cách đây
CMakeLists.txt c634144ac8 ana_cmpr: designed driver layer 2 năm trước cách đây
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 2 năm trước cách đây
README.md 79887fdc6c soc: descriptive part occupy whole component 5 năm trước cách đây
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 năm trước cách đây
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 năm trước cách đây
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 năm trước cách đây

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