Commit graph

7295 commits

Author SHA1 Message Date
Mariano Alvira 37a5b3d2ec Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested 2009-05-09 14:56:12 -04:00
Mariano Alvira 2783ad26f0 clean up debug. 2009-05-09 14:55:48 -04:00
Mariano Alvira c68af8819f print appended , to the extra data 2009-05-09 14:53:27 -04:00
Mariano Alvira a0db791175 add support for extra write data string. 2009-05-09 14:43:17 -04:00
Mariano Alvira d60cc72ac4 terminate extra data string with a comma for flasher.c 2009-05-09 14:42:07 -04:00
Mariano Alvira 60582e33bf changed the test condition to match the end of the captured string.
this is better in case there is junk at the beginning or if the first
one is incomplete.

also removed the debug ARGV print
2009-05-09 13:22:14 -04:00
Mariano Alvira 834ac85603 Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested 2009-05-08 18:06:46 -04:00
Mariano Alvira 002d63056b send aux data on the command line after writing the files. 2009-05-08 18:06:06 -04:00
Mariano Alvira 04286f8aa7 Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested 2009-05-08 18:05:48 -04:00
Mariano Alvira cd973de335 catch the aux. send.
still need to parse it for something like:

0x1e000,0x11223344,0x55667788
2009-05-08 18:04:55 -04:00
Mariano Alvira 6b77fe8c37 flashing needs a little more time. 2009-05-08 17:41:24 -04:00
Mariano Alvira 75cede71a6 Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested 2009-05-08 17:29:44 -04:00
Mariano Alvira 6fbc97a798 this version of mc1322x can flash code with flasher. 2009-05-08 17:29:01 -04:00
Mariano Alvira 274f715f22 Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested 2009-05-08 17:27:53 -04:00
Mariano Alvira 3bea9ac2f0 this version of flasher works. 2009-05-08 17:27:24 -04:00
Mariano Alvira 311b2f49c4 finish merge of fast with repeat with second stage loading 2009-05-08 15:33:05 -04:00
Mariano Alvira b7b99c15f2 first try at dual stage loading. 2009-05-08 15:31:18 -04:00
Mariano Alvira 4730dc048d fixed syntax errors. 2009-05-08 15:28:34 -04:00
Mariano Alvira e18588dd1a first try at dual stage loading. 2009-05-08 15:10:21 -04:00
Mariano Alvira c0b912dca2 flash and burn
completely untested.
2009-05-08 12:32:14 -04:00
joxe 6a7bc4c3a5 added mcu-chip temperature to accelerometer sensor - value 3 2009-05-08 16:03:50 +00:00
joxe 890eb830e8 ipv6 bridge between 802.15.4 and ethernet - over USB/SLIP - use with sliptap6 2009-05-08 12:49:36 +00:00
joxe 8e08bc085c added tapslip6 for ipv6 connectivity over USB/SLIP/ethernet - use together with uip6-bridge 2009-05-08 12:37:34 +00:00
adamdunkels 6bf8e0b478 Bugfix by Takahide Matsutsuka: too few items in array, which caused problems with sdcc 2009-05-08 08:52:55 +00:00
zhitao 48d4800f08 removed reference to undefined function in mspgcc 2009-05-06 15:34:28 +00:00
adamdunkels c330b23c57 Minor documentation addition 2009-05-06 15:07:35 +00:00
adamdunkels 1d921ddf42 Explicit typecast to avoid compiler problems 2009-05-06 15:07:09 +00:00
adamdunkels 0adceb63b4 Code cleanup; made encounter optimization explicit; added optimization for adaptive off-time, but it currently seems to work bad with broadcasts 2009-05-06 15:06:38 +00:00
adamdunkels 9fff85757d Code cleanup; made strobe transmission time longer again (seems to work better in cooja?) 2009-05-06 15:05:28 +00:00
adamdunkels a671ea1146 Documentation fix 2009-05-06 15:04:20 +00:00
adamdunkels 381beac299 Code style fixes 2009-05-06 15:03:49 +00:00
adamdunkels 53a0c0a300 Draw 0-width radio events as one pixels wide to show all transmissions 2009-05-06 15:00:06 +00:00
fros4943 0f57afa2b3 bugfix: the preamble and synchbytes was shown instead of the payload (including 2 footer bytes) 2009-05-06 12:59:12 +00:00
zhitao 58940ecbf8 minor documentation fixes 2009-05-06 08:37:48 +00:00
Mariano Alvira 102149cd91 change write address to be the same as what I'm using as my RIME
address.
2009-05-05 16:25:46 -04:00
Mariano Alvira be410aceaf cleanup 2009-05-05 16:24:47 -04:00
Mariano Alvira d231cd0120 this version of nvm-write works because it erases the sector first
before writting it.
2009-05-05 15:18:28 -04:00
Mariano Alvira 48732b5379 nvm write test 2009-05-05 13:43:53 -04:00
nvt-se 55ec3093ec removed complicated and mostly unused EOF hint code. 2009-05-04 22:30:32 +00:00
nvt-se 8e52b1bcfd made the documentation more clear. 2009-05-04 22:29:48 +00:00
nvt-se 3eac697f85 fixed a compiler warning by providing an int type of the argument to
printf, as specified by the format.
2009-05-04 22:09:52 +00:00
fros4943 18b2392e48 minor fix: avoid repaint flicker by directly setting scroll coordinate 2009-05-04 16:03:35 +00:00
fros4943 ad2c952810 new cooja timeline plugin.
still experimental and under development, therefore not yet enabled by default
2009-05-04 15:38:35 +00:00
fros4943 8fc7bc10cd bugfix: make sure destination has not already been removed from connection 2009-05-04 15:34:28 +00:00
fros4943 316f154c1f notify when radio HW is turned on/off 2009-05-04 15:34:00 +00:00
adamdunkels 1752b53f74 Refresh routes when a packet is received. Set a conservatively low route timeout (10 seconds). 2009-05-04 11:24:04 +00:00
adamdunkels c83c5c4c55 Removed automatic refresh of routes from the route_lookup() function and moved it into an explicit route_refresh() function. The previous behaviour was dangerous, since it meant that even bad routes that someone was looking for were considered fresh. Now such routes time out if they are not explictily refreshed (e.g., on a packet reception) 2009-05-04 11:23:30 +00:00
Mariano Alvira b6eb7ca6ff send big packets. 2009-05-03 18:50:47 -04:00
Mariano Alvira 8b88d34678 address for nvm write. 2009-05-03 18:50:35 -04:00
Mariano Alvira f7cc777ee1 fixed typo --- everything still works. 2009-05-01 16:47:02 -04:00