Marius Vikhammer eb788deb03 esp_hw_support: merge C3 changes to master před 5 roky
..
esp32 eb788deb03 esp_hw_support: merge C3 changes to master před 5 roky
esp32c3 eb788deb03 esp_hw_support: merge C3 changes to master před 5 roky
esp32s2 eb788deb03 esp_hw_support: merge C3 changes to master před 5 roky
esp32s3 eb788deb03 esp_hw_support: merge C3 changes to master před 5 roky
include 880a63b2e9 esp_system: make rtc fast memory to heap configuration unified across chips před 5 roky
CMakeLists.txt 6b0a5af73e soc: move implementations to esp_hw_support před 5 roky
README.md 79887fdc6c soc: descriptive part occupy whole component před 5 roky
component.mk 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) před 5 roky
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support před 5 roky
lldesc.c 79887fdc6c soc: descriptive part occupy whole component před 5 roky
memory_layout_utils.c b68094199f esp_rom: Add initial ESP32-C3 support před 5 roky
soc_include_legacy_warn.c 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) před 5 roky

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