esp-idf/components/soc
Jiang Jiang Jian 86bcea64b9 Merge branch 'feature/touch_driver_ng_on_p4_v5.3' into 'release/v5.3'
feat(touch_sensor): touch driver ng on p4 (v5.3)

See merge request espressif/esp-idf!31624
2024-07-26 11:42:27 +08:00
..
esp32 feat(touch_sens): touch sensor driver-ng on P4 2024-07-13 15:47:20 +08:00
esp32c2 feat(esp_hw_support): support esp32p4 gpio wakeup deepsleep 2024-07-16 21:58:45 +08:00
esp32c3 feat(esp_hw_support): support esp32p4 gpio wakeup deepsleep 2024-07-16 21:58:45 +08:00
esp32c5 Merge branch 'feat/update-memory-layout-c5-mp_v5.3' into 'release/v5.3' 2024-06-25 00:55:00 +08:00
esp32c6 Merge branch 'feature/esp32p4_apm_api_v5.3' into 'release/v5.3' 2024-07-25 16:50:18 +08:00
esp32c61 Revert "fix(intr): fixed intr threshhold min level on C5" 2024-06-24 13:57:57 +08:00
esp32h2 Merge branch 'feature/esp32p4_apm_api_v5.3' into 'release/v5.3' 2024-07-25 16:50:18 +08:00
esp32p4 Merge branch 'feature/touch_driver_ng_on_p4_v5.3' into 'release/v5.3' 2024-07-26 11:42:27 +08:00
esp32s2 feat(touch_sens): touch sensor driver-ng on P4 2024-07-13 15:47:20 +08:00
esp32s3 refactor(lp_ana_periph): sync the reg names to TRM (part2) 2024-07-13 15:47:20 +08:00
include/soc feat(touch_sens): touch sensor driver-ng on P4 2024-07-13 15:47:20 +08:00
linux/include/soc feat(esp32c5): support esp32c5 g0 components 2023-12-08 15:12:24 +08:00
CMakeLists.txt feat(cam): add esp32-p4 lcd_cam dvp driver 2024-06-12 11:35:51 +08:00
dport_access_common.c dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
Kconfig mmu: support configurable mmu page size 2023-03-04 02:48:40 +00:00
linker.lf soc: move implementations to esp_hw_support 2020-10-28 22:38:50 +08:00
lldesc.c crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 2021-05-18 11:25:41 +08:00
README.md soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00

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