diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-08-31 10:07:55 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-08-31 10:07:55 +0100 |
commit | 95ea03431757a829f0018b2950519add508d2629 (patch) | |
tree | 497cd701558e21c58c4c447322e7a5caa5edafa3 /create_tools/tools_download.sh | |
parent | b45185d2a439802d6bf2cd0b0a8b0cd4cfea1b53 (diff) | |
download | os201-95ea03431757a829f0018b2950519add508d2629.tar.gz os201-95ea03431757a829f0018b2950519add508d2629.zip |
Add micropython building script
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 "" |