mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
rp2040: fix for nano-rp2040 board
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
"build-tags": ["nano_rp2040"],
|
"build-tags": ["nano_rp2040"],
|
||||||
"linkerscript": "targets/pico.ld",
|
"linkerscript": "targets/pico.ld",
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
"targets/pico_boot_stage2.S"
|
"targets/pico-boot-stage2.S"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user