Commit ae66153244149574c38b8e98f48a9e0b91ea3b62
Committed by
Stéphane Raimbault
1 parent
1d758ca2
Update README.md
Add Embox RTOS to the list of supported OSes
Showing
1 changed file
with
5 additions
and
1 deletions
README.md
| ... | ... | @@ -23,9 +23,11 @@ License 3.0 (Unported) (<http://creativecommons.org/licenses/by-sa/3.0/>). |
| 23 | 23 | |
| 24 | 24 | The official website is [www.libmodbus.org](http://www.libmodbus.org). |
| 25 | 25 | |
| 26 | -The library is written in C and designed to run on Linux, Mac OS X, FreeBSD and | |
| 26 | +The library is written in C and designed to run on Linux, Mac OS X, FreeBSD, Embox, | |
| 27 | 27 | QNX and Windows. |
| 28 | 28 | |
| 29 | +You can use the library on MCUs with Embox RTOS. | |
| 30 | + | |
| 29 | 31 | Installation |
| 30 | 32 | ------------ |
| 31 | 33 | |
| ... | ... | @@ -55,6 +57,8 @@ To compile under OS X with [homebrew](http://mxcl.github.com/homebrew/), you |
| 55 | 57 | will need to install the following dependencies first: `brew install autoconf |
| 56 | 58 | automake libtool`. |
| 57 | 59 | |
| 60 | +To build under Embox, you have to use its build system. | |
| 61 | + | |
| 58 | 62 | Documentation |
| 59 | 63 | ------------- |
| 60 | 64 | ... | ... |