Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
twatteyne committed Sep 21, 2014
2 parents a182ad9 + cec371f commit 53cff84
Show file tree
Hide file tree
Showing 1,148 changed files with 481,348 additions and 50,338 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ settings
*.exe
*.ihex
*.a43
*.bin
*.so
*.a
*.pyd
*.pyc
path.txt
/build
/.sconsign.dblite
/firmware/openos/bsp/boards/python/*.def
.directory
/firmware/openos/projects/common/03oos_openwsn_prog
/firmware/openos/projects/common/03oos_openwsn/03oos_openwsn_obj.*
/firmware/openos/projects/common/oos_openwsn.*
/firmware/openos/bsp/boards/python/openwsnmodule_obj.c
/firmware/openos/bsp/boards/python/openwsnmodule_obj.os
/firmware/openos/projects/python_vs13/oos_openwsn.sdf
*.map
*.lst
/firmware/openos/projects/wsn430v14/03oos_mercator/*.ewd
23 changes: 23 additions & 0 deletions .travis.yml
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
27 changes: 24 additions & 3 deletions README.md
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/
Loading

0 comments on commit 53cff84

Please sign in to comment.