oliverschmidt
284f7166b7
Allow standalone win32 programs to exit the Contiki process by calling LOAD_UNLOAD().
2010-10-12 11:03:53 +00:00
oliverschmidt
5dd5b5ac43
Adjusted typdefs to Cygwin 1.7 (now not compatible anymore with Cygwin 1.5).
2010-04-21 20:35:22 +00:00
oliverschmidt
35dc059ad0
Added support for non-window CTK email client example.
2010-01-31 21:49:13 +00:00
oliverschmidt
cd1608aa08
Activate uIP forwarding support.
2008-05-22 19:49:48 +00:00
oliverschmidt
8823dfe250
Adjusted to the new shell.
2008-02-10 12:13:06 +00:00
oliverschmidt
fe6a55d1a4
Accomodate for the now more complex shell output.
2008-02-07 23:06:03 +00:00
oliverschmidt
7b3d0559b3
Minimal reformatting.
2007-12-15 23:02:16 +00:00
oliverschmidt
0e8649e5ae
Don't override www defaults for project builds.
2007-12-15 21:39:06 +00:00
oliverschmidt
97b1c95005
Activate mouse support for fullscreen mode.
2007-12-15 21:30:56 +00:00
oliverschmidt
6fd3b0dbae
Removed CTK_CONF_HYPERLINK from shared code as its use is still unclear (and the implementation was incomplete anyway).
2007-12-15 11:34:59 +00:00
oliverschmidt
b89a08be8b
Allow Cygwin based Win32 platform to be used for 'project builds' (in the sense of the Contiki 2.x build system) beside the exsisting 'platform build'.
2007-12-15 00:00:34 +00:00
oliverschmidt
32ae3317a6
Several minor changes and reformatting.
2007-12-06 22:09:56 +00:00
oliverschmidt
75c49f8d7b
Added CTK_CONF_HYPERLINK in order to keep them ;-))
2007-11-28 16:41:35 +00:00
oliverschmidt
6ab83029c3
Source reformatting only.
2007-11-18 02:17:33 +00:00
oliverschmidt
86a745f923
Removed compiler warnings.
2007-11-18 02:16:57 +00:00
oliverschmidt
6d6edb418b
Declare strcasecmp here as it isn't part of C99.
2007-11-18 00:55:19 +00:00
oliverschmidt
90edc773b0
Introduced C99 sized int types.
2007-11-17 22:40:33 +00:00
oliverschmidt
4fd1e3ece0
Added signed 32 bit data type.
2007-05-12 20:58:12 +00:00
oliverschmidt
dba1672323
Make use of __inline (just as making use of __fastcall) in order to check that CC_CONF_INLINE (just as CC_CONF_FASTCALL) are used in a syntactically correct manner.
2007-04-18 21:36:44 +00:00
oliverschmidt
33eeb8ccbb
- Switched from from a CTK draw service to a statically linked CTK draw implementation.
...
- Workarounded the following CTK glitch:
ctk.c calls ctk_arch_keyavail() and ctk_arch_getkey() and needs therefore appropriate declarations (or macros) but it doesn't include a ctk_arch.h or alike to bring those in. So it's necessary to bring those declarations in via contiki-conf.h.
But ctk_arch_getkey() is supposed to return a ctk_arch_key_t - and this typedef'ed in ctk.h which means that ctk.h would need to be included in contiki-conf.h before declaring ctk_arch_getkey().
This IS rather undesirable so the current workaround is to declare ctk_arch_getkey() as returning a char - this is btw done similiar in platform/gtk as well. See ctk/ctk-gtksim.h:
guint ctk_arch_getkey(void);
2007-04-15 13:30:16 +00:00
oliverschmidt
f16d041476
Provided a meaningful clock_time() implementation - which btw. makes the Cygwin variant finally work :-)
2007-04-14 23:23:15 +00:00
oliverschmidt
766878f5c9
Added the shell server to the Win32 platform.
2007-04-13 21:55:55 +00:00
oliverschmidt
7aae71934d
Providing a dummy program_handler_load() made made the telnet server work without program-handler but on the other hand incompatible with an exsistng program handler :-(
...
Therefore I replaced that hack with a clean CONF macro, which by the way really removes the run() and exec() functionality instead of just implementing it empty.
2007-04-13 21:04:52 +00:00
oliverschmidt
ee6180dec6
Use the cpu/native/net WinPcap driver for platform/win32 as well.
2007-04-11 00:17:25 +00:00
oliverschmidt
5653794966
Allow to build platform/win32 using Cygwin and the Contiki build system. The WinPcap driver is missing as it is about to be changed from dynamic to static loading anyway.
2007-04-06 23:09:32 +00:00
oliverschmidt
50fda17c3e
Moved error_exit() to the Win32 Contiki Core.
2006-10-03 11:27:51 +00:00
oliverschmidt
f601f3a0ac
Added the CCIF (Contiki Core InterFace) declarations necessary for logging from loadable code on Win32.
2006-09-23 20:12:40 +00:00
oliverschmidt
162ca26b65
Activated quit menu option.
2006-08-30 22:41:52 +00:00
oliverschmidt
301c1f45cf
Move the strcasecmp macro out of the diretory app context now that it is used in the shell app too.
2006-08-30 22:07:53 +00:00
oliverschmidt
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.
2006-08-16 22:47:01 +00:00
oliverschmidt
62fa3b8c01
Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-(
2006-08-15 14:46:33 +00:00
oliverschmidt
ad7bbcdf17
Now that they assumed a shape ...
2006-08-14 23:53:55 +00:00