julienabeille
632a3585f5
Modification to tapdev for IPv6 support
2008-10-14 09:47:15 +00:00
nvt-se
6440c3de81
removed unnecessary inclusion
2008-07-04 03:03:41 +00:00
adamdunkels
871598fb24
Added dummy watchdog.c to allow compiling and running code that calls the watchdog functions
2008-07-03 23:10:25 +00:00
adamdunkels
9d7c81d4ed
Added missing IPBUF definition needed for IPv6
2008-06-23 19:53:16 +00:00
adamdunkels
d094fe254f
Fixed problems with IPv6-enabled Windows XP
2008-06-23 19:52:44 +00:00
oliverschmidt
a685acd23a
Turned rtimer_arch_now() from a (one line) function into a macro.
2008-02-09 14:02:12 +00:00
adamdunkels
f2599b38e7
Added a WERROR variable, which, if set, causes -Werror flags to be turned on
2008-01-17 12:07:32 +00:00
adamdunkels
a46aceb5f8
Added generation of symbols.c if CORE is set
2008-01-08 08:04:41 +00:00
oliverschmidt
b96c9deebc
Added "usual" comments.
2008-01-04 21:53:32 +00:00
adamdunkels
95ffdc283e
Forgot to remove -Werror
2007-11-28 17:17:19 +00:00
adamdunkels
7e89af8992
Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux
2007-11-28 17:15:15 +00:00
oliverschmidt
67af780c93
Made include paths consistent.
2007-11-27 20:54:10 +00:00
oliverschmidt
689e0f077a
Added some info on the wpcap driver.
2007-11-27 13:06:55 +00:00
oliverschmidt
b8b6b6239e
Allow to build both with Cygwin and VC++.
2007-11-17 21:33:53 +00:00
oliverschmidt
eb3fda68c7
Source reformatting only.
2007-11-17 20:00:42 +00:00
adamdunkels
1e1e44a3f8
Fixed compiler warnings to make code compile with gcc's -pedantic switch
2007-11-17 18:01:00 +00:00
adamdunkels
1070fe19a3
Added rtimer_arch_now prototype
2007-11-17 10:47:22 +00:00
adamdunkels
4ce9b8a33b
Added -Werror to turn compiler warnings into errors to ensure that code always compile without warnings
2007-11-17 10:37:28 +00:00
oliverschmidt
63a6493e5c
Made tapdev and wpcap driver similiar making up a "driver template".
2007-08-10 14:59:59 +00:00
oliverschmidt
6ab3a6d1e3
Fixed copy&paste bug.
2007-05-26 22:51:38 +00:00
oliverschmidt
1629c207b5
That PROCESS_EXITHANDLER() thing was after all kind of overengineered...
2007-05-23 22:13:29 +00:00
oliverschmidt
0bf8c95b79
Made use of exit handler.
2007-05-22 22:01:03 +00:00
oliverschmidt
5f3296e943
Changed packet drivers from services to plain processes.
...
Now tcpip_output() is a function pointer that is supposed to be set via the macro tcpip_set_outputfunc(). Packet drivers do so on process startup.
Thus if there are several packet drivers in a Contiki system the one started last is the one actually used. This behaviour is especially useful for the 'IP forwarding' "meta" packet driver.
2007-05-20 21:29:39 +00:00
oliverschmidt
61f54204d7
Improved map file naming consistency.
2007-05-19 21:46:43 +00:00
oliverschmidt
ae2073cac9
Factored out setup directory search path for source files into Makefile.include.
...
- All compilers used support the -I option for setting an include search directory.
- The Contiki source tree follows the (common) approach of placing declarations (in headerf iles) in the same directory as definitions (in source files).
As a result it makes sense to use the -I compiler option for just the same set of directories used for the vpath gnumake directive.
Note: I checked several builds but nevertheless one or the other might need some additional adjustsments. Sorry for the inconvenience.
2007-05-19 07:54:53 +00:00
oliverschmidt
237b1617b5
Factored out setup directory search path for source files into Makefile.include.
...
- Search target specific directories before CPU specific directories.
- Search CPU specific directories before generic directories.
Note: I checked several builds but nevertheless one or the other might need some additional adjustsments. Sorry for the inconvenience.
2007-05-13 08:41:11 +00:00
oliverschmidt
274afdb55c
Made driver compilable with both Cygwin and VC++ (and usable for platform/win32 by using logging API).
2007-04-11 00:21:28 +00:00
oliverschmidt
9cc1871810
Fixed stupid bug. I have no idea how I didn't run into this one for months ! The development platforms have 400-600 bytes buffer size. So every incoming 1500 packet overwrote ~ 1000 bytes of uIP variables. And this happens very easily as every packet coming in for the Windows IP stack is seen by uIP as well (and discarded because of the wrong IP address).
2007-04-08 20:06:56 +00:00
oliverschmidt
e37d79e4a3
Don't rely on gcc's auto-import feature.
2007-04-07 00:27:22 +00:00
oliverschmidt
e5d3453a79
Minor code formatting change.
2007-04-05 19:42:47 +00:00
oliverschmidt
be08e76366
Now that Contiki has a htonl() we need the same workaround here that we already have for htons().
2007-04-05 19:41:02 +00:00
oliverschmidt
d41c0671d9
Ooops, that was one level of indirection to much.
2007-04-03 18:37:15 +00:00
oliverschmidt
aa4434ca55
CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms.
2007-04-03 00:40:51 +00:00
oliverschmidt
5bceecfbb0
Added Cygwin networking support using WinPcap.
2007-04-01 21:05:17 +00:00
oliverschmidt
01b9b31952
Moved wpcap*.[ch] from platform/minimal-net/net to cpu/native/net.
2007-04-01 20:39:05 +00:00
adamdunkels
e6301c6221
Moved tapdev*.[ch] from platform/netsim/net and platform/minimal-net/net to cpu/native/net
2007-03-31 18:49:37 +00:00
adamdunkels
c4300e8e8d
Added #include that #defines NULL
2007-03-31 11:19:08 +00:00
adamdunkels
7f4014ca4d
Preliminary implementation of the rtimer architecture functions for the native CPU
2007-03-28 20:09:09 +00:00
adamdunkels
fbd01ee50b
Added native CPU to avoid reliance on x86-specific code for the native and netsim platforms
2007-03-28 20:07:57 +00:00