mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 14:20:12 +02:00
066243ea74
Introduce SRC_USERMOD_LIB_ASM to allow users to include assembly files as part of their user modules. It could be used to include optimized functions or outputs of other programming languages. Signed-off-by: George Hopkins <george-hopkins@null.net>