esp-idf/components/soc
Marius Vikhammer ca99f55316 fix(wdt): changed ESP32-C3 WDT to use XTAL as clock
This clock is unchanged even when CPU/APB frequency changes (e.g. due to esp_pm),
which means timeout period is correct even after such a change.
2023-09-08 15:12:21 +08:00
..
esp32
esp32c2 fix(wdt): changed ESP32-C3 WDT to use XTAL as clock 2023-09-08 15:12:21 +08:00
esp32c3 fix(wdt): changed ESP32-C3 WDT to use XTAL as clock 2023-09-08 15:12:21 +08:00
esp32c6 fix(wdt): changed ESP32-C3 WDT to use XTAL as clock 2023-09-08 15:12:21 +08:00
esp32h2 fix(wdt): changed ESP32-C3 WDT to use XTAL as clock 2023-09-08 15:12:21 +08:00
esp32p4 fix(wdt): changed ESP32-C3 WDT to use XTAL as clock 2023-09-08 15:12:21 +08:00
esp32s2
esp32s3
include/soc refactor(lp_periph): move enable and reset control to LL driver 2023-08-28 05:17:56 +00:00
linux/include/soc
CMakeLists.txt
Kconfig
README.md
dport_access_common.c
linker.lf
lldesc.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