|
@@ -4,8 +4,9 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-MICROPYTHON_VERSION = 1.19.1
|
|
|
-MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
|
|
|
+MICROPYTHON_VERSION = 1.22.0
|
|
|
+MICROPYTHON_SITE = https://micropython.org/resources/source
|
|
|
+MICROPYTHON_SOURCE = micropython-$(MICROPYTHON_VERSION).tar.xz
|
|
|
# Micropython has a lot of code copied from other projects, and also a number
|
|
|
# of submodules for various libs. However, we don't even clone the submodules,
|
|
|
# and most of the copied code is not used in the unix build.
|