You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the Stage library with the LoBo MicroPython. However, the build instructions rely on base MicroPython compilation support, in particular the USER_C_MODULES parameter to make. Here is their example for the M5Stack:
make USER_C_MODULES=../../../micropython-stage/modules CFLAGS_EXTRA=-DMODULE_STAGE_ENABLE FROZEN_MPY_DIR=../../../micropython-stage/m5stack
Is there a way to do this compilation with LoBo?
The text was updated successfully, but these errors were encountered:
I'd like to use the Stage library with the LoBo MicroPython. However, the build instructions rely on base MicroPython compilation support, in particular the
USER_C_MODULES
parameter tomake
. Here is their example for the M5Stack:make USER_C_MODULES=../../../micropython-stage/modules CFLAGS_EXTRA=-DMODULE_STAGE_ENABLE FROZEN_MPY_DIR=../../../micropython-stage/m5stack
Is there a way to do this compilation with LoBo?
The text was updated successfully, but these errors were encountered: