diff options
author | deadprogram <[email protected]> | 2024-01-03 18:43:50 +0100 |
---|---|---|
committer | BCG <[email protected]> | 2024-01-03 23:28:28 -0500 |
commit | c2083014b3361cb67e37a063828011894ec59b07 (patch) | |
tree | e5a2d51c278585bebcd9108f52af6443adbdf296 /targets | |
parent | 603a81f194f8197e347f6366328aa19c6ff7d228 (diff) | |
download | tinygo-c2083014b3361cb67e37a063828011894ec59b07.tar.gz tinygo-c2083014b3361cb67e37a063828011894ec59b07.zip |
targets: add ninafw tag to nano-rp2040 for ninafw BLE support
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'targets')
-rw-r--r-- | targets/nano-rp2040.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/nano-rp2040.json b/targets/nano-rp2040.json index 313fead9c..9756757c6 100644 --- a/targets/nano-rp2040.json +++ b/targets/nano-rp2040.json @@ -3,7 +3,7 @@ "rp2040" ], "serial-port": ["2341:005e"], - "build-tags": ["nano_rp2040"], + "build-tags": ["nano_rp2040", "ninafw", "ninafw_reset_inverse"], "ldflags": [ "--defsym=__flash_size=16M" ], |