contiki/platform
oliverschmidt 5640f89259 In contrast to Cygwin 1.5 Cygwin 1.7 doesn't allow to get __argc out of thin air anymore. Instead of finding a workaround I opted to remove the whole command line checking here which was added so revisions ago. The reasoning:
The WinPcap driver presumes to be obligatory for the application. Therefore it quits the whole application if it can't initialize successfully.

In former times the WinPcap driver required a cmdline parameter to initialize properly. The netsim target presumably doesn't consider the WinPcap driver obligatory for its applications so it checks the cmdline and starts the WinPcap driver only if it finds the WinPcap cmdline parameter present. Thus it prevents the WinPcap driver from failing to initialize which brings down the whole application.

However recently the WinPcap driver was changed to just use some default value if its cmdline parameter isn't found. So there's no more need to keep WinPcap from starting just to make sure it doesn't bring down the whole application. The presumption behind all this reasoning is that a WinPcap driver running with some (potentially wrong) default isn't worse than a WinPcap driver not running at all.
2010-04-21 20:27:28 +00:00
..
apple2enh Configure maximum number of Apple2 web server connections indirectly via maximum number of TCP connections. 2010-04-11 21:23:45 +00:00
avr-raven update to ds6 calls 2010-03-18 14:52:50 +00:00
avr-ravenlcd Enable ADC2 for optional external supply voltage measurement 2010-02-11 21:58:51 +00:00
avr-ravenusb update to uip-ds6.c 2010-03-18 14:36:00 +00:00
avr-rcb Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
avr-zigbit Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
c64 The maximum number of C64 web server connections is now equal to the (new) default as the CBM PFS allows for 10 open files. 2010-04-11 21:30:14 +00:00
c128 Configure maximum number of C128 web server connections indirectly via maximum number of TCP connections. 2010-04-11 21:34:18 +00:00
cc2420dbk
cooja ip forwarding only for ipv4 2010-03-31 10:22:33 +00:00
esb activated workaround for memcpy/memset bug in mspgcc 2010-03-21 10:44:58 +00:00
ethernut1 Removed finally unnecessary cast. 2008-02-10 22:36:36 +00:00
ethernut2 Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
micaz Adding a Makfile for example applications. 2010-02-24 09:14:46 +00:00
minimal-net Update minimal net to new ds6 interface 2010-03-18 20:11:54 +00:00
msb430 Use LPP for radio duty cycling. 1 Hz channel check rate 2010-03-04 15:04:28 +00:00
native Added netstack init to native platform 2010-02-23 18:43:21 +00:00
netsim In contrast to Cygwin 1.5 Cygwin 1.7 doesn't allow to get __argc out of thin air anymore. Instead of finding a workaround I opted to remove the whole command line checking here which was added so revisions ago. The reasoning: 2010-04-21 20:27:28 +00:00
pc-6001 Workaround for compiling some examples available 2009-12-16 06:47:17 +00:00
sensinode Fixed typo 2010-02-02 20:10:06 +00:00
sky sky simulation bug workaround: explicit write to compare register wakes up timer scheduling again 2010-03-31 13:15:32 +00:00
stepper-robot Missing file 2009-07-11 15:23:24 +00:00
stk501 Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
stm32test Generic STM32F103 platform 2010-02-05 14:47:42 +00:00
win32 Added support for non-window CTK email client example. 2010-01-31 21:49:13 +00:00