nifi
91be7cebc4
Node ID is stored in external flash and restored on bootup
2010-08-26 22:08:11 +00:00
dak664
3bee71ad81
Add simple webserver for RPL status
2010-08-26 18:55:43 +00:00
joxe
a461eceff8
fixed configuration of button sensor
2010-08-26 16:01:20 +00:00
nifi
4ad3e9d04f
Updated to allow MSPSim emulated nodes without debug information (the debug information generated by mspgcc4 is not yet supported).
2010-08-26 14:10:42 +00:00
joxe
2c5f5cd849
added init of xmem for z1 platform
2010-08-26 09:16:39 +00:00
nifi
7d34fd1deb
Added Sentilla USB platform. This platform is similar to the Sky platform but without the sensors and with 2 leds.
2010-08-25 19:57:33 +00:00
nifi
14873a923b
Added temperature sensor for the builtin temperature sensor in MSP430
2010-08-25 19:34:06 +00:00
nifi
198db63c3b
Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors.
2010-08-25 19:30:52 +00:00
nifi
d06a1ecc0c
corrected include path
2010-08-25 18:35:52 +00:00
joxe
d946fdd574
added Z1 xmem + coffee driver
2010-08-25 17:28:15 +00:00
joxe
a72252cbd8
removed forced configuration of number of routes and neigbors
2010-08-24 17:54:56 +00:00
joxe
645c48a332
added Z1 platform
2010-08-24 16:26:38 +00:00
joxe
b04ebb2b29
minor fix for making the msp430 makefile work for msp430X arch
2010-08-24 16:24:11 +00:00
joxe
c0549cad3d
added some files for MSP430X I/O
2010-08-24 16:23:20 +00:00
joxe
ef880ddf1f
added Zolertia Z1 tools
2010-08-24 15:48:20 +00:00
fros4943
afbd65a68f
clear menu option + time focus on double-click
2010-08-17 15:04:56 +00:00
fros4943
5a46c64e57
introduced global timeout function, not yet documented
2010-08-17 15:04:15 +00:00
fros4943
49353be13b
do not write to external test script file
2010-08-17 15:03:52 +00:00
oliverschmidt
164d55e39d
Reduced MTU size in order to allow for a reasonable (and full screen width) URL length.
2010-08-14 08:32:00 +00:00
fros4943
bd81fb29fe
minor bug fixes + support for panning with alt+mouse + two new experimental features: log execution details and active radio channels
2010-08-13 10:23:20 +00:00
fros4943
f45e5fbd6b
notify observers when radio channel changes
2010-08-13 10:20:07 +00:00
fros4943
982415c506
minor bug fix: address may be null
2010-08-13 10:19:20 +00:00
fros4943
3deb4408df
implementing getExecutionDetails() by returning a stack trace
2010-08-13 10:18:54 +00:00
fros4943
fb2966fe3f
updated mspsim.jar with channel listener support
2010-08-13 10:17:57 +00:00
fros4943
494d61b166
time focus on space key
2010-08-13 10:03:58 +00:00
fros4943
733664e8c2
mote-specific coloring bug fix + time focus on all active plugins
2010-08-13 10:03:12 +00:00
fros4943
797896d152
new method getExecutionDetails()
2010-08-13 09:59:41 +00:00
fros4943
bcc62fbb65
no error dialog for mspsim breakpoints
2010-08-13 09:53:33 +00:00
dak664
885fee3561
Add RPL border router process
2010-08-06 17:39:31 +00:00
oliverschmidt
46b83d6ba4
Included Breadbox64 into cc65 binary relaease tools.
...
This additional application results in three disks for the Apple2, two disks for the C64 and one disk for the C128. Therefore the download page can't get along anymore without some JavaScript adjusting the number of downloadable disks depending on the selected machine. With JavaScript turned off access to non-existent disks (i.e. disk 3 for the C64) results in a successfull download of a zero byte sized file - not exactly great but at least a defined behaviour.
2010-08-05 22:50:19 +00:00
dak664
75de6f9fb0
Rerevert to misspelled HARWARE_REVISION
2010-08-03 21:42:05 +00:00
dak664
ea9e5bef1c
Revert mistaken hardware name change!
2010-08-03 20:18:54 +00:00
dak664
f2f7c169ea
Reduce RIME max time to fit in 16 bit timer
2010-08-03 20:01:21 +00:00
dak664
52feb47d5e
Change RIME max time to fit in 16 bit timer
2010-08-03 19:58:35 +00:00
dak664
3a8085b159
Change RF channel to 26 for econotag compatibility
2010-08-03 19:56:27 +00:00
dak664
b706c48efd
Add experimental RPL code
...
Change RF channel to 26 for econotag compatibility
2010-08-03 19:55:42 +00:00
dak664
12479c32bc
Fix compiler warnings
2010-08-01 21:18:07 +00:00
dak664
52ff852aa8
Add optional time stamps, delays, and verbosity levels
2010-07-30 20:44:24 +00:00
dak664
4006f62df5
Keep httpd-fsdata.c on a $make clean, add documentation.
2010-07-30 20:07:41 +00:00
maralvira
1cfa126568
enable sicslowpan fragmentation
2010-07-28 18:51:27 +00:00
maralvira
fe16506d1d
increase UIP buffer size to 1300 to allow full size ipv6 packets
2010-07-28 18:51:00 +00:00
maralvira
8dce85c308
don't need BLOCKING_TX anymore with the recent bugfixes
2010-07-28 18:50:07 +00:00
maralvira
df9d43ab83
increase the reception time now that tx_packet will advance the timer
...
as necessary.
2010-07-28 18:49:34 +00:00
maralvira
9a7a2742b3
remove bad call to maca_on()
...
maca_on() resets the maca and phy, takes a long time, and clobbers any
packet that is currently being transmitted or received. It doesn't
belong in prepare and was the source of a lot of latency and bad
packet transmissions.
Make sure the maca is on somewhere else.
2010-07-28 18:48:51 +00:00
maralvira
a3b9c2adb0
in tx_packet, force an interrupt if the maca isn't doing anything so
...
that the transmit starts. Or if the maca is in a reception cycle,
advance the softclock timeout to now so that transmission starts as
soon as possible (immediately if a packet isn't being received or
right after reception finishes).
2010-07-28 18:48:03 +00:00
maralvira
593a50c38f
make the debug prints in check_maca more specific
2010-07-28 18:47:35 +00:00
maralvira
422d05003f
use 32 packets in the pool by default
2010-07-28 18:47:05 +00:00
maralvira
eb0e3b7989
fix long standing bug where the last pages of NVM were not erased
...
properly.
2010-07-28 18:43:04 +00:00
oliverschmidt
c602c61468
Activated Platform-specific File System (PFS) for the C64/C128 by default for all programs with R/W CFS access.
2010-07-22 10:30:12 +00:00
oliverschmidt
e53c34770a
Integrated latest enhancements contributed by Kajtar Zsolt:
...
- Use cc65 C library _filetype for writing instead of fixed 'p'.
- Support for fake O_TRUNC through SCRATCH.
2010-07-22 10:16:58 +00:00