Nicholas J Humfrey
aa67ad67cc
Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories.
2012-02-21 08:33:25 -05:00
Nicholas J Humfrey
680225e99d
Converted u8_t to uint8_t and u16_t to uint16_t in the platforms directory.
...
Added "These names are deprecated, use C99 names" warnings the contiki-conf.h files that were missing it.
2012-02-21 08:33:25 -05:00
Nicholas J Humfrey
a561d20828
Converted u8_t to uint8_t and u16_t to uint16_t in the examples directory.
2012-02-21 08:33:25 -05:00
Nicholas J Humfrey
efab964451
Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
2012-02-21 08:33:25 -05:00
Nicholas J Humfrey
1cda3da17e
Converted u8_t to uint8_t and u16_t to uint16_t in the cpu directory.
2012-02-21 08:33:24 -05:00
Nicholas J Humfrey
372de7d08a
Converted u8_t to uint8_t and u16_t to uint16_t in the rest of core (specifically ctk/vnc, slip and the loader code)
2012-02-21 08:33:24 -05:00
Joakim Eriksson
d44396f883
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2012-02-21 13:21:19 +01:00
Joakim Eriksson
2752337e69
fixed lollipop counter
2012-02-21 13:20:20 +01:00
Niclas Finne
23a70177b2
Added option to connect to server instead of serial device
2012-02-21 11:05:52 +01:00
Nicholas J Humfrey
3fe55673d3
Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h)
2012-02-17 22:45:13 +00:00
Mariano Alvira
022d7193d1
main makefile: also search TARGETDIRs when listing all available targets
2012-02-17 11:54:06 -05:00
Mariano Alvira
6233de96b9
main makefile: remove unnecessary realpath because it breaks on cygwin
2012-02-17 11:51:56 -05:00
Mariano Alvira
68591919e6
mc1322x: add -MMD to Makefile.mc1322x to correctly create dependencies
2012-02-16 11:17:15 -05:00
Fredrik Osterlind
2c9316c5fa
more informative error messages at simulation error
2012-02-16 15:51:32 +01:00
Mariano Alvira
43062b6d74
mc1322x: change how board.h works to allow default board.h (defaults
...
to econotag)
2012-02-13 10:01:36 -05:00
Mariano Alvira
ee8f2c669e
mc1322x: remove symbols.{c,h}
2012-02-13 10:01:36 -05:00
Mariano Alvira
bde97a0356
add emacs mode hint to Makefile.include
2012-02-13 09:57:53 -05:00
Mariano Alvira
e13dc1d5ee
Provide a way to add additional TARGET search directories.
...
E.g. in a makefile do:
TARGETDIRS += ../targets
This will search for targets in ../targets as well as
$(CONTIKI)/platforms
A error will occur if more than one targets with the same name are
found.
2012-02-13 09:57:53 -05:00
Mariano Alvira
9f54eeacd7
Provide a way to add additional APPS search directories.
...
E.g. in a makefile do:
APPDIRS += ${addprefix ../apps/, $(APPS)}
2012-02-13 09:57:53 -05:00
David Kopf
20a5c794dd
Move address initialization to after proce_init. Something in that now wiping the address array.
2012-02-11 15:19:28 -05:00
David Kopf
0327fe3020
Turn off RDC before SLIP prefix interchange. Disable SIN/SUT prints, leave off-route prints.
2012-02-11 15:15:00 -05:00
David Kopf
9d6542d49b
Fix minimal-net webserver6, broken after native border router changes.
2012-02-11 15:03:24 -05:00
David Kopf
38267bfd5a
Webserver-nano: Add page load times, remove workaround code for bug in arm strformat.c, correct the double count of leading zeros there.
2012-02-11 14:58:35 -05:00
Oliver Schmidt
cb12d7b745
Minor formatting adjustment.
2012-02-10 18:56:40 +01:00
Oliver Schmidt
f5debc9d42
Adjusted relative path to BREADBOX64 to work when 'contiki' and 'contikiprojects' are siblings.
2012-02-10 17:19:40 +01:00
Niclas Finne
b56198dc3c
Added option to read sensor data from TCP connection
2012-02-02 17:38:33 +01:00
David Kopf
987906be97
rf230bb updates: involves setting the 801.15.4 pending bit,
...
0x800000 cpu clock, and a jtag reset bugfix
2012-02-01 14:16:39 -07:00
Ivan Delamer
57e686179c
Improved rf230bb.c synchronization/locking. Removed unnecessary locks
...
during Tx (single-threaded environment). Added protection to Rx thread
from buffer access by ISR.
2012-02-01 13:37:45 -07:00
Ivan Delamer
27daa94030
Compress UDP header when UIP_CONF_UDP is disabled but we are routing
...
others' UDP packets.
2012-02-01 13:06:38 -07:00
Ivan Delamer
e7cd04b558
Bug fix: do not overwrite NS or RA messages otherwise generated in the
...
same uip_ds6_periodic() call.
2012-02-01 09:55:41 -07:00
Ivan Delamer
02d3fd4758
Fixes small bug in uip-nd6.c: when a packet is sent before DAD is
...
completed, DAD-like message is sent that can create a DAD fail in
another node (if it matches the destination of our packet).
2012-01-31 15:44:29 -07:00
Fredrik Osterlind
aecb4b03cc
bug fix: rpl was not included correctly
2012-01-31 14:53:52 +01:00
Fredrik Osterlind
06d5d49e50
fix: test failed since shell echo no longer appends a newline
2012-01-31 12:58:07 +01:00
Fredrik Osterlind
02336c8826
new mspsim.jar with msp430x
2012-01-31 11:04:55 +01:00
Niclas Finne
784ca301f8
Updated for latest coffee-manager
2012-01-30 22:20:46 +01:00
nvt
66868253f0
Enable debug.
2012-01-28 03:34:41 +01:00
nvt
4c75a250e6
Refactoring.
2012-01-28 03:34:16 +01:00
Niclas Finne
1e85183754
fixed debug output and changed to use uip-debug.h for debug output
2012-01-27 15:51:46 +01:00
Joakim Eriksson
c3655728b8
fixed extension header handling
2012-01-27 15:40:39 +01:00
Fredrik Osterlind
a7e4fa3436
bleeding edge mspsim.jar
2012-01-26 16:21:56 +01:00
Fredrik Osterlind
4653778e8c
minor bug fix to avoid need for updating filesystem twice initially
2012-01-26 16:19:01 +01:00
Fredrik Osterlind
4e1432af97
method for emptying simulation event queue
2012-01-26 16:18:13 +01:00
Fredrik Osterlind
3a02e43e09
save command history with configs
2012-01-26 16:16:02 +01:00
Fredrik Osterlind
207fddddf0
method that returns the next wakeup time
2012-01-26 16:14:20 +01:00
Fredrik Osterlind
caade67d62
new watchpoint api, and method that allows for manipulating simulation time without affecting the
...
mote
execution
2012-01-26 16:10:11 +01:00
Fredrik Osterlind
5bcb6ad8a5
updated to mspsims new watchpoint api
2012-01-26 16:09:31 +01:00
Fredrik Osterlind
681b40c3c1
public clean method, and broke out add log messages method
2012-01-26 16:03:41 +01:00
Fredrik Osterlind
08ba0b83dc
make clean method public
2012-01-26 16:03:01 +01:00
Fredrik Osterlind
2a86f7a5ad
help method for converting from hex string to binary
2012-01-26 16:01:32 +01:00
Adam Dunkels
acb2c28fdd
small code style fixes; removed left-over function call
2012-01-25 06:41:39 -08:00