Merge branch 'devel' into traptraj

This commit is contained in:
Oskar Weigl
2018-09-27 13:00:16 -07:00
committed by GitHub
4 changed files with 28 additions and 37 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ FLAGS += '-mthumb'
FLAGS += '-mcpu=cortex-m4'
FLAGS += '-mfpu=fpv4-sp-d16'
FLAGS += '-mfloat-abi=hard'
FLAGS += { '-Wall', '-Wfloat-conversion', '-fdata-sections', '-ffunction-sections'}
FLAGS += { '-Wall', '-Wdouble-promotion', '-Wfloat-conversion', '-fdata-sections', '-ffunction-sections'}
-- debug build
FLAGS += '-g -gdwarf-2'