firmware/external
@RandyMcMillan 0ac7c433e1 README.md: fix spelling: products
(cherry picked from commit dadc6bc452)
2023-09-05 11:12:08 -04:00
..
c-modules bugfix 2021-05-17 10:41:50 -04:00
ckcc-protocol@78ce292c4d miniscript USB enroll 2023-07-25 11:17:59 -04:00
libngu@7bdb038646 correct libngu submodule; remove Export XPUB option from miniscript 2023-06-20 09:28:26 -04:00
micropython@abf88c98b6 ux tweaks 2023-02-07 09:57:43 -05:00
mpy-qr@3ccf19ca14 Show QR of main xpub 2021-07-14 11:25:58 -04:00
README.md README.md: fix spelling: products 2023-09-05 11:12: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