diff options
author | sago35 <[email protected]> | 2022-02-25 19:11:49 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-02-28 10:19:26 +0100 |
commit | d65e3deccf3ab35fe377806cf775bc6b1017328e (patch) | |
tree | 260265a4d96fa1141d7031e7fe4fa638e6967eba /targets | |
parent | cbfa85be6ad018b447f2c47401f4ebf8193b0887 (diff) | |
download | tinygo-d65e3deccf3ab35fe377806cf775bc6b1017328e.tar.gz tinygo-d65e3deccf3ab35fe377806cf775bc6b1017328e.zip |
Revert "all: move stm32 files to separate repository"
This reverts commit 644356c220ed88f110d01300f671a170cd36eb04.
Diffstat (limited to 'targets')
-rw-r--r-- | targets/bluepill.json | 2 | ||||
-rw-r--r-- | targets/feather-stm32f405.json | 2 | ||||
-rw-r--r-- | targets/nucleo-f103rb.json | 2 | ||||
-rw-r--r-- | targets/nucleo-f722ze.json | 2 | ||||
-rw-r--r-- | targets/nucleo-l031k6.json | 4 | ||||
-rw-r--r-- | targets/nucleo-l432kc.json | 4 | ||||
-rw-r--r-- | targets/nucleo-l552ze.json | 4 | ||||
-rw-r--r-- | targets/stm32f469disco.json | 2 | ||||
-rw-r--r-- | targets/stm32f4disco.json | 2 | ||||
-rw-r--r-- | targets/stm32l0x2.json | 4 | ||||
-rw-r--r-- | targets/stm32wl5x_cm4.json | 2 | ||||
-rw-r--r-- | targets/stm32wle5.json | 2 | ||||
-rw-r--r-- | targets/swan.json | 4 |
13 files changed, 18 insertions, 18 deletions
diff --git a/targets/bluepill.json b/targets/bluepill.json index 4eda18e08..752261f4d 100644 --- a/targets/bluepill.json +++ b/targets/bluepill.json @@ -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", diff --git a/targets/feather-stm32f405.json b/targets/feather-stm32f405.json index b592d21d8..3d824d1ed 100644 --- a/targets/feather-stm32f405.json +++ b/targets/feather-stm32f405.json @@ -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}", diff --git a/targets/nucleo-f103rb.json b/targets/nucleo-f103rb.json index c7ed6cd17..723c5eef9 100644 --- a/targets/nucleo-f103rb.json +++ b/targets/nucleo-f103rb.json @@ -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", diff --git a/targets/nucleo-f722ze.json b/targets/nucleo-f722ze.json index 1cea69db9..f426b332d 100644 --- a/targets/nucleo-f722ze.json +++ b/targets/nucleo-f722ze.json @@ -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", diff --git a/targets/nucleo-l031k6.json b/targets/nucleo-l031k6.json index cf980b7db..eed8f38f0 100644 --- a/targets/nucleo-l031k6.json +++ b/targets/nucleo-l031k6.json @@ -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" -} +}
\ No newline at end of file diff --git a/targets/nucleo-l432kc.json b/targets/nucleo-l432kc.json index 44772a431..028b034b0 100644 --- a/targets/nucleo-l432kc.json +++ b/targets/nucleo-l432kc.json @@ -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" - } + }
\ No newline at end of file diff --git a/targets/nucleo-l552ze.json b/targets/nucleo-l552ze.json index cefd70713..9ee436808 100644 --- a/targets/nucleo-l552ze.json +++ b/targets/nucleo-l552ze.json @@ -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" - } + }
\ No newline at end of file diff --git a/targets/stm32f469disco.json b/targets/stm32f469disco.json index 7770118ad..37deaa3a7 100644 --- a/targets/stm32f469disco.json +++ b/targets/stm32f469disco.json @@ -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", diff --git a/targets/stm32f4disco.json b/targets/stm32f4disco.json index 13733701e..4485c41d3 100644 --- a/targets/stm32f4disco.json +++ b/targets/stm32f4disco.json @@ -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", diff --git a/targets/stm32l0x2.json b/targets/stm32l0x2.json index 094d45e76..13b42cc5c 100644 --- a/targets/stm32l0x2.json +++ b/targets/stm32l0x2.json @@ -8,6 +8,6 @@ "stm32" ], "extra-files": [ - "src/vendor/tinygo.org/x/device/stm32/stm32l0x2.s" + "src/device/stm32/stm32l0x2.s" ] -} +}
\ No newline at end of file diff --git a/targets/stm32wl5x_cm4.json b/targets/stm32wl5x_cm4.json index 67d22e173..00d8bbb82 100644 --- a/targets/stm32wl5x_cm4.json +++ b/targets/stm32wl5x_cm4.json @@ -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" } diff --git a/targets/stm32wle5.json b/targets/stm32wle5.json index e14322544..f24f28f2e 100644 --- a/targets/stm32wle5.json +++ b/targets/stm32wle5.json @@ -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" } diff --git a/targets/swan.json b/targets/swan.json index 0e323a01b..fbb46a556 100644 --- a/targets/swan.json +++ b/targets/swan.json @@ -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" - } + }
\ No newline at end of file |