summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.c
Commit message (Expand)AuthorAgeFilesLines
* moved old hhd70dongle codebaseChristian Pointner2015-02-171-771/+0
* hhd70: started refactoring of cc1101 codeChristian Pointner2015-02-171-268/+249
* hhd70dongle: fixes for frequency calcualtion, improved support for c1101 powe...Christian Pointner2015-02-131-23/+65
* updated copyright headerChristian Pointner2015-02-031-1/+1
* added bias pwm for RFPA 3800 powerChristian Pointner2013-02-151-5/+5
* using stdioChristian Pointner2013-02-051-21/+13
* hhd70dongle OOK Beacon TestBernhard Tittelbach2013-02-051-43/+150
* upgraded avr utils from spreadspaceChristian Pointner2013-01-271-1/+1
* hhd70dongle with new hardwareChristian Pointner2012-11-181-3/+6
* workaround tx buffer underflowBernhard Tittelbach2012-11-111-8/+36
* Beacon Test (still RX Buffer underflow)Bernhard Tittelbach2012-11-111-36/+100
* power ramping initBernhard Tittelbach2012-07-121-2/+23
* settings from rfstudio for comparisionBernhard Tittelbach2012-07-121-0/+44
* play with GFSK Deviation, test RX TXBernhard Tittelbach2012-06-221-1/+7
* rx detect works, still receiving mostly noiseBernhard Tittelbach2012-06-221-9/+6
* lufa worksBernhard Tittelbach2012-06-221-6/+10
* ttyACM instead of usb_hidBernhard Tittelbach2012-06-221-41/+57
* rx fifo could have overflowedBernhard Tittelbach2012-05-201-0/+1
* sync word and wait for TX to finishBernhard Tittelbach2012-05-201-1/+12
* switch from IDLE _and_ RX to TXBernhard Tittelbach2012-05-201-2/+2
* rx/tx test updatesBernhard Tittelbach2012-05-201-5/+6
* ../..Bernhard Tittelbach2012-05-201-1/+1
* fix write register bugBernhard Tittelbach2012-05-201-1/+1
* found a 'datasheet' for hhd70, thus exchanged RE/TEBernhard Tittelbach2012-05-201-4/+2
* refactor functionnames so name fits file and interfaceBernhard Tittelbach2012-05-191-102/+102
* first attempt at RX/TX w/ 2 donglesBernhard Tittelbach2012-05-191-12/+25
* enable/disable PA and LNABernhard Tittelbach2012-05-191-0/+8
* led on only during sendBernhard Tittelbach2012-05-191-4/+6
* rewrite read_rxfifo. next: write interrupt handler for GPO1Bernhard Tittelbach2012-05-191-6/+22
* debug code makes code too slow, causing FIFO underrun -> commented outBernhard Tittelbach2012-05-191-21/+19
* variable packet mode works, where infinite packet mode apparently doesn'tBernhard Tittelbach2012-05-191-3/+7
* more TX test, Carrier is there, but FIFO not emptiedBernhard Tittelbach2012-05-191-20/+61
* fix strobe commandBernhard Tittelbach2012-05-191-2/+14
* tx should work, but fifo isn't transmittedBernhard Tittelbach2012-05-191-30/+49
* TX testBernhard Tittelbach2012-05-191-4/+24
* experimental settings 437.5 mhz ax.25 compatible 9k6 gfskBernhard Tittelbach2012-05-191-11/+40
* actually burst read registers instead of writing themBernhard Tittelbach2012-05-171-1/+1
* freshen code and play around a bitBernhard Tittelbach2012-05-171-1/+63
* fix CHP_RDY check, waiting and so onBernhard Tittelbach2012-05-171-14/+9
* make SPI work by correcting register typo ;-)Bernhard Tittelbach2012-05-171-73/+104
* make SPI work by understanding how it actually worksBernhard Tittelbach2012-05-171-20/+40
* debugging test attemptsBernhard Tittelbach2012-05-171-7/+36
* spi and c1101 code shufflingBernhard Tittelbach2012-05-171-4/+100
* spi and c1101 lib needs to be cleanly separated, code needs to be tested and ...Bernhard Tittelbach2012-05-171-0/+60