mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
6760e00817
This commit adds support for RV32IMC native modules, as in embedding native code into a self-contained MPY module and and make its exported functions available to the MicroPython environment. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>