fw/altos
2012-03-29 Keith PackardUse new Makefile.defs in stm-demo
2012-03-29 Keith PackardUse 16-bits for STM32 LED mask. Export serial I/O functions
2012-03-29 Keith PackardAllow skytraq to be on non-default serial port
2012-03-29 Keith PackardAllow for more than 8 LEDs
2012-03-29 Keith PackardClean up STM build by moving common defs to Makefile...
2012-03-29 Keith PackardMake stm-demo display a scrolling message
2012-03-29 Keith PackardFlush LCD changes each time the text is updated
2012-03-29 Keith PackardAutomatically set ALTERNATE pin mode when setting alter...
2012-03-29 Keith PackardAllow any STM usart to be used for stdio
2012-03-29 Keith PackardAllow for more than one serial port in core AltOS
2012-03-29 Keith PackardMove LCD string output code to ao_lcd_font.c
2012-03-29 Keith PackardAdd LCD device driver to STM32L port
2012-03-29 Keith PackardAdd defines for LCD controller and RTC clocking
2012-03-29 Keith PackardActually enable usarts with the new usart code
2012-03-29 Keith PackardClean up multiple serial port support for STM32L
2012-03-29 Keith PackardAdd support for multiple serial ports on STM32L
2012-03-29 Keith PackardSave/restore PRIMASK register on Cortex-M3
2012-03-29 Keith PackardDon't disable interrupts before saving interrupt flag...
2012-03-29 Keith PackardAdd .gitignore file to stm-bringup
2012-03-29 Keith PackardFix STM LED driver and blink LEDs on discovery board
2012-03-29 Keith PackardBasic OS running on STM32L
2012-03-29 Keith PackardAdd AO_PANIC_STACK
2012-03-29 Keith PackardWhen debugging, send ao_panic message to ao_debug_out
2012-03-29 Keith PackardWhen debugging, send pre-init output to ao_debug_out
2012-03-29 Keith PackardIncorrect type in ao_task_info for wchan
2012-03-29 Keith PackardAdd stm-demo program
2012-03-29 Keith PackardThese were moved to the src/stm directory
2012-03-29 Keith PackardAdd stm bringup timers and move most of the setup code...
2012-03-29 Keith PackardAdd STM platform and stm-bringup demo program
2012-03-29 Keith PackardAdd example STM32L programs
2012-03-29 Keith Packard'stdin' is a special name in some compiler environments...
2012-03-28 Keith Packardaltosui: Disable launch controller button
2012-03-28 Keith Packardaltosui: Add Configure Ground Station dialog (trac...
2012-03-28 Keith Packardaltos: Make sure config values are loaded in 'c s'...
2012-03-28 Keith Packardaltosui: Sanity check values from device configuration
2012-03-28 Keith Packardaltos: Reset config version if it's too large as well
2012-03-28 Keith Packardaltosui: Make 'monitor idle' work with older TeleMetrum...
2012-03-28 Keith Packardaltosui: Mark data 'Age' in monitor idle UI too
2012-03-28 Keith Packardaltosui: Catch attempt to set radio frequency to 0...
2012-03-28 Keith Packardaltosui: Find actual landing time when computing stats...
2012-03-28 Keith Packardaltosui: Change flight data saving UI to separate downl...
2012-03-28 Keith Packardaltos: Optimize ao_freq_to_set a bit
2012-03-27 Keith Packardaltosui: Show only supported telemetry version
2012-03-27 Keith Packardaltosui: Configure radio with new direct frequency...
2012-03-27 Keith PackardDo radio settings solely by frequency
2012-03-27 Keith Packardaltosui: Use ConcurrentHashMap for maps
2012-03-27 Keith Packardaltosui: Show time since last packet in flight status...
2012-03-27 Keith Packardaltosui: Restructure telemetry classes to be more sane
2012-03-27 Keith Packardaltos: Require callsign match in packet code
2012-01-16 Keith Packarddoc: Add companion SPI message protocol doc
2012-01-13 Bdale Garbeeupdate turnon_telemetrum to v1.2, add more turnon scripts
2012-01-04 Keith Packardaltos: Set correct registers for serial0 baud
2012-01-04 Keith Packardaltos: flush stdout when fifo from arduino serial port...
2012-01-04 Keith PackardBuild teleshield by default
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-27 Keith Packardaltos: Switch teleshield to use radio slave mode
2011-12-27 Keith Packardaltos: Add teleshield directory and bring-up code
2011-12-18 Keith Packardaltos: Create TeleMetrum v1.2 directory
2011-12-18 Keith Packardaltosui: googleearth doesn't accept spaces between...
2011-11-14 Keith Packardaltos: Fix pad orientation for pre-1.1 boards
2011-11-13 Keith Packardaltos: Add startup and config (view only) pages to TT
2011-11-13 Keith Packardaltos: Enable packet master and debug in TT
2011-11-13 Keith Packardaltos: Fix sdcdb settings for telemetrum v1.0
2011-11-13 Keith Packardaltos: Trim skytraq NMEA messages. Shrink NMEA header...
2011-11-13 Keith Packardaltos: Allow TT/TBT reports to escape landed state
2011-11-13 Keith Packardaltos: Remove LCD debugging code
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: 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: Check pdata+xdata memory usage during build
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-13 Keith Packardaltos: Build TeleTerra v0.2 by default
2011-11-13 Keith Packardaltosui: Deal with serial port exceptions a bit better
2011-11-12 Keith Packardaltos: Make ao_xmem funcs require __xdata void * instea...
2011-11-12 Keith Packardaltosui: Make UI Look&Feel configurable
2011-11-12 Keith Packardaltos: Shrink Skytraq NMEA parsing - common nmea_finish...
2011-11-12 Keith Packardaltos: shrink Skytraq NMEA parsing more
2011-11-12 Keith Packardaltos: Shrink code size of Skytraq NMEA parser
2011-10-27 Keith Packardaltos: A bunch of missing .gitignore files (mostly)
2011-10-27 Keith Packardaltos: Add i2c driver for avr chip
2011-10-27 Keith Packardaltosui: Only update GPS data when new GPS information...
2011-10-27 Keith Packardaltos: Fix distance/bearing computations. Deal with...
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-23 Keith Packardsrc/teleterra-v0.2: Initialize more hardware
2011-10-23 Keith Packardaltos/teleterra_0_2: Initialize LCD driver
2011-10-21 Keith Packardsrc/teleballoon-v1.1: Use Tm style initial state stuff
2011-10-21 Keith Packardaltos: Add teleballoon-v1.1 directory
2011-10-16 Keith Packardaltos: Add LEGACY_MONITOR defines to more programs
2011-10-16 Keith Packardao-bringup: Make it build with source restructuring
next