diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2020-12-09 20:29:31 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2020-12-09 20:29:31 -0700 |
| commit | a5923b21e48fcfe660c1e7d586fe0c6a5b79e421 (patch) | |
| tree | 8477e2e5088847b5c5e93257681ee19d43394bbd /Makefile.preamble | |
| parent | 1710871aa1958c2cac38e4b372964ef22032ed4a (diff) | |
| download | stm32l4-a5923b21e48fcfe660c1e7d586fe0c6a5b79e421.tar.gz stm32l4-a5923b21e48fcfe660c1e7d586fe0c6a5b79e421.tar.bz2 stm32l4-a5923b21e48fcfe660c1e7d586fe0c6a5b79e421.zip | |
Got a basic timer to work.
Diffstat (limited to 'Makefile.preamble')
| -rw-r--r-- | Makefile.preamble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.preamble b/Makefile.preamble index 62b221a..75f3afb 100644 --- a/Makefile.preamble +++ b/Makefile.preamble @@ -6,7 +6,7 @@ CFLAGS?=$(OPT) -mcpu=cortex-m4 -mthumb -g -lgcc -static -nostartfiles -Iinclude LD_FLAGS?=-T linker/linker_script.ld -nostdlib --cref -Map linker/main.map -static TEST_PREFIX=x86_64-pc-linux-gnu- -TEST_CFLAGS=-Iinclude -Iinclude/arch/x86_64 -Itest_harness -g3 -ggdb -DFOR_TESTING -Wall +TEST_CFLAGS=-Iinclude -Iinclude/arch/x86_64 -Itest_harness -g3 -ggdb -gdwarf-2 -DFOR_TESTING -Wall all: _$(PREFIX)_obs/main.elf |