Udi Fuchs
Udi Fuchs
The changes are not specific to rp2. cmake support was added and the rp2 port of micropython only works with cmake.
All source code and tests pass the `mypy --strict` checks. The only change is the addition of type annotations. I made sure that there would not be any functional side...
Element() and ElementTree() were factory functions until now. They are now defined as classes. With this change, we can annotate code with the public Element class, instead of using the...