firmware/external
Peter D. Gray df0cd235ba Updates
2019-10-28 14:27:20 -04:00
..
ckcc-protocol@d3bbcf347a Updates 2019-10-28 14:27:20 -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@37afd6d0b2 gcc9 fix 2019-10-28 14:25:55 -04:00
modcryptocurrency@0904630474 Connect simulator to real hardware, bootrom, and SE 2019-10-03 09:42:11 -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