mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 05:53:39 +00:00
Revert "all: move stm32 files to separate repository"
This reverts commit 644356c220.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32f103.s"
|
||||
"src/device/stm32/stm32f103.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink-v2",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"automatic-stack-size": false,
|
||||
"linkerscript": "targets/stm32f405.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32f405.s"
|
||||
"src/device/stm32/stm32f405.s"
|
||||
],
|
||||
"flash-method": "command",
|
||||
"flash-command": "dfu-util --alt 0 --dfuse-address 0x08000000 --download {bin}",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32f103rb.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32f103.s"
|
||||
"src/device/stm32/stm32f103.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink-v2-1",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32f7x2zetx.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32f7x2.s"
|
||||
"src/device/stm32/stm32f7x2.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink-v2-1",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,9 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32l4x2.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32l4x2.s"
|
||||
"src/device/stm32/stm32l4x2.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink-v2-1",
|
||||
"openocd-target": "stm32l4x"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,9 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32l5x2xe.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32l552.s"
|
||||
"src/device/stm32/stm32l552.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink",
|
||||
"openocd-target": "stm32l5x"
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32f469.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32f469.s"
|
||||
"src/device/stm32/stm32f469.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/stm32f407.ld",
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32f407.s"
|
||||
"src/device/stm32/stm32f407.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "stlink-v2",
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
"stm32"
|
||||
],
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32l0x2.s"
|
||||
"src/device/stm32/stm32l0x2.s"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"inherits": ["cortex-m4"],
|
||||
"build-tags": [ "stm32wl5x_cm4","stm32wlx", "stm32"],
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32wl5x_cm4.s"
|
||||
"src/device/stm32/stm32wl5x_cm4.s"
|
||||
],
|
||||
"linkerscript": "targets/stm32wlx.ld"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"inherits": ["cortex-m4"],
|
||||
"build-tags": [ "stm32wle5","stm32wlx", "stm32"],
|
||||
"extra-files": [
|
||||
"src/vendor/tinygo.org/x/device/stm32/stm32wle5.s"
|
||||
"src/device/stm32/stm32wle5.s"
|
||||
],
|
||||
"linkerscript": "targets/stm32wlx.ld"
|
||||
}
|
||||
|
||||
+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