Merge remote-tracking branch 'mjb/master'
[fw/altos] / src / core / ao.h
2012-08-07 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-07 Keith Packardaltos: Add button driver and event queue
2012-07-30 Keith Packardaltos: Add telefire-v0.1
2012-07-16 Keith Packardaltos: Make ao_tick_count visible
2012-07-14 Keith Packardaltos: Add arbitrary pyro channel support
2012-07-11 Keith Packardaltos: Create macros to convert from/to radio RSSI...
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-28 Keith Packardaltos: Clean up radio CRC handling
2012-06-27 Keith Packardaltos: Add GPS logging code for MegaMetrum
2012-06-27 Keith Packardaltos: Make cc1111 radio control functions static
2012-06-21 Keith Packardaltos: Add full MM telemetry
2012-06-18 Keith Packardaltos: Add telemetry to megametrum
2012-06-05 Keith Packardaltos: Legacy telemetry needs original ADC record
2012-05-19 Keith Packardaltos: Finish ms5607 support
2012-05-19 Keith Packardaltos: Add conversion between Pa and meters
2012-04-14 Keith Packardaltos: Pull more interfaces out of ao.h and move to...
2012-04-14 Keith Packardaltos: Massive product config cleanup
2012-04-14 Keith Packardaltos: Start adding apogee lockout support
2012-04-07 Keith Packardaltos: Make ao_config_set_radio public
2012-04-07 Keith Packardaltos: Make ao_freq_to_set reentrant
2012-04-07 Keith Packardaltos: Add DMA, SPI and MS5607 drivers
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-29 Keith PackardAllow for more than 8 LEDs
2012-03-29 Keith PackardAllow for more than one serial port in core AltOS
2012-03-29 Keith PackardAdd AO_PANIC_STACK
2012-03-29 Keith Packard'stdin' is a special name in some compiler environments...
2012-03-27 Keith PackardDo radio settings solely by frequency
2012-01-04 Keith Packardaltos: flush stdout when fifo from arduino serial port...
2012-01-04 Keith Packardaltos: Add support for UART0 in async mode
2011-12-30 Keith Packardaltos: Clean up for SDCC 3.1 - more keywords
2011-11-13 Keith Packardaltosui: Add ao_lcd_cursor_on/off
2011-11-13 Keith Packardaltos: Add configurable set of channels for TT
2011-11-13 Keith Packardaltos: Export 'ao_cmd_is_white' for use by other code
2011-11-13 Keith Packardaltos: Handle internal and external telem monitoring...
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: Add battery voltage sampling driver
2011-10-23 Keith Packardaltos: Add button driver and sample user
2011-10-12 Keith Packardaltos: Split out arch-specific bits of LCD driver
2011-10-12 Keith PackardBump to 1.0.9.3 1.0.9.3
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: Add TelePyro v0.1 support
2011-09-21 Keith Packardaltos: Pre-compute RDF packet len at compile time
2011-09-21 Keith Packardaltos: SPI slave code is now per-product
2011-08-29 Keith Packardaltos: don't beep igniter continuity for telenano
2011-08-28 Keith Packardaltos: add 'report' to telebt
2011-08-27 Keith Packardaltos: Share log code between telescience and telebt...
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: More work on AES bits
2011-08-27 Keith Packardaltos: Start work on AES and raw radio interfaces.
2011-08-27 Keith Packardaltos: Add 'send all baro' compile-time option
2011-08-27 Keith Packardaltos: re-order ao_task to match single-arch code identical-build
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...