Add functions stub for compatibility with very minimal libc#188
Add functions stub for compatibility with very minimal libc#188facchinm wants to merge 1 commit intoarduino:masterfrom
Conversation
In case the user needs to call the functions from Print/String, these placeholders should be implemented (with C++ scope)
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #188 +/- ##
=======================================
Coverage 95.77% 95.77%
=======================================
Files 13 13
Lines 970 970
=======================================
Hits 929 929
Misses 41 41
☔ View full report in Codecov by Sentry. |
aentinger
left a comment
There was a problem hiding this comment.
Who'd be setting that define __VERY_MINIMAL_LIBC__? Looks like a compiler-intrinsic to me (just curious).
|
|
1 similar comment
|
|
In case the user needs to call the functions from Print/String, these placeholders should be implemented (with C++ scope)