Make builds a bit more robust and reusable
- Lock our vendored dependencies (also pull in some new ones I will be needing soon) - Ensure we have a sane way of pulling those vendored dependencies into the DFU-flashable images (upy-freeze.txt) - Break up the Makefile into a bunch of smaller, sometimes reusable chunks - Add a noop keyboard that simply exits, so we can flash a "keyboard" that just dumps us straight to REPL - Remove my personal ampy config since that's not portable at all
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -102,3 +102,7 @@ venv.bak/
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
|
||||
.ampy
|
||||
.submodules
|
||||
.circuitpy-deps
|
||||
|
Reference in New Issue
Block a user