Skip to content

change(micropython): Create weak link from `(u)module` to `module`

schneider requested to merge schneider/mp-weak-links into master

Create weak links from MicroPython specific implementations of modules to standard names. I.e. allow import time to import utime module.

Merge request reports