esp-idf/components/soc
Cao Sen Miao c47ad5d22f Merge branch 'bugfix/gpio_cant_hold' into 'master'
GPIO: fix issue that gpio cannot hold during deep-sleep on c3

Closes IDFGH-5738 and IDF-3526

See merge request espressif/esp-idf!14939
2021-08-27 06:16:45 +00:00
..
esp32 Merge branch 'feature/mcpwm_bldc_hall_example' into 'master' 2021-08-26 08:28:27 +00:00
esp32c3 gpio: fix issue that gpio cannot hold during deep-sleep on c3, Closes https://github.com/espressif/esp-idf/issues/7455 2021-08-25 15:16:08 +08:00
esp32h2 esp32h2: add rtc clock support 2021-08-26 11:25:39 +08:00
esp32s2 Adjust the variable name & 2021-08-25 16:06:28 +08:00
esp32s3 mcpwm: update register file according to TRM 2021-08-24 15:38:46 +08:00
include/soc
CMakeLists.txt
README.md
component.mk
linker.lf
lldesc.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