QUERY · ISSUE
ports/unix: how to add a c++ shared library to the makefile .i want set a module,which can use c++ function.
port-unix
(no description)
CANDIDATE · PULL REQUEST
unix/Makefile: Allow users to specify the C++ standard used.
port-unix
Mainly for user modules.
Actually, I'm not sure the whole HASCPP17 part should even be there: it's not needed for the MicroPython source itself (that just needs at least c++11 because the usercmodule example uses that). I'd be happy to remove it, but it's maybe too late for that now (as in: people relying on it)?