mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
rp2040: add usb settings
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"rp2040"
|
||||
],
|
||||
"serial": "uart",
|
||||
"serial-port": ["acm:239a:80f1"],
|
||||
"build-tags": ["feather_rp2040"],
|
||||
"linkerscript": "targets/feather-rp2040.ld",
|
||||
"extra-files": [
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
],
|
||||
"build-tags": ["macropad_rp2040"],
|
||||
"serial": "none",
|
||||
"serial-port": ["acm:239a:8107"],
|
||||
"linkerscript": "targets/pico.ld",
|
||||
"extra-files": [
|
||||
"targets/pico-boot-stage2.S"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
],
|
||||
"build-tags": ["pico"],
|
||||
"serial": "uart",
|
||||
"serial-port": ["acm:2e8a:000A"],
|
||||
"linkerscript": "targets/pico.ld",
|
||||
"extra-files": [
|
||||
"targets/pico-boot-stage2.S"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"rp2040"
|
||||
],
|
||||
"serial": "uart",
|
||||
"serial-port": ["acm:1b4f:0026"],
|
||||
"build-tags": ["thingplus_rp2040"],
|
||||
"linkerscript": "targets/thingplus-rp2040.ld",
|
||||
"extra-files": [
|
||||
|
||||
Reference in New Issue
Block a user