summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: Add 1.0 release notes.Keith Packard2011-08-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrumKeith Packard2011-08-10
| | | | | | | This adds release notes and includes them in the main altusmetrum doc as well as making stand-alone html available for inclusion in the website. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.Keith Packard2011-08-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Document Ignite Mode and Pad Orientation configuration optionsKeith Packard2011-08-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update altusmetrum.xsl for v1.0 software and TeleMiniKeith Packard2011-08-10
| | | | | | | Add TeleMini references and sections as appropriate, update AltosUI docs to describe new bits. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add section about TeleDongle USB line formatKeith Packard2011-07-05
| | | | | | | Describe the format of the TELEM lines sent over USB from TeleDongle to the host. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Chang Config and Location packetsKeith Packard2011-07-05
| | | | | | | | | Config packets get apogee delay, and have flight_log_max shrunk to two bytes. Location packets get climb_rate added. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Fix a few minor telemetry doc mistakesKeith Packard2011-07-04
| | | | | | | Multiple 'accel' entries in the Sensor packet. Swap ground_accel and ground_pres to group accel cal data Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Complete initial telemetry descriptionKeith Packard2011-07-04
| | | | | | | Finish describing the contents and modulation scheme for telemetry data. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add telemetry format descriptionKeith Packard2011-07-02
| | | | | | Document the telemetry packet contents. Signed-off-by: Keith Packard <keithp@keithp.com>
* we need an install target to prevent parent dir make from failingBdale Garbee2011-01-18
|
* freshen copyright yearBdale Garbee2011-01-18
|
* add 0.9 revision entry, with caveat about telemetry format changeBdale Garbee2011-01-18
|
* doc: Add v0.9 features from altosui to documentation.Keith Packard2011-01-18
| | | | | | New flight download UI and new config items. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Don't delete telemetrum-outline.pdfKeith Packard2011-01-18
| | | | | | This has a drilling template for the board. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-01-17
|\
| * doc: Remove mention of ao_wake_taskKeith Packard2011-01-16
| | | | | | | | | | | | | | This has been removed from the altos sources, so remove it from the docs too. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update documentation to reflect reality that modifying a board or separateBdale Garbee2011-01-17
|/ | | | pyro battery is not as simple as one trace cut on v1.0 and v1.1 boards
* doc: inkscape tracks the filename inside the documentKeith Packard2011-01-16
| | | | | | | telemetrum-outline.svg was renamed from telemetrum.svg and inkscape appears to care. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add telemetrum mounting template in svg and pdf formsKeith Packard2011-01-14
| | | | | | telemetrum-outline.svg and telemetrum-outline.pdf Signed-off-by: Keith Packard <keithp@keithp.com>
* fix an Altos vs Altus typo in the docsBdale Garbee2010-11-29
|
* fix section layeringBdale Garbee2010-11-28
|
* fix publish target in doc/MakefileBdale Garbee2010-11-28
|
* moved doc dir in web content to AltOS treeBdale Garbee2010-11-28
|
* doc: Rename telemetrum-doc as altusmetrumKeith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add more authors, fix URL formatting, note that AltosUI actually existsKeith Packard2010-11-24
| | | | | | | | | Add aj and bfinch as authors. Insert an acknowledgements section. Fill in the Fire Igniter section in the AltosUI chapter. Then change the section talking about the future plans for Java to mention that they actually exist now. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Reformat altos to use sections for each functionKeith Packard2010-11-24
| | | | | | This places them in the TOC, making them easier to find. Signed-off-by: Keith Packard <keithp@keithp.com>
* manually fold in documentation work from the master branchbuttonboxBdale Garbee2010-11-24
|
* tweak rev historyBdale Garbee2010-11-24
|
* fix missing section close in Site Map contentBdale Garbee2010-11-24
|
* doc: Document altosui "Site Map" tabAnthony Towns2010-11-25
|
* docs: Document altosui "Graph Data" buttonAnthony Towns2010-11-25
|
* lose the placeholder on how GPS works, as it's going to be aBdale Garbee2010-11-23
| | | | while before I tackle that, if ever.
* merge Keith's AltosUI documention into "the big book"Bdale Garbee2010-11-23
|
* doc: Add internal documentation for AltOSKeith Packard2010-11-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Document the 'Flash Image' operation.Keith Packard2010-11-19
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: git ignore generated doc filesKeith Packard2010-11-19
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add preliminary altosui documentationKeith Packard2010-11-19
| | | | | | | Also, update the Makefile to allow for further documents to be added without a lot of custom rules. Signed-off-by: Keith Packard <keithp@keithp.com>
* another distclean fixBdale Garbee2010-09-02
|
* and a few more distclean fixesBdale Garbee2010-09-02
|
* significant updateBdale Garbee2010-07-20
|
* merge in a derivative of Bob Finch's mere mortals guide as a getting startedBdale Garbee2010-05-17
| | | | chapter
* lots of updatesBdale Garbee2010-05-09
|
* more text created during SFO->DEN flightBdale Garbee2010-04-29
|
* add some RF usage information from an email reply sent today, and re-indentBdale Garbee2010-04-27
|
* capture work done on SFO->DEN flightBdale Garbee2010-04-18
|
* wrong Yaesu modelBdale Garbee2010-04-09
|
* choose a better set of docbook xsl filesBdale Garbee2010-04-08
|
* lose the url entirely for nowBdale Garbee2010-04-08
|
* fix typo in urlBdale Garbee2010-04-08
|