Adding modules to Micropython and en/disabling them in menuconfig
Posted: Sun Jul 21, 2019 7:09 am
I wish to integrate this port of FastLED library (https://github.com/aykevl/mpy-pixels) into Micropython.
I´ve read this documentation: https://docs.micropython.org/en/latest/ ... dules.html
and can configure and compile Micropython successfully using ./BUILD.sh menuconfig then ./BUILD.sh
Hovewer, when it comes to adding a module to Micropython I´m a bit confused by the above mentioned docs that explain to modify the makefile, but does not involve the sdkconfig.
I´ve search recursively for the string "USER_C_MODULES" through the Micropython source, but cannot find it.
Which steps should i tak to cleanly add one or several modules to Micropython and be able to configure them with menuconfig ?
I´ve read this documentation: https://docs.micropython.org/en/latest/ ... dules.html
and can configure and compile Micropython successfully using ./BUILD.sh menuconfig then ./BUILD.sh
Hovewer, when it comes to adding a module to Micropython I´m a bit confused by the above mentioned docs that explain to modify the makefile, but does not involve the sdkconfig.
I´ve search recursively for the string "USER_C_MODULES" through the Micropython source, but cannot find it.
Which steps should i tak to cleanly add one or several modules to Micropython and be able to configure them with menuconfig ?