Skip to content

Commit

Permalink
cpu/kinetis_common: add usb device driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer-no committed Sep 17, 2015
1 parent c774dc7 commit 8bef8ab
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpu/kinetis_common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export LINKFLAGS += -L$(RIOTCPU)/kinetis_common/ldscripts

# add the CPU specific code for the linker
export UNDEF += $(BINDIR)kinetis_common/fcfield.o
export UNDEF += $(BINDIR)kinetis_common/usbdev_driver.o

# Define a recipe to build the watchdog disable binary, used when flashing
$(RIOTCPU)/kinetis_common/dist/wdog-disable.bin: $(RIOTCPU)/kinetis_common/dist/wdog-disable.s
Expand Down
Loading

0 comments on commit 8bef8ab

Please sign in to comment.