altos: Add program flash function
[fw/altos] / src / cc1111 /
2013-05-08 Keith Packardaltos: Open up the DVGA gain to use all of the availabl...
2013-05-08 Keith Packardaltos: Compute "real" RSSI value in radio code as needed
2013-05-08 Keith Packardaltos: Provide timeout value to ao_radio_recv
2013-04-09 Keith Packardaltos: Monitor battery voltage on telebt
2013-03-31 Keith Packardaltos: Do not release interrupts from any pollchar...
2012-12-25 Keith PackardMerge branch 'master' into micropeak-logging
2012-12-15 Keith PackardMerge branch 'micropeak-1.1'
2012-12-13 Keith PackardMerge branch 'micropeak-1.1'
2012-12-12 Keith PackardMerge branch 'micropeak-1.1'
2012-12-11 Keith PackardMerge branch 'micropeak-1.1'
2012-12-10 Keith PackardMerge branch 'micropeak-1.1'
2012-12-07 Keith PackardMerge branch 'master' into aprs
2012-12-07 Keith Packardaltos: fix functions calling pollchar to use 'int'...
2012-12-01 Keith Packardaltos: Add support for 115200 baud serial rates
2012-12-01 Keith Packardaltos: Make stdio 8-bit clean by making pollchar return int
2012-11-30 Keith Packardaltos: Share cc1111 reset/debug-start code
2012-11-30 Keith Packardaltos: Shrink cc1111/ao_dbg.c a bit
2012-11-30 Keith Packardaltos: Share getnibble function
2012-11-30 Keith Packardaltos: Make TeleBalloon v1.1 build again
2012-10-26 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-26 Keith Packardaltos: Leave interrupts disabled while checking for...
2012-10-25 Keith Packardaltos: Clean up cc1111 architecture macros a bit, remov...
2012-10-25 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-25 Keith Packardaltos: Add ao_arch_block/release_interrupts to avr...
2012-10-18 Keith PackardMerge branch 'master' into mm-ms5611
2012-10-10 Keith Packardaltos/telefire: Add siren/strobe support
2012-09-20 Keith PackardMerge remote-tracking branch 'mjb/prefs_interface'
2012-09-20 Keith PackardMerge remote-tracking branch 'mjb/altosui_mjb'
2012-09-16 Mike BeattieMerge branch 'prefs_interface' into altosdroid
2012-09-14 Keith Packardaltos: Need to use 16-bit counts for ao_xmem functions
2012-08-30 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-29 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-29 Keith Packardaltos: Wait for IN dma complete on slave SPI send
2012-08-29 Keith Packardaltos: Mostly working SPI radio link
2012-08-29 Keith Packardaltos: When sharing radio DMA for AES, use it for in...
2012-08-29 Keith Packardaltos: Fix ao_delay function and move from per-chip...
2012-08-29 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-08-27 Keith Packardaltos: Clean up radio APIs
2012-08-27 Keith Packardaltos: More SPI slave changes for cc1111 driver
2012-08-27 Keith Packardaltos: Add SPI slave get/put macros to cc1111
2012-08-26 Keith Packardaltos: Allow sharing of radio DMA with aes engine
2012-08-24 Keith Packardaltos: Make cc1111 SPI pins configurable
2012-08-24 Keith Packardaltos: Disable telefire 'pad' listener when testing...
2012-08-19 Keith Packardaltos/cc1111: Document SPI bus pin options
2012-08-07 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-07 Mike BeattieMerge branch 'master' of git://git.gag.com/fw/altos
2012-08-07 Keith Packardaltos: Oops. Serial 1 stdin was busted by typo
2012-08-05 Keith Packardaltos: Build ao_kalman.h from cc1111 subdirs as needed
2012-08-05 Keith Packardsrc/cc1111: Enable SPI slave mode
2012-08-05 Keith Packardsrc/cc1111: Allow serial0 without serial1
2012-08-05 Keith Packardsrc/cc1111: Add ao_gpio_set macro
2012-07-30 Keith Packardaltos: Add telefire-v0.1
2012-07-30 Keith Packardaltos/cc1111: Fix serial 0 option 2 pins definitions
2012-07-17 Keith Packardaltos: Place STM config values at fixed addresses for...
2012-07-16 Keith Packardaltos: Make ao_tick_count visible
2012-07-14 Keith Packardsrc: Add explicit 'pin' argument to ao_enable_output
2012-07-11 Keith Packardaltos: Have 'make clean' remove all programs, even...
2012-07-11 Keith Packardaltos: Force 434.550Mhz by connecting debug gnd and...
2012-07-11 Keith Packardaltos: Signal continuity over radio in pad mode (trac...
2012-06-29 Keith Packardaltos: Declare cc1111 accel_ref as unsigned so the... 1.0.9.6
2012-06-27 Keith Packardaltos: include targe SPI speed in get request
2012-06-27 Keith Packardaltos: ao_ignite.c is no longer cc1111 specific
2012-06-27 Keith Packardaltos: Make cc1111 radio control functions static
2012-06-27 Keith Packardaltos: Clean up usage of port parameters
2012-06-05 Keith Packardaltos: Remove unused AES code from teledongle and tidongle
2012-06-05 Keith Packardaltos: Remove accel_ref from pre v1.1 TM firmware
2012-06-02 Keith Packardaltos: Add support for MegaAccel daughter card.
2012-05-28 Keith Packardaltos: Clean up ADC selection for cc1111
2012-05-28 Keith Packardaltos: All cc1111 products have a radio
2012-05-27 Keith Packardaltos: Make telemini-v1.0 compile with new ao_data...
2012-05-27 Keith Packardaltos: Make telemetrum-v1.1 compile with new ao_data...
2012-04-17 Keith Packardaltos: Starting to write cc1120 driver
2012-04-14 Keith Packardaltos: Massive product config cleanup
2012-04-14 Keith Packardaltos: Start adding apogee lockout support
2012-04-14 Keith Packardaltos: Add support for multiple SPI busses and sharing...
2012-04-03 Keith Packardaltos: Move SPI functions to architecture-specific...
2012-03-31 Keith Packardaltos: Move cc1111 DMA engine interface to cc1111/ao_ar...
2012-03-31 Keith Packardaltos: Move cc1111 AES driver to cc1111 directory
2012-03-27 Keith Packardaltos: Require callsign match in packet code
2012-01-04 Keith Packardaltos: Set correct registers for serial0 baud
2012-01-04 Keith Packardaltos: Add support for UART0 in async mode
2011-12-30 Keith Packardaltos: More _asm -> __asm changes
2011-12-30 Keith Packardaltos: Clean up for SDCC 3.1 - more keywords
2011-12-30 Keith Packardaltos: SDCC 3.1 wants __at instead of at
2011-12-18 Keith Packardaltos: Create TeleMetrum v1.2 directory
2011-11-13 Keith Packardaltos: Set default flight log max to 127k on TM v0.1
2011-11-13 Keith Packardaltos: Handle internal and external telem monitoring...
2011-11-13 Keith Packardaltos: Set SPI fill value each time it is used.
2011-11-13 Keith Packardaltos: Initialize DMA config address at boot time
2011-11-13 Keith Packardaltos: debounce buttons
2011-11-12 Keith Packardaltos: Make ao_xmem funcs require __xdata void * instea...
2011-10-27 Keith Packardaltos: Bring up basic TeleTerra v0.2 UI multiarch
2011-10-23 Keith Packardaltos: Flip button IRQ initialization around
2011-10-23 Keith Packardaltos: Fix battery voltage computation.
2011-10-23 Keith Packardaltos: Add battery voltage sampling driver
2011-10-23 Keith Packardaltos: Add button driver and sample user
2011-10-16 Keith Packardaltos: Add LEGACY_MONITOR defines to more programs
2011-10-12 Keith Packardaltos: oops -- forgot to add the cc1111 string code
2011-10-12 Keith Packardaltos: Split out arch-specific bits of LCD driver
2011-10-09 Keith Packardaltos: Improve TM v1.0 apogee estimate
next