Difference between revisions of "MansOS Platforms"
(New page: == Files == The executable and the object files are created by issuing a platform specific make and stored in build/platform directory. For instance, ''''make telosb'''', will create dire...) |
(→Platforms) |
||
Line 7: | Line 7: | ||
== Platforms == |
== Platforms == |
||
Currently, |
Currently, MansOS supports the following platforms: |
||
* '''telosb''' - aka Tmote Sky, Taroko mote, and clones based on msp430F1611 controller and cc2420 transceiver |
* '''telosb''' - aka Tmote Sky, Taroko mote, and clones based on msp430F1611 controller and cc2420 transceiver |
||
* '''pc''' - any PC platform that has a working gcc compiler for it |
* '''pc''' - any PC platform that has a working gcc compiler for it. We have successfully compiled applications on Ubuntu and Mac systems, some work has been done in Windows-Cygwin environment. |
Revision as of 10:32, 28 April 2009
Files
The executable and the object files are created by issuing a platform specific make and stored in build/platform directory. For instance, 'make telosb', will create directory build/telosb with all the object files and the executable in it.
Platforms
Currently, MansOS supports the following platforms:
- telosb - aka Tmote Sky, Taroko mote, and clones based on msp430F1611 controller and cc2420 transceiver
- pc - any PC platform that has a working gcc compiler for it. We have successfully compiled applications on Ubuntu and Mac systems, some work has been done in Windows-Cygwin environment.