firmware/external
Peter D. Gray 9635869738 Updated
2021-03-16 10:23:39 -04:00
..
c-modules First pass w/ libNgU 2021-03-01 09:03:03 -05:00
ckcc-protocol@56db769927 Updated 2021-03-16 10:23:39 -04:00
libngu@74b373c2b7 Update 2021-03-09 15:28:26 -05:00
micropython@4db3518e40 Update 2021-03-15 09:06:42 -04:00
mpy-qr@3ccf19ca14 First pass w/ libNgU 2021-03-01 09:03:03 -05: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