nes-proj/tools/release-tools
Simon Duquennoy 722b3258d1 Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
..
compile-examples Fix names of avr-raven platform 2011-09-05 11:42:10 +02:00
compile-platforms Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile Updated for git (intermediate commit - not sure this works yet!) 2011-08-31 20:56:28 +02:00
Makefile.raven Added INF files to Raven binary package 2008-11-26 19:49:44 +00:00
Makefile.sky There is no need to explicitly compile the shell binary anymore 2010-12-07 22:48:51 +00:00
README.md Rename to md 2013-03-26 23:15:37 +01:00

README.md

Release tools

The tools/release-tools directory contains files for building and testing Contiki releases. To compile a release of Contiki, run

make RELEASE=2.6

for Contiki 2.6. It is also possible to compile a release of a specific git tag or other non-numbered version, such as the current git HEAD, like this:

make TAG=HEAD

The compile-examples and compile-platform directories are used for running nightly builds of the git version of Contiki.