diff options
author | deadprogram <[email protected]> | 2024-01-15 20:56:50 +0100 |
---|---|---|
committer | BCG <[email protected]> | 2024-01-15 19:34:05 -0500 |
commit | cf39d8b2c883bd9d91980f667fbd4316125fb256 (patch) | |
tree | 4d8058ee48632cd0f0fa5bd52ff127be45c4ed09 /targets | |
parent | d92a31b440b894382bafd8a66334072bf3081b44 (diff) | |
download | tinygo-cf39d8b2c883bd9d91980f667fbd4316125fb256.tar.gz tinygo-cf39d8b2c883bd9d91980f667fbd4316125fb256.zip |
targets: add ninafw pins and settings to Adafruit PyBadge board with AirLift Featherwing
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pybadge.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pybadge.json b/targets/pybadge.json index 232a1bab2..b41f87ada 100644 --- a/targets/pybadge.json +++ b/targets/pybadge.json @@ -1,6 +1,6 @@ { "inherits": ["atsamd51j19a"], - "build-tags": ["pybadge"], + "build-tags": ["pybadge", "ninafw"], "serial": "usb", "flash-1200-bps-reset": "true", "flash-method": "msd", |