整理代码

1.解决一些编译警告
2.整理一些文件格式
This commit is contained in:
2025-10-18 01:02:27 +08:00
parent 382ff2c80f
commit d45df9714a
80 changed files with 6787 additions and 8195 deletions

View File

@@ -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