Files
micropython/tools
Angus Gratton bc92f5a249 nrf: Add support for building C++ user modules.
The compiler flags -ansi -std=c11 were both being passed to g++, causing
weirdness. Removed the -ansi flag entirely, it's superseded by explicitly
setting the standard.

Also adds build coverage for user C modules (including C++) in CI.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2026-04-15 15:25:50 +10:00
..
2024-03-07 16:25:17 +11:00