arduino / ArduinoCore-API

Hardware independent layer of the Arduino cores defining the official API
https://www.arduino.cc/reference/en/
GNU Lesser General Public License v2.1
202 stars 118 forks source link

Add functions stub for compatibility with very minimal libc #188

Open facchinm opened 1 year ago

facchinm commented 1 year ago

In case the user needs to call the functions from Print/String, these placeholders should be implemented (with C++ scope)

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (5b9faf6) 95.77% compared to head (e1d6500) 95.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #188 +/- ## ======================================= Coverage 95.77% 95.77% ======================================= Files 13 13 Lines 970 970 ======================================= Hits 929 929 Misses 41 41 ``` | [Impacted Files](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/188?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino) | Coverage Δ | | |---|---|---| | [api/Print.cpp](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/188?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL1ByaW50LmNwcA==) | `95.20% <ø> (ø)` | | | [api/String.cpp](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/188?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL1N0cmluZy5jcHA=) | `97.65% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.