fros4943
4f089d113e
extending abstract radio medium
2007-03-23 21:06:23 +00:00
fros4943
9cbdd11623
moved functionality to abstract radio medium in order to simplift new implementations
2007-03-23 21:05:45 +00:00
fros4943
9b29eae61d
minor changes
2007-03-23 21:04:19 +00:00
fros4943
7a5d74e407
removed pressed button check
2007-03-23 20:48:29 +00:00
nifi
14892592c6
changed to use msp430-bsl to upload programs
2007-03-23 16:27:14 +00:00
nifi
f0ce3a5292
Moved buildscripts from cpu/msp430 to platform/esb.
2007-03-23 16:19:41 +00:00
nifi
84413ddc99
restore of node id + changed to use cfs xmem (external flash)
2007-03-23 16:05:47 +00:00
nifi
09d8a870c7
Program for 'permanently' burning a node ID to external flash
2007-03-23 16:03:11 +00:00
nifi
ae64aa1764
changed counters to unsigned
2007-03-23 15:52:13 +00:00
nifi
a12359cb5d
Makefile with default TARGET sky for the sky examples
2007-03-23 15:03:00 +00:00
fros4943
24735fb776
added support for dynamic corecomms (generated and compiled on demand)
2007-03-23 14:36:27 +00:00
adamdunkels
5b35ae82c7
Made netsim compile under MS Windows / cygwin
2007-03-23 12:23:38 +00:00
adamdunkels
b56cc3d077
Test file for CFS driver
2007-03-23 12:17:28 +00:00
nifi
52b9210b57
added cfs xmem size
2007-03-23 12:15:50 +00:00
nifi
e3bdae0e47
added erase of xmem and size checks
2007-03-23 12:15:08 +00:00
fros4943
ebf965bbb6
added simulation reload functionality
...
tries to reload the current simulation by allocating new available corecomms, and replacing any references to the old ones
warning: custom made simulation configs may not work with this functionality!
this is a convenience method, and needs dynamic corecomms for reloading more than a constant number of times
2007-03-23 11:25:19 +00:00
fros4943
cf96c89934
check that progress bar is visible before disposing
2007-03-23 11:16:53 +00:00
adamdunkels
013701f50c
Renamed rimebuf_hdrextend() to rimebuf_hdralloc()
2007-03-23 10:46:35 +00:00
nifi
54228ae6e4
Node IDs are stored in external memory and restored on bootup
2007-03-23 09:59:08 +00:00
adamdunkels
a2c3501728
Testing the button
2007-03-23 00:06:12 +00:00
adamdunkels
757a226e39
Blinking LEDs
2007-03-23 00:05:52 +00:00
adamdunkels
68506272dc
Program for loading an ELF file over TCP and Rudolph0:ing it out into the air
2007-03-23 00:03:25 +00:00
adamdunkels
3950632b20
Removed non-functional cfs-xmem, replaced with cfs-ram
2007-03-23 00:00:29 +00:00
adamdunkels
4d9a716a50
ELF loader memory size, CFS RAM memory size
2007-03-23 00:00:15 +00:00
adamdunkels
aea251f807
added radio-sensor
2007-03-22 23:59:54 +00:00
adamdunkels
a34f6afe22
CFS RAM started
2007-03-22 23:59:26 +00:00
adamdunkels
00bd901d25
Message size should include ending zero byte
2007-03-22 23:58:37 +00:00
adamdunkels
8293e6215f
Added elfloader-stub, symbols generation
2007-03-22 23:58:08 +00:00
adamdunkels
199e0cb30d
Added NM definition
2007-03-22 23:57:33 +00:00
adamdunkels
2caf271d58
Removed unused node-id,.h
2007-03-22 23:57:19 +00:00
adamdunkels
c699512354
ctimer_set() bugfix
2007-03-22 23:57:08 +00:00
adamdunkels
0ddd326c9b
More debugging information. Now identifies symtab and strtab based on type rather than name.
2007-03-22 23:56:44 +00:00
adamdunkels
cf24a46d2a
Exported RSSI values
2007-03-22 23:56:05 +00:00
adamdunkels
bc25633fd9
Removed blinking LEDs
2007-03-22 23:55:48 +00:00
adamdunkels
f94cbb21e1
Added a CFS_APPEND option, set CFS_READ and CFS_WRITE to new numbers
2007-03-22 23:55:32 +00:00
adamdunkels
ea6f2942bd
Added file size
2007-03-22 23:55:03 +00:00
adamdunkels
dd276a9c8a
Removed the use of CFS. Instead, provide callbacks for the using application to fill in data.
2007-03-22 23:54:40 +00:00
adamdunkels
62430052ff
Added core elfloader to SYSTEM
2007-03-22 23:54:16 +00:00
adamdunkels
c5aeed9d00
Radio sensor (RSSI) interface
2007-03-22 23:53:56 +00:00
fros4943
0f1e55191a
force closing dialog correctly
2007-03-22 23:06:26 +00:00
fros4943
104bb5b222
restores last window state (size, location)
2007-03-22 23:01:11 +00:00
fros4943
5d7af1bd2f
automatically bring on "create new simulation"-dialog on startup (if started with gui)
2007-03-22 22:36:04 +00:00
fros4943
8769b6eb38
disposing on escape key
2007-03-22 22:35:06 +00:00
fros4943
c376db9203
removed scan for processes warnings at empty directories
2007-03-22 22:20:33 +00:00
fros4943
05d8cb4bdb
changed to exponential delay slider
2007-03-22 22:08:50 +00:00
fros4943
85cb8dc31f
changed label
2007-03-22 20:52:58 +00:00
fros4943
10108fb50e
change default simulation delay time (100 -> 5)
2007-03-22 20:39:34 +00:00
fros4943
5d700f4a4e
fixed keyboard shortcuts
2007-03-22 20:38:38 +00:00
fros4943
9594c3fca4
decreased debounce timer
2007-03-22 20:37:34 +00:00
adamdunkels
630ec03ba1
Added IP/SLIP support
2007-03-22 19:04:43 +00:00