esp-idf/components/soc
Jiang Jiang Jian a624d8d061 Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2' into 'master'
ESP32S2/C3/C2: fixed S2 dangerous power parameters in sleep modes and support S2/C3/C2 different sleep mode

Closes IDF-4999, IDFGH-4893, and IDFGH-7938

See merge request espressif/esp-idf!19598
2023-04-11 09:52:02 +08:00
..
esp32 system: add kconfig option for using parts of SRAM1 for IRAM 2023-04-07 07:12:58 +00:00
esp32c2 Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2' into 'master' 2023-04-11 09:52:02 +08:00
esp32c3 Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2' into 'master' 2023-04-11 09:52:02 +08:00
esp32c6 Merge branch 'bugfix/block9_can_not_be_used_for_fe' into 'master' 2023-04-06 10:17:07 +08:00
esp32h2 efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5) 2023-04-04 18:45:48 +08:00
esp32h4 efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5) 2023-04-04 18:45:48 +08:00
esp32s2 Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2' into 'master' 2023-04-11 09:52:02 +08:00
esp32s3 Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2' into 'master' 2023-04-11 09:52:02 +08:00
include/soc ana_cmpr: designed driver layer 2023-03-17 11:38:32 +08:00
linux/include/soc
CMakeLists.txt ana_cmpr: designed driver layer 2023-03-17 11:38:32 +08:00
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