2020-06-01 12:11:59 +02:00
|
|
|
For the 2.1.0 release:
|
|
|
|
* bopti: remove the deprecated image_t definition
|
2020-05-10 16:36:21 +02:00
|
|
|
* project: remove the compat branch
|
|
|
|
|
2020-06-01 12:11:59 +02:00
|
|
|
Issues:
|
2020-02-23 15:49:55 +01:00
|
|
|
* #10 support fx-CG 20
|
2019-03-06 14:32:51 +01:00
|
|
|
|
2020-06-01 12:11:59 +02:00
|
|
|
Extensions on existing code:
|
2020-06-17 11:36:05 +02:00
|
|
|
* bopti: try to display fullscreen images with TLB access + DMA on fxcg50
|
2020-05-10 14:03:41 +02:00
|
|
|
* gray: double-buffer gray settings and unify d* with g*
|
2019-09-13 08:10:30 +02:00
|
|
|
* topti: support unicode fonts
|
2020-05-10 16:36:21 +02:00
|
|
|
* dma: fx9860g support (need to switch it on and update the Makefile)
|
2019-09-19 15:59:38 +02:00
|
|
|
* core: try to leave add-in without reset in case of panic
|
2019-07-17 00:34:10 +02:00
|
|
|
* hardware: fill in the HWMEM_FITTLB flag
|
|
|
|
* cpg: spread spectrum on fxcg50
|
2019-03-06 14:32:51 +01:00
|
|
|
* core: use cmp/str for memchr()
|
2019-07-17 00:34:10 +02:00
|
|
|
* r61524: brightness control and clean the file
|
2020-06-01 12:11:59 +02:00
|
|
|
* core: review forgotten globals and MPU addresses not in <gint/mpu/*.h>
|
2020-02-23 15:49:55 +01:00
|
|
|
* build: make the build system simpler (two targets are enough by default)
|
2019-07-20 18:31:46 +02:00
|
|
|
* core: run destructors when a task-switch results in leaving the app
|
2020-02-23 15:49:55 +01:00
|
|
|
* core: invoke main menu instead of returning after main() ends
|
|
|
|
* core rtc: use qdiv10 to massively improve division performance
|
2019-03-06 14:32:51 +01:00
|
|
|
|
|
|
|
Future directions.
|
2019-07-17 00:34:10 +02:00
|
|
|
* A complete file system abstraction
|
2019-03-06 14:32:51 +01:00
|
|
|
* Integrate overclock management
|
2020-06-01 12:11:59 +02:00
|
|
|
* Audio playback using TSWilliamson's libsnd method
|
|
|
|
* Serial communication
|
|
|
|
* USB communication, using Yatis' reverse-engineering of the module
|
2020-05-10 16:36:21 +02:00
|
|
|
* Make fx9860g projects work out of the box on fxcg50
|
2020-06-14 11:01:27 +02:00
|
|
|
* Use the DSP to enhance parallel computation
|