summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: Skip .pdf generation when asciidoctor-pdf is missingKeith Packard2019-01-02
| | | | | | Not available in debian unstable yet Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add 1.9 release notesKeith Packard2018-12-31
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Set doc version to 1.9Keith Packard2018-12-31
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add EasyMega v2.0 specsKeith Packard2018-12-31
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update doc/RELNOTES to adapt to asciidoctor changeKeith Packard2018-12-31
| | | | | | Moving to asciidoctor means changing our doc release process Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Use icons for admonitionsKeith Packard2018-11-01
| | | | | | This replaces the text 'WARNING' or 'NOTE' with a suitable icon instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Remove asciidoc related filesKeith Packard2018-10-25
| | | | | | These all helped asciidoc generate documentation Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Switch to asciidoctor to format docsKeith Packard2018-10-25
| | | | | | | asciidoc and a2x are no longer actively maintained and Debian policy encourages people to move away from them to asciidoctor. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: add bootloader force instructions for TeleBT v4.0Bdale Garbee2018-10-10
|
* doc: correct specs for TeleMega v3.0, which still uses the MMA6555Bdale Garbee2018-10-08
|
* doc: Note fixes for Mac OS XKeith Packard2018-10-07
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Note that 1.8.7 fixes map imagesKeith Packard2018-10-07
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Change map loading to lat=&lon= from center=Keith Packard2018-10-06
| | | | | | This is easier to parse. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Make use of 'faketime' configurable with configure.ac. Default to 'no'Keith Packard2018-10-06
| | | | | | | This ensures that older a2x versions don't simply wedge while building the docs. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add map-loading documentationKeith Packard2018-10-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Use RELEASE_DATE to set PDF timestamps using faketimeKeith Packard2018-10-05
| | | | | | | This ensures that the generated PDF files do not depend on the time of the build and only on the date of the release. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add check for new hardware in specs.incKeith Packard2018-10-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.8.7Keith Packard2018-10-05
| | | | | | | Release notes Add HW specs for EasyMini v2.0 and TeleMega v3.0 Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Describe Packet Link mode in the initial usage sectionKeith Packard2018-10-04
| | | | | | It's not described in any detail elsewhere... Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Describe Packet Link usage and selecting RF param defaults for TeleMiniKeith Packard2018-10-04
| | | | | | | | | | | | Packet Link mode is the only communication method available for TeleMini and deserves some special mention in the docs. TeleMini allows forcing of RF parameters back to known defaults by hooking SWCLK to ground at power on (hole 7 to hole 3 on the debug connector). Describe this process so that users will be able to get TeleMini back to known values and recover. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Don't accidentally create zero-length PDF filesKeith Packard2018-10-02
| | | | | | | | The PDF files are generated at the same time the HTML files are, so the PDF versions depend on the HTML ones. However, touching the PDF files is a bad idea. Signed-off-by: Keith Packard <keithp@keithp.com>
* Include TeleMega v3.0 firmware with releasesKeith Packard2018-08-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update docs for 1.8.6Keith Packard2018-08-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add separate 'ao_launch_tick'. Use in pyro and lockout.Keith Packard2018-08-05
| | | | | | | | | | | | | | | | Prior to this, there was only ao_boost_tick, which got reset at each motor burn start. That meant there wasn't any way to measure total flight time for pyro channels and 'apogee lockout' was based on time since most recent motor start instead of total flight time. Now pyro channels and apogee lockout both use total flight time, while motor burn length still uses time since most recent motor burn start (as it should). Docs and UI updated to use 'launch' instead of 'boost' to try and make the change clear. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Change 'after motor' pyro check to be >= instead of ==Keith Packard2018-08-05
| | | | | | This makes after motor stay valid even if further motors burn. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update pyro channel info to reflect UI changesKeith Packard2018-05-07
| | | | | | Use the new naming in the UI. Add lots more comments about how things work. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: add release check for altusmetrum-docinfo.xml copyrightKeith Packard2018-04-26
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* add a warning about Google limiting per-day access until/unless we payBdale Garbee2018-04-22
|
* add a paragraph to the intro pointing to the altusmetrum email listBdale Garbee2018-03-20
|
* doc: update copyright year in doc/altusmetrum-docinfo.xmlBdale Garbee2018-03-18
|
* doc: Add release notes for 1.8.5Keith Packard2018-03-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Doc updates for version 1.8.4Keith Packard2017-12-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Don't 'publish' release notes, don't build pdf release notesKeith Packard2017-12-11
| | | | | | | | All we use the release notes for is to include into the main AltOS page. Also remove the docinfo for these files so that information isn't duplicated for each set of release notes. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update release notes and docinfo for 1.8.3Keith Packard2017-12-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Note TeleMega v3.0 support in 1.8.3 relnotesKeith Packard2017-12-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.8.3Keith Packard2017-11-11
| | | | | | Also added a pile of docinfo files for older release notes files. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update docs for 1.8.2 releaseKeith Packard2017-09-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add short section on accelerometer calibrationKeith Packard2017-09-18
|
* doc: Add forward reference from 'idle' description to idle entry steps.Keith Packard2017-09-12
| | | | | | | This provides a reminder that entering idle mode takes specific steps which differ between models. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.8.1Keith Packard2017-08-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* update docinfo file for 1.8 releaseBdale Garbee2017-08-12
|
* doc: Add 1.8 release notesKeith Packard2017-08-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add telegps outlineKeith Packard2017-05-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* update copyright year in docsBdale Garbee2017-04-24
|
* doc: Errors in the TeleMini v3.0 updates found by BdaleKeith Packard2017-04-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Finish updates for v1.7Keith Packard2017-04-21
| | | | | | | | | Scrub all TeleMini references and make sure they're fixed for v3. No 'emergency' mode yet. No reflashing yet. Add v1.7 release notes. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update TeleMini v3 photos to production unitKeith Packard2017-04-21
| | | | | | Replace prototype photos Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Rename telemini doc file from telemini-v1.0.inc to telemini.incKeith Packard2017-03-05
| | | | | | This file now contains information on both TeleMini versions. Signed-off-by: Keith Packard <keithp@keithp.com>
* telemini outline svg had wrong version numberKeith Packard2017-03-01
|
* Add initial TeleMini v3 docsKeith Packard2017-03-01
| | | | | | Uses pictures of the prototype. Signed-off-by: Keith Packard <keithp@keithp.com>