Skip to content

Commit

Permalink
targets: add ninafw tag to Arduino mkrwifi1010 and Adafruit Matrix Po…
Browse files Browse the repository at this point in the history
…rtal M4 for drivers netlink support

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram authored and bgould committed Jan 16, 2024
1 parent cf39d8b commit 8858d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion targets/arduino-mkrwifi1010.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_mkrwifi1010"],
"build-tags": ["arduino_mkrwifi1010", "ninafw"],
"serial": "usb",
"serial-port": ["2341:8054", "2341:0054"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
Expand Down
2 changes: 1 addition & 1 deletion targets/matrixportal-m4.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"inherits": ["atsamd51j19a"],
"build-tags": ["matrixportal_m4"],
"build-tags": ["matrixportal_m4", "ninafw"],
"serial": "usb",
"serial-port": ["239a:80c9", "239a:80ca"],
"flash-1200-bps-reset": "true",
Expand Down

0 comments on commit 8858d49

Please sign in to comment.