Skip to content

Commit 76c3fd1

Browse files
committed
some typos corrected
1 parent a6b792f commit 76c3fd1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22

33

44
> 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>
66
> *Modules providing support for still unsupported K210 peripherals will be implemented soon*
77
>
88
99
***
1010

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)
1212
1313
***
1414

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)
1616

1717
***
1818

1919
_**If you find this project useful, you can contribute by making a donation**_.&nbsp;&nbsp;[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/BLovosevic)
2020

2121
***
2222

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>
2424

2525
### Main features:
2626

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
2828
* **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.
2929
* `BUILD.sh` script is provided to make building MicroPython firmware as easy as possible
3030
* 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
5555
* Full featured **mqtt module** (written in C) with callbacks on all events
5656
* **FTP Server** and **Web Server** provided as **frozen modules**
5757
* **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 ...
5959
* Many **configuration options** can be configured directly from MicroPython (saved on Flash):
6060
* running two MicroPython instances
6161
* heap and stack sizes
@@ -68,7 +68,7 @@ SPIFFS is also supported (with directories support) and can be selected when bui
6868
* MicroPython VM divisor
6969
* **pye**, full screen file editor (as MicroPython **frozen module**) is provided
7070
* **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.
7272
* **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`.
7373
* 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.
7474
* _More to come soon ..._

0 commit comments

Comments
 (0)