nvt-se
|
8785bee644
|
avoid repetitive garbage collection if no files have been deleted since
the last try.
|
2009-03-26 12:36:10 +00:00 |
|
fros4943
|
a9f0729f2c
|
forcing 16-bit aligned data memory
|
2009-03-26 12:25:05 +00:00 |
|
fros4943
|
2e156afe2a
|
bugfix: cfs_open must get aquire permissions
|
2009-03-26 12:22:52 +00:00 |
|
nvt-se
|
25cc327acc
|
avoid hanging in TX mode after CCA check failed.
minor memory savings.
|
2009-03-25 15:25:05 +00:00 |
|
adamdunkels
|
ebbae099ce
|
A program that displays the number of neighbors on the JCreate LEDs
|
2009-03-24 19:45:46 +00:00 |
|
adamdunkels
|
9fd33a1211
|
Improved list example
|
2009-03-24 17:46:17 +00:00 |
|
joxe
|
d9e1e9d037
|
updated with latest mspsim version
|
2009-03-24 16:31:17 +00:00 |
|
fros4943
|
6ab2b74258
|
bugfix: made classes public
|
2009-03-24 16:07:44 +00:00 |
|
fros4943
|
c377c9150f
|
removed visualizer example project
|
2009-03-24 15:50:54 +00:00 |
|
fros4943
|
5abbb3e9c2
|
config update: visualizers
|
2009-03-24 15:49:35 +00:00 |
|
fros4943
|
2f25d6fbe5
|
backwards compatibility: visualizer plugins were removed
|
2009-03-24 15:47:10 +00:00 |
|
fros4943
|
ce32a5b0b0
|
register radio medium skin
|
2009-03-24 15:46:46 +00:00 |
|
fros4943
|
b949a036f2
|
a few simple visualizer skins
|
2009-03-24 15:46:29 +00:00 |
|
fros4943
|
b7840178a1
|
new visualizer plugin with skin support
|
2009-03-24 15:46:18 +00:00 |
|
fros4943
|
5c38c82608
|
removing old visualizer plugins.
(replaced by a generic visualizer with skin support)
|
2009-03-24 15:44:25 +00:00 |
|
nvt-se
|
96fbf3b853
|
use old style C comments.
convert printf to PRINTF.
remove unnecessary MS_DELAY calls from setupTX and setupRX.
|
2009-03-24 15:32:26 +00:00 |
|
nvt-se
|
15c447e57e
|
remove some unnecessary instructions and function calls. patch from Jesper Karlsson.
|
2009-03-24 15:13:11 +00:00 |
|
nvt-se
|
143c7f9cea
|
switched from serial to serial_line. patch from Jesper Karlsson.
|
2009-03-24 15:02:03 +00:00 |
|
adamdunkels
|
ecb7641ca7
|
from address is const
|
2009-03-24 14:44:42 +00:00 |
|
adamdunkels
|
759ecbd73c
|
Added example-multihop.c
|
2009-03-24 14:09:38 +00:00 |
|
adamdunkels
|
cb4684d720
|
Bumped version number to 2.2.3
|
2009-03-24 14:09:22 +00:00 |
|
adamdunkels
|
73fdf05940
|
Added const to constant parameters (rime addresses)
|
2009-03-24 07:15:04 +00:00 |
|
adamdunkels
|
a625d80259
|
Added explicit typecast to buffer definition
|
2009-03-24 07:14:12 +00:00 |
|
adamdunkels
|
ec1677ca6c
|
Added a function (quick hack) that sets the radio transmission power of outgoing announcement packets in xmac
|
2009-03-23 21:06:26 +00:00 |
|
adamdunkels
|
1cbc0f4ea9
|
Send announcement packets only if there are any announcements to send
|
2009-03-23 21:00:25 +00:00 |
|
adamdunkels
|
f4b8680174
|
Defined the packetbuf buffer so that it is always aligned on a 16-bit boundary.
|
2009-03-23 19:37:45 +00:00 |
|
adamdunkels
|
d0b969ec5a
|
Rewrote the multihop example to better show how to use the multihop layer. Now also shows how to use the memb, list, and annoncement mechanisms.
|
2009-03-23 18:10:09 +00:00 |
|
adamdunkels
|
39af9b361d
|
Fixed minor bug in comment
|
2009-03-23 16:39:09 +00:00 |
|
adamdunkels
|
21e0900d18
|
Made constant addresses const
|
2009-03-23 16:22:02 +00:00 |
|
adamdunkels
|
143bf11548
|
The multihop module used the pre-chameleon style packet headers. Converted it to use packet attributes instead of packet headers
|
2009-03-23 16:20:37 +00:00 |
|
adamdunkels
|
c791d851bb
|
Send an announcement packet only if there are more than zero announcemnets
|
2009-03-23 16:19:03 +00:00 |
|
nifi
|
7da12552cd
|
fixed to save scroll position in configuration files
|
2009-03-23 13:26:43 +00:00 |
|
nifi
|
91fa18e0e6
|
removed unused prototype
|
2009-03-23 10:58:00 +00:00 |
|
fros4943
|
f0c562a2c6
|
minor bugfixes: support relative paths when saving simulation configs + check that simulation load succeeded
|
2009-03-22 14:05:19 +00:00 |
|
fros4943
|
65d64d0c06
|
make sure parent directory of current config file exists
|
2009-03-22 13:47:38 +00:00 |
|
nvt-se
|
cc85a36722
|
use u8 when writing rime addresses.
|
2009-03-21 20:53:06 +00:00 |
|
fros4943
|
950f7696a3
|
autostart simulation is reloaded when simulation is running
|
2009-03-21 16:45:42 +00:00 |
|
fros4943
|
fee88cb042
|
make sure compilation process is killed when simulation load is aborted
|
2009-03-21 16:44:29 +00:00 |
|
fros4943
|
fa09bd6c69
|
removed non-existing IP stack warning at startup
|
2009-03-21 15:49:29 +00:00 |
|
fros4943
|
c76f34ff98
|
minor serial test application update
|
2009-03-21 15:47:40 +00:00 |
|
fros4943
|
9088341a17
|
added apps/avrora as default project for all platforms
|
2009-03-21 15:46:51 +00:00 |
|
fros4943
|
c205280f30
|
removing contiki log interface, instead only using the serial port interface
|
2009-03-21 15:41:42 +00:00 |
|
fros4943
|
480c023578
|
abstraction level annotation
|
2009-03-21 14:51:03 +00:00 |
|
fros4943
|
eb2753f23d
|
set default size
|
2009-03-21 14:40:22 +00:00 |
|
fros4943
|
82669a1a89
|
simplified error dialog
|
2009-03-21 14:24:55 +00:00 |
|
nvt-se
|
bffbb06d4a
|
corrected GC page isolation loop.
adjusted cfs_coffee_reserve signature to use cfs_offset_t instead of uint32_t.
made cfs_coffee_format also to clear *next_free.
|
2009-03-20 15:15:43 +00:00 |
|
fros4943
|
9c9165dc90
|
start cooja with more memory to avoid outofmemory problems when running mspsim-based simulations
|
2009-03-20 13:23:44 +00:00 |
|
nvt-se
|
b7bdfe8daf
|
bugfixes:
* set invalid page on all removed files which have cache entries.
* update file cache entries earlier to prevent overwrites.
|
2009-03-19 20:44:43 +00:00 |
|
nvt-se
|
571c815ad3
|
use unsigned long to print total file size.
|
2009-03-19 20:42:39 +00:00 |
|
joxe
|
29f6ee7e98
|
added serial output for MicaZ
|
2009-03-19 18:58:19 +00:00 |
|