diff options
Diffstat (limited to 'create_tools/tools_download.sh')
-rwxr-xr-x | create_tools/tools_download.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/create_tools/tools_download.sh b/create_tools/tools_download.sh index e48c536..99597e3 100755 --- a/create_tools/tools_download.sh +++ b/create_tools/tools_download.sh @@ -5,5 +5,6 @@ echo "Download tools" cd src wget -c http://busybox.net/downloads/busybox-1.36.1.tar.bz2 wget -c https://github.com/arsv/minibase/archive/0.7.zip -O minibase.zip - +wget -c https://micropython.org/resources/source/micropython-1.20.0.tar.xz +#git clone --branch v1.20.0 https://github.com/micropython/micropython.git micropython-1.20.0 echo "" |