-
Couldn't load subscription status.
- Fork 3k
Fix ESP8266 #13707
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 ESP8266 #13707
Conversation
|
@paul-szczepanek-arm, thank you for your changes. |
| "target_overrides": { | ||
| "HEXIWEAR": { | ||
| "*": { | ||
| "target.printf_lib": "std" |
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.
Compilation error:
[ERROR] Attempt to override undefined parameter 'target.printf_lib' in 'library:esp8266[*]'
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.
I'm sorry, this is embarassing, it would've helped if I compiled for a target that actually uses esp8266
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.
You can use the reproducing steps in #13687 issue description:
071f906 to
97f10a1
Compare
|
What is the status of that PR? Can it be merged? |
|
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Fix not initialised member in one of the constructors.
Impact of changes
Migration actions required
Documentation
none
Pull request type
Test results
Reviewers
@pan-