esp-idf/components/soc
Zim Kalinowski 6d7877fcb8 Merge branch 'bugfix/remove_redef_s3_cpu_macro' into 'release/v4.4'
soc: delete obsolete soc/cpu.h for S3 (v4.4)

See merge request espressif/esp-idf!19900
2022-09-05 16:26:33 +08: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 Merge branch 'bugfix/remove_redef_s3_cpu_macro' into 'release/v4.4' 2022-09-05 16:26:33 +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