TODO: Make compatible with the GFM tasklist extension
This commit is contained in:
parent
90a7d3c897
commit
e31162ae22
1 changed files with 3 additions and 3 deletions
6
TODO.md
6
TODO.md
|
@ -18,7 +18,7 @@ The TODO list helps keep track on progress towards that goal. It is not
|
||||||
## Micropython
|
## Micropython
|
||||||
|
|
||||||
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
|
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
|
||||||
* [-] Long press reset (conditional feeding of the watchdog)
|
* [ ] Long press reset (conditional feeding of the watchdog)
|
||||||
- [X] Feed dog from REPL polling loop
|
- [X] Feed dog from REPL polling loop
|
||||||
- [ ] Feed dog from a tick interrupt
|
- [ ] Feed dog from a tick interrupt
|
||||||
* [ ] Basic (WFI) power saving
|
* [ ] Basic (WFI) power saving
|
||||||
|
@ -27,8 +27,8 @@ The TODO list helps keep track on progress towards that goal. It is not
|
||||||
|
|
||||||
## WASP
|
## WASP
|
||||||
|
|
||||||
* [-] Display driver
|
* [ ] Display driver
|
||||||
- [-] Display initialization
|
- [X] Display initialization
|
||||||
- [ ] Bitmap blitting
|
- [ ] Bitmap blitting
|
||||||
- [ ] RLE coder and decoder
|
- [ ] RLE coder and decoder
|
||||||
* [ ] Backlight driver
|
* [ ] Backlight driver
|
||||||
|
|
Loading…
Reference in a new issue