adamdunkels
5585d72c86
A simple but substantial change: uIP used the htons()/HTONS() macro
...
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.
This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
matsutsuka
23d5f84a46
Workaround for compiling some examples available
2009-12-16 06:47:17 +00:00
matsutsuka
a628b0c581
minor aesthetic modification
2009-12-11 15:00:38 +00:00
matsutsuka
1586b3b5c4
fixed minor bug of mt-test due to sdcc
2009-12-11 14:59:45 +00:00
matsutsuka
ebe74fed56
size-optimization option and peep-hole optimizer have been introduced.
...
object files have been moved to binary directory
2009-12-11 14:59:31 +00:00
matsutsuka
2aa41337bc
followed the name change of serial-line.c
2009-07-09 18:28:20 +00:00
matsutsuka
9a752dab15
aligned the usage of LOADER_UNLOAD macro with other sources
2009-07-09 18:24:56 +00:00
adamdunkels
727c5a2dbe
Renamed serial module to serial-line
2009-03-17 20:32:22 +00:00
matsutsuka
6c9291f38b
Removed dependency of Cygwin from hexameter.
2008-07-20 07:44:39 +00:00
matsutsuka
28bcff539f
path misconfiguration has been fixed
2008-07-02 15:04:07 +00:00
matsutsuka
4cf1687845
shell is removed temporarily since it doesn't work in the current version.
2008-07-02 15:03:44 +00:00
matsutsuka
4ecebdd842
A binary conversion tool has been modified to support variations.
2008-07-02 07:17:14 +00:00
oliverschmidt
df441f50a3
Replaced (now obsolete) PROCESS_LOADABLE with AUTOSTART_ENABLE.
2008-02-15 16:51:06 +00:00
oliverschmidt
3a3a98fc0f
Made pc-6001 behave as before.
2007-12-14 23:49:14 +00:00
matsutsuka
9f753bf737
network configuration has been modified for appropriate compilation
2007-11-28 10:11:55 +00:00
matsutsuka
16f9b124c4
a minor glitch (apps setting) has been fixed
2007-11-28 10:03:40 +00:00
matsutsuka
5318ab9e2e
Additional support for main files.
2007-11-28 09:44:27 +00:00
matsutsuka
825c793b92
Several configuration variables have been added to support loader and applications
2007-11-28 09:44:03 +00:00
matsutsuka
b00156d9b0
Makefiles are entirely reformed to make configuration easier.
2007-11-28 09:43:01 +00:00
matsutsuka
5682272b78
Platform specific loader, which is yet supported.
2007-11-28 09:41:41 +00:00
matsutsuka
04af453e72
Special version of web server that consumes less memory.
2007-11-28 09:40:13 +00:00
matsutsuka
2555d7fdf0
Added experimental logging support for debug.
2007-11-28 09:39:30 +00:00
matsutsuka
e1456c5522
Some changes have been applied to support various CTK configurations.
2007-11-28 09:38:21 +00:00
matsutsuka
5d1aaa4fe8
CTK has been changed.
2007-11-28 09:37:11 +00:00
matsutsuka
874217b5b7
initialization added
2007-11-28 06:15:19 +00:00
matsutsuka
c1f7c16f7d
Network client (simpletelnet)
2007-11-28 06:14:11 +00:00
matsutsuka
d6ec25e37c
The libconio_arch-small is architecture-depend implementation of console I/O with minimum size for the server mode.
2007-09-30 12:46:34 +00:00
matsutsuka
c2472ff0f1
contiki-main file for network client support.
2007-09-29 04:13:14 +00:00
matsutsuka
4381f4b964
Platform-depend CTK support is modified to minimize size of module.
2007-09-29 04:10:00 +00:00
matsutsuka
9e1e31f3bb
Makefiles have been modified to support customized crt0.
2007-09-29 04:07:00 +00:00
matsutsuka
c3d13b6dd4
Configuration file now supports:
...
- telnet window size
- UIP configuration
- new rs232 driver
2007-09-29 04:05:20 +00:00
matsutsuka
c99b7dc827
status has been added for polling function.
2007-09-19 12:47:19 +00:00
matsutsuka
8d7bb2119c
Architecture-depend CTK implmeentation has been all rewritten by assembler for performance and memory reasons.
2007-09-19 12:46:15 +00:00
matsutsuka
b2a6d163fc
configuration for serial has been changed.
2007-09-19 12:44:45 +00:00
matsutsuka
71e5298d90
Process "kill" is properly implemented.
2007-09-11 12:55:57 +00:00
matsutsuka
661476ad92
PC-6001mkII setting is added.
2007-09-11 12:55:35 +00:00
matsutsuka
809b23fe28
Configuration of regular ctk-conio.c has been added.
2007-09-11 12:55:16 +00:00
matsutsuka
6dd93a3d04
NEC PC-6001 support sources are initially added.
2007-09-11 12:12:59 +00:00