mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:29:46 +01:00
makefiles: add makefile to generate header file from PIO program
This commit is contained in:
parent
20069c2305
commit
e69a0bea07
2
makefiles/pio.inc.mk
Normal file
2
makefiles/pio.inc.mk
Normal file
@ -0,0 +1,2 @@
|
||||
%.pio.h: %.pio
|
||||
$(Q) $(RIOTTOOLS)/pioasm/pioasm -o RIOT $< $@
|
Loading…
Reference in New Issue
Block a user