Project

General

Profile

RTOS » History » Version 9

hugomeiland, 2013-02-20 14:37

1 1 hugomeiland
h1. RTOS
2 1 hugomeiland
3 1 hugomeiland
page to save some thoughts on firmware directions
4 1 hugomeiland
5 1 hugomeiland
current situation for released firmware:
6 1 hugomeiland
7 1 hugomeiland
* build online on mbed.org
8 1 hugomeiland
* using closed mbed libs for e.g. ethernet
9 1 hugomeiland
10 1 hugomeiland
next step
11 1 hugomeiland
12 1 hugomeiland
* do offline compiling using gcc4mbed
13 1 hugomeiland
* still using mbed libs
14 1 hugomeiland
15 3 hugomeiland
When making a step away from the mbed libs, we probably also need to look for an alternative of the MBED e.g. LPC1768.
16 3 hugomeiland
17 3 hugomeiland
18 1 hugomeiland
feature list for new firmware environment
19 1 hugomeiland
20 1 hugomeiland
* open source
21 1 hugomeiland
* ethernet support
22 1 hugomeiland
* build environment in linux
23 1 hugomeiland
* support for cortex-m3
24 1 hugomeiland
* board support for LPC1768 / LCP1769
25 2 hugomeiland
* RTOS
26 4 hugomeiland
27 5 hugomeiland
some alternatives (based on being open source and cortex-m3 support)
28 5 hugomeiland
29 1 hugomeiland
* [http://www.coactionos.com/]
30 5 hugomeiland
* [http://www.bertos.org/]
31 5 hugomeiland
* [http://en.rt-thread.org/]
32 5 hugomeiland
* [http://ecos.sourceware.org/]
33 6 hugomeiland
* [http://erika.tuxfamily.org/drupal/]
34 7 hugomeiland
* [http://www.freertos.org/]
35 8 hugomeiland
* [http://www.milos.it/]
36 9 hugomeiland
* [http://www.state-machine.com/qp/]