firmware/external
Peter D. Gray 0ea5e8b9e8
ux tweaks
2023-02-07 09:57:43 -05:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@2216e4db0e BSMS (BIP-129) 2023-01-25 17:35:10 -05:00
libngu@356b9137cf bump libngu to latest master with compact seed parsing 2022-12-19 14:48:39 -05:00
micropython@abf88c98b6 ux tweaks 2023-02-07 09:57:43 -05:00
mpy-qr@3ccf19ca14 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