esp-idf/components/soc
Mahavir Jain c606127315 Merge branch 'fix/xts_aes_register_prefix_discrepancy_c6_h2' into 'master'
fix: xts aes register prefix discrepancy for ESP32H2 and ESP32C6

Closes DOC-5171 and DOC-5179

See merge request espressif/esp-idf!23944
2023-06-06 12:40:57 +08:00
..
esp32 adc: add programing guide for digi monitor 2023-05-24 18:09:06 +08:00
esp32c2 esp32c2: xts-aes register prefix discrepency 2023-05-25 11:27:18 +05:30
esp32c3 esp32c3: xts-aes register prefix discrepency 2023-05-25 11:27:10 +05:30
esp32c6 Merge branch 'fix/xts_aes_register_prefix_discrepancy_c6_h2' into 'master' 2023-06-06 12:40:57 +08:00
esp32h2 Merge branch 'fix/xts_aes_register_prefix_discrepancy_c6_h2' into 'master' 2023-06-06 12:40:57 +08:00
esp32s2 adc: new feature adc digital monitor supported 2023-05-24 17:46:52 +08:00
esp32s3 adc: new feature adc digital monitor supported 2023-05-24 17:46:52 +08:00
include/soc
linux/include/soc
CMakeLists.txt
Kconfig
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