mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 03:24:00 +00:00
stm32/stm32wlx: Add support for stm32wl55_cm4
board/stm32: Add support for GNSE (Generic Node Sensor Edition) Thanks to @jamestait for his help on GNSE port
This commit is contained in:
committed by
Ron Evans
parent
b4503c1e37
commit
93ac7cec0d
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"inherits": ["cortex-m4"],
|
||||
"build-tags": ["stm32wle5", "stm32"],
|
||||
"build-tags": [ "stm32wle5","stm32wlx", "stm32"],
|
||||
"extra-files": [
|
||||
"src/device/stm32/stm32wle5.s"
|
||||
],
|
||||
"linkerscript": "targets/stm32wle5.ld"
|
||||
}
|
||||
"linkerscript": "targets/stm32wlx.ld"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user