Rework drashna userspace to be more modular (#4544)

* Break up files to make more readable

* Add comments to ortho 4x12 layout rules.mk

* Small tweaks

* Update GitLab CI scripts

* Make ortho boards smaller
This commit is contained in:
Drashna Jaelre
2018-12-04 13:27:41 -08:00
committed by MechMerlin
parent 106de349fb
commit 6d0dc910d9
13 changed files with 526 additions and 529 deletions

View File

@@ -1,4 +1,5 @@
SRC += drashna.c
SRC += drashna.c \
process_records.c
ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
SRC += secrets.c