Mariano Alvira
|
c6fc0e4d02
|
pull in set_demodulator_type and clean up maca.h a little (now you can
skim the top of the file and get a decent overview on how to use the
thing).
|
2010-03-29 11:51:06 -04:00 |
|
Mariano Alvira
|
097922e709
|
implement tx_callback
|
2010-03-26 13:33:49 -04:00 |
|
Mariano Alvira
|
63285015b0
|
remove some reg32 in gpio.h
|
2010-03-19 22:34:59 -04:00 |
|
Mariano Alvira
|
b39287cc2d
|
move MAX_PACKET_SIZE to maca.h
|
2010-03-19 22:32:55 -04:00 |
|
Mariano Alvira
|
67db72908a
|
make rx_head visible (in case you want to test if there are packets
waiting)
|
2010-03-19 22:31:24 -04:00 |
|
Mariano Alvira
|
5b713a1f26
|
rename radio_on off to maca_on off
|
2010-03-19 22:29:27 -04:00 |
|
Mariano Alvira
|
7272f9aec3
|
change types to match stdint
have printf test print the sizes of these.
|
2010-03-17 17:27:21 -04:00 |
|
Mariano Alvira
|
c624e4e475
|
these gpio routines should be volatile
|
2010-03-17 16:41:48 -04:00 |
|
Mariano Alvira
|
407fda80e0
|
fix typo in tmr.h (which cause tmr_enable register to have the wrong
address)
|
2010-03-17 15:55:04 -04:00 |
|
Mariano Alvira
|
a5eadcf5a9
|
Revert "use standard types"
Breaks tmr tests.
This reverts commit c4f438616a .
|
2010-03-17 15:52:04 -04:00 |
|
Mariano Alvira
|
35c9c66c23
|
use new gpio interface
|
2010-03-16 22:03:38 -04:00 |
|
Mariano Alvira
|
c6012611ba
|
remove short addr from packet
|
2010-03-16 22:02:36 -04:00 |
|
Mariano Alvira
|
716f166dd3
|
new interface for dealing with GPIO banks
|
2010-03-16 22:01:34 -04:00 |
|
Mariano Alvira
|
c4f438616a
|
use standard types
|
2010-03-16 22:00:38 -04:00 |
|
Mariano Alvira
|
a61deb78f4
|
add a way to disable FCS checking.
|
2010-03-11 15:18:29 -05:00 |
|
Mariano Alvira
|
67aed03b1d
|
added interrupt based uarts.
|
2010-03-09 18:23:40 -05:00 |
|
Mariano Alvira
|
eed8544a0d
|
rx callback
|
2010-03-08 18:12:59 -05:00 |
|
Mariano Alvira
|
0f9f67d002
|
add dir set and reset
|
2010-03-08 17:35:34 -05:00 |
|
Mariano Alvira
|
06e3e0b207
|
add maca_init()
changed tests to use it.
|
2010-03-08 14:49:31 -05:00 |
|
Mariano Alvira
|
2a07cbe665
|
enabled softclk timeouts
fixed post interleaving problem
fixed interrupts in ResumeMACASync.
This seems quite solid now.
|
2010-03-08 12:03:20 -05:00 |
|
Mariano Alvira
|
d3f6ef07f2
|
sort out the length details.
|
2010-03-07 18:48:47 -05:00 |
|
Mariano Alvira
|
024448e65e
|
add an offset to packet_t to compensate for the added length byte on
reception
|
2010-03-07 17:04:30 -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
|
e8550f26ba
|
this receive seems to work well.
It has checksum errors at 123 byte payloads, but this was tested with
the old rftest-tx --- so the transmit side could be the problem.
|
2010-03-06 19:14:55 -05:00 |
|
Mariano Alvira
|
0c3947ddd6
|
forgot to add packet.h
|
2010-03-05 06:59:51 -05:00 |
|
Mariano Alvira
|
5bda57ed39
|
progress on maca overhaul
|
2010-03-04 18:52:42 -05:00 |
|
Mariano Alvira
|
0037fd9527
|
general header updates
|
2010-03-04 18:51:27 -05:00 |
|
Mariano Alvira
|
02c0442d84
|
fill out MACA_CONTROL fields
|
2010-03-03 18:46:39 -05:00 |
|
Mariano Alvira
|
80c25e2602
|
add bitfield macros
|
2010-03-03 18:46:23 -05:00 |
|
Mariano Alvira
|
43b57ea41a
|
fix board message
|
2010-03-03 14:07:00 -05:00 |
|
Mariano Alvira
|
3969c56a0f
|
remove put from lib
|
2010-03-03 08:10:53 -05:00 |
|
Mariano Alvira
|
00224dd7eb
|
pulled put out of lib
still need set __putc as a fuction pointer to the uart_putc
|
2010-03-03 08:09:19 -05:00 |
|
Mariano Alvira
|
d5b20ddce5
|
renamed libmc1322x to lib
|
2010-03-02 09:51:58 -05:00 |
|