RTOS » History » Version 9
hugomeiland, 2013-02-20 14:37
1 | 1 | hugomeiland | h1. RTOS |
---|---|---|---|
2 | |||
3 | page to save some thoughts on firmware directions |
||
4 | |||
5 | current situation for released firmware: |
||
6 | |||
7 | * build online on mbed.org |
||
8 | * using closed mbed libs for e.g. ethernet |
||
9 | |||
10 | next step |
||
11 | |||
12 | * do offline compiling using gcc4mbed |
||
13 | * still using mbed libs |
||
14 | |||
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 | |||
17 | |||
18 | 1 | hugomeiland | feature list for new firmware environment |
19 | |||
20 | * open source |
||
21 | * ethernet support |
||
22 | * build environment in linux |
||
23 | * support for cortex-m3 |
||
24 | * 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 | |||
29 | 1 | hugomeiland | * [http://www.coactionos.com/] |
30 | 5 | hugomeiland | * [http://www.bertos.org/] |
31 | * [http://en.rt-thread.org/] |
||
32 | * [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/] |