firmware/external
2021-07-27 13:57:27 -04:00
..
c-modules First pass w/ libNgU 2021-03-01 09:03:03 -05:00
ckcc-protocol@56db769927 Updated 2021-03-16 10:23:39 -04:00
libngu@ddfd476449 Avoid producing 72 byte signatures (low-R) 2021-07-27 13:57:27 -04:00
micropython@5917fc199c Fix for formating 2021-03-30 09:14:18 -04:00
mpy-qr@cb71312dd7 Show QR of main xpub 2021-07-14 11:25:58 -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