Commit Graph

  • 1ab2bba7b8 Fix for bug when script goes past the end of a file (thanks to Till Harbaum) adamdunkels 2006-09-20 19:18:56 +0000
  • cf57e00d60 uip_ipaddr_t changes fixed thanks to Marcelo Barros adamdunkels 2006-09-20 19:06:41 +0000
  • 3e92f843ba More uip_ipaddr_t fixes. oliverschmidt 2006-09-18 23:27:42 +0000
  • fca710e447 More uip_ipaddr_t fixes and removal of the last occurances of WITH_ETHERNET. oliverschmidt 2006-09-18 22:48:05 +0000
  • d3e4b7524d Examples really benefit from actually working ;-) oliverschmidt 2006-09-09 23:29:50 +0000
  • 83561d8963 Added the CCIF (Contiki Core InterFace) declarations necessary for a loadable packet driver. oliverschmidt 2006-09-09 23:24:39 +0000
  • 253dcb44ce Replaced Win32 ctrl-c handler with C-library atexit handler (taking care of ctrl-c too) now that we have a Contiki Quit menu calling exit(). oliverschmidt 2006-09-09 23:20:39 +0000
  • e3dab56825 Do a consistent non-UNICODE build. oliverschmidt 2006-09-09 23:13:09 +0000
  • 8a8575b63c Don't make assumptions on textentry contents beyond the first '\0'. oliverschmidt 2006-09-09 23:09:59 +0000
  • 63c431a271 Oops. broken backwards compat. bg- 2006-09-07 17:05:21 +0000
  • 35e6053795 Use ticks for s.ticks. bg- 2006-09-07 15:57:59 +0000
  • e521d25241 Add processing of command line options but stay backwards compatible. bg- 2006-09-07 15:48:47 +0000
  • 2a221971f4 quickstart outputs error stream from compilation fros4943 2006-09-07 12:01:35 +0000
  • b06d4a9617 changed compileLibrary to accept output streams instead of message window fros4943 2006-09-07 11:59:50 +0000
  • ac57250e80 added getInputStream method. returns a stream which ends in message window fros4943 2006-09-07 11:54:15 +0000
  • 3af7e79333 bugfix: possible to append to null message lsit fros4943 2006-09-07 11:03:37 +0000
  • 2edf36f4cf updated move action (uses move cursor) fros4943 2006-09-07 09:54:37 +0000
  • 323186791d example how to quickstart cooja fros4943 2006-09-06 14:47:59 +0000
  • c729adb8ee removed old unused makefile-quickstart code + tidied up some code fros4943 2006-09-06 12:26:33 +0000
  • 1a3761e1a9 removed old unused makefile-quickstart code + tidied up makefile fros4943 2006-09-06 12:20:12 +0000
  • 4c52b930c8 added copyright header fros4943 2006-09-06 10:37:08 +0000
  • f9d4fa93f8 removed old unused makefile-quickstart code fros4943 2006-09-06 10:32:31 +0000
  • bfbf253a93 removed old unused makefile-quickstart code fros4943 2006-09-06 10:23:24 +0000
  • 720db06163 added new (experimental) quickstart method example usage (from user platform): > java -jar $CONTIKI/tools/cooja/dist/cooja.jar -quickstart=myprocsource.c -contiki=$CONTIKI fros4943 2006-09-06 10:05:22 +0000
  • 0490cb7c35 outsourced 'scan for autostart processes' to static method fros4943 2006-09-05 14:57:57 +0000
  • 8c16d29d5e minor bug fix fros4943 2006-09-05 14:12:48 +0000
  • a918793e19 Put mt.c back in there, but this time the problematic code that was in the file is commented out adamdunkels 2006-09-01 22:57:32 +0000
  • ea13dd9179 #if 0:ed out unused code adamdunkels 2006-09-01 22:56:47 +0000
  • 80a7d1fba2 Added mtarch.c adamdunkels 2006-09-01 22:56:26 +0000
  • 2ab93b730f Fixed include path adamdunkels 2006-09-01 22:56:18 +0000
  • fbcb4a97c2 Made stacksize configurable via external definition adamdunkels 2006-09-01 22:56:02 +0000
  • b7a0184eac Removed compilation of unused file mt.c adamdunkels 2006-09-01 07:13:56 +0000
  • 7bfd457bbc Fixed bug where instruction to be relocated was fetched from an incorrect location adamdunkels 2006-09-01 07:10:01 +0000
  • 2380d63260 Added uip-udp-packet.h adamdunkels 2006-08-31 09:36:46 +0000
  • deba5cfcd5 Added uip-udp-packet.c. Made native the default target. Added a 'targets' target that lists all available targets. adamdunkels 2006-08-31 09:36:29 +0000
  • b8bf33f53f Functions for sending individual UDP datagrams adamdunkels 2006-08-31 09:35:27 +0000
  • d3d215d142 The special handling of mouse-over detection for bitmaps and icons seems unnecessary since the the member 'h' is always present and can always be assumed to be initialized. Furthermore the special handling prevented multiline textentries to be treated correctly. Therefore the special handling is now completely removed (and the handling of the 'h' member is adjusted). oliverschmidt 2006-08-30 23:12:33 +0000
  • 162ca26b65 Activated quit menu option. oliverschmidt 2006-08-30 22:41:52 +0000
  • b55b0e0367 Added quit menu option. oliverschmidt 2006-08-30 22:40:58 +0000
  • fba087810d Don't make assumptions on textentry contents beyond the first '\0'. oliverschmidt 2006-08-30 22:24:12 +0000
  • 62a48a4138 Don't make assumptions on textentry contents beyond the first '\0'. oliverschmidt 2006-08-30 22:15:25 +0000
  • 301c1f45cf Move the strcasecmp macro out of the diretory app context now that it is used in the shell app too. oliverschmidt 2006-08-30 22:07:53 +0000
  • 5235bed2b2 The Contiki 2.x process entity doesn't contain a process id anymore. Therefore processes are killed by name rather then by id. oliverschmidt 2006-08-30 22:06:18 +0000
  • da561d138b made generate source file method static (to allow for remote library compilations) fros4943 2006-08-30 14:59:35 +0000
  • b1c7153aa6 Added interface config (earlier added by Oliver) fros4943 2006-08-30 14:48:36 +0000
  • f75392de6a lowered uIP settings for smaller memory requirements during simulations fros4943 2006-08-30 10:04:08 +0000
  • ce5b45da48 turn of ADC12 during reconfiguration nifi 2006-08-30 07:45:56 +0000
  • 9438981e4d The Contiki 2.x process entity doesn't contain a process id anymore. Therefore successive numbers are assigned dynamically to the listed processes for selection purposes. oliverschmidt 2006-08-27 15:15:46 +0000
  • 98bb911ffa Avoid compiler warnings. oliverschmidt 2006-08-27 00:07:15 +0000
  • 424fde144d Added the CCIF (Contiki Core InterFace) declarations used by the applications which are currently part of the Win32 build. oliverschmidt 2006-08-26 23:54:00 +0000
  • 67d7c515a4 Added missing header files to VC++ project file. oliverschmidt 2006-08-26 23:50:45 +0000
  • a72fdc7208 Fixed discrepancy between makefile and VC++ project file. oliverschmidt 2006-08-26 23:43:03 +0000
  • 3aa884cb20 Get uip_ethaddr declaration. oliverschmidt 2006-08-26 23:40:46 +0000
  • e5ba526b5b More uip_ipaddr_t fixes. oliverschmidt 2006-08-26 23:20:44 +0000
  • a6d9a8d5dd More uip_ipaddr_t fixes. oliverschmidt 2006-08-26 23:08:32 +0000
  • 157ee59ff5 Obob bug spotted by nfi. bg- 2006-08-25 09:40:21 +0000
  • a05f9acab4 performance improvement when fetching memory (throwing pointer to array instead of creating new one) fros4943 2006-08-23 17:11:09 +0000
  • 52c14b8a4e performance improvement when fetching memory (using System.arraycopy instead of earlier for-loop) fros4943 2006-08-23 15:48:15 +0000
  • 5d6358b602 bug fix: user platform dialog had wrong owner window fros4943 2006-08-23 14:29:44 +0000
  • 44201a4f4e load simulation bug fix: loading a simulation and removing interfaces caused null-pointer exception fros4943 2006-08-23 12:18:27 +0000
  • c8f379adf7 *added support for library files in user platforms (for example in dev and sys subdirectories) fros4943 2006-08-22 15:28:17 +0000
  • e10f020fec mote type classloaders + no pack() nifi 2006-08-22 12:26:36 +0000
  • c1dc1c4fd3 mote type classloaders nifi 2006-08-22 12:25:24 +0000
  • 8c2765f0f7 load default config from class path instead of current directory nifi 2006-08-22 08:56:08 +0000
  • c32390ab76 Added VC++ 2005 solution file (.sln) and project files (.vcproj). oliverschmidt 2006-08-21 22:37:16 +0000
  • 3de5f38218 Avoid temporary console window scroll on redraw due to writing to lower right screen cell. oliverschmidt 2006-08-21 22:27:10 +0000
  • 24e17a9ed1 Avoid compiler warnings. oliverschmidt 2006-08-21 21:59:59 +0000
  • 434eb410e1 Avoid compiler warnings. oliverschmidt 2006-08-21 21:45:25 +0000
  • 972e458edf Avoid compiler warning. oliverschmidt 2006-08-21 21:44:13 +0000
  • 105e4a8aa3 More uip_ipaddr_t fixes and removal of the last occurances of WITH_UIP. oliverschmidt 2006-08-21 21:42:40 +0000
  • 7d0371fa0a Avoid compiler warnings. oliverschmidt 2006-08-21 21:39:01 +0000
  • df0bcd5555 More uip_ipaddr_t fixes (and avoid compiler warning). oliverschmidt 2006-08-21 21:37:37 +0000
  • 5c83d00fb4 Avoid compiler warning. oliverschmidt 2006-08-21 21:36:18 +0000
  • 92e39a92a1 Avoid compiler warnings. oliverschmidt 2006-08-21 21:32:24 +0000
  • a89fd34530 Made declaration match definition. oliverschmidt 2006-08-21 21:31:34 +0000
  • f9ca17629a updated uAODV process for new uIP fros4943 2006-08-21 15:32:29 +0000
  • facdd73eda compile contiki library update: fros4943 2006-08-21 15:05:14 +0000
  • e81861a0cd added cooja; 'The Contiki OS Java Simulator' fros4943 2006-08-21 12:11:16 +0000
  • fbd527bc8f Different and hopefully correct low power management. bg- 2006-08-17 15:42:42 +0000
  • 20bac141ca Use LPM4_EXIT to return from sleep on msp430. bg- 2006-08-17 15:41:13 +0000
  • e4e3a11b8b New function process_nevents(). bg- 2006-08-17 15:39:24 +0000
  • b065b27759 * Deal with numerical overflows. bg- 2006-08-17 15:25:46 +0000
  • f0a14fbeae * Some ntohs stuff. bg- 2006-08-17 12:51:07 +0000
  • d16b9ad15d bug fix: LPM_AWAKE() on MSP430 modifies the stack and may only be called in the interrupt nifi 2006-08-17 08:27:54 +0000
  • 155b37491c Some object files made from *_dsc.c files get linked both into the Contiki core (for desktop icons) as well as into *.dsc files. So make sure that the *_dsc symbol gets exported regardless in which context the object files are made. oliverschmidt 2006-08-16 22:47:01 +0000
  • 52947189d0 Added main header include. oliverschmidt 2006-08-16 22:12:46 +0000
  • 1f7391e7de Avoid compiler warnings. oliverschmidt 2006-08-16 22:09:51 +0000
  • 62fa3b8c01 Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-( oliverschmidt 2006-08-15 14:46:33 +0000
  • 649afd342b Avoid compiler warning. nifi 2006-08-15 09:38:33 +0000
  • d4a00f67fe The program_handler_add() mechanism relied on being used after the initialization of the program_handler (and the ctk) process but before entering the event handling. In Contiki 2.x there's no such explicit process initialization anymore - and the implicit asynchronous initialization runs after program_handler_add(). Therefore the initialization of the data structures modified by program_handler_add() had to be removed from that asynchronous process initialization. Instead C-langugae global data.initialization is used. oliverschmidt 2006-08-15 00:11:45 +0000
  • ad7bbcdf17 Now that they assumed a shape ... oliverschmidt 2006-08-14 23:53:55 +0000
  • 15154b071e The *-arch.h files seem to be out of style in Contiki 2.x so removed the only Win32 one - most of the content will show up in the (one and only) Win32 conf header. oliverschmidt 2006-08-14 23:50:51 +0000
  • 56b07d90a6 Improved code clarity by moving the API macros definitions to the support function declarations. oliverschmidt 2006-08-14 23:46:43 +0000
  • bace5b3481 Removed obsolete header include. oliverschmidt 2006-08-14 23:42:33 +0000
  • 43e9e3caa0 Added main header include. oliverschmidt 2006-08-14 23:39:23 +0000
  • f429f73b59 Added PROCESS_NAME() for the CTK conio service. oliverschmidt 2006-08-14 23:36:14 +0000
  • 5bd04b9c0d Avoid compiler warnings. oliverschmidt 2006-08-14 23:31:40 +0000
  • a99f0ca352 * More uip_ipaddr_t fixes. bg- 2006-08-14 14:01:02 +0000
  • eb7fcb54b4 * Change uip_ipaddr_t to be initialized from bytes rather than bg- 2006-08-14 13:58:28 +0000
  • 96d97031d6 Added a Win32 dll loader for loading/unloading *.prg and *.dsc files. It requires at least WinXP as it uses GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS flag for unloading. The "self-unloading" via LOADER_UNLOAD() is implemented by defering the actual unload until back in the main loop using a user-mode APC (Asynchronous Procedure Call). oliverschmidt 2006-08-13 16:49:43 +0000