diff options
| author | Jerzy Kasenberg <[email protected]> | 2022-03-05 17:07:04 +0100 |
|---|---|---|
| committer | Jerzy Kasenberg <[email protected]> | 2022-03-05 17:53:57 +0100 |
| commit | 2bef4410f9ca71e60ce4072cca02ca6b544c0caa (patch) | |
| tree | 845ed780bd465702ea3a7c2e0bd9ca7aea60b635 | |
| parent | 7c627f58d785334cc701e0c4b3160e7fd573f88e (diff) | |
Add stm32wb cmsis and hal driver submodules from ST
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | hw/mcu/st/cmsis_device_wb | 0 | ||||
| m--------- | hw/mcu/st/stm32wbxx_hal_driver | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fb551060a..21bbf08c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -97,6 +97,12 @@ [submodule "hw/mcu/st/stm32l5xx_hal_driver"] path = hw/mcu/st/stm32l5xx_hal_driver url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_wb"] + path = hw/mcu/st/cmsis_device_wb + url = https://github.com/STMicroelectronics/cmsis_device_wb.git +[submodule "hw/mcu/st/stm32wbxx_hal_driver"] + path = hw/mcu/st/stm32wbxx_hal_driver + url = https://github.com/STMicroelectronics/stm32wbxx_hal_driver.git [submodule "lib/sct_neopixel"] path = lib/sct_neopixel url = https://github.com/gsteiert/sct_neopixel diff --git a/hw/mcu/st/cmsis_device_wb b/hw/mcu/st/cmsis_device_wb new file mode 160000 +Subproject 9c5d1920dd9fabbe2548e10561d63db829bb744 diff --git a/hw/mcu/st/stm32wbxx_hal_driver b/hw/mcu/st/stm32wbxx_hal_driver new file mode 160000 +Subproject 2c5f06638be516c1b772f768456ba637f077bac |
