Commit Graph

8402 Commits

Author SHA1 Message Date
Mariano Alvira
bdbf279d0f tmr imts works. I'm not thrilled with how the interrupts and modes are
set... but I'm not sure what to do about it. The big problem is that I
have to be in user mode to service irqs, but I can't enable and
disable F and I in usermode. All I can do is an swi and then have
handler which lets me enable or disable them (like a mini-syscall).
2009-04-22 14:55:40 -04:00
fros4943
997a5f6983 reverting previous accidental commit 2009-04-21 20:46:02 +00:00
fros4943
4790ff8f74 increasing loop symbols for higher clock speed 2009-04-21 18:22:41 +00:00
Mariano Alvira
10fdafbcb2 initial isr. has problems. 2009-04-20 18:38:45 -04:00
Mariano Alvira
09b15558a1 preliminary interrupts. looks like it is entering the isr but isn't
leaving correctly.
2009-04-20 18:31:13 -04:00
Mariano Alvira
28c1ed2105 added function sections and long-calls 2009-04-20 15:43:24 -04:00
Mariano Alvira
cfd985c837 modified at91 interrupt code from contiki to use the mc1322x registers
and to produce code that works with THUMB.
2009-04-20 15:42:21 -04:00
Mariano Alvira
4f45e43984 nvm source file 2009-04-20 14:29:20 -04:00
Mariano Alvira
e012142abe initial interrupt stuff
taken from Contiki
2009-04-20 14:28:53 -04:00
Mariano Alvira
d25385d2aa blink blue but with the timer. 2009-04-20 14:15:24 -04:00
fros4943
6554e2293d + draw connection arrows 2009-04-20 18:09:54 +00:00
nifi
a66724e272 made table contents more compact and changed tooltip for radio packets to show hex dump 2009-04-20 17:24:03 +00:00
nifi
ecf288c89d allow loading configs referring to MspIPAddress, which was removed 2009-04-20 17:16:20 +00:00
nifi
b08cffa3b2 Utility methods for generating hex dumps et al 2009-04-20 17:14:19 +00:00
fros4943
5a5585238b allow loading configs referring to MspIPAddress, which was removed 2009-04-20 16:48:53 +00:00
fros4943
eccadb44f1 bugfix: must lock active connections before copying 2009-04-20 16:26:02 +00:00
fros4943
eb3d501ca6 added rime address interface as default for contikii mote types 2009-04-20 16:17:38 +00:00
fros4943
d91100fdfc remade led skin: showing leds left of motes 2009-04-20 16:16:25 +00:00
fros4943
266823defa new visualizer skin: showing mote IP or Rime addresses 2009-04-20 16:15:47 +00:00
fros4943
0528bcd1bd added read-only rime address interface: currently fixed to 2 bytes 2009-04-20 16:13:11 +00:00
fros4943
3718304c76 removed abstract ip address interface: equal for all motes 2009-04-20 16:12:37 +00:00
fros4943
c76a406cba added read-only rime address interface 2009-04-20 16:12:01 +00:00
fros4943
dfbc51c6f2 disabled ip distributors, currently not used 2009-04-20 16:09:29 +00:00
fros4943
d669cc67fb removed debugging output 2009-04-20 16:09:10 +00:00
fros4943
8f8ac130fb fixed error output in log4j 2009-04-20 16:08:53 +00:00
fros4943
a9cf47c97a show error dialog when failing to add mote 2009-04-20 16:07:32 +00:00
joxe
301d25c21f added ELF file checker in mspsim - verifies ELF files based on the 4 magic bytes 2009-04-20 16:06:03 +00:00
joxe
61ed2b5b5c made COOJA accept ELF files based on MAGIC ELF code instead of filename 2009-04-20 16:04:46 +00:00
nifi
7d7f2348d9 increased tooltip timeout to one minute 2009-04-20 14:11:01 +00:00
fros4943
8f66601a5a fixed compiler warnings (as suggested by Niclas Finne) 2009-04-20 13:18:07 +00:00
fros4943
da33cb5e61 added test for shell sendcmd command (sky platform) 2009-04-20 13:12:52 +00:00
fros4943
71c3c8e86c enabled download and sendcmd commands + cleanup 2009-04-20 13:08:56 +00:00
fros4943
f4755f649f added test for shell download command (sky platform) 2009-04-20 13:04:20 +00:00
Mariano Alvira
3171d01b7c added my info to the copyright. 2009-04-18 15:56:49 -04:00
Mariano Alvira
b508d138a8 flash init --- makes them work much better.
resumeMACAsync on each received packet --- no more lockups.
2009-04-16 17:59:00 -04:00
nvt-se
2d049bf5dc fixed udp test to use new addresses. 2009-04-16 20:54:49 +00:00
Mariano Alvira
424761f23d initial try at init entry execution 2009-04-16 10:51:20 -04:00
fros4943
b65014d1be bugfix by Wolf-Bastian Pöttner: check buffer size at incoming radio data 2009-04-16 14:38:41 +00:00
fros4943
bc6704079c cc2420 checksums temporarily disabled, due to timing problems with the x-mac unicast optimization 2009-04-16 14:34:51 +00:00
fros4943
a23b4fd40b two new shell commands: download and sendcmd 2009-04-16 14:33:47 +00:00
fros4943
7810d362a6 minor bugfixes: a rucb sender could not immediately after start receiving a bulk transfer 2009-04-16 14:32:01 +00:00
fros4943
ebcd6a08a5 added method for checking if radio can receive data 2009-04-16 14:28:12 +00:00
fros4943
5af34f6800 + method for checking if radio can receive data. does not change simulation output, but allows the radio medium to better keep track of how many packets were received etc 2009-04-16 14:26:35 +00:00
zhitao
7bc3df218c removed file to avoid violation of IP rights 2009-04-16 13:37:28 +00:00
zhitao
302e4339a8 added supposedly missing BSL program for JCreate nodes 2009-04-16 12:33:19 +00:00
Mariano Alvira
99c91d7e3e Merge branch 'untested' 2009-04-16 07:55:23 -04:00
Mariano Alvira
a5656b81b0 full dis of init exec entry. ready to implement this now. 2009-04-15 19:26:49 -04:00
Mariano Alvira
438c940ed7 nvm read works now. 2009-04-15 17:32:00 -04:00
Mariano Alvira
28242cc8e1 performs rom_data_init 2009-04-15 16:14:34 -04:00
Mariano Alvira
d76846385a startup with rom reserved vars and patch tables 2009-04-15 15:13:38 -04:00