mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
This was added a long time ago in 75abee206d
when USB host support was added to the stm (now stm32) port, and when this
pyexec code was actually part of the stm port. It's unlikely to work as
intended anymore. If it is needed in the future then generic hook macros
can be added in pyexec.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.