Skip to content

Commit 52e2f82

Browse files
committed
Add examples/ez-dap CMSIS-DAP example
1 parent 891dbcf commit 52e2f82

8 files changed

Lines changed: 1286 additions & 1 deletion

File tree

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = blinky printf cdc-acm boot-uf2-dfu boot-dfu-spiflash
1+
SUBDIRS = blinky printf cdc-acm ez-dap boot-uf2-dfu boot-dfu-spiflash
22

33
all:
44
@set -e; for dir in $(SUBDIRS); do $(MAKE) -C $${dir} all; done

0 commit comments

Comments
 (0)