mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
The examples/natmod features0 and features1 examples now build and run on ARMv6-M platforms. More complicated examples are not yet supported because the compiler emits references to built-in functions like __aeabi_uidiv. Signed-off-by: Damien George <damien@micropython.org>