altos: Show temperature in stm-demo
[fw/altos] / src / cc1111 /
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
2011-10-07 Keith Packardaltos: Write xdata versions of memory functions 1.0.9.1
2011-10-07 Keith PackardMerge remote-tracking branch 'origin/simple-quiet'...
2011-10-07 Keith PackardMerge remote-tracking branch 'uniarch/master' into...
2011-10-07 Keith PackardMerge remote-tracking branch 'origin/master' into multiarch
2011-09-21 Keith Packardaltos: Pre-compute RDF packet len at compile time
2011-08-28 Keith Packardaltos: Report continuity in telebt
2011-08-28 Keith Packardaltos: Remove RSSI reporting from telebt
2011-08-27 Keith Packardaltos: move igniter defines back to ao_pins.h
2011-08-27 Keith Packardaltos: Implement remote launch protocol
2011-08-27 Keith Packardaltos: Get AES CBC-MAC packet transfers running
2011-08-27 Keith Packardaltos: Start work on AES and raw radio interfaces.
2011-08-27 Keith Packardaltos: Start telelaunch product
2011-08-27 Keith Packardaltos: Integrate telescience support
2011-08-26 Keith Packardaltos: get avr-demo to build. Pull in AVR drivers and...
2011-08-26 Keith Packardaltos: add GCC/SDCC compat macros, init_stack, save_con...
2011-08-26 Keith Packardaltos: AVR changes - create ao_arch.h files, define...
2011-08-26 Keith Packardaltos: Restructure altos build to prepare for multi...