mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
Revert "all: move stm32 files to separate repository"
This reverts commit 644356c220.
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32l4x5.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32l4x5.s"
|
||||
"src/device/stm32/stm32l4x5.s"
|
||||
],
|
||||
"flash-method": "command",
|
||||
"flash-command": "dfu-util --alt 0 --dfuse-address 0x08000000 --download {bin}",
|
||||
"openocd-interface": "stlink",
|
||||
"openocd-target": "stm32l4x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user