esp-idf/components/soc
Armando (Dou Yiwen) 116c9494c7 Merge branch 'feat/csi_driver' into 'master'
feat(csi): added csi driver

See merge request espressif/esp-idf!28751
2024-02-05 09:59:35 +08:00
..
esp32 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32c2 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32c3 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32c5 Merge branch 'feature/support_gdma_retention' into 'master' 2024-02-04 20:17:02 +08:00
esp32c6 feat(esp_hw_support): support gdma register context sleep retention 2024-02-02 11:21:40 +08:00
esp32h2 feat(esp_hw_support): support gdma register context sleep retention 2024-02-02 11:21:40 +08:00
esp32p4 Merge branch 'feat/csi_driver' into 'master' 2024-02-05 09:59:35 +08:00
esp32s2 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32s3 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
include/soc Merge branch 'feat/csi_driver' into 'master' 2024-02-05 09:59:35 +08:00
linux/include/soc
CMakeLists.txt feat(csi): added csi driver 2024-02-04 19:06:11 +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