fw/altos
2011-07-06 Keith Packardaltos: Switch ao_rssi.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_report.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_log.c and ao_log_big.c __xdata to...
2011-07-06 Keith Packardaltos: Switch ao_ignite and ao_gps_sirf __xdata to...
2011-07-06 Keith Packardaltos: Switch ao_gps_skytraq and ao_gps_sirf __xdata...
2011-07-06 Keith Packardaltos: Shrink ao_add_task by rolling up a memset loop
2011-07-06 Keith Packardaltos: Shrink ao_config_callsign_set
2011-07-06 Keith Packardaltos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
2011-07-06 Keith Packardaltosui: Compress telemetry records marked with the...
2011-07-06 Keith Packardaltosui: Remove debug printf.
2011-07-06 Keith Packardaltosui: Add main/drogue voltages to default graph
2011-07-06 Keith Packardaltosui: Elide missing values from graphs
2011-07-06 Keith Packardaltosui: Elide nul bytes at end of telemetry string...
2011-07-06 Keith Packarddoc: Add section about TeleDongle USB line format
2011-07-06 Keith Packardaltos: Adapt to changes in telemetry Configuration...
2011-07-06 Keith Packarddoc: Chang Config and Location packets
2011-07-06 Keith Packardaltosui: Parse remaining standard telemetry packets
2011-07-05 Keith Packardaltos: Complete new telemetry switchover
2011-07-05 Keith Packardaltos: Add split telemetry code
2011-07-05 Keith Packardaltos: Shrink help text
2011-07-05 Keith Packardaltos: Add sat info to GPS report command
2011-07-05 Keith Packardaltos: Shrink const space in ao_config
2011-07-05 Keith Packardaltos: teledongle does not need ao_packet_slave.c
2011-07-05 Keith PackardVersion strings must be < 8 bytes long
2011-07-05 Keith Packarddoc: Fix a few minor telemetry doc mistakes
2011-07-04 Keith Packarddoc: Complete initial telemetry description
2011-07-02 Keith Packarddoc: Add telemetry format description
2011-06-28 Keith Packardaltosui: Support raw telemetry from TeleDongle
2011-06-28 Keith Packardaltos: ao_radio_recv needs byte count *including* rssi...
2011-06-28 Keith Packardaltos: Start adding new telemetry frame definitions
2011-06-28 Keith Packardaltos: Add checksum to TELEM output lines
2011-06-28 Keith Packardaltos: Add arbitrary telemetry packet monitoring
2011-06-28 Keith Packardaltos: Rename telemetry to telemetry_orig
2011-06-03 Keith Packardaltosui: Handle old TeleDongle receiving kalman telemet...
2011-05-26 Keith PackardSwitch version to 0.9.4 telebt 0.9.4
2011-05-07 Keith PackardRevert "altos: Debugging TBT issues -- check pin config...
2011-05-07 Keith Packardaltos: clear CPU port 1 interrupt flag when handled
2011-05-07 Keith Packardaltos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
2011-05-07 Keith Packardaltos: Initialize beeper for telebt
2011-05-07 Keith Packardaltos: Debugging TBT issues -- check pin configuration...
2011-05-07 Keith Packardaltos: Add beeper to TBT v0.1
2011-05-07 Keith Packardaltos: pull TBT v0.1 ser_reset line low
2011-05-07 Keith Packardaltos: Fix BT link status pin for real TBT hardware
2011-05-07 Keith Packardaltos: Use USART configuration 1 with flow control...
2011-05-06 Keith Packardaltos: Add telebt-v0.1 to Makefile
2011-05-06 Bdale Garbeefirst cut at a telebt turn on script
2011-05-06 Keith Packardaltos: Add preliminary telebt v0.1 defines
2011-04-26 Keith Packardaltosui: Fix BT manage dialog so that the device lists...
2011-04-26 Keith Packardaltosui: Move AltosIgniteUI device open out of Swing...
2011-04-26 Keith Packardaltosui: Display reader name (usually the device) when...
2011-04-26 Keith Packardaltosui: Fix TeleBT name in flight monitor title
2011-04-26 Keith Packardaltosui: Separate out flash debug code to separate...
2011-04-24 Keith Packardaltos: add telebt-v0.0 Makefile
2011-04-19 Keith Packardaltosui: Make flight data download work through TeleBT
2011-04-19 Keith PackardMerge branch 'telemini' into telebt
2011-04-19 Keith Packardaltosui: Eliminate ao_cmd_filter hook
2011-04-19 Keith Packardaltos: remove BT logging code
2011-04-19 Keith Packardaltos: Remove bt debug command
2011-04-19 Keith Packardaltos: Simplify BT communications
2011-04-19 Keith Packardaltos: Solidify BT connections
2011-04-19 Keith Packardaltosui: Wait two seconds after bluetooth connect XXX
2011-04-19 Keith Packardaltos: Add delays to bt startup sequence
2011-04-19 Keith Packardaltosui: Use persistent list of bluetooth devices for...
2011-04-18 Keith Packardaltosui: Make bluetooth dialog modal
2011-04-14 Keith Packardaltosui: Make AltosBTDevice implement AltosDevice interface
2011-04-14 Keith Packardaltosui: Create abstract AltosDevice class
2011-04-14 Keith Packardaltosui: Add primitive bluetooth device manager UI.
2011-04-14 Keith Packardaltos: Write a few pre-launch samples for Tm/Tn devices
2011-04-14 Keith Packardaltosui: oops - lost state changes when downloading...
2011-04-10 Keith Packardaltos/altosui: Log averaged baro sensor data in Tm/Tn
2011-04-08 Keith Packardaltosui: Add low-level Bluetooth APIs
2011-04-08 Keith Packardaltosui: Add TeleBT USB device support
2011-04-08 Keith Packardaltos: Use PIO(6) on BTM to monitor BT connection....
2011-04-02 Keith PackardMerge branch 'telemini' into telebt
2011-04-02 Keith Packardaltosui: Add missing AltosTelemetryMap.java file
2011-04-02 Keith Packardaltos: Clean up BT serial communcations
2011-04-02 Keith Packardaltos: Make cmd echo per-connection instead of global
2011-04-01 Keith Packardaltos: Clean up serial initialization
2011-04-01 Keith Packardaltos: Clean up usage of serial port for stdio
2011-04-01 Keith Packardaltos: Make ao_serial_drain public
2011-04-01 Keith Packardaltos: Remove serial monitor command
2011-04-01 Keith Packardaltos: Allow any stdio to be used with packet forwarding
2011-04-01 Keith Packardaltos: Provide for a pre-filter on commands
2011-04-01 Keith Packardaltos: expose set of available stdio values
2011-04-01 Keith Packardaltos: Add P2SEL_*_MASK defines to cc1111.h
2011-04-01 Keith Packardaltos: Add initial TeleBT code
2011-04-01 Keith Packardaltos: Make ao_flight_test show true height but report...
2011-04-01 Keith Packardaltos: Baro useful ceiling is MSL, not AGL
2011-04-01 Keith Packardaltos: Reflect ao_flight split in ao_flight_test depend...
2011-03-30 Keith Packardaltosui: Only plot acceleration when present in data...
2011-03-30 Keith Packardaltosui: Parse and export Max flight log value
2011-03-30 Keith Packardaltos: Enable logging during nano flights
2011-03-30 Keith Packardaltos: Run RDF beacon after apogee instead of waiting...
2011-03-29 Keith Packardaltos: ao_sample_preflight was exiting preflight mode...
2011-03-29 Keith Packardaltosui: Don't display 0000-00-00 for missing flight...
2011-03-29 Keith Packardaltosui: Display exception messages from swing thread
2011-03-29 Keith Packardaltosui: Make deployment testing handle Connecting...
2011-03-29 Keith Packardaltosui: Make flight log downloading handle 'Connecting...
2011-03-29 Keith Packardaltosui: Clean up packet link connecting dialog
2011-03-29 Keith Packardaltos: Create custom nano flight code
next