fw/altos
2013-07-30 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2013-07-30 Bdale Garbeeadd a note about callsign matching and case sensitivity...
2013-06-10 Keith Packardaltos/telelco: Add 30ms delay in search after finding...
2013-06-10 Keith Packardaltos: Add fast-timer API. Use for quadrature and butto...
2013-06-09 Keith Packardaltos: Add debounce helper. Use in button and quadratur...
2013-06-09 Keith Packardaltos/telefire: Leave siren on all the time. Add siren...
2013-06-09 Keith Packardaltos: Add telefire v0.2 support
2013-06-09 Keith Packardaltos: Add driver for 74hc165 shift register
2013-05-27 Keith Packardaltos: Add pyro operations to regular ignite commands
2013-05-27 Keith PackardSet version to 1.2.9.1
2013-05-27 Keith Packardaltos: Make manual pyro firing command work again
2013-05-27 Keith Packardaltos: write pyro fired to correct log field
2013-05-27 Keith Packardaltos: Light pyro charges simultaneously if so configured
2013-05-27 Keith Packardaltos,altosui: Add pyro state logging for TeleMega
2013-05-27 Keith Packardaltos: Add pyro code testing to ao_flight_test for...
2013-05-27 Keith Packardao-tools/ao-mega: Dump 'pyro' state from mega log
2013-05-27 Keith Packardao-tools: Add ao-mega tool to parse TeleMega eeprom...
2013-05-27 Keith Packardaltosui: Missing 'break' after selecting 'mega' format...
2013-05-27 Keith Packardaltosui: Stop downloading mega eeprom on empty block
2013-05-22 Keith Packarddoc: Update description of graph window to note new...
2013-05-22 Keith PackardCreate release notes for 1.2.1
2013-05-21 Keith PackardSeparate out cortex-m0 compiler tests in configure
2013-05-21 Keith Packardaltos: Can't use inline functions because SDCC doesn...
2013-05-21 Keith PackardMerge branch 'lpc'
2013-05-21 Keith PackardBump master version to 1.2.9 to avoid confusion with...
2013-05-21 Keith Packardaltos: Set the path for the STM32L compiler explicitly
2013-05-21 Keith Packardaltosui: Add TeleBT firmware to release
2013-05-20 Keith PackardAdd Mini logging format. Use in EasyMini lpc
2013-05-20 Keith PackardMerge branch 'master' into lpc
2013-05-20 Keith Packardaltos/telemega: The last two igniters are apogee and...
2013-05-20 Keith Packardaltos/easymini: Initialize beep and ADC. Declare use...
2013-05-20 Keith Packardaltos/easymini: Use different pins for igniter outputs
2013-05-20 Keith Packardaltos/easymini: MS5607 chip select bits were defined...
2013-05-20 Keith Packardaltos/easymini: Easymini doesn't have USB connect or...
2013-05-20 Keith Packardaltos/lpc: Force idle mode if USB gets an address durin...
2013-05-20 Keith Packardaltos/lpc: Reset SPI device at startup time
2013-05-20 Keith Packardaltos/lpc: Configuring wrong pin for SPI1 MOSI
2013-05-20 Keith Packardaltos/lpc: Allow for alternate SPI SCLK0 pin usage
2013-05-20 Keith Packardaltos/lpc: Leave SPI enabled all the time
2013-05-20 Keith Packardaltos/lpc: Create TX/RX busy macros for SPI driver
2013-05-20 Keith Packardaltos/lpc: Fix beeper driver
2013-05-20 Keith Packardaltos/lpc: Missing parens around ao_gpio_set macro
2013-05-20 Keith Packardaltos/lpc: SPI runs off main clock (48MHz), not sysclk...
2013-05-20 Keith Packardaltos/lpc: Pull ADC data from the correct registers
2013-05-20 Keith Packardaltos/lpc: Don't use loader to place USB endpoint data...
2013-05-20 Keith Packardaltos: Add EXTI_PIN_NOCONFIGURE to exti interface,...
2013-05-20 Keith Packardaltos/lpc: Make EXTI code work.
2013-05-20 Keith Packardaltos: Use ao_spi_get/put_bit in MS5607 driver
2013-05-20 Keith Packardaltos/attiny: Fix ao_spi_get_bit/ao_spi_put_bit macros
2013-05-18 Keith Packardaltos: ignore built files in easymini-v0.1
2013-05-18 Keith Packardaltos: Build easymini-v0.1
2013-05-18 Keith Packardaltos: Initialize SPI for easymini
2013-05-18 Keith Packardaltos/lpc: Stick USB control structure in USB memory
2013-05-18 Keith Packardaltos: Add easymini-v0.1 product
2013-05-18 Keith Packardaltos/lpc: Use separate interrupt stack
2013-05-18 Keith Packardaltos/lpc: Try a smaller stack.
2013-05-18 Keith Packardaltos/lpc: Add pin interrupt driver
2013-05-18 Keith Packardaltos/lpc: Add beep driver
2013-05-18 Keith Packardaltos/lpc: Add ADC driver
2013-05-18 Keith Packardaltos/lpc: add gpio int, spi, adc and ct32b defines...
2013-05-18 Keith Packardaltos/lpc: Clean up broken IOCONF defines
2013-05-18 Keith Packardaltos/lpc: Fix ao_enable_input, add ao_enable_analog
2013-05-18 Keith Packardaltos: LPC interrupt priorities are just 0-3
2013-05-18 Keith Packardaltos: Add LPC spi driver
2013-05-18 Keith Packardaltos: Use ao_port_t in m25 driver
2013-05-18 Keith Packardaltos: Use ao_data_pres macro in ao_log_tiny
2013-05-18 Keith Packardaltos: Check for packet mode before trying to disable...
2013-05-18 Keith Packardaltos: ao_data_get is in ao_data.c now, not ao_adc.c
2013-05-18 Keith Packardaltos: Allow architecture to define the type of port...
2013-05-18 Keith Packardaltos: Move ao_data.c from stm to core
2013-05-17 Keith Packardaltos/lpc: Get USB working
2013-05-17 Keith Packardaltos: Allow target-specific USB endpoint specifications
2013-05-17 Keith Packardaltos: Finish off LPC USB register definitions
2013-05-17 Keith Packardaltos/lpc: Start adding USB register defines
2013-05-17 Keith Packardaltos/lpc: Start adding USB register definitions
2013-05-17 Keith Packardaltos/lpc: Take advantage of USART TX fifo
2013-05-17 Keith Packardaltos/lpc: Get USART running
2013-05-17 Keith Packardaltos/lpc: Get 100Hz timer running
2013-05-17 Keith Packardlpcxpresso: Add ao_demo.c
2013-05-17 Keith Packardlpc: Initial lpcxpresso bits
2013-05-17 Keith Packardlibaltos: use PurgeComm in Windows altos_close to abort...
2013-05-17 Keith Packardlibaltos: Build the linux library targets when doing...
2013-05-17 Keith Packardaltos/cc1111: Hack on USB driver to make Windows happy
2013-05-16 Keith Packardaltos: Generate unmodulated carrier for CC1120 test...
2013-05-16 Keith Packardaltos: Move MS5607 info from 'v' to 'c s'
2013-05-16 Keith Packardaltos: Remove some MMA655x debugging printfs
2013-05-16 Keith Packardaltos: Grab SPI mutex until MPU6000 I2C mode is disabled
2013-05-16 Keith Packardaltos: Initialize MPU6000 CS pin for SPI mode
2013-05-16 Keith Packardaltos: Fix telemega v0.3 igniter order (drogue/main...
2013-05-16 Keith Packardaltos: gps serial routines are called ao_gps_*, not...
2013-05-16 Keith Packardaltos: Give u-blox 3 seconds after boot before we bug it
2013-05-16 Keith Packardaltos: Add 'g' command to ublox GPS code.
2013-05-15 Keith Packardaltos: Add flash-loader for telescience-v0.2
2013-05-14 Keith Packardaltos: Set u-blox navigation settings
2013-05-14 Keith Packardaltos: Use symbolic names for ublox packet id
2013-05-14 Keith Packardaltosui: Generate useful KML files from TeleGPS logs
2013-05-14 Keith Packardaltosui: Use GPS alt + baro height for KML altitude
2013-05-14 Keith Packardaltoslib: Use sequence numbers to track GPS updates...
2013-05-14 Keith Packardaltos/test: ao_gps_test_ublox uses ao_gps_blox.h
2013-05-14 Keith Packardaltos: Struct used for u-blox testing had lat/lon swapped
next