Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🔒 优化keil AC6的警告问题,提供更优的fault函数替换方式 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fool-cat
Copy link

  1. 使用相对路径包含头文件
  2. keil V5.36,AC6编译器错误进入__GNUC__预处理宏导致register警告
  3. 修改几处字符串输出未使用格式说明符导致的警告
  4. 利用ArmLink的$Super$$Sub$机制,无感且一劳永逸的替换fault中断,避免使用cubemx等工具生成代码时每次覆盖更改

1. 使用相对路径包含头文件
2. keil V5.36,AC6编译器错误进入`__GNUC__`预处理宏导致register警告
3. 修改几处字符串输出未使用格式说明符导致的警告
4. 利用ArmLink的$Super$$Sub$机制,无感且一劳永逸的替换fault中断,避免使用cubemx等工具生成代码时每次覆盖更改
@fool-cat
Copy link
Author

对于宏的判定参考perf_counter 第75行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant