firmware/external
2022-03-14 08:45:46 -04:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@ef61911047 Update to v1.3.0 2022-02-28 09:42:48 -05:00
libngu@61ffc74af1 adds reseed func 2022-03-14 08:45:46 -04:00
micropython@6d7527823c branch for mk4 of micropython 2022-01-14 10:28:32 -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