Song Ruo Jing cf32e49aeb Merge branch 'refactor/cleanup_rtc_h' into 'master' 3 ani în urmă
..
esp32 cf32e49aeb Merge branch 'refactor/cleanup_rtc_h' into 'master' 3 ani în urmă
esp32c2 cf32e49aeb Merge branch 'refactor/cleanup_rtc_h' into 'master' 3 ani în urmă
esp32c3 74c99a8a07 rtc_clk: Add alias for the clock tree related enum and macros for backwards compatibility 3 ani în urmă
esp32h2 74c99a8a07 rtc_clk: Add alias for the clock tree related enum and macros for backwards compatibility 3 ani în urmă
esp32s2 74c99a8a07 rtc_clk: Add alias for the clock tree related enum and macros for backwards compatibility 3 ani în urmă
esp32s3 74c99a8a07 rtc_clk: Add alias for the clock tree related enum and macros for backwards compatibility 3 ani în urmă
include c4bcf1117c esp_hw_support: move soc_memory_types.h helper functions into esp_hw_support 3 ani în urmă
linux c6d60615c6 build-system: include soc_caps defines into kconfig 4 ani în urmă
CMakeLists.txt 24acdf23ee soc: move peripheral base address into reg_base.h 4 ani în urmă
README.md 79887fdc6c soc: descriptive part occupy whole component 5 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