Merge branch 'devel' into Endstops

This commit is contained in:
Unknown
2018-10-06 13:33:21 -04:00
15 changed files with 381 additions and 101 deletions
+3
View File
@@ -105,6 +105,7 @@ LDFLAGS += '-Wl,--undefined=uxTopUsedPriority'
-- common flags for ASM, C and C++
OPT += '-Og'
-- OPT += '-O0'
OPT += '-ffast-math -fno-finite-math-only'
tup.append_table(FLAGS, OPT)
tup.append_table(LDFLAGS, OPT)
@@ -148,6 +149,8 @@ build{
sources={
'Drivers/DRV8301/drv8301.c',
'MotorControl/utils.c',
'MotorControl/arm_sin_f32.c',
'MotorControl/arm_cos_f32.c',
'MotorControl/low_level.cpp',
'MotorControl/nvm.c',
'MotorControl/axis.cpp',