altos: Software implemenation of CC1111 radio encoding
authorKeith Packard <keithp@keithp.com>
Sun, 17 Jun 2012 23:17:00 +0000 (16:17 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 17 Jun 2012 23:17:00 +0000 (16:17 -0700)
commite6d236fdc615625fbbf28377453f920729e49b0f
tree8b5d35f78457960c40c972169629e2ae08e83c87
parent1a294852b3607947f0f86bf236785456d8719e5f
altos: Software implemenation of CC1111 radio encoding

Add CRC, whitening, FEC and interleaving routines for transmission
path to allow cc1120 to send telem packets to cc1111.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/.gitignore
src/Makefile
src/drivers/ao_cc1120.c
src/drivers/ao_cc1120_CC1120.h
src/drivers/ao_fec.h [new file with mode: 0644]
src/drivers/ao_fec_tx.c [new file with mode: 0644]
src/megametrum-v0.1/Makefile
src/test/Makefile
src/test/ao_fec_tx_test.c [new file with mode: 0644]
src/util/make-whiten [new file with mode: 0644]