esp-idf/components/soc
Song Ruo Jing 9c7046375f gpio: Fix ESP32S3 GPIO48 does not support hold function bug
GPIO_HOLD_MASK array was missing the last item
2022-09-05 03:47:43 +00:00
..
esp32 replace CAN with TWAI in the esp_isr_names table 2022-08-19 14:39:37 +02:00
esp32c3 rtc_clk: Fix wrong RC_FAST and RC_SLOW clock frequency values on ESP32C3 and ESP32S3 2022-08-19 12:21:11 +08:00
esp32h2 Clean IRAM and DRAM address space conversion macros 2022-08-09 20:33:26 +08:00
esp32s2 replace CAN with TWAI in the esp_isr_names table 2022-08-19 14:39:37 +02:00
esp32s3 gpio: Fix ESP32S3 GPIO48 does not support hold function bug 2022-09-05 03:47:43 +00: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