forked from swissmicros/SDKdemo
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.6.1 "Happy New Year": Quick bug fixes
A few quick bug fixes that make DB48X a bit more usable. **New features** * Setting to display `2+i3` instead of `2+3i` (#660) * HMS and DMS operations (#654) * Special `1_dms` and `1_hms` units rendering in DMS / HMS (#650) **Bug fixes** * Improve behavior of `+/-` key while editing (#658) * Do not accept base 37 (#656) * Insert `for` statement in program instead of executing it (#655) * Hide trailing decimal separator for decimals with integer values (#653) * Fix display of `19.8` with `0 FIX` (#652) * Implement true decimal to integer conversion (#648) **Improvements** * doc: Record performance data for 0.6.0 * doc: Update status file Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
- Loading branch information
Showing
6 changed files
with
76 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
#define QSPI_DATA_SIZE 187948 | ||
#define QSPI_DATA_SIZE 188636 | ||
#define QSPI_DATA_CRC 0x000cfed6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
#define QSPI_DATA_SIZE 187516 | ||
#define QSPI_DATA_SIZE 188204 | ||
#define QSPI_DATA_CRC 0x000cfed6 | ||
|