firmware/external
2023-12-05 16:22:22 +01:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@1efa93c72c newest ckcc 2023-12-05 16:22:22 +01:00
libngu@356b9137cf bump libngu to latest master with compact seed parsing 2022-12-19 14:48:39 -05:00
micropython@97d35f058f rebuild/maintain sigheader.{h,py} in one place 2023-12-05 11:48:30 +01: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