all: move stm32 files to separate repository

This commit is contained in:
Ayke van Laethem
2022-02-13 17:04:36 +01:00
committed by Ron Evans
parent 47a622a903
commit 644356c220
76 changed files with 81 additions and 89 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
"serial": "uart",
"linkerscript": "targets/stm32l031k6.ld",
"extra-files": [
"src/device/stm32/stm32l0x1.s"
"src/vendor/tinygo.org/x/device/stm32/stm32l0x1.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink",
"openocd-target": "stm32l0"
}
}