| Commit message (Expand) | Author | Age | Files | Lines |
* | play with GFSK Deviation, test RX TX | Bernhard Tittelbach | 2012-06-22 | 4 | -73/+137 |
* | rx detect works, still receiving mostly noise | Bernhard Tittelbach | 2012-06-22 | 4 | -17/+39 |
* | reset targets | Bernhard Tittelbach | 2012-06-22 | 2 | -1/+10 |
* | lufa works | Bernhard Tittelbach | 2012-06-22 | 3 | -25/+47 |
* | remove include, make it compile | Bernhard Tittelbach | 2012-06-22 | 1 | -1/+0 |
* | ttyACM instead of usb_hid | Bernhard Tittelbach | 2012-06-22 | 7 | -1092/+155 |
* | cleaned up hhd70dongle Makefile | Christian Pointner | 2012-05-31 | 1 | -2/+1 |
* | upgraded to new spreadspace avr tools | Christian Pointner | 2012-05-30 | 3 | -123/+2 |
* | improved CPU_PRESCALE Macro | Christian Pointner | 2012-05-22 | 1 | -2/+1 |
* | updated avr utils from spreadspace (minor bugfixes) | Christian Pointner | 2012-05-20 | 3 | -6/+21 |
* | rx fifo could have overflowed | Bernhard Tittelbach | 2012-05-20 | 1 | -0/+1 |
* | sync word and wait for TX to finish | Bernhard Tittelbach | 2012-05-20 | 1 | -1/+12 |
* | switch from IDLE _and_ RX to TX | Bernhard Tittelbach | 2012-05-20 | 1 | -2/+2 |
* | autoreset on flash :) | Bernhard Tittelbach | 2012-05-20 | 1 | -0/+1 |
* | fixed reset to bootloader?? | Christian Pointner | 2012-05-20 | 1 | -26/+8 |
* | rx/tx test updates | Bernhard Tittelbach | 2012-05-20 | 2 | -26/+24 |
* | adc on/off | Bernhard Tittelbach | 2012-05-20 | 3 | -5/+17 |
* | fixed adc read ??? | Christian Pointner | 2012-05-20 | 2 | -15/+16 |
* | ../.. | Bernhard Tittelbach | 2012-05-20 | 2 | -19/+4 |
* | fix write register bug | Bernhard Tittelbach | 2012-05-20 | 2 | -33/+35 |
* | found a 'datasheet' for hhd70, thus exchanged RE/TE | Bernhard Tittelbach | 2012-05-20 | 3 | -21/+15 |
* | moved hid70dongle usbhid pc interface | Bernhard Tittelbach | 2012-05-19 | 7 | -1289/+0 |
* | clean reset | Bernhard Tittelbach | 2012-05-19 | 1 | -1/+1 |
* | refactor functionnames so name fits file and interface | Bernhard Tittelbach | 2012-05-19 | 6 | -137/+137 |
* | first attempt at RX/TX w/ 2 dongles | Bernhard Tittelbach | 2012-05-19 | 5 | -25/+43 |
* | enable/disable PA and LNA | Bernhard Tittelbach | 2012-05-19 | 3 | -12/+45 |
* | led on only during send | Bernhard Tittelbach | 2012-05-19 | 3 | -8/+10 |
* | updated teensy tools from spreadspace (rename to avr) | Christian Pointner | 2012-05-19 | 3 | -52/+55 |
* | rewrite read_rxfifo. next: write interrupt handler for GPO1 | Bernhard Tittelbach | 2012-05-19 | 1 | -6/+22 |
* | debug code makes code too slow, causing FIFO underrun -> commented out | Bernhard Tittelbach | 2012-05-19 | 2 | -22/+20 |
* | variable packet mode works, where infinite packet mode apparently doesn't | Bernhard Tittelbach | 2012-05-19 | 1 | -3/+7 |
* | more TX test, Carrier is there, but FIFO not emptied | Bernhard Tittelbach | 2012-05-19 | 1 | -20/+61 |
* | fix strobe command | Bernhard Tittelbach | 2012-05-19 | 2 | -2/+15 |
* | tx should work, but fifo isn't transmitted | Bernhard Tittelbach | 2012-05-19 | 2 | -30/+50 |
* | TX test | Bernhard Tittelbach | 2012-05-19 | 3 | -32/+62 |
* | experimental settings 437.5 mhz ax.25 compatible 9k6 gfsk | Bernhard Tittelbach | 2012-05-19 | 2 | -14/+42 |
* | renamed hh70dongle raw hid message | Christian Pointner | 2012-05-18 | 1 | -2/+2 |
* | actually burst read registers instead of writing them | Bernhard Tittelbach | 2012-05-17 | 2 | -1/+16 |
* | regularly flush stdout | Bernhard Tittelbach | 2012-05-17 | 1 | -2/+2 |
* | freshen code and play around a bit | Bernhard Tittelbach | 2012-05-17 | 4 | -23/+86 |
* | fix CHP_RDY check, waiting and so on | Bernhard Tittelbach | 2012-05-17 | 4 | -17/+22 |
* | make SPI work by correcting register typo ;-) | Bernhard Tittelbach | 2012-05-17 | 5 | -107/+152 |
* | make SPI work by understanding how it actually works | Bernhard Tittelbach | 2012-05-17 | 4 | -29/+48 |
* | debugging test attempts | Bernhard Tittelbach | 2012-05-17 | 10 | -161/+353 |
* | spi and c1101 code shuffling | Bernhard Tittelbach | 2012-05-17 | 6 | -217/+227 |
* | spi and c1101 lib needs to be cleanly separated, code needs to be tested and ... | Bernhard Tittelbach | 2012-05-17 | 5 | -29/+356 |
* | usb lib | Bernhard Tittelbach | 2012-05-17 | 12 | -20/+2319 |
* | hhd70 spi | Bernhard Tittelbach | 2012-05-17 | 3 | -16/+60 |
* | fixed led output lib | Christian Pointner | 2012-05-15 | 1 | -1/+1 |
* | added simple spi test | Christian Pointner | 2012-05-08 | 2 | -2/+28 |