Cao Sen Miao a05d4e9e86 Merge branch 'bugfix/bugfix/gpio_cant_hold_v4.3' into 'release/v4.3' hace 4 años
..
esp32 3bcc85d96d Merge branch 'bugfix/enable_gpio_20_v4.3' into 'release/v4.3' hace 4 años
esp32c3 a05d4e9e86 Merge branch 'bugfix/bugfix/gpio_cant_hold_v4.3' into 'release/v4.3' hace 4 años
esp32s2 4f71b49aa6 esp_hw_support: keep external 40 MHz xtal related analog circuit power on during sleep hace 4 años
esp32s3 aac59ed5ec Power Management: add XTAL power domain to control whether external 40MHz xtal is powered down during sleep hace 4 años
include a573cfe58a espcoredump: Fix bugs related to (fake) stacks hace 4 años
CMakeLists.txt 6b0a5af73e soc: move implementations to esp_hw_support hace 5 años
README.md 79887fdc6c soc: descriptive part occupy whole component hace 5 años
component.mk 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support hace 5 años
lldesc.c 79887fdc6c soc: descriptive part occupy whole component hace 5 años
memory_layout_utils.c b68094199f esp_rom: Add initial ESP32-C3 support hace 5 años
soc_include_legacy_warn.c 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años

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