diff --git a/README.md b/README.md index 4e214f0b..ba1b5283 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ and the [HP Prime](https://en.wikipedia.org/wiki/HP_Prime) (at least the G1, since the G2 seems a bit more locked down), maybe others. The basis for that work can be found in the [DB48X](https://github.com/c3d/db48x) project. -This project was presented at [FOSDEM 2023][fosdem] +This project was presented at [FOSDEM 2023][fosdem23] and [FOSDEM 2024][fosdem24] -[fosdem]: https://fosdem.org/2023/schedule/event/reversepolishlisp/ +[fosdem23]: https://fosdem.org/2023/schedule/event/reversepolishlisp/ +[fosdem24]: https://fosdem.org/2024/schedule/event/fosdem-2024-1990-how-much-math-can-you-fit-in-700k-/ -[![Watch the video](https://img.youtube.com/vi/ea_ybeslGpA/maxresdefault.jpg)](https://www.youtube.com/watch?v=ea_ybeslGpA&list=PLz1qkflzABy-Cs1R07zGB8A9K5Yjolmlf) +[![Watch the video](https://img.youtube.com/vi/WU5Dg1mPkl8/maxresdefault.jpg)](https://www.youtube.com/watch?v=WU5Dg1mPkl8&list=PLz1qkflzABy-Cs1R07zGB8A9K5Yjolmlf) +https://www.youtube.com/watch?v=WU5Dg1mPkl8 ## Why name the project DB48X? diff --git a/doc/4-ReleaseNotes.md b/doc/4-ReleaseNotes.md index 7ca97e4f..6cfe8fb4 100644 --- a/doc/4-ReleaseNotes.md +++ b/doc/4-ReleaseNotes.md @@ -1,5 +1,23 @@ # Release notes +## Release 0.6.5 "Testimony": Small bug fixes + +This release does not contain much because FOSDEM took a lot of energy. + +## New features + +* menu: Connect `ceil` and `floor` functions +* Add real to polar conversions +* units: Add `dms` unit to angles menu + +## Bug fixes + +* decimal: Compute `ln(0.002)` correctly +* integer: Do not parse degree sign if in a complex +* units: Fix parsing of angle units +* font: Add radian glyph + + ## Release 0.6.4 "Healing": Testing and fixes This release focuses on heavy testing of the new variable-precision diff --git a/help/db48x.md b/help/db48x.md index d53aab50..e81b6d82 100644 --- a/help/db48x.md +++ b/help/db48x.md @@ -1794,6 +1794,24 @@ the corresponding unit in the units file, for example: ``` # Release notes +## Release 0.6.5 "Testimony": Small bug fixes + +This release does not contain much because FOSDEM took a lot of energy. + +## New features + +* menu: Connect `ceil` and `floor` functions +* Add real to polar conversions +* units: Add `dms` unit to angles menu + +## Bug fixes + +* decimal: Compute `ln(0.002)` correctly +* integer: Do not parse degree sign if in a complex +* units: Fix parsing of angle units +* font: Add radian glyph + + ## Release 0.6.4 "Healing": Testing and fixes This release focuses on heavy testing of the new variable-precision diff --git a/help/db50x.md b/help/db50x.md index 2581dfe0..8960c3be 100644 --- a/help/db50x.md +++ b/help/db50x.md @@ -1794,6 +1794,24 @@ the corresponding unit in the units file, for example: ``` # Release notes +## Release 0.6.5 "Testimony": Small bug fixes + +This release does not contain much because FOSDEM took a lot of energy. + +## New features + +* menu: Connect `ceil` and `floor` functions +* Add real to polar conversions +* units: Add `dms` unit to angles menu + +## Bug fixes + +* decimal: Compute `ln(0.002)` correctly +* integer: Do not parse degree sign if in a complex +* units: Fix parsing of angle units +* font: Add radian glyph + + ## Release 0.6.4 "Healing": Testing and fixes This release focuses on heavy testing of the new variable-precision diff --git a/src/dm32/qspi_crc.h b/src/dm32/qspi_crc.h index 3469932b..8a7c8546 100644 --- a/src/dm32/qspi_crc.h +++ b/src/dm32/qspi_crc.h @@ -1,4 +1,4 @@ -#define QSPI_DATA_SIZE 191052 +#define QSPI_DATA_SIZE 191436 #define QSPI_DATA_CRC 0x000cfed6 diff --git a/src/dm42/qspi_crc.h b/src/dm42/qspi_crc.h index c5663f31..6cdd8198 100644 --- a/src/dm42/qspi_crc.h +++ b/src/dm42/qspi_crc.h @@ -1,4 +1,4 @@ -#define QSPI_DATA_SIZE 190620 +#define QSPI_DATA_SIZE 191004 #define QSPI_DATA_CRC 0x000cfed6