pxt-ev3/TODO.md

13 lines
534 B
Markdown
Raw Permalink 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-10 16:09:06 +02:00
* [x] add `control.interrupt(ms, () => { ... sync function ... })` - running outside regular JS thread
2017-07-10 22:37:29 +02:00
* [x] add `//% whenUsed` on global variable initializers in PXT
2017-07-15 22:32:43 +02:00
* [x] fix `@PXT@:` handling for ELF in PXT
2017-07-10 16:09:06 +02:00
* [x] parse Python field lists into offsets
## Further down
2017-07-10 16:09:06 +02:00
* [x] have some protocol for restarting user app if it's running (flag file somewhere?)
2017-07-15 22:32:43 +02:00
* [x] display panic code on the screen
2017-07-10 16:09:06 +02:00
* [ ] catch SIGSEGV and panic