整理代码
1.解决一些编译警告 2.整理一些文件格式
This commit is contained in:
@@ -22,10 +22,13 @@ CFLAG=[
|
||||
'-mthumb',
|
||||
'-mfpu=fpv4-sp-d16',
|
||||
'-mfloat-abi=hard',
|
||||
'-O3',
|
||||
'-O0',
|
||||
'-Wall',
|
||||
'-fdata-sections',
|
||||
'-ffunction-sections',
|
||||
'-Wno-unused-but-set-variable',
|
||||
'-Wno-unused-variable',
|
||||
'-Wno-unused-function',
|
||||
# '-u _printf_float', # 使用这个选项会导致调用exit
|
||||
'-specs=nano.specs', # 使用nano-newlib
|
||||
# debug
|
||||
|
||||
Reference in New Issue
Block a user