Revert "all: move stm32 files to separate repository"

This reverts commit 644356c220.
This commit is contained in:
sago35
2022-02-25 19:11:49 +09:00
committed by Ron Evans
parent cbfa85be6a
commit d65e3deccf
76 changed files with 89 additions and 81 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
"serial": "uart",
"linkerscript": "targets/stm32l031k6.ld",
"extra-files": [
"src/vendor/tinygo.org/x/device/stm32/stm32l0x1.s"
"src/device/stm32/stm32l0x1.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink",
"openocd-target": "stm32l0"
}
}