forked from openwsn-berkeley/openwsn-fw
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,148 changed files
with
481,348 additions
and
50,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
language: c | ||
|
||
before_script: | ||
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded | ||
- sudo apt-get update | ||
- sudo apt-get install gcc-arm-none-eabi | ||
- arm-none-eabi-gcc --version | ||
- sudo apt-get install gcc-msp430 | ||
- msp430-gcc --version | ||
- sudo apt-get install doxygen | ||
- doxygen --version | ||
|
||
script: | ||
- mkdir -p ./build/doc/ | ||
- scons docs | ||
- scons board=telosb toolchain=mspgcc verbose=1 oos_openwsn | ||
- scons board=wsn430v14 toolchain=mspgcc verbose=1 oos_openwsn | ||
- scons board=wsn430v13b toolchain=mspgcc verbose=1 oos_openwsn | ||
- scons board=gina toolchain=mspgcc verbose=1 oos_openwsn | ||
- scons board=z1 toolchain=mspgcc verbose=1 oos_openwsn | ||
- scons board=python toolchain=gcc verbose=1 oos_openwsn | ||
- scons board=iot-lab_M3 toolchain=armgcc verbose=1 oos_openwsn | ||
- scons board=cc2538 toolchain=armgcc verbose=1 oos_openwsn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
openwsn-fw | ||
========== | ||
|
||
OpenWSN firmware: stuff that runs on a mote | ||
|
||
Part of UC Berkeley's OpenWSN project, http://www.openwsn.org/. | ||
|
||
Build status | ||
------------ | ||
|
||
| builder | build | outcome | ||
| ------------------------------------------------------------------------------ | ------------------------ | ------- | ||
| [Travis](https://travis-ci.org/openwsn-berkeley/openwsn-fw) | compile | [![Build Status](https://travis-ci.org/openwsn-berkeley/openwsn-fw.png?branch=develop)](https://travis-ci.org/openwsn-berkeley/openwsn-fw) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20TelosB/) | compile (TelosB) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20TelosB)](http://builder.openwsn.org/job/Firmware%20TelosB/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20GINA/) | compile (GINA) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20GINA)](http://builder.openwsn.org/job/Firmware%20GINA/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20wsn430v13b/) | compile (wsn430v13b) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20wsn430v13b)](http://builder.openwsn.org/job/Firmware%20wsn430v13b/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20wsn430v14/) | compile (wsn430v14) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20wsn430v14)](http://builder.openwsn.org/job/Firmware%20wsn430v14/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20Z1/) | compile (Z1) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20Z1)](http://builder.openwsn.org/job/Firmware%20Z1/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20OpenMoteCC2538/) | compile (OpenMoteCC2538) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20OpenMoteCC2538)](http://builder.openwsn.org/job/Firmware%20OpenMoteCC2538/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20OpenMoteSTM/) | compile (OpenMoteSTM) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20OpenMoteSTM)](http://builder.openwsn.org/job/Firmware%20OpenMoteSTM/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20IoT-LAB_M3/) | compile (IoT-LAB_M3) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20IoT-LAB_M3)](http://builder.openwsn.org/job/Firmware%20IoT-LAB_M3/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20Agilefox/) | compile (Agilefox) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20Agilefox)](http://builder.openwsn.org/job/Firmware%20Agilefox/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20OpenSim/) | compile (OpenSim) | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware%20OpenSim)](http://builder.openwsn.org/job/Firmware%20OpenSim/) | ||
| [OpenWSN builder](http://builder.openwsn.org/job/Firmware%20Docs%20Publisher/) | publish documentation | [![Build Status](http://builder.openwsn.org/buildStatus/icon?job=Firmware Docs Publisher)](http://builder.openwsn.org/job/Firmware%20Docs%20Publisher/) | ||
|
||
Documentation | ||
------------- | ||
|
||
- overview: https://openwsn.atlassian.net/wiki/ | ||
- source code: http://openwsn-berkeley.github.io/firmware/ |
Oops, something went wrong.