Skip to content

Conversation

jboynes
Copy link
Contributor

@jboynes jboynes commented Sep 8, 2023

Rather than rely on sprintf or something like it, use a known implemenation of itoa.

This replaces the file with the implementation from ArduinoCore-samd which I hope avoids any licensing concerns.

There's a couple of warnings from CLang-tidy because it's now C++ rather than C but I wanted to add a straight copy to make review easier. I will submit a different PR to fix those.

@jboynes
Copy link
Contributor Author

jboynes commented Sep 8, 2023

Tests failed on the first run due to an issue trying to upload coverage results.

I couldn't figure out how to redrive the action so opted to push another commit containing the Clang-tidy cleanup.

@per1234 per1234 added the bug label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants