Skip to content

Commit ccd5e6b

Browse files
committed
bin/yaml/python: Add MicroPython.
Signed-off-by: Anson Mansfield <[email protected]>
1 parent ef0de9b commit ccd5e6b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bin/yaml/python.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ compilers:
3535
create_untar_dir: true
3636
targets:
3737
- 0.19.2
38+
micropython:
39+
type: tarballs
40+
compression: xz
41+
url: https://micropython.org/resources/firmware/godbolt-{{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

Comments
 (0)