ksb
|
8e7ada96d3
|
Use .u prefix for uploading to device and PROG variable to select programmer
|
2010-02-10 10:08:36 +00:00 |
|
oliverschmidt
|
1dfcf37ea4
|
Now that "even" the 6502 targets support stdout we can just puts() our feedback.
|
2010-02-10 07:59:42 +00:00 |
|
oliverschmidt
|
50be40768b
|
Removed closing of stdin, stdout (and stderr on the Apple2). It was introduced in order to maximize the number of available file handles for the webserver. However none of the target machine DOSes allows to open a single file several times diminishing the intended effect very much. One the other hand not being able to "just printf() something" causes trouble over and again - i.e. hello-world seemingly not working...after all a typical case of german over-enigneering ;-)
|
2010-02-10 07:43:25 +00:00 |
|
fros4943
|
6d987651c6
|
bugfix: previously did not listen to all log interfaces
|
2010-02-09 22:14:23 +00:00 |
|
dak664
|
fe8417bd8a
|
Clarify defines for RF230 and effect on program size
|
2010-02-09 17:03:55 +00:00 |
|
dak664
|
282ffaf343
|
Add conditional boot messages and file logging
|
2010-02-09 14:43:16 +00:00 |
|
dak664
|
03c0245465
|
Expose httpd-cgi ipv6 address print to other modules
|
2010-02-09 14:41:18 +00:00 |
|
adamdunkels
|
d67d1f7340
|
Major bugfix, found by Raimondas Sasnauskas: the TCP periodic timer was not started when a new connection request arrived. If there were no other active TCP connections, this means that the SYNACK would never be retransmitted, potentially leading to a forever stale TCP connection.
|
2010-02-09 12:58:53 +00:00 |
|
nifi
|
a6c6522548
|
Updated documentation for new APIs.
|
2010-02-09 08:29:58 +00:00 |
|
nifi
|
27d5e2338a
|
Added convenient flag to include codeprop
|
2010-02-09 07:34:37 +00:00 |
|
nifi
|
dbacc71c7d
|
Added missing uip-ipchksum when using IP
|
2010-02-09 07:04:11 +00:00 |
|
nifi
|
665c38e7f4
|
Set elfloader to use flash instead of ram for storage as default.
|
2010-02-09 06:52:26 +00:00 |
|
oliverschmidt
|
736d49c7f1
|
Added new DHCP app (and some reorg).
|
2010-02-08 22:29:26 +00:00 |
|
oliverschmidt
|
1ac4d7f501
|
Used CFS instead of POSIX.
|
2010-02-08 22:26:19 +00:00 |
|
dak664
|
e12e794a74
|
QUEUEBUF fragmentation defines
|
2010-02-08 22:22:27 +00:00 |
|
adamdunkels
|
6414bf3a55
|
Enabled sicslowpan fragmentation and reassembly by default on the sky platform
|
2010-02-08 22:12:29 +00:00 |
|
dak664
|
1911dc4956
|
Defines for fragmentation handling
|
2010-02-08 22:09:25 +00:00 |
|
oliverschmidt
|
5570972957
|
Added a Contiki app basically combining apps/netconf and apps/dhcp. It's a 6502 specific app as it doesn't configure the running uIP instance but instead writes to the 'contiki.cfg' configuration file used by 6502 apps to configure uIP.
|
2010-02-08 22:08:17 +00:00 |
|
adamdunkels
|
4a522c96dd
|
Added debugging statements for packet drops
|
2010-02-08 21:59:49 +00:00 |
|
adamdunkels
|
2b6a651233
|
Added missing include, made debug statement more explicit
|
2010-02-08 21:59:21 +00:00 |
|
adamdunkels
|
590b4786c5
|
Added queuebuf statistics option, since it is used by the examples/rime/example-rudolph1.c code (on the netsim target)
|
2010-02-08 21:39:15 +00:00 |
|
adamdunkels
|
2eba08e8f6
|
Made queuebuf statistics configurable, and off by default
|
2010-02-08 21:10:32 +00:00 |
|
fros4943
|
8ec88e2fcb
|
added method for turning off radio receiver of application motes
|
2010-02-08 16:00:46 +00:00 |
|
nvt-se
|
f4d19560fc
|
Fixed a performance problem by not allowing GC while doing merges of files and micro logs.
|
2010-02-08 14:08:14 +00:00 |
|
nifi
|
978d383395
|
Corrected include path
|
2010-02-08 00:02:39 +00:00 |
|
nifi
|
9ee6406824
|
minor code style cleanup
|
2010-02-08 00:00:45 +00:00 |
|
oliverschmidt
|
933fff4c89
|
Parallelizing the build and the checkin isn't such a great idea after all ;-)
|
2010-02-07 23:30:30 +00:00 |
|
oliverschmidt
|
395d7675a1
|
Added dhcpc.c to the Contiki library (like i.e. resolv.c).
|
2010-02-07 23:20:31 +00:00 |
|
adamdunkels
|
dea4826f94
|
Added watchdog.c to the USB stick code
|
2010-02-07 23:05:20 +00:00 |
|
oliverschmidt
|
c284092a53
|
- Set cursor in ctk_draw_init() to top left corner as it is called for re-initialization on Contiki exit.
|
2010-02-07 21:43:03 +00:00 |
|
oliverschmidt
|
1d1f3a23af
|
- No need for textcolor() before cclear().
- Set textcolor() in ctk_draw_init() to some reasonable value as it is called for re-initialization on Contiki exit.
|
2010-02-07 21:38:01 +00:00 |
|
adamdunkels
|
091483c150
|
Added dummy watchdog functions for all AVR platforms
|
2010-02-07 07:43:35 +00:00 |
|
adamdunkels
|
b98f7d891f
|
Bugfix: added missing queuebuf allocation
|
2010-02-06 20:50:24 +00:00 |
|
joxe
|
1da7c3eccd
|
convert registers upto 9 instead of upto 4
|
2010-02-06 18:28:26 +00:00 |
|
adamdunkels
|
5efce5eeed
|
The path to the Contiki root was not correctly set
|
2010-02-06 18:23:04 +00:00 |
|
adamdunkels
|
d5e133bf7c
|
Added target for making the tools/ and tools/sky/uip6-bridge
|
2010-02-06 18:22:34 +00:00 |
|
adamdunkels
|
671216c558
|
No need to clear the headers now that we explicitly save a queuebuf when sending fragments
|
2010-02-06 17:07:43 +00:00 |
|
adamdunkels
|
3717c39431
|
Updated the ext-sensor to use the new sensor API; patch by Jesper Karlsson
|
2010-02-06 14:41:24 +00:00 |
|
adamdunkels
|
aaab082f27
|
Correctly print out the aaaa: address, if enabled
|
2010-02-06 10:00:49 +00:00 |
|
adamdunkels
|
37f7770bd8
|
Made it possible to override the SICSLOWPAN_CONF_FRAG option. Increased the default uIP buffer size on IPv6 to provide some room for fragmented packets
|
2010-02-06 10:00:25 +00:00 |
|
adamdunkels
|
99db24ec2d
|
Added a #define option to send more data than needed to be able to test fragmentation
|
2010-02-06 09:58:59 +00:00 |
|
adamdunkels
|
9011013fb0
|
Automated test for testing IPv6/6lowpan fragmentation
|
2010-02-06 09:57:14 +00:00 |
|
adamdunkels
|
b6647b5630
|
Turns out that with cxmac, clearing the header after sending a packet is not enough to make fragmentation work. Instead, we allocate a queuebuf and restore the packet after from the queuebuf after sending it.
|
2010-02-06 09:42:49 +00:00 |
|
adamdunkels
|
494e692d0b
|
Bugfix: clear the header after sending a packet solves a problem with fragmentation; also prod the watchdog since fragment transmissions can take a long time with some low-power MAC protocol
|
2010-02-06 07:49:58 +00:00 |
|
adamdunkels
|
a68b4c40c4
|
Added a function to clear only the header part of the packetbuf
|
2010-02-06 07:48:52 +00:00 |
|
oliverschmidt
|
e88d209214
|
Adjusted process name to title case.
|
2010-02-05 19:13:05 +00:00 |
|
nifi
|
d210d930fd
|
added missing end bracket
|
2010-02-05 16:45:56 +00:00 |
|
ksb
|
387483ad24
|
Missing file
|
2010-02-05 16:41:23 +00:00 |
|
ksb
|
2c955d6e3f
|
Synchronizing with my work copy.
|
2010-02-05 16:23:40 +00:00 |
|
nifi
|
c67a4155d5
|
Changed to use tcpip_icmp6_event for ICMP notifications.
|
2010-02-05 15:16:02 +00:00 |
|