Browse Source

Adding additional build tag for boards with ninafw

pull/4081/head
BCG 10 months ago
committed by Ron Evans
parent
commit
a40b11f535
  1. 2
      targets/arduino-nano33.json
  2. 2
      targets/nano-rp2040.json
  3. 2
      targets/pyportal.json

2
targets/arduino-nano33.json

@ -1,6 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_nano33", "ninafw"],
"build-tags": ["arduino_nano33", "ninafw", "ninafw_machine_init"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"serial-port": ["2341:8057", "2341:0057"],
"flash-1200-bps-reset": "true"

2
targets/nano-rp2040.json

@ -3,7 +3,7 @@
"rp2040"
],
"serial-port": ["2341:005e"],
"build-tags": ["nano_rp2040", "ninafw"],
"build-tags": ["nano_rp2040", "ninafw", "ninafw_machine_init"],
"ldflags": [
"--defsym=__flash_size=16M"
],

2
targets/pyportal.json

@ -1,6 +1,6 @@
{
"inherits": ["atsamd51j20a"],
"build-tags": ["pyportal", "ninafw"],
"build-tags": ["pyportal", "ninafw", "ninafw_machine_init"],
"serial": "usb",
"flash-1200-bps-reset": "true",
"flash-method": "msd",

Loading…
Cancel
Save