Skip to content

Commit

Permalink
makefiles: add makefile to generate header file from PIO program
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed May 23, 2023
1 parent 20069c2 commit e69a0be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefiles/pio.inc.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
%.pio.h: %.pio
$(Q) $(RIOTTOOLS)/pioasm/pioasm -o RIOT $< $@

0 comments on commit e69a0be

Please sign in to comment.