Project

General

Profile

RTOS » History » Version 4

hugomeiland, 2013-02-20 09:20

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
some alternatives:
28
* [http://www.coactionos.com/]