stash
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
j3d1 2023-02-19 13:36:53 +01:00
parent 2b07102b69
commit 1cd16f0aad
9 changed files with 326 additions and 162 deletions

View file

@ -1,12 +1,16 @@
.PHONY: firmware flash firmware_docker case pcb
all: firmware case pcb
all: peripherals firmware case pcb
peripherals:
+@make all -C peripherals/cc48x6
firmware:
+@make -C firmware html all
flash:
+@make -C firmware flash
+@make flash -C firmware
+@make flash -C peripherals/cc48x6
case:
+@make -C case all