firmware/external
2023-06-26 08:00:06 -04:00
..
c-modules First pass w/ libNgU 2021-03-01 09:03:03 -05:00
ckcc-protocol@f3033b9dce Prepare for 4.1.8 release 2023-06-19 10:12:20 -04:00
libngu@356b9137cf Better version of NGU 2023-06-19 12:17:22 -04:00
micropython@f3b2a8c2e9 New release: 2023-06-19T1540-v4.1.8 2023-06-19 11:40:04 -04:00
mpy-qr@cb71312dd7 correct mpy-qr version 2023-06-26 08:00:06 -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