pinctrl: esp32: move files from hal_espressif to main
ESP32 family pinctrl files are currently placed in hal_espressif. Move to main branch as part of pinctrl dt-bindings. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
d1f3f863f1
commit
2f2ee91947
6 changed files with 33837 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ description: |
|
|||
target SoC in the following URL
|
||||
|
||||
|
||||
https://github.com/zephyrproject-rtos/hal_espressif/tree/zephyr/include/dt-bindings/pinctrl
|
||||
https://github.com/zephyrproject-rtos/zephyr/tree/main/include/zephyr/dt-bindings/pinctrl
|
||||
|
||||
|
||||
The ESP-WROVER-KIT board is based on the ESP32 SoC, in that case, we search
|
||||
|
|
|
|||
11363
include/zephyr/dt-bindings/pinctrl/esp32-pinctrl.h
Normal file
11363
include/zephyr/dt-bindings/pinctrl/esp32-pinctrl.h
Normal file
File diff suppressed because it is too large
Load diff
2224
include/zephyr/dt-bindings/pinctrl/esp32c3-pinctrl.h
Normal file
2224
include/zephyr/dt-bindings/pinctrl/esp32c3-pinctrl.h
Normal file
File diff suppressed because it is too large
Load diff
7587
include/zephyr/dt-bindings/pinctrl/esp32s2-pinctrl.h
Normal file
7587
include/zephyr/dt-bindings/pinctrl/esp32s2-pinctrl.h
Normal file
File diff suppressed because it is too large
Load diff
12661
include/zephyr/dt-bindings/pinctrl/esp32s3-pinctrl.h
Normal file
12661
include/zephyr/dt-bindings/pinctrl/esp32s3-pinctrl.h
Normal file
File diff suppressed because it is too large
Load diff
2
west.yml
2
west.yml
|
|
@ -152,7 +152,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_espressif
|
||||
revision: b6d2ea66a0047204ffc5ec8725ec45a671ab397b
|
||||
revision: 754be4745295a45c26d42c916a8600cdcefddd4e
|
||||
path: modules/hal/espressif
|
||||
west-commands: west/west-commands.yml
|
||||
groups:
|
||||
|
|
|
|||
Loading…
Reference in a new issue