firmware/external
2026-06-22 11:20:44 -04:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@3d1dfa858b BIP-322 changes after BIP got in to the complete state 2026-06-22 11:20:44 -04:00
libngu@537519a829 bump libngu to version with HW accelerated tagged_sha256 2026-02-25 09:31:34 -05: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