esp-idf/components/soc
Marius Vikhammer 36b83fcb98 Merge branch 'docs/cpp_function_ref_fixes' into 'master'
docs: fix broken references to misc API functions and types.

Closes IDF-3184 and DOC-2806

See merge request espressif/esp-idf!17569
2022-03-31 16:22:23 +08:00
..
esp32 spi: support spi on h2 2022-03-29 11:54:08 +08:00
esp32c2 mbedtls: Fix build failures for ESP32-C2 with hardware SHA 2022-03-22 02:06:30 +00:00
esp32c3 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' 2022-03-23 15:32:46 +08:00
esp32h2 esp32h2beta2: fixed reg base name 2022-03-29 15:17:23 +08:00
esp32s2 docs: fix broken references to misc API functions and types. 2022-03-27 16:46:57 +08:00
esp32s3 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' 2022-03-23 15:32:46 +08:00
include/soc rmt: document and improve LL driver 2022-03-09 10:58:12 +08:00
linux/include/soc
CMakeLists.txt
README.md
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