firmware/external
Peter D. Gray 88ba1e151e
Cleanups
2022-04-25 09:55:23 -04:00
..
c-modules First pass w/ libNgU 2021-03-01 09:03:03 -05:00
ckcc-protocol@9abbe10db4 Cleanups 2022-04-25 09:55:23 -04:00
libngu@0b9d7600d1 Cleanups 2022-04-25 09:55:23 -04:00
micropython@c087bbe8d2 Cleanups 2022-04-25 09:55:23 -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