Skip to content

Commit aaeab1b

Browse files
committed
Adding M5 Stack Atom support
1 parent 3cd5c9d commit aaeab1b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/download-mp-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
- name: Download Lolin S2 Pico
4646
run: cd bin; curl https://micropython.org/resources/firmware/LOLIN_S2_PICO-$DATE-$VERSION.bin -O
4747
- name: Download Feather S2 Neo
48-
# run: cd bin; curl https://micropython.org/resources/firmware/UM_FEATHERS2NEO-$DATE-$VERSION.bin -O
49-
run: cd bin; curl https://micropython.org/resources/firmware/UM_FEATHERS2NEO-$DATE-$VERSION.app-bin -O
48+
run: cd bin; curl https://micropython.org/resources/firmware/UM_FEATHERS2NEO-$DATE-$VERSION.bin -O
49+
- name: Download M5 Stack Atom
50+
run: cd bin; curl https://micropython.org/resources/firmware/M5STACK_ATOM-$DATE-$VERSION.bin -O
5051
- name: Download Unexpected Maker TinyS3
5152
run: cd bin; curl https://micropython.org/resources/firmware/UM_TINYS3-$DATE-$VERSION.bin -O
5253
- name: Download Lolin C3 Mini

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ <h1>MicroPython Easy Installer for ESP32 Family and ESP8266 MCUs</h1>
9393
<li>
9494
<label><input type="radio" name="type" value="s2_pico" /> Lolin S2 Pico</label>
9595
</li>
96+
<li>
97+
<label><input type="radio" name="type" value="m5_stack_atom" /> M5 Stack Atom</label>
98+
</li>
9699
<li>
97100
<label><input type="radio" name="type" value="tinyS3" /> Unexpected Maker TinyS3</label>
98101
</li>

manifest_m5_stack_atom.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "MicroPython for Generic 4M Flash, RAM<=1M",
3+
"version": "v1.23.0",
4+
"builds": [
5+
{
6+
"chipFamily": "ESP32",
7+
"parts": [{ "path": "bin/M5STACK_ATOM-20240602-v1.23.0.bin", "offset": 4096 }]
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)