summaryrefslogtreecommitdiffstats
path: root/firmware/make/Makefile
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2020-03-05 22:48:53 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2020-03-05 22:49:09 +0100
commitcbccad27ec23c6c8920c3868875d4b5869467a45 (patch)
tree9cade35708c6bdbcc440930d9a0cbedfccb42871 /firmware/make/Makefile
parent28974eea391c8d8783dfcd54a79ee92885918be8 (diff)
Import and use DAC routines
from https://github.com/ataradov/dgw/
Diffstat (limited to 'firmware/make/Makefile')
-rw-r--r--firmware/make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/make/Makefile b/firmware/make/Makefile
index f1f3fde..e1a3456 100644
--- a/firmware/make/Makefile
+++ b/firmware/make/Makefile
@@ -9,7 +9,7 @@ CC = arm-none-eabi-gcc
OBJCOPY = arm-none-eabi-objcopy
SIZE = arm-none-eabi-size
-CFLAGS += -W -Wall --std=gnu11 -Og
+CFLAGS += -W -Wall --std=gnu11 -Og -g
CFLAGS += -fno-diagnostics-show-caret
CFLAGS += -fdata-sections -ffunction-sections
CFLAGS += -funsigned-char -funsigned-bitfields
@@ -30,6 +30,7 @@ SRCS += \
../clkgen/si5351c.c \
../i2c_master.c \
../spi_master.c \
+ ../dac.c \
../main.c \
../uart.c \
../usb.c \