firmware/external
2023-05-12 08:47:05 -04:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@6a3a3f9234 MAX_TR_SIGNERS from updated ckcc-protocol 2023-05-11 08:13:51 -04:00
libngu@d8b4e2adde fix bech32 patching for libngu 2023-05-12 08:47:05 -04: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