We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0de9b commit 8548556Copy full SHA for 8548556
bin/yaml/python.yaml
@@ -35,3 +35,13 @@ compilers:
35
create_untar_dir: true
36
targets:
37
- 0.19.2
38
+ micropython:
39
+ type: tarballs
40
+ compression: xz
41
+ url: https://micropython.org/resources/firmware/compiler-explorer-v{{name}}.tar.xz
42
+ check_exe: ./micropython --version
43
+ dir: micropython-{{name}}
44
+ strip_components: 1
45
+ create_untar_dir: true
46
+ targets:
47
+ - 1.27.0-preview
0 commit comments