Skip to content

Commit

Permalink
targets: add cyw43439 tag to badger2040-w and also add new pico-w tar…
Browse files Browse the repository at this point in the history
…get for wireless support

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 11, 2024
1 parent ad6c89b commit 880e940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion targets/badger2040-w.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rp2040"
],
"serial-port": ["2e8a:0003"],
"build-tags": ["badger2040_w"],
"build-tags": ["badger2040_w", "cyw43439"],
"ldflags": [
"--defsym=__flash_size=1020K"
],
Expand Down
4 changes: 4 additions & 0 deletions targets/pico-w.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"inherits": ["pico"],
"build-tags": ["pico-w", "cyw43439"]
}

0 comments on commit 880e940

Please sign in to comment.