diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-24 15:05:49 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-24 15:05:49 +0200 |
commit | 6e43e8e9a59569b573628c84d68af26f284c8c4e (patch) | |
tree | 0b4f006e751823ec8448301162cc72b97921f129 /Makefile | |
parent | 50d32b105f25ac3e7a8290dfacd6ca9c87ed5f72 (diff) |
MSP430: save & restore entire SRAM to/from FRAM
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ COMMON_FLAGS = -g -Os -Wall -Wextra CFLAGS = -std=c99 CXXFLAGS = -std=c++14 -fno-rtti -fno-threadsafe-statics +ASM_TARGETS = C_TARGETS = CXX_TARGETS = src/app/${app}/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc |