altos: Optimize FEC encode and decode
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:11:10 +0000 (23:11 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:11:10 +0000 (23:11 -0700)
Integrate interleaving, CRC and padding within the decode/encode
functions.

Provide for ISR priorities so that the 1120 RX interrupt takes
precedence over the other interrupts or we risk losing bits.

Optimize the viterbi decoder a bit (goes from 10ms per packet to 7ms
per packet).

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found