summaryrefslogtreecommitdiff
path: root/ao-bringup
Commit message (Collapse)AuthorAge
* store cal value correctly even when we didn't need to change itBdale Garbee2014-09-13
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2014-09-06
|\ | | | | | | | | Conflicts: ao-bringup/turnon_telemega
| * ao-bringup: Test EasyMega boardsKeith Packard2014-08-28
| |
| * ao-bringup: Use ao-cal-accel instead of cal-accel in turnon scriptsKeith Packard2014-08-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | tweaking test scriptsBdale Garbee2014-09-06
|/
* turn echo back on after accel cal in turnon_telemetrum so rest is easierBdale Garbee2014-08-18
|
* change easymega from v0.1 to v1.0, tweak to build on master, add to MakefileBdale Garbee2014-08-14
|
* update turnon toolsBdale Garbee2014-07-15
|
* ao-bringup: Use the C tools to test EasyMiniKeith Packard2014-06-22
| | | | | | | I think my USB driver in the kernel is broken; the nickle versions of these tools did very strange things and never worked. Signed-off-by: Keith Packard <keithp@keithp.com>
* turn-on support for TeleGPS1.4Bdale Garbee2014-06-15
|
* Merge remote-tracking branch 'origin/master'Keith Packard2014-05-12
|\
| * update TeleMega turn-on script and Releasing for new stable firmware homeBdale Garbee2014-05-12
| |
* | ao-bringup: Use official binaries for EasyMini turnonKeith Packard2014-05-12
| | | | | | | | | | | | | | | | Don't use locally built ones, use the official ones found in ~/altusmetrumllc/Binaries to ensure that all devices are shipped with known firmware. Signed-off-by: Keith Packard <keithp@keithp.com>
* | ao-bringup: test-baro should accept altitudes a bit below sea levelKeith Packard2014-05-12
|/ | | | | | | Testing baro sensors on a particularly high pressure day at Keith's house yields altitudes down to -20m or so. Signed-off-by: Keith Packard <keithp@keithp.com>
* ugly hack (just make sleep longer) to work around ttyACM* discovery issueBdale Garbee2014-04-13
|
* ao-bringup: Split out easymini test into separate scriptKeith Packard2014-04-05
| | | | | | This lets you run the easy mini testing code without also flashing the device. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Get turnon_telemini workingKeith Packard2014-04-05
| | | | | | This script now does complete testing of the board Signed-off-by: Keith Packard <keithp@keithp.com>
* Add easymini turnon script and helpersKeith Packard2014-04-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* update turnon scripts to store cal valuesBdale Garbee2014-02-20
|
* have the cal-freq script save cal values to a fileBdale Garbee2014-02-16
|
* use firmware in /usr/share/altos for teledongle, update telemetrum for v2.0Bdale Garbee2014-01-28
|
* use firmware in /usr/share/altos for production flashingBdale Garbee2014-01-17
|
* add serial number to ao-usbload call, pass SERIAL to cal-freqBdale Garbee2013-12-14
|
* ao-bringup: Add turnon_telemega scriptKeith Packard2013-12-09
| | | | | | And a few helper programs Signed-off-by: Keith Packard <keithp@keithp.com>
* Add TeleMini v2.0 turnon scriptKeith Packard2013-11-12
|
* updated turn-on script for telebt 1.1Bdale Garbee2013-10-10
|
* name change from MegaMetrum to TeleMegaBdale Garbee2013-04-22
|
* improve text in telebt turn-on scriptBdale Garbee2013-04-20
|
* add config file for gdb use with MegaMetrum via Olimex dongleBdale Garbee2012-03-31
|
* openocd config file for MegaMetrumBdale Garbee2012-03-31
|
* These were moved to the src/stm directoryKeith Packard2012-03-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add STM platform and stm-bringup demo programKeith Packard2012-03-28
| | | | | | | | The stm-bringup doesn't run altos, it just initializes the device and writes stuff over a serial port. Works on the STM32L Discovery board at least, should do stuff on other boards too. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add example STM32L programsKeith Packard2012-03-28
| | | | | | This loads to flash and sends data over the serial link. Signed-off-by: Keith Packard <keithp@keithp.com>
* update turnon_telemetrum to v1.2, add more turnon scriptsBdale Garbee2012-01-13
|
* ao-bringup: Make it build with source restructuringKeith Packard2011-10-15
| | | | | | Source code all moved around, need to find the header files in new directories.x Signed-off-by: Keith Packard <keithp@keithp.com>
* fix telemini firmware path nameBdale Garbee2011-08-26
|
* update TeleMini turnon script now that we've made a stable firmware releaseBdale Garbee2011-08-25
|
* first cut at a telebt turn on scriptBdale Garbee2011-05-06
|
* fix up script to work and have reasonable textsBdale Garbee2011-03-18
|
* bringup: Add script for teleminiKeith Packard2011-03-16
| | | | | | Copied from teledongle with a few obvious changes. Signed-off-by: Keith Packard <keithp@keithp.com>
* tie bringup scripts to Bdale's bench TeleDongle0.9.1Bdale Garbee2011-02-18
|
* update turnon script to prefer TeleDongle as programmerBdale Garbee2011-01-19
|
* update turnon scripts to use stashed copies of stable release firmwareBdale Garbee2010-11-19
|
* handle versioning of ihx files (poorly) by just wildcarding the file name,Bdale Garbee2010-09-09
| | | | which assumes there's only one matching .. probably ok on Debian?
* fix text since TM only has one led to blinkBdale Garbee2010-07-21
|
* initial attempt at a telemetrum turn on script .. needs workBdale Garbee2010-05-05
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2010-03-30
|\ | | | | | | | | Conflicts: ChangeLog
| * Round radio calibration value instead of truncatingKeith Packard2010-03-12
| | | | | | | | | | | | | | | | | | | | The radio calibration function in the bring-up code was truncating the radio calibration value which caused the resulting frequency to always measure above the target frequency, instead of trying to get as close as possible. This change will result in a closer frequency match, but may sometimes be below the target frequency. Signed-off-by: Keith Packard <keithp@keithp.com>
* | move gbp.conf into debian/Bdale Garbee2010-03-15
|/
* Merge remote branch 'origin/master'Keith Packard2010-02-27
|\