firmware/external
2025-02-11 09:07:13 -05:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@0e686dbda6 libsecp256k1 0.5.0 with newest libngu 2024-07-26 10:13:59 -04:00
libngu@1cccb25ef7 libsecp256k1 0.5.0 with newest libngu 2024-07-26 10:13:59 -04:00
micropython@4107246f8a revert: mpy submodule commit 2025-02-11 09:07:13 -05:00
mpy-qr@11347d83f4 Hack installed 2024-02-02 12:27:07 -05: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