Update TODO

This commit is contained in:
Michal Moskal 2017-07-10 15:09:06 +01:00
parent d3263d8456
commit 7e8a053f3a

View File

@ -1,11 +1,12 @@
* [x] try unlink ELF file before uploading - didn't work * [x] try unlink ELF file before uploading - didn't work
* [x] implement serialPoll * [x] implement serialPoll
* [x] try some motors * [x] try some motors
* [ ] add `control.interrupt(ms, () => { ... sync function ... })` - running outside regular JS thread * [x] add `control.interrupt(ms, () => { ... sync function ... })` - running outside regular JS thread
* [ ] add `//% onlyWhenUsed` on global variable initializers * [ ] add `//% whenUsed` on global variable initializers in PXT
* [ ] parse Python field lists into offsets * [ ] fix `@PXT@:` handling for ELF in PXT
* [x] parse Python field lists into offsets
## Further down ## Further down
* [ ] have some protocol for restarting user app if it's running (flag file somewhere?) * [x] have some protocol for restarting user app if it's running (flag file somewhere?)
* [ ] display panic code on the screen * [ ] display panic code on the screen
* [ ] catch SIGSEGV and panic * [ ] catch SIGSEGV and panic