2019-03-06 14:32:51 +01:00
|
|
|
Crucial, missing things.
|
|
|
|
! core: the four basic memory functions
|
2019-09-03 22:15:00 +02:00
|
|
|
! core: gint_switch() with driver contexts on stack and arbitrary code
|
|
|
|
! core: use gint_switch() to handle TLB misses
|
2020-05-10 14:03:41 +02:00
|
|
|
! core: return to menu on fxcg50
|
2019-07-17 00:34:10 +02:00
|
|
|
! bopti: fxcg50 version
|
|
|
|
! syscalls: fxcg50 BFile calls
|
2019-03-06 14:32:51 +01:00
|
|
|
|
|
|
|
Tests to run.
|
2019-07-17 00:34:10 +02:00
|
|
|
* core: run the alignment/size automated tests for memory functions
|
2020-02-23 15:49:55 +01:00
|
|
|
|
|
|
|
Issues.
|
|
|
|
* #3 make drawing functions parameterized
|
|
|
|
* #5 add decent random number generation (TinyMT)
|
|
|
|
* #8 support fx-CG Manager
|
|
|
|
* #10 support fx-CG 20
|
2019-03-06 14:32:51 +01:00
|
|
|
|
2019-07-18 01:29:12 +02:00
|
|
|
Complementary elements on existing code.
|
2020-05-10 14:03:41 +02:00
|
|
|
* gray: double-buffer gray settings and unify d* with g*
|
|
|
|
* display: deprecate image_t and rename it bopti_image_t
|
2019-11-15 13:31:44 +01:00
|
|
|
* make fx9860g projects work out of the box on fxcg50
|
2019-09-13 08:10:30 +02:00
|
|
|
* topti: support unicode fonts
|
2019-09-03 22:15:00 +02:00
|
|
|
* gray: find good values for more models than the Graph 35+E II
|
2019-09-04 14:44:48 +02:00
|
|
|
* dma: maybe relax the 4-byte size constraint for dma_memset()
|
2020-02-23 15:49:55 +01:00
|
|
|
* dma: fx9860g support (need to switch it on)
|
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
|
|
|
|
* keyboard: think of extended functions
|
|
|
|
* cpg: spread spectrum on fxcg50
|
2019-03-06 14:32:51 +01:00
|
|
|
* display: use more of topti's assembler in drect()
|
|
|
|
* core: use cmp/str for memchr()
|
2019-07-17 00:34:10 +02:00
|
|
|
* timer: try putting addresses in <gint/mpu/tmu.h>
|
|
|
|
* r61524: brightness control and clean the file
|
2019-07-20 18:31:46 +02:00
|
|
|
* t6k11: check if dupdate() can be done by the DMA
|
2019-03-06 14:32:51 +01:00
|
|
|
|
|
|
|
Keep in mind.
|
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
|
2019-03-06 14:32:51 +01:00
|
|
|
* prizm: don't hardcode stack address in fxcg50.ld
|
|
|
|
* prizm: detect P1 static RAM (stack) in TLB
|
2020-02-23 15:49:55 +01:00
|
|
|
* core rtc: use qdiv10 to massively improve division performance
|
2019-03-06 14:32:51 +01:00
|
|
|
* setjmp: more registers may need to be saved
|
|
|
|
* core: free heap when a task-switch results in leaving the app
|
|
|
|
* core: save and restore interrupt masks
|
|
|
|
* timer: make sure ETMU interrupts are disabled in ctx_restore()
|
2019-07-20 18:31:46 +02:00
|
|
|
* timer: look for ways to improve the code again
|
2019-03-06 14:32:51 +01:00
|
|
|
* core: document the SH7305 PFC in <gint/mpu/pfc.h>
|
|
|
|
|
|
|
|
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
|
|
|
|
* Audio playback using Martin Poupe's method
|
|
|
|
* Serial communication [SCIF] [SCIFA]
|
|
|
|
* USB communication [USB]
|