aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/rp2040.json
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-07-14 22:04:31 +0900
committerRon Evans <[email protected]>2022-07-15 09:41:32 +0200
commitf370cd18fc0279b5465bc4eb80ec748ab8e6858a (patch)
treedb3de06f9678cd5a54045b3e65510c59a87491ee /targets/rp2040.json
parenta1d7cab080270d93f0dad1c90b768b7398e30167 (diff)
downloadtinygo-f370cd18fc0279b5465bc4eb80ec748ab8e6858a.tar.gz
tinygo-f370cd18fc0279b5465bc4eb80ec748ab8e6858a.zip
rp2040: add support for EnterBootloader()
Diffstat (limited to 'targets/rp2040.json')
-rw-r--r--targets/rp2040.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/rp2040.json b/targets/rp2040.json
index b06e2c09d..23edc5f68 100644
--- a/targets/rp2040.json
+++ b/targets/rp2040.json
@@ -1,6 +1,7 @@
{
"inherits": ["cortex-m0plus"],
"build-tags": ["rp2040", "rp"],
+ "flash-1200-bps-reset": "true",
"flash-method": "msd",
"serial": "usb",
"msd-volume-name": "RPI-RP2",