From 98db372758470cdaf7b517d670a7ce9186c787bc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 5 Feb 2015 22:25:35 -0800 Subject: Update docs for 1.6 Signed-off-by: Keith Packard --- doc/release-notes-1.6.xsl | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 doc/release-notes-1.6.xsl (limited to 'doc/release-notes-1.6.xsl') diff --git a/doc/release-notes-1.6.xsl b/doc/release-notes-1.6.xsl new file mode 100644 index 00000000..f3c5d642 --- /dev/null +++ b/doc/release-notes-1.6.xsl @@ -0,0 +1,81 @@ + + + +
+ + Version 1.6 includes support for our updated TeleDongle v3.0 + product and bug fixes in in the flight software for all our boards + and ground station interfaces. + + + AltOS New Features + + + + Add support for TeleDongle v3.0 boards. + + + + + + AltOS Fixes + + + + Don't beep out the continuity twice by accident in idle mode. + If the battery voltage report takes longer than the initialiation + sequence, the igniter continuity would get reported twice. + + + + + Record all 32 bits of gyro calibration data in TeleMega and + EasyMega log files. This fixes computation of the gyro rates + in AltosUI. + + + + + Change TeleDongle LED usage. Green LED flashes when valid + packet is received. Red LED flashes when invalid packet is + received. + + + + + + AltosUI and TeleGPS New Features + + + + Compute tilt angle from TeleMega and EasyMega log + files. This duplicates the quaternion-based angle tracking + code from the flight firmware inside the ground station + software so that post-flight analysis can include evaluation + of the tilt angle. + + + + + Shows the tool button window when starting with a data file + specified. This means that opening a data file from the file + manager will now bring up the main window to let you operate + the whole application. + + + + + + AltosUI Fixes + + + + Show the 'Connecting' dialog when using Monitor Idle. Lets + you cancel the Monitor Idle startup when connecting over the + radio link. + + + + +
-- cgit v1.2.3 From 4a5c64bef6952f25cadebc3e1f9909a5f513e015 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 7 Feb 2015 02:37:36 -0800 Subject: Update version 1.6 release notes with more bug fixes A few bugs found during release testing are notable enough to be included in the release notes. Signed-off-by: Keith Packard --- doc/release-notes-1.6.xsl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'doc/release-notes-1.6.xsl') diff --git a/doc/release-notes-1.6.xsl b/doc/release-notes-1.6.xsl index f3c5d642..3f81379f 100644 --- a/doc/release-notes-1.6.xsl +++ b/doc/release-notes-1.6.xsl @@ -42,6 +42,13 @@ received. + + + Replace LPC11U14 SPI driver with non-interrupt version. The + interrupt code would occasionally wedge on long transfers + if interrupts were blocked for too long. + + @@ -76,6 +83,37 @@ radio link. + + + Make 'Monitor Idle' work for TeleGPS devices when connected + over USB. It's nice for testing without needing to broadcast + over the radio. + + + + + Use different Windows API to discover USB devices. This + works better on my Windows 7 box, and will be used if the + older API fails to provide the necessary information. + + + + + Look in more places in the registry to try and identify the + installed Java version on Windows. If you install the + default 32-bit version of Windows on a 64-bit OS, the Java + registry information is hiding \SOFTWARE\Wow6432Node for + some reason. + + + + + Fix file association on Windows by searching for the + javaw.exe program instead of assuming it is in + %SYSTEMROOT%. This makes double-clicking on Altus Metrum + data files in the file manager work correctly. + + -- cgit v1.2.3 From aea188e4227993c508c7045d02f2bc87abd4e428 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 7 Feb 2015 18:10:34 -0800 Subject: doc: update 1.6 release notes with recent bug fixes Signed-off-by: Keith Packard --- doc/release-notes-1.6.xsl | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'doc/release-notes-1.6.xsl') diff --git a/doc/release-notes-1.6.xsl b/doc/release-notes-1.6.xsl index 3f81379f..604fe096 100644 --- a/doc/release-notes-1.6.xsl +++ b/doc/release-notes-1.6.xsl @@ -46,7 +46,9 @@ Replace LPC11U14 SPI driver with non-interrupt version. The interrupt code would occasionally wedge on long transfers - if interrupts were blocked for too long. + if interrupts were blocked for too long. This affects all + released TeleGPS products; if you have a TeleGPS device, + you'll want to reflash the firmware. @@ -114,6 +116,27 @@ data files in the file manager work correctly. + + + When replaying a file, put 'done' in the Age field when we + reach the end of the file, instead of continuing to count forever. + + + + + In the Scan Channels code, wait for five seconds if we see + any packet. This is needed because AltOS now sends the + callsign, serial number and flight number only once every + five seconds these days. + + + + + In the Scan Channels code, reset pending flight state + information each time we change channels. This avoids having + flight computers appear on multiple frequencies by accident. + + -- cgit v1.2.3