Commit graph

35 commits

Author SHA1 Message Date
Mariano Alvira a4ef14f204 strip cvs style keywords from everything 2011-02-12 18:12:45 -05:00
Mariano Alvira d8d8c77a2c cycle channel on keypress. 2010-12-24 14:30:06 -05:00
Mariano Alvira 6195931bd4 add attribution and license headers to source files. TODO item about
start.S and printf.c
2010-05-08 13:03:36 -04:00
Mariano Alvira e21e8f1a45 use check_maca in rftests 2010-04-06 17:10:28 -04:00
Mariano Alvira 35c9c66c23 use new gpio interface 2010-03-16 22:03:38 -04:00
Mariano Alvira 334c316c0a make xtal trimming part of the lowlevel init routines. 2010-03-16 10:40:25 -04:00
Mariano Alvira 67aed03b1d added interrupt based uarts. 2010-03-09 18:23:40 -05:00
Mariano Alvira 1ca5cf698a did something sensible to the leds
The buffered packets made the indirect indicators misleading --- now
they match.
2010-03-08 18:39:08 -05:00
Mariano Alvira ea2646e5ec implement rx callback 2010-03-08 18:12:31 -05:00
Mariano Alvira d097647edd turn on tx_on 2010-03-08 17:36:42 -05:00
Mariano Alvira 06e3e0b207 add maca_init()
changed tests to use it.
2010-03-08 14:49:31 -05:00
Mariano Alvira 362cfe43eb add starting maca_isr call.
need to put all this into maca_init()
2010-03-08 12:30:25 -05:00
Mariano Alvira 4b17c144d0 LEDs now indicate bit position (instead of (1 << pos)) which is more
consistent with how everything else works
2010-03-07 15:39:56 -05:00
Mariano Alvira c218d1bffa update rftest-rx to use new maca. 2010-03-06 21:47:22 -05:00
Mariano Alvira 46e25b463f change rf_tests over to using new MACA_CONTROL fields. 2010-03-03 18:47:22 -05:00
Mariano Alvira d4cd92141e convert to printf 2010-03-03 13:39:14 -05:00
Mariano Alvira 8c742bc9c8 add -Werror back it and fix all the errors. 2010-03-01 22:07:43 -05:00
Mariano Alvira eb94e7daaf add ref. crystal trimming. 2010-03-01 13:01:51 -05:00
Mariano Alvira 205b53787e cleaned up rftest-rx a little 2010-02-26 17:44:39 -05:00
Mariano Alvira 3d7125e2a9 put rftests back to channel 11
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-08-04 10:54:23 -04:00
Mariano Alvira e1059a9b15 updated to use the leds on the RedBee hardware and made it a little more general.
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-06-22 12:35:39 -04:00
Mariano Alvira d869766664 using weak links for individual isrs 2009-04-24 16:04:04 -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 b508d138a8 flash init --- makes them work much better.
resumeMACAsync on each received packet --- no more lockups.
2009-04-16 17:59:00 -04:00
Mariano Alvira 4998a75ada this is working well 2009-04-13 18:19:13 -04:00
Mariano Alvira 1cc946b53a rftest-rx is done for now. it prints out each received packet with a
timestamp and toggles the green led.
2009-04-13 15:54:10 -04:00
Mariano Alvira b8a7dd0c9e Ha! I make you work!
rftest-rx gets something now.
2009-04-13 14:11:18 -04:00
Mariano Alvira 2120524903 notes. 2009-04-13 09:55:35 -04:00
Mariano Alvira 8d25438841 checkpoint 2009-04-11 17:17:37 -04:00
Mariano Alvira 5144fe36dd fill with the magic data... going to try this in place of their radio
init and see if that gets there board working.
2009-04-07 18:52:12 -04:00
Mariano Alvira bd459e187f found some magic data. best guess so far. 2009-04-07 18:19:00 -04:00
Mariano Alvira a940f4db2b maybe the modem syn. needs to be set right.
reenabled the uart1-loopback code --- doesn't seem to be working ---
strange.
2009-04-04 15:27:08 -04:00
Mariano Alvira ef276e336c lots of code. Still doesn't work though.
Thanks Jim!
2009-04-02 18:05:13 -04:00
Mariano Alvira 4db3756dac checkpoint 2009-04-02 14:54:02 -04:00
Mariano Alvira 8221cc260e starting a rftest rx test. This will put it in the continuous receive
mode and send the bytes received to the uart.
2009-04-01 17:57:02 -04:00