esp-idf/components/soc
Michael (XIAO Xufeng) 0a2e5a7774 Merge branch 'feat/support_esp32c2_uart' into 'master'
uart: update console docs about frequency for ESP32-C2, move frequency of clock sources out of HAL

Closes IDF-5424 and IDF-4332

See merge request espressif/esp-idf!19274
2022-08-22 14:24:26 +08:00
..
esp32 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
esp32c2 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
esp32c3 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
esp32c6 esp32c6: introduce the target 2022-08-19 11:13:02 +08:00
esp32h2 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
esp32s2 Merge branch 'feat/support_esp32c2_uart' into 'master' 2022-08-22 14:24:26 +08:00
esp32s3 Merge branch 'feat/support_esp32c2_uart' into 'master' 2022-08-22 14:24:26 +08:00
include/soc soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
linux/include/soc
CMakeLists.txt
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