diff options
author | sago35 <[email protected]> | 2022-07-14 22:04:31 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-07-15 09:41:32 +0200 |
commit | f370cd18fc0279b5465bc4eb80ec748ab8e6858a (patch) | |
tree | db3de06f9678cd5a54045b3e65510c59a87491ee /targets/rp2040.json | |
parent | a1d7cab080270d93f0dad1c90b768b7398e30167 (diff) | |
download | tinygo-f370cd18fc0279b5465bc4eb80ec748ab8e6858a.tar.gz tinygo-f370cd18fc0279b5465bc4eb80ec748ab8e6858a.zip |
rp2040: add support for EnterBootloader()
Diffstat (limited to 'targets/rp2040.json')
-rw-r--r-- | targets/rp2040.json | 1 |
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", |