firmware/external
2019-04-11 15:12:30 -04:00
..
ckcc-protocol@4c444e3fc9 Track subproj 2019-04-03 09:42:46 -04:00
crypto@f83020c73d Include a fix for code we don't call, but for other users of the library might. 2018-11-08 10:59:08 -05:00
micropython@c04dfcd5d1 Bugfix for estack 2019-04-11 15:12:30 -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