esp-idf/components/soc
Konstantin Kondrashov 7bc15f78a5 Merge branch 'feature/efuse_remove_warnings_for_memcpy' into 'master'
all: Remove warnings for memcpy/memset

Closes IDF-6298

See merge request espressif/esp-idf!21164
2022-12-01 16:03:29 +08:00
..
esp32 bt: fix bt sleep flow hangs in btdm_sleep_clock_sync 2022-11-29 14:28:32 +08:00
esp32c2 Merge branch 'feature/remove_efuse_dependency' into 'master' 2022-11-29 18:12:26 +08:00
esp32c3 Merge branch 'bugfix/fix_bt_sleep_hangs_when_enable_light_sleep' into 'master' 2022-11-30 21:55:40 +08:00
esp32c6 Merge branch 'bugfix/improve_ext_virtual_memory_allocation_in_2nd_btld' into 'master' 2022-11-25 15:24:06 +08:00
esp32h2 ESP32H2: Add SOC files for esp32h2 2022-11-29 18:55:12 +08:00
esp32h4 Merge branch 'bugfix/improve_ext_virtual_memory_allocation_in_2nd_btld' into 'master' 2022-11-25 15:24:06 +08:00
esp32s2 Merge branch 'bugfix/fix_bt_sleep_hangs_when_enable_light_sleep' into 'master' 2022-11-30 21:55:40 +08:00
esp32s3 Merge branch 'fix/esp32s3_memprot' into 'master' 2022-12-01 11:41:47 +08:00
include/soc all: Replaces memset/memcpy with hal_mem.. funcs where were used -Wstringop-overread, -Wstringop-overflow, -Warray-bounds 2022-11-30 19:22:41 +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