lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.
Linked to https://github.com/micropython/stm32lib
This commit is contained in:
parent
58321dd985
commit
904eb2d9f3
|
@ -11,3 +11,7 @@
|
|||
[submodule "lib/berkeley-db-1.xx"]
|
||||
path = lib/berkeley-db-1.xx
|
||||
url = https://github.com/pfalcon/berkeley-db-1.xx
|
||||
[submodule "lib/stm32lib"]
|
||||
path = lib/stm32lib
|
||||
url = https://github.com/micropython/stm32lib
|
||||
branch = work-F4-1.13.1+F7-1.5.0+L4-1.3.0
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f8a1dd8ceeef1004cf8c964816af6a8530611451
|
Loading…
Reference in New Issue