firmware/external
2018-07-24 14:30:19 -04:00
..
ckcc-protocol@3d7d5786a0 Current version 2018-07-24 14:29:39 -04:00
crypto@ea5458874e Correct version 2018-07-24 14:29:22 -04:00
micropython@d48b6a46a3 Best version so far 2018-07-24 14:28:16 -04:00
modcryptocurrency@398f55c2b4 Correct version 2018-07-24 14:30:19 -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