-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Test all board kconfig models for hello-world #17349
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
Test all board kconfig models for hello-world #17349
Conversation
Hmmm, It seems
nucleo-l011k4 requires using picolibc (although I don't really like how that is done...) so I need a way to force the board to select it instead of the default nanolibc. |
6a510ff
to
fed3175
Compare
What do you mean? |
|
OK probably I should be splitting this out into other PRs. The issues with nucleo-wl55jc, lora-e5-dev and stm32mp157c-dk2 are the kconfig clock model, this must be done first and I will take a look at @aabadie work before progressing. The nucleo-l011k4 and stm32f030f4-demo should be easy, just needs to force picolib (maybe in a nicer way) The stm32f723e-disco has some obvious issues, though I haven't looked into it too much. The stm32f429i-disco is probably just missing the stdio_usb_cdc_acm thing. As I am out of time for now I will be picking up the work later. If anyone fixes this stuff before I get to it please ping me :) |
The following boards are still not passing:
|
fabd4c3
to
a68f53b
Compare
Needs a rebase now! |
closing as the test did its job! |
Contribution description
Just a test...
Testing procedure
Issues/PRs references