esp-idf/components/soc
Angus Gratton 5b68cf9de4 Merge branch 'feature/c3_ds' into 'master'
ESP32-C3 Digital Signature, HAL layer for DS.

Closes IDF-2111

See merge request espressif/esp-idf!10813
2021-01-07 13:07:28 +08:00
..
esp32 adjust lightsleep overhead time and cali slowclk 2021-01-06 03:40:28 +00:00
esp32c3 Merge branch 'feature/c3_ds' into 'master' 2021-01-07 13:07:28 +08:00
esp32s2 adjust lightsleep overhead time and cali slowclk 2021-01-06 03:40:28 +00:00
esp32s3 adjust lightsleep overhead time and cali slowclk 2021-01-06 03:40:28 +00:00
include/soc esp_system: make rtc fast memory to heap configuration unified across chips 2020-12-24 09:46:35 +05:30
CMakeLists.txt
README.md
component.mk
linker.lf
lldesc.c
memory_layout_utils.c
soc_include_legacy_warn.c

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