2020-06-01 12:11:59 +02:00
|
|
|
Extensions on existing code:
|
2020-07-10 13:07:12 +02:00
|
|
|
* tmu: make interrupt handlers more elegant
|
2020-06-17 11:36:05 +02:00
|
|
|
* bopti: try to display fullscreen images with TLB access + DMA on fxcg50
|
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-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 rtc: use qdiv10 to massively improve division performance
|
2020-07-20 17:10:47 +02:00
|
|
|
* topti: let the font specify letter and word spacing
|
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
|