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
|
2017-07-07 11:38:20 +02:00
|
|
|
|
|
|
|
## 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
|