We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The UNIX port of the micropython runs smoothly on Tilck as well. In order to build it, run:
./scripts/build_toolchain -s build_micropython
Then ask the build scripts to install it in Tilck's image by re-running the CMake wrapper script like:
./scripts/cmake_run -DEXTRA_MICROPYTHON=1
And finally, rebuild Tilck's image with:
make rem