diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2011-12-04 02:06:58 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2011-12-04 02:06:58 +0100 |
commit | a91546773296485bceff48c13d0c8211515b7fce (patch) | |
tree | 1039d785c1756749ba67468c15aaebed57948ab4 /SConstruct | |
parent | 7c165d29b989a15e2fd23a6d17c08d1981411bc3 (diff) |
Defined STM32F4.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ env = Environment( CXXFLAGS = '-fno-exceptions -fno-rtti',
ASFLAGS = '-c -x assembler-with-cpp -mcpu=cortex-m4 -mthumb -mhard-float',
- #CPPDEFINES = [],
+ CPPDEFINES = ['STM32F4'],
LINK = 'arm-none-eabi-gcc',
LINKFLAGS = '-Wall -mcpu=cortex-m4 -mthumb -mhard-float -nostartfiles -Wl,-Tsuzumebachi.ld', # -Wl,--gc-sections
|