summaryrefslogtreecommitdiff
path: root/src/drivers/ao_cc1120.c
Commit message (Expand)AuthorAge
* altos: Eliminate 'pin' field from GPIO functionsKeith Packard2018-10-13
* altos: Make cmd number parsing functions return valueKeith Packard2018-10-13
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos/ao_cc1120: Only call ao_packet_slave_stop when HAS_SLAVEKeith Packard2018-03-23
* altos/cc1120: remove unused status from ao_radio_fifo_write_stopKeith Packard2016-08-29
* altos: Don't access cc1120 SPI bus during recv after abort has startedKeith Packard2016-07-27
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
* altos: Use FIFO_THR pin for cc1120 transmit bufferingKeith Packard2016-06-29
* altos/drivers: Use more reliable byte interface for CC1120 receptionKeith Packard2016-06-29
* altos: Replace ao_alarm/ao_clear_alarm with ao_sleep_forKeith Packard2015-02-13
* altos: Make sure we drop the SPI mutex when aborting cc1120 recvKeith Packard2014-09-26
* altos: Reduce deviation at 2400/9600 baudKeith Packard2014-09-06
* altos: Rework packet receive for cc1120Keith Packard2014-07-05
* altos: Add telemetry rate support to CC1120 driverKeith Packard2014-07-05
* altos: Clean up -Wextra warningsKeith Packard2013-12-20
* altos: Clean up some minor warnings from -WallKeith Packard2013-12-20
* altos: Generate unmodulated carrier for CC1120 test modeKeith Packard2013-05-15
* altos: Set APRS deviation to 3kHzKeith Packard2013-05-07
* altos: Make cc1120 driver return false on recv timeoutKeith Packard2013-05-07
* altos: Compute "real" RSSI value in radio code as neededKeith Packard2013-05-07
* altos: Clear any broken cc1120 TX fifo bits before transmittingKeith Packard2013-05-07
* altos: Make cc1120 driver wait for TX finishedKeith Packard2013-05-07
* altos: Provide timeout value to ao_radio_recvKeith Packard2013-05-07
* altos: Get CC115L radio working.Keith Packard2013-03-29
* altos: Change CC1120 SPI speed to 4MHz.Keith Packard2013-01-13
* Merge remote-tracking branch 'origin/micropeak-logging'Keith Packard2013-01-10
|\
| * Allow CC1120 to sit on other SPI bussesKeith Packard2012-12-31
* | altos: Time out reading packet data from cc1120 after 100msKeith Packard2013-01-10
|/
* altos: Fix cc1120 debug code to build on megadongleKeith Packard2012-12-28
* altos: Wire up another CC1120 GPIO to get MARC status changesKeith Packard2012-12-16
* altos: Fix up APRS packet sending code in cc1120 driverKeith Packard2012-12-07
* altos: Hook APRS up to the radioKeith Packard2012-12-06
* altos: fix cc1120 radio test - state wasn't made staticKeith Packard2012-11-18
* altos: Switch drivers to ao_arch_block/release_interruptsKeith Packard2012-10-25
* altos: profiling on STM32LKeith Packard2012-10-25
* altos: Add custom panic noise for self-test failuresKeith Packard2012-08-31
* altos: Clean up radio APIsKeith Packard2012-08-27
* altos: Place STM config values at fixed addresses for re-useKeith Packard2012-07-17
* altos: Create macros to convert from/to radio RSSI representationKeith Packard2012-07-11
* altos: Signal continuity over radio in pad mode (trac #40)Keith Packard2012-07-10
* altos: Make profiling Viterbi decoder more usefulKeith Packard2012-06-27
* altos: Clean up radio CRC handlingKeith Packard2012-06-27
* altos: include targe SPI speed in get requestKeith Packard2012-06-27
* altos: Clean up cc1120 driver a bitKeith Packard2012-06-27
* altos: Optimize FEC encode and decodeKeith Packard2012-06-26
* altos: Incremental viterbi decodeKeith Packard2012-06-25
* altos: decode cc1120 received packetsKeith Packard2012-06-25
* altos: Get cc1120 packet reception workingKeith Packard2012-06-25
* altos: make cc1120 ao_radio_send re-entrantKeith Packard2012-06-17
* altos: Software implemenation of CC1111 radio encodingKeith Packard2012-06-17