Commit graph

  • c7b63647a3 Allow to download complete disk images (incl. custom config file) beside the pure custom config file. Is this kind of a hack as there are no disk image utilities used. Instead the offsets to the config file content in the current example-webserver disk image files is hardcoded into the PHP source code. As soon as the disk images change the offsets need to be adjusted. oliverschmidt 2008-06-07 00:26:44 +0000
  • a4d1c62d3a Added a configuration file dummy with maximum file size to be injected into disk image templates which will be patched dynamically. oliverschmidt 2008-06-06 23:06:10 +0000
  • d76474bc13 Changed energest_type_time() to first update the total time, if the device is currently active, before returning the total time. nifi 2008-06-02 13:12:07 +0000
  • 61bd8009f1 Reverted mistake commit adamdunkels 2008-06-02 08:42:34 +0000
  • f83000af8a clear bit when uart edge is set. nvt-se 2008-05-29 22:06:18 +0000
  • 36fec8dd01 moved sdspi.c to the sd file list. nvt-se 2008-05-29 22:04:30 +0000
  • 199a14150b Removed redundant targets adamdunkels 2008-05-29 20:30:44 +0000
  • cbca96c545 Example code for multi-hop Tmote Sky telnet server and web server adamdunkels 2008-05-29 20:17:48 +0000
  • d134a1fcb1 Moved sky-specific make targets from the tools/sky/Makefile to the more natural platform/sky/Makefile.sky. Added a number of convenient targets for accessing the serial port. adamdunkels 2008-05-29 20:15:49 +0000
  • 44c93fcd93 cleared lock semantics nvt-se 2008-05-28 13:17:08 +0000
  • 7ca33e2285 Reverted inadvertedly committed change to lpp instead of nullmac adamdunkels 2008-05-27 19:07:20 +0000
  • fed62e1642 added timeout nvt-se 2008-05-27 14:22:55 +0000
  • 07f8875963 added missing header nvt-se 2008-05-27 14:05:09 +0000
  • f2c6f77f7d removed debug print nvt-se 2008-05-27 14:04:15 +0000
  • 41f2443c02 Removed old unused documentation that messed up Doxygen adamdunkels 2008-05-27 14:00:09 +0000
  • 1263eb8455 Moved old unused files to backyard adamdunkels 2008-05-27 13:16:34 +0000
  • ce84dce702 reset locks on forced mode switch nvt-se 2008-05-27 13:05:52 +0000
  • 9c9c2573c3 lock UART for RS232 in putchar nvt-se 2008-05-27 13:03:19 +0000
  • bff587e32c lock SPI bus when erasing nvt-se 2008-05-27 13:01:27 +0000
  • a26bcf30f7 added SPI parameters. nvt-se 2008-05-27 12:25:48 +0000
  • 2ede893aa6 The feature set of gnumake is really frightening: This time I discovered 'target-specific variable values'... oliverschmidt 2008-05-26 11:26:57 +0000
  • f74503c23c Replace non-fully-functional hack with the new gnumake variable CONTIKI_PROJECT. oliverschmidt 2008-05-26 10:13:32 +0000
  • 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. oliverschmidt 2008-05-26 10:09:12 +0000
  • 1cab294517 The Contiki 2.x build system allows to define arbitrary macros for the C compiler preprocessor (in other word add -d<macro[=value]>'s to the C compiler command line) directly from the gnumake command line by setting the gnumake variable DEFINES to a comma-seperated list of macros (and optionally values) like this: oliverschmidt 2008-05-26 09:28:28 +0000
  • 8248685dcf Not all targets support stdio. There I replaced stdio output with log output (and streamlined the source). oliverschmidt 2008-05-26 09:12:22 +0000
  • 03462fabd6 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. oliverschmidt 2008-05-26 08:04:10 +0000
  • 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. oliverschmidt 2008-05-26 07:37:24 +0000
  • 90797f15a7 Fixed copy&paste issue. oliverschmidt 2008-05-24 08:31:56 +0000
  • 356f5cfa04 The recent optimizations (usage of language card bank2 through new C-library, logging through ROM routine, removal of unused IP forwarding code) allowed to increase the number of concurrent HTTP conntections from 3 to 7 :-) oliverschmidt 2008-05-23 23:13:41 +0000
  • d7fe1f91cd Added a bootable ProDOS 8 disk image and my ProDOS 8 binary loader to by used by the 'disk' make target. oliverschmidt 2008-05-22 22:25:03 +0000
  • a78a7dedbc Added make target 'disk' for creating a .dsk disk image using AppleCommander. oliverschmidt 2008-05-22 22:21:43 +0000
  • 7120cf4404 Added make target 'disk' for creating a .d71 disk image using c1541. oliverschmidt 2008-05-22 22:19:30 +0000
  • dc63b33956 Added make target 'disk' for creating a .d64 disk image using c1541. oliverschmidt 2008-05-22 22:18:25 +0000
  • cd1608aa08 Activate uIP forwarding support. oliverschmidt 2008-05-22 19:49:48 +0000
  • e914302e94 Removed check already done in Makefile.include. oliverschmidt 2008-05-22 19:45:47 +0000
  • 929da590be Removed '!' as gnumake already adds '.'. oliverschmidt 2008-05-22 19:43:08 +0000
  • b750e8cc42 Moved platform/c64/contiki.cfg to tools/c64/sample.cfg oliverschmidt 2008-05-21 08:13:04 +0000
  • 5dba39fab1 Moved platform/c128/contiki.cfg to tools/c128/sample.cfg oliverschmidt 2008-05-21 08:09:46 +0000
  • a341f981aa Moved platform/apple2enh/contiki.cfg to tools/apple2enh/sample.cfg oliverschmidt 2008-05-21 07:59:43 +0000
  • 56f7cd5890 Renamed from .htm to .html oliverschmidt 2008-05-21 07:55:46 +0000
  • ad7ad61482 Added some sample content for the webserver example using CFS. oliverschmidt 2008-05-21 07:43:53 +0000
  • 8b4179cf45 Moved ctimer_init() so that MAC protocols can use ctimers in their initialization code adamdunkels 2008-05-19 12:07:49 +0000
  • a5fcfa2787 I seem to remember that we wanted to avoid ignoring gcc warnings that might trigger errors with other compilers ;-) oliverschmidt 2008-05-16 21:31:57 +0000
  • 532692e5a0 Removed reference to non-existant function rimebuf_attr_isset() adamdunkels 2008-05-16 15:04:10 +0000
  • 449fda5f8b Added small php script (with accompanying html form) to generate a binary config file (typically named 'contiki.cfg') readable by cpu/6502/lib/config.c. oliverschmidt 2008-05-15 22:39:30 +0000
  • 8ea461b039 Changed on time to work with the current default tick time on the sky platform adamdunkels 2008-05-15 08:59:48 +0000
  • dbab9fbdb5 A quick, initial implementation of the LPP power-saving MAC protocol (Musaloiu-E et al, IPSN 2008) adamdunkels 2008-05-15 08:56:29 +0000
  • 6709823d4a Bugfix: energy estimation was not correct if a packet was sent when the radio was not in listen mode adamdunkels 2008-05-14 19:44:30 +0000
  • 7aa8508e0b Added display of radio status: a green ring appears around nodes with their radio turned on. Added a command that prints out a .fig file that shows the current network setup (press the 'd' key). adamdunkels 2008-05-14 19:22:57 +0000
  • 1feb4fe3cb Removed call to tcpip_set_forwarding() - the UIP_CONF_IP_FORWARDING configuration option is used instead adamdunkels 2008-05-14 19:20:28 +0000
  • 31ea41d8db Changed the name of UIP_CONF_TCP_FORWARD to UIP_CONF_IP_FORWARD since forwarding is done at the IP level adamdunkels 2008-05-14 19:19:28 +0000
  • 63a8390f51 no debugging printouts by default nvt-se 2008-05-14 14:02:48 +0000
  • 1877a8361f shorter test duration fros4943 2008-05-02 06:15:16 +0000
  • 58ca3bcae3 ctimer test fros4943 2008-05-02 05:58:01 +0000
  • 745edbe9ea misspelling fix fros4943 2008-05-02 05:47:52 +0000
  • b893af79a6 saving portable paths (no '\'s) fros4943 2008-05-02 05:47:22 +0000
  • 5cd7df6cd1 updated version with email notif fros4943 2008-04-29 04:43:27 +0000
  • 67c9674381 Contributions from Michael Baar. nvt-se 2008-04-28 11:36:59 +0000
  • 776f377a69 Configuration for the Sky platform. nvt-se 2008-04-28 10:34:33 +0000
  • 92649bedce A flash file system for sensor nodes. nvt-se 2008-04-28 10:33:14 +0000
  • 7722a73abf modified API for fft joxe 2008-04-25 22:12:25 +0000
  • 8b30087ce4 added ifft nifi 2008-04-25 16:51:51 +0000
  • faf0f2ea0a added fft test program sampling using the esb-mic. joxe 2008-04-25 16:34:31 +0000
  • 7be3aeeeb5 added sampling mode in sound sensor joxe 2008-04-25 15:55:37 +0000
  • 57dedee38f enabled ADC IRQs if ADC sensors active joxe 2008-04-25 15:53:55 +0000
  • 91042860a9 updated linux external tools conf fros4943 2008-04-24 12:05:13 +0000
  • d8f69c0a84 example info file fros4943 2008-04-24 11:55:39 +0000
  • e9f8102fec added netsim address style support fros4943 2008-04-24 11:50:04 +0000
  • 01fba84c16 sending from node 2 to node 1 fros4943 2008-04-24 11:41:50 +0000
  • cbb68a71f6 jar target compiles mspsim and mrm fros4943 2008-04-24 11:36:07 +0000
  • 3dcc90d9c0 some additional test output fros4943 2008-04-24 06:17:26 +0000
  • 99dfe749e3 del backslashes fros4943 2008-04-23 15:21:27 +0000
  • 683f05302e updated version fros4943 2008-04-23 15:19:13 +0000
  • 92a4c5289f removed unmappable character fros4943 2008-04-23 13:47:18 +0000
  • acb55db237 removed unmappable character fros4943 2008-04-23 13:47:18 +0000
  • 8e9e6bed48 set mspsim project default fros4943 2008-04-23 13:44:14 +0000
  • ebc2389130 rime rucb and mspsim test fros4943 2008-04-22 14:29:05 +0000
  • 59a0e26b90 calling example test scripts fros4943 2008-04-22 13:12:40 +0000
  • 9955e05db3 very simple example test scripts fros4943 2008-04-22 13:12:23 +0000
  • 61e325b081 default no-gui cooja with increased heap fros4943 2008-04-22 13:10:58 +0000
  • cb962d70c0 added script runner plugin fros4943 2008-04-22 13:09:32 +0000
  • c4df31376e cooja hello world (+ include printf2log.h) fros4943 2008-04-22 13:07:49 +0000
  • 6fd056dafb fixing paths fros4943 2008-04-22 13:06:36 +0000
  • ed6f208609 added script runner no gui version. fros4943 2008-04-22 13:05:18 +0000
  • c7954c8a5b added functionality for observing GUI (added/removed simulations) fros4943 2008-04-22 13:04:43 +0000
  • edb5a18000 interact with simulations using javascripts fros4943 2008-04-22 10:12:16 +0000
  • 23d437e656 synched with the new mac->off function parameter zhitao 2008-04-16 10:49:50 +0000
  • 22071d6073 updated mspsim fros4943 2008-04-03 14:35:19 +0000
  • d918a7c0a1 added jar_all target which compiles both cooja, mrm and mspsim_cooja fros4943 2008-04-03 14:22:03 +0000
  • d6f91b2f6e applet config fros4943 2008-04-03 14:06:40 +0000
  • 42d685a819 reading source files from web server in applet mode fros4943 2008-04-03 14:03:30 +0000
  • 3da6608fe3 upload flash binary not available in applet mode fros4943 2008-04-03 14:02:47 +0000
  • ce3ed6d064 mspsim setup node ports without file access fros4943 2008-04-03 14:02:20 +0000
  • a4c408fb66 reading specified binary firmware from webserver fros4943 2008-04-03 14:01:06 +0000
  • 2691abecaa using firmware specified in applet attribute fros4943 2008-04-03 14:00:21 +0000
  • 0ae6a4185a added applet attribute support + applet code base public fros4943 2008-04-03 13:59:37 +0000
  • ad30c06a8b added applet attribute support fros4943 2008-04-03 13:59:24 +0000
  • f29f2695ba fixed ant targets causing jar files to have duplicate class files fros4943 2008-04-03 11:50:49 +0000
  • fe4f8f4339 clear attributes when clearing buffer nifi 2008-04-03 09:07:28 +0000
  • 26f339eea7 save log only available if not applet mode fros4943 2008-04-02 16:42:39 +0000