mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
93ac7cec0d
board/stm32: Add support for GNSE (Generic Node Sensor Edition) Thanks to @jamestait for his help on GNSE port
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": [ "stm32wle5","stm32wlx", "stm32"],
|
|
"extra-files": [
|
|
"src/device/stm32/stm32wle5.s"
|
|
],
|
|
"linkerscript": "targets/stm32wlx.ld"
|
|
}
|