We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891dbcf commit 52e2f82Copy full SHA for 52e2f82
8 files changed
examples/Makefile
@@ -1,4 +1,4 @@
1
-SUBDIRS = blinky printf cdc-acm boot-uf2-dfu boot-dfu-spiflash
+SUBDIRS = blinky printf cdc-acm ez-dap boot-uf2-dfu boot-dfu-spiflash
2
3
all:
4
@set -e; for dir in $(SUBDIRS); do $(MAKE) -C $${dir} all; done
0 commit comments