1
0
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:
Fabian Hüßler 2023-01-25 23:41:44 +01:00 committed by Fabian Hüßler
parent 20069c2305
commit e69a0bea07

2
makefiles/pio.inc.mk Normal file
View File

@ -0,0 +1,2 @@
%.pio.h: %.pio
$(Q) $(RIOTTOOLS)/pioasm/pioasm -o RIOT $< $@