Skip to content

Commit

Permalink
Added link to bossa instructions for Feather M0
Browse files Browse the repository at this point in the history
Added a note in the Feather M0 docs to link to the bossa instructions, since some older Feather M0s are not hf2-compatible and instead should use bossa.
  • Loading branch information
markhildreth authored and sajattack committed Apr 19, 2020
1 parent c076b6f commit 011ba2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/feather_m0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ $ cargo hf2 --release --example blinky_basic
Finished in 0.079s
$
```

Note that some older Feather M0 boards do not come with support for HF2. For these boards,
you can upload using the `bossa` tool as described in the [atsamd crate documentation](https://github.com/markhildreth/atsamd#getting-code-onto-the-device-gemma-m0).

0 comments on commit 011ba2b

Please sign in to comment.