You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ It can be combined with feature preprocessing, including neural networks to addr
17
17
**Minimally useful**
18
18
19
19
- 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)
22
21
23
22
## Features
24
23
@@ -48,7 +47,7 @@ NOTE: Building for ARM, such as `armv6m` (Cortex M0 / RP2040) requires a patch t
48
47
Minimally you will need
49
48
50
49
- Python 3.10+ on host
51
-
- MicroPython 1.23+ running onto your device
50
+
- MicroPython 1.24+ running onto your device
52
51
53
52
#### Download repository
54
53
@@ -83,6 +82,7 @@ as well as the MicroPython version.
83
82
| MicroPython version | .mpy version |
84
83
|---------------------| ------------- |
85
84
| 1.23.x | 6.3 |
85
+
| 1.24.x | 6.3 |
86
86
87
87
88
88
Identify which CPU architecture your device uses.
@@ -153,7 +153,7 @@ See [MicroPython: Building native modules](https://docs.micropython.org/en/lates
153
153
We assume that micropython is installed in the same place as this repository.
154
154
If using another location, adjust `MPY_DIR` accordingly.
155
155
156
-
You should be using the latest MicroPython 1.23 (or newer).
0 commit comments