diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-22 01:11:54 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-22 01:11:54 +0000 |
commit | fe124328828f8aef23861db889c144736b782475 (patch) | |
tree | c234a21cabffe26cb5c76afe5561b572f9cc5728 /software/mpu/Makefile | |
parent | moved heartbeat thread to seperate file (diff) |
added USB CDC based shell
git-svn-id: https://svn.spreadspace.org/mur.sat@835 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r-- | software/mpu/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile index 8dcb9ed..55f9a24 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -10,7 +10,7 @@ endif # C specific options here (added to USE_OPT). ifeq ($(USE_COPT),) - USE_COPT = + USE_COPT = endif # C++ specific options here (added to USE_OPT). @@ -77,9 +77,10 @@ CSRC = $(PORTSRC) \ $(HALSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ - $(CHIBIOS)/os/various/evtimer.c \ - $(CHIBIOS)/os/various/syscalls.c \ + $(CHIBIOS)/os/various/shell.c \ + $(CHIBIOS)/os/various/chprintf.c \ heartbeat.c \ + usb-cdc-shell.c \ main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global |