Skip to content

fix: AVR/Arduino compatibility for C++ standard library headers#98

Merged
thiagoralves merged 1 commit into
mainfrom
development
Apr 15, 2026
Merged

fix: AVR/Arduino compatibility for C++ standard library headers#98
thiagoralves merged 1 commit into
mainfrom
development

Conversation

@thiagoralves
Copy link
Copy Markdown
Contributor

Add iec_platform.hpp shim for AVR libc which doesn't have etc.

AVR libc (used by Arduino) doesn't ship C++ standard library wrappers
like <cstdint>, <cstring>, <cmath> etc. Add iec_platform.hpp as a
compatibility shim that maps to C headers on AVR and C++ headers
elsewhere. All runtime headers now include this instead of the C++
wrappers directly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@thiagoralves thiagoralves merged commit 58373cf into main Apr 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant