Browse Source
Merge pull request #1284 from scop/micropython-1.10
Add micropython 1.10
pull/1289/head
Christopher Hunt
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
plugins/python-build/share/python-build/micropython-1.10
|
|
|
@ -0,0 +1,5 @@ |
|
|
|
#require_gcc |
|
|
|
has_tar_xz_support \ |
|
|
|
&& src="https://micropython.org/resources/source/micropython-1.10.tar.xz#8488ec243217c4578f1cf2ed20e749344b01510a52d443da95304949cf7abfdb" \ |
|
|
|
|| src="https://github.com/micropython/micropython/releases/download/v1.10/micropython-1.10.tar.gz#207de28a243d5be59c1d5433670a5c76472ece532b446cc25da6cf3c6e943fbc" |
|
|
|
install_package micropython-1.10 "$src" micropython |