Commit graph

11 commits

Author SHA1 Message Date
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
adamdunkels ed2228ff6f Replaced the old sky-alldata command with the new collect-view-data command. Added the new shell powertrace command. Cleaned up. 2010-10-12 11:42:37 +00:00
fros4943 6197ac9c54 dependa on powertrace application 2010-03-23 14:06:16 +00:00
nvt-se 8d4021529c Added a generic file-upload command. shell-upload only takes .ce files. 2009-09-29 15:46:38 +00:00
adamdunkels d89256c272 Changed from shell app to serial-shell app 2008-07-09 20:57:58 +00:00
adamdunkels aed5ea1720 Bugfix in netsend commands 2008-07-03 23:31:38 +00:00
adamdunkels 8b91a56a4e Added target for sky-shell-collect.c data collection 2008-07-03 18:48:53 +00:00
adamdunkels 199a14150b Removed redundant targets 2008-05-29 20:30:44 +00:00
oliverschmidt 4dcbc3273e Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files. 2008-05-26 10:09:12 +00:00
oliverschmidt b2810f02e1 Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device.
Therefore I introduced the make variable CONTIKI_PROJECT. Now a typical project Makefile starts with:

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
2008-05-26 07:37:24 +00:00
adamdunkels 136ad1e48c Example application that runs the Contiki shell on the Tmote Sky 2008-02-04 23:52:33 +00:00