summaryrefslogtreecommitdiff
path: root/src/core/ao.h
Commit message (Expand)AuthorAge
* Update avr ao_spi_slave code to match API changesKeith Packard2013-01-13
* altos: Make APRS interval configurableKeith Packard2012-12-07
* altos: Allow telemetry, rdf and APRS to be individually controlledKeith Packard2012-12-06
* altos: Hook APRS up to the radioKeith Packard2012-12-06
* altos: Make stdio 8-bit clean by making pollchar return intKeith Packard2012-11-30
* altos: Share getnibble functionKeith Packard2012-11-30
* altos: Remove legacy telemetry from ao_monitor when not neededKeith Packard2012-11-01
* altos: Add stack-guard code. Uses STM MPU to trap stack overflow.Keith Packard2012-10-25
* altos: Replace __critical usage with ao_arch_critical as neededKeith Packard2012-10-25
* altos: Use alt_t for all Pascal-based altitude dataKeith Packard2012-10-12
* altos: Allow for other mutex implementationsKeith Packard2012-10-12
* altos: Allow projects to specify clock at other than 100HzKeith Packard2012-10-12
* altos: Split task definitions out to ao_task.hKeith Packard2012-10-12
* altos: include ao_arch_funcs.h at the very end of ao.hKeith Packard2012-09-09
* altos: Add custom panic noise for self-test failuresKeith Packard2012-08-31
* altos: Note changes to configured AES key for SPI radio convenienceKeith Packard2012-08-29
* altos: Clean up radio APIsKeith Packard2012-08-27
* altos: Add button driver and event queueKeith Packard2012-08-06
* altos: Add telefire-v0.1Keith Packard2012-07-29
* altos: Make ao_tick_count visibleKeith Packard2012-07-16
* altos: Add arbitrary pyro channel supportKeith Packard2012-07-14
* altos: Create macros to convert from/to radio RSSI representationKeith Packard2012-07-11
* altos: Force 434.550Mhz by connecting debug gnd and clk (trac #41)Keith Packard2012-07-10
* altos: Signal continuity over radio in pad mode (trac #40)Keith Packard2012-07-10
* altos: Clean up radio CRC handlingKeith Packard2012-06-27
* altos: Add GPS logging code for MegaMetrumKeith Packard2012-06-26
* altos: Make cc1111 radio control functions staticKeith Packard2012-06-26
* altos: Add full MM telemetryKeith Packard2012-06-21
* altos: Add telemetry to megametrumKeith Packard2012-06-17
* altos: Legacy telemetry needs original ADC recordKeith Packard2012-06-04
* altos: Finish ms5607 supportKeith Packard2012-05-18
* altos: Add conversion between Pa and metersKeith Packard2012-05-18
* altos: Pull more interfaces out of ao.h and move to separate filesKeith Packard2012-04-14
* altos: Massive product config cleanupKeith Packard2012-04-14
* altos: Start adding apogee lockout supportKeith Packard2012-04-14
* altos: Make ao_config_set_radio publicKeith Packard2012-04-07
* altos: Make ao_freq_to_set reentrantKeith Packard2012-04-07
* altos: Add DMA, SPI and MS5607 driversKeith Packard2012-04-06
* altos: Move SPI functions to architecture-specific locationKeith Packard2012-04-02
* altos: Move cc1111 DMA engine interface to cc1111/ao_arch.h from ao.hKeith Packard2012-03-31
* Allow for more than 8 LEDsKeith Packard2012-03-28
* Allow for more than one serial port in core AltOSKeith Packard2012-03-28
* Add AO_PANIC_STACKKeith Packard2012-03-28
* 'stdin' is a special name in some compiler environments, don't use it.Keith Packard2012-03-28
* Do radio settings solely by frequencyKeith Packard2012-03-26
* altos: flush stdout when fifo from arduino serial port is emptyKeith Packard2012-01-03
* altos: Add support for UART0 in async modeKeith Packard2012-01-03
* altos: Clean up for SDCC 3.1 - more keywordsKeith Packard2011-12-30
* altosui: Add ao_lcd_cursor_on/offKeith Packard2011-11-12
* altos: Add configurable set of channels for TTKeith Packard2011-11-12