-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[bsp]stm32 attach配置整理为yml(f0-f4、g、l系列) #10417
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
Conversation
📌 Code Review Assignment🏷️ Tag: bsp_stm32Path: Changed Files (Click to expand)
📊 Current Review Status (Last Updated: 2025-06-24 12:48 UTC)
📝 Review Instructions
|
|
奇怪,为什么elf都编译出来了却在scons -c error了... |
|
stm32/stm32f723-st-disco nano |
|
看了下,大部分是因为加了--strict ,有编译问题需要解决掉。加了--strict 有warning就会报错 |
| - CONFIG_BSP_USING_SDCARD_FATFS=y | ||
| # ------ rtduino ------ | ||
| rtduino.adafruit-aht10: | ||
| <<: *scons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里都加了scons --strict ,如果有编译warning需要解决掉
|
如果确实需要加--strict,你可以把这几个bsp先去掉,后面再提个pr,修复好warning了,再提交。 |
就是说其实可以不加strict的吗?我以为strict是每一项都要强制加的 warning: the choice symbol PKG_USING_MPU6XXX_LATEST_VERSION (defined at /home/runner/.env/packages/packages/peripherals/sensors/mpu6xxx/Kconfig:24) is selected by the following symbols, but select/imply has no effect on choice symbols
|
|
嗯, 一般strict 不需要加。只是目前有这个功能, |
|
要先保证编译没问题。 |
请问action的component出问题要修吗,好像是driver的版本不对?不太敢动共用的文件,在本地编译是没问题的 |
其他项目选中NANO编译可以通过,理论上应该没问题。 |
感谢,我期末周完试试 |
|
或者你可以先把出错的几个先去掉,这个可以先合并,其他的出错的,下次提PR? |

拉取/合并请求描述:(PR description)
[
为什么提交这份PR (why to submit this PR)
你的解决方案是什么 (what is your solution)
请提供验证的bsp和config (provide the config and bsp)
]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up