loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
825 stars 342 forks source link

Compiling external modules #315

Open anjiro opened 4 years ago

anjiro commented 4 years ago

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?