-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
21 lines (12 loc) · 919 Bytes
/
TODO.txt
File metadata and controls
21 lines (12 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* should add a boot that contains 2 routine, one for PC, another for embeded device. and the boot is not just supporting some normal
features, such as upgrading firware, booting system. it can even upgrade itself, backup itself, app, or any specified memory area.
* should add a universal(not NAND-FLASH) FLASH-driver, it can read, write, erase any FLASH memory chip, and provides many
configurations for user.
* should add an arg enter routine. in other words, a shell
* should add FFT, IIR filters(and many others like that).
* should add software simulation SPI, IIC.
* should add a NAND-FLASH FTL.
* should add a malloc implementation.
* should add a button routine contains button long press, short press, double click and treble click detaction.
* should add an input mathod that support chinese and english input.
* should add a log component, which can be ported to any RTOS or bare-metal routine.