Skip to content

Commit ad01b20

Browse files
committed
README: Update mentions of MicroPython to version 1.24
1 parent c656a96 commit ad01b20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ It can be combined with feature preprocessing, including neural networks to addr
1717
**Minimally useful**
1818

1919
- Tested *working* on `x64` (Unix port) and `xtensawin` (ESP32).
20-
21-
NOTE: Building for ARM, such as `armv6m` (Cortex M0 / RP2040) requires a patch to MicroPython [(issue)](https://github.com/emlearn/emlearn-micropython/issues/19).
20+
- Currently *broken* on ARM `armv6m` (Cortex M0 / RP2040). [Issue](https://github.com/emlearn/emlearn-micropython/issues/19)
2221

2322
## Features
2423

@@ -48,7 +47,7 @@ NOTE: Building for ARM, such as `armv6m` (Cortex M0 / RP2040) requires a patch t
4847
Minimally you will need
4948

5049
- Python 3.10+ on host
51-
- MicroPython 1.23+ running onto your device
50+
- MicroPython 1.24+ running onto your device
5251

5352
#### Download repository
5453

@@ -83,6 +82,7 @@ as well as the MicroPython version.
8382
| MicroPython version | .mpy version |
8483
|---------------------| ------------- |
8584
| 1.23.x | 6.3 |
85+
| 1.24.x | 6.3 |
8686

8787

8888
Identify which CPU architecture your device uses.
@@ -153,7 +153,7 @@ See [MicroPython: Building native modules](https://docs.micropython.org/en/lates
153153
We assume that micropython is installed in the same place as this repository.
154154
If using another location, adjust `MPY_DIR` accordingly.
155155

156-
You should be using the latest MicroPython 1.23 (or newer).
156+
You should be using MicroPython 1.24 (or newer).
157157

158158
#### Build
159159

0 commit comments

Comments
 (0)