firmware/external
2020-08-04 15:31:59 -04:00
..
ckcc-protocol@f3033b9dce Bugfix: Longer bag numbers 2020-07-03 14:50:34 -04:00
crypto@f83020c73d Include a fix for code we don't call, but for other users of the library might. 2018-11-08 10:59:08 -05:00
micropython@db4e297ea1 Missed updating this. 2020-08-04 15:31:59 -04:00
modcryptocurrency@aba6ba441b Bump version 2020-06-12 08:49:08 -04:00
mpy-qr@198042652f Fixes for 1.9.4 2020-06-08 16:01:27 -04:00
README.md Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00

Background on Submodules

This project uses many submodules, and to build the final produts, you will have to get all the submodules into place and build them in appropriate orders.

A good resource, from an unrelated project, is:

https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules

And some background/super in-depth:

https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407