firmware/external
2022-07-29 11:33:40 -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@a28aef463d Recent fixes 2022-05-04 08:47:01 -04:00
micropython@97d35f058f hardening changes 2022-07-29 11:33:40 -04: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