-
Notifications
You must be signed in to change notification settings - Fork 12
To do List
moizumi99 edited this page Feb 26, 2017
·
7 revisions
- Currently, tview does not accept any option. Error may be coming from memory <= fixed (Feb 19, 2017)
- control2 is removed
- Need to fix clock divider
- Currently, 0 is interpreted as decimal. Need to fix.
- Current implementation of 32KB of 0s. Remove it.
- Current implementation assumes the code start from 0x80008000. Make it closer to 0x8000000.
- Current implementation is bare minimum. It may not work with other SDCARD formatted differently
- Support FAT32 <= done
- Current memory map is decided without much consideration. Need to improve
- support jpeg
- Convert the original NASM to C or ARM assembler
- Original Haribote allows a user to specify stack size, but this version has fixed stack size of 1MB
- Either allow the user to specify the stack size, or make it automatically grow