pxt-ev3/TODO.md

11 lines
487 B
Markdown
Raw Normal View History

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