diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-21 14:19:01 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-21 14:19:01 +0100 |
commit | 3beecbc4fa60773ffbdf04ce1908a86be5908551 (patch) | |
tree | 3a470e3e86662804a090141d8843c46ce8620191 /controller/fw/Makefile | |
parent | 37338e2ad8ca226119121432b65f6c61134e60ac (diff) | |
download | master-thesis-3beecbc4fa60773ffbdf04ce1908a86be5908551.tar.gz master-thesis-3beecbc4fa60773ffbdf04ce1908a86be5908551.tar.bz2 master-thesis-3beecbc4fa60773ffbdf04ce1908a86be5908551.zip |
Basic JTAG working
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r-- | controller/fw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/fw/Makefile b/controller/fw/Makefile index 11b68b8..e96d35f 100644 --- a/controller/fw/Makefile +++ b/controller/fw/Makefile @@ -52,6 +52,7 @@ C_SOURCES += src/protocol.c C_SOURCES += src/serial.c C_SOURCES += src/con_usart.c C_SOURCES += src/dma_util.c +C_SOURCES += src/gpio_helpers.c C_SOURCES += tinyprintf/tinyprintf.c C_SOURCES += $(MSPDEBUG_DIR)/drivers/jtaglib.c |