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
+7-7
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,29 @@
2
2
3
3
4
4
> This MicroPython port is now in a stable phase, but some bugs and issues can be expected, please report<br>
5
-
> All standard MicroPython functionality and modules are implemented, as well as advanced thread support, file system support, display module, nettwork, enhanced K210 peripheral support ...<br>
5
+
> All standard MicroPython functionality and modules are implemented, as well as advanced thread support, file system support, display module, network, enhanced K210 peripheral support ...<br>
6
6
> *Modules providing support for still unsupported K210 peripherals will be implemented soon*
7
7
>
8
8
9
9
***
10
10
11
-
> For discussion about this MicroPython port please wisit the [dedicated Forum](https://loboris.eu/forum/forumdisplay.php?fid=17)
11
+
> For discussion about this MicroPython port please visit the [dedicated Forum](https://loboris.eu/forum/forumdisplay.php?fid=17)
12
12
13
13
***
14
14
15
-
[Wiki pages](https://github.com/loboris/MicroPython_K210_LoBo/wiki) are provided with detailed imformation about usage, classes, methods ... (not yet complete)
15
+
[Wiki pages](https://github.com/loboris/MicroPython_K210_LoBo/wiki) are provided with detailed information about usage, classes, methods ... (not yet complete)
16
16
17
17
***
18
18
19
19
_**If you find this project useful, you can contribute by making a donation**_. [](https://www.paypal.me/BLovosevic)
20
20
21
21
***
22
22
23
-
This implementation was based on Sipeed [**MaixPy**](https://github.com/sipeed/MaixPy), but it deverged from it and is now a completely independent project.<br>
23
+
This implementation was based on Sipeed [**MaixPy**](https://github.com/sipeed/MaixPy), but it diverged from it and is now a completely independent project.<br>
24
24
25
25
### Main features:
26
26
27
-
* Based on **kendryte-freertos-sdk**, modified to include some needed features not yet implemented and enhenced drivers support
27
+
* Based on **kendryte-freertos-sdk**, modified to include some needed features not yet implemented and enhanced drivers support
28
28
***MicroPython core** based on **latest release** build from [main Micropython repository](https://github.com/micropython/micropython)<br>Unchanged except for the *thread* support and other changes needed to work with 64-bit RISC-V.
29
29
*`BUILD.sh` script is provided to make building MicroPython firmware as easy as possible
30
30
* Running **two** independent **Micropython instances** on **two K210 cores** is supported.<br>Rich set of functions for data exchange between instances is provided.
@@ -55,7 +55,7 @@ SPIFFS is also supported (with directories support) and can be selected when bui
55
55
* Full featured **mqtt module** (written in C) with callbacks on all events
56
56
***FTP Server** and **Web Server** provided as **frozen modules**
57
57
***usqlite3** module, data base on internal flash or SD Card, in-memory database supported
58
-
***Boot menu**, invoked by external pin, is provided which can help solve some issues.<br>Options to prevent loading of *boot.py* and/or *main.py*, force format of the internal file system, load the default configuation ...
58
+
***Boot menu**, invoked by external pin, is provided which can help solve some issues.<br>Options to prevent loading of *boot.py* and/or *main.py*, force format of the internal file system, load the default configuration ...
59
59
* Many **configuration options** can be configured directly from MicroPython (saved on Flash):
60
60
* running two MicroPython instances
61
61
* heap and stack sizes
@@ -68,7 +68,7 @@ SPIFFS is also supported (with directories support) and can be selected when bui
68
68
* MicroPython VM divisor
69
69
***pye**, full screen file editor (as MicroPython **frozen module**) is provided
70
70
***MPyTerm**, serial terminal emulator specially designed for MicroPython is provided.<br>
71
-
Included are commands to syncronize MicroPython time from PC, change the REPL baudrate, transfer files to/from MicroPython filesystem (including transfering whole directories).<br>Fast block file transfer is used, protected with CRC.
71
+
Included are commands to synchronize MicroPython time from PC, change the REPL baudrate, transfer files to/from MicroPython filesystem (including transferring whole directories).<br>Fast block file transfer is used, protected with CRC.
72
72
***Eclipse** project files included.<br>To include it into Eclipse goto:<br> `File->Import->General->Existing Projects into Workspace`<br>`Select root directory`[select *MicroPython_K210_LoBo* directory]<br>`Finish`.<br>Rebuild index<br>Execute `Index->Freshen All Files`.
73
73
* Many modules from my [MicroPython for ESP32](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki) port are already ported, porting some others is planned.
0 commit comments