firmware/external
scgbckbone efda6f84dd PSBTv2
2023-09-21 10:17:44 -04:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@52b5950105 PSBTv2 2023-09-21 10:17:44 -04: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 README.md: fix spelling: products 2023-06-23 13:07:08 -04:00

Background on Submodules

This project uses many submodules, and to build the final products, 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