Skip to content

Commit

Permalink
Updated Readme with release command
Browse files Browse the repository at this point in the history
  • Loading branch information
zwack-am committed Feb 6, 2022
1 parent 3a31803 commit 4f6732a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.pio/*
*.cbp
*.layout
*.uf2



2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ While the development has switched to [platformio](https://platformio.org/) it s

Releases are also released as UF2 files. If you are using a UF2 bootloader (the Tirinket m0 has one for example) then you can just press the reset button twice and wait for the green light. At that point your computer will have a drive called TRINKET_BOOT and you can simply drop the trinket.uf2 file onto that drive, when it is finished copying the trinket will reset and will be running that program.

Releases are created using `uf2conv.py .pio/build/adafruit_trinket_m0/firmware.bin --family 0x68ed2b88 --convert --output ZKBW2_trinket_m0.uf2 --base 0x2000`

The releases use the standard config.h as included in the source code.

If you wish to use a custom configuration then I am afraid you will have to build the code for yourself.

0 comments on commit 4f6732a

Please sign in to comment.