RTOS » History » Version 14
hugomeiland, 2013-03-15 21:42
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 | 14 | hugomeiland | * do offline compiling using gcc4mbed ->works now! |
13 | 1 | hugomeiland | * still using mbed libs |
14 | 1 | hugomeiland | |
15 | 14 | 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. -> not required due to open sourcing mbed libs |
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 | 13 | hugomeiland | * easy to implement in the current code |
27 | 13 | hugomeiland | * ethernet based on lwip (same as current code...) |
28 | 4 | hugomeiland | |
29 | 5 | hugomeiland | some alternatives (based on being open source and cortex-m3 support) |
30 | 5 | hugomeiland | |
31 | 1 | hugomeiland | * [http://www.coactionos.com/] |
32 | 5 | hugomeiland | * [http://www.bertos.org/] |
33 | 5 | hugomeiland | * [http://en.rt-thread.org/] |
34 | 5 | hugomeiland | * [http://ecos.sourceware.org/] |
35 | 6 | hugomeiland | * [http://erika.tuxfamily.org/drupal/] |
36 | 7 | hugomeiland | * [http://www.freertos.org/] |
37 | 8 | hugomeiland | * [http://www.milos.it/] |
38 | 9 | hugomeiland | * [http://www.state-machine.com/qp/] |
39 | 10 | hugomeiland | * [http://scmrtos.sourceforge.net/ScmRTOS] |
40 | 10 | hugomeiland | * [http://www.sdpos.org/] |
41 | 10 | hugomeiland | * [http://www.chibios.org/dokuwiki/doku.php] |
42 | 10 | hugomeiland | * [http://www.coocox.org/CoOS.htm] |
43 | 1 | hugomeiland | * [https://github.com/mbedmicro/mbed] - Open source mbed SDK, RTOS, network stack, USB stack, etc. |
44 | 1 | hugomeiland | * [http://www.arduino.cc] from version 1.5 cortex-m3 support (through arduino due) |
45 | 14 | hugomeiland | |
46 | 14 | hugomeiland | for now, this is a start of getting to know the firmware structure: |
47 | 14 | hugomeiland | !overview.png! |