fros4943
|
609ae94b14
|
only notify tick observers when simulation time changes, not for every handled event
|
2008-12-03 16:37:06 +00:00 |
|
fros4943
|
b55b825a60
|
including test log in test report
|
2008-12-03 16:25:17 +00:00 |
|
fros4943
|
0083cc2080
|
using timeout event instead of slower tick observer
|
2008-12-03 16:23:26 +00:00 |
|
fros4943
|
c6d6bb4a14
|
removed warning when not starting visualizer plugin in tests
|
2008-12-03 16:06:33 +00:00 |
|
fros4943
|
9213ea747d
|
updated mspsim:
with serial data callback and (experimental) bad memory access checks
|
2008-12-03 15:44:50 +00:00 |
|
fros4943
|
7767b03bae
|
parsing currently used exception for bad memory access by MSPSim
|
2008-12-03 15:38:01 +00:00 |
|
fros4943
|
d8b0705cb3
|
mspsim should warn at bad memory access (not activated yet)
|
2008-12-03 15:36:49 +00:00 |
|
fros4943
|
430333b515
|
using updated messagelist
|
2008-12-03 15:18:47 +00:00 |
|
fros4943
|
1117ce1be8
|
store messages outside model to avoid event thread problems
|
2008-12-03 15:17:56 +00:00 |
|
fros4943
|
87ebab7113
|
modified test to fail if any single node successfully delivers 20 sensor data packets, before all other nodes has delivered 5 packets
|
2008-12-03 14:19:41 +00:00 |
|
fros4943
|
ace83513e8
|
empty USART stateChanged handler
|
2008-12-03 13:13:07 +00:00 |
|
fros4943
|
2d7238e775
|
uIP IP address interface (reading from uip_hostaddr)
|
2008-12-03 13:11:20 +00:00 |
|
fros4943
|
8c4d5b51f9
|
using state changed callback for more accurate incoming serial data throughput
|
2008-12-03 13:04:21 +00:00 |
|
nifi
|
e86b63112a
|
changed to use MSPSim from tools/mspsim
|
2008-12-03 09:55:26 +00:00 |
|
c_oflynn
|
17790ce46a
|
Bug fix by David Kopf - sicslowpan timeout was always set at 20 seconds, this greatly improves performance!!
|
2008-12-02 22:04:16 +00:00 |
|
nvt-se
|
79d4d22ee7
|
replaced usage of 16-bit rimeaddr field.
|
2008-12-02 16:00:15 +00:00 |
|
joxe
|
23b7db88d5
|
moved rtimer from TimerB to TimerA so that TimerB subsystem is free for other uses
|
2008-12-02 12:44:48 +00:00 |
|
adamdunkels
|
f0f9314e7e
|
Reversed byte order to match the old ->u16 approach to make the automated tests & scripts work again
|
2008-12-02 08:09:46 +00:00 |
|
nvt-se
|
53355d095c
|
increase file size range for display in the ls command.
|
2008-12-01 15:58:14 +00:00 |
|
adamdunkels
|
c0ce2efd89
|
Removed the rimeaddr ->u16 field
|
2008-12-01 15:19:11 +00:00 |
|
adamdunkels
|
a847ff738d
|
Removed reliance on the ->u16 field in rimeaddr
|
2008-12-01 14:17:36 +00:00 |
|
fros4943
|
0ab57730f8
|
removed reference to the removed u16 rime address field
|
2008-12-01 13:20:51 +00:00 |
|
nvt-se
|
8c608efea4
|
added file removal capability to xmem fs
|
2008-11-30 22:42:40 +00:00 |
|
adamdunkels
|
33bf01534c
|
Rewrote code that used the old ->u16 field in rimeaddr_t to access Rime addresses to use rimeaddr_copy() and the ->u8 field instead
|
2008-11-30 18:36:55 +00:00 |
|
adamdunkels
|
50b1e60621
|
Rewrote the rimeaddr_copy() loop to use the ->u8 field instead of the ->u16 field (which now finally is removed)
|
2008-11-30 18:26:57 +00:00 |
|
adamdunkels
|
6951d9d582
|
Removed the unused ->u16 field (it was there only as a convenience/laziness access method during the initial development of the Rime stack, but has caused problems when being there)
|
2008-11-30 18:26:06 +00:00 |
|
c_oflynn
|
c0e2fd1110
|
Oops - as pointed out by Daniel Willmann change had a duplicate statement... fixed!
|
2008-11-29 18:36:12 +00:00 |
|
c_oflynn
|
9fb2c9d836
|
* Addition of Meshnetics Zigbig platform by Frederic Thepaut <frederic.thepaut@inooi.com>
* Changed default RavenUSB timeout to 3 seconds... seems to give most reliable transmissions
|
2008-11-29 15:55:02 +00:00 |
|
fros4943
|
6150d13254
|
support for contiki-node simulation on 64-bit architectures (contributed by Jesper Karlsson and David Gustafsson)
|
2008-11-28 16:41:26 +00:00 |
|
adamdunkels
|
eb2ecc69a2
|
Added an irc shell command that runs an IRC client from the shell.
|
2008-11-28 00:16:15 +00:00 |
|
adamdunkels
|
abe482713b
|
Bugfix: rewrote the switch() statement into an if/else sequence. Protothreads and switches do not mix well.
|
2008-11-28 00:15:43 +00:00 |
|
adamdunkels
|
3713d1fcf9
|
Fixed the repressentation of IP addresses: IP addresses are uip_ipaddr_t nowadays
|
2008-11-28 00:14:57 +00:00 |
|
adamdunkels
|
589a03b0e5
|
Added fallback #define of CH_ENTER
|
2008-11-27 23:40:24 +00:00 |
|
fros4943
|
9bde9cedae
|
updated test script for new sky serial output format (without new line)
|
2008-11-27 09:00:57 +00:00 |
|
fros4943
|
4a546a3529
|
automatically stop simulation when script finishes test
|
2008-11-27 08:51:35 +00:00 |
|
adamdunkels
|
cf3a889cb5
|
Added INF files to Raven binary package
|
2008-11-26 19:49:44 +00:00 |
|
nifi
|
9d36fb106e
|
added command line history
|
2008-11-26 16:23:43 +00:00 |
|
nifi
|
1865f13f3a
|
fixed more robust parsing
|
2008-11-26 14:22:54 +00:00 |
|
zhitao
|
6b33cf434f
|
bug fix: using memcpy() to append CRC checksum to odd-size payload caused memory corruption, use individual byte assignments instead
|
2008-11-25 16:05:22 +00:00 |
|
zhitao
|
ae271a7f2f
|
replaced the TMOTE_SKY macros with CONTIKI_TARGET_SKY, in conformance to the latest target hint rules
|
2008-11-25 09:20:54 +00:00 |
|
nvt-se
|
1389555ad5
|
adjusted shell for the generic remove command.
|
2008-11-24 15:18:27 +00:00 |
|
joxe
|
55280131fc
|
added printout of MAC protocol name
|
2008-11-24 14:31:08 +00:00 |
|
nifi
|
2013c4fece
|
Simulator for MSP430-based platforms
|
2008-11-24 11:09:36 +00:00 |
|
nvt-se
|
1a87d5a661
|
use new remove function name.
|
2008-11-24 10:59:40 +00:00 |
|
nvt-se
|
15e8675ab9
|
Added file removal function to the CFS API. Only cfs-coffee and cfs-posix
implements this, whereas the others just return -1.
|
2008-11-24 10:56:55 +00:00 |
|
fros4943
|
3b8f6af71c
|
use system look and feel instead of cross platform if nimbus fails (contributed by David Gustafsson)
|
2008-11-21 13:09:53 +00:00 |
|
fros4943
|
f9152668e8
|
Added multithreading test:
Single Sky node running examples/multi-threading/multi-threading.c. Waits until both threads have counted up and down 5 times.
|
2008-11-21 12:02:29 +00:00 |
|
fros4943
|
a02a2e998a
|
added sky support for multi-threading example
|
2008-11-21 10:36:16 +00:00 |
|
fros4943
|
720357bc60
|
added log_message() implementation
|
2008-11-21 10:35:46 +00:00 |
|
fros4943
|
1fbcfde0d6
|
implemented support for data argument when starting threads:
given function is called from a wrapper instead of immediately returned to via the stack
|
2008-11-21 10:28:32 +00:00 |
|