This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Add micropython 1.14
pull/1858/head
Ville Skyttä
5 years ago
parent
132d546453
commit
5c8735cdbf
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
plugins/python-build/share/python-build/micropython-1.14
+ 5
- 0
plugins/python-build/share/python-build/micropython-1.14
View File
@ -0,0 +1,5 @@
#require_gcc
has_tar_xz_support \
&& { install=install_package; src="https://micropython.org/resources/source/micropython-1.14.tar.xz#97306156fdeab120a1244626c75a929bb820722afdfc1317dbd5dadef388d94c"; } \
|| { install=install_zip; src="https://micropython.org/resources/source/micropython-1.14.zip#9aff4d9d8231d93cb9dac2b239ff947d1f123a0fe7a58614c252474cdd3b88d9"; }
$install micropython-1.14 "$src" micropython
Write
Preview
Loading…
Cancel
Save