mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
micropython-lib: new packages
Core Python libraries ported to MicroPython. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9646e80fca
commit
21c7af2f66
7
package/micropython-lib/Config.in
Normal file
7
package/micropython-lib/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_MICROPYTHON_LIB
|
||||
bool "micropython-lib"
|
||||
depends on BR2_PACKAGE_MICROPYTHON
|
||||
help
|
||||
Core Python libraries ported to MicroPython.
|
||||
|
||||
http://micropython.org
|
||||
Reference in New Issue
Block a user