esp-idf/components/soc
Angus Gratton bc3d45026c Merge branch 'bugfix/deep_sleep_skip_verify_rtc_mem_heap' into 'master'
Fix bootloader "skip validate on exiting deep sleep" option if "use RTC memory as heap" is enabled

See merge request espressif/esp-idf!12032
2021-04-15 23:56:39 +00:00
..
esp32 dac: added DAC support macro 2021-04-12 12:04:46 +08:00
esp32c3 Update TWAI driver docs and registers for esp32c3 2021-04-14 15:00:07 +08:00
esp32s2 dac: added DAC support macro 2021-04-12 12:04:46 +08:00
esp32s3 Merge branch 'bugfix/deep_sleep_skip_verify_rtc_mem_heap' into 'master' 2021-04-15 23:56:39 +00:00
include/soc
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