This commit is contained in:
parent
2b07102b69
commit
1cd16f0aad
9 changed files with 326 additions and 162 deletions
8
Makefile
8
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue