mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
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>