loboris/MicroPython_ESP32_psRAM_LoBo

Compiling external modules

Opened this issue · 0 comments

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?