From 00ec9c510fb6dc650eb024151048623bc08d3701 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Sat, 15 Jul 2017 22:32:43 +0200 Subject: [PATCH] Update TODO --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 33b1c642..b903b24a 100644 --- a/TODO.md +++ b/TODO.md @@ -3,10 +3,10 @@ * [x] try some motors * [x] add `control.interrupt(ms, () => { ... sync function ... })` - running outside regular JS thread * [x] add `//% whenUsed` on global variable initializers in PXT -* [ ] fix `@PXT@:` handling for ELF in PXT +* [x] fix `@PXT@:` handling for ELF in PXT * [x] parse Python field lists into offsets ## Further down * [x] have some protocol for restarting user app if it's running (flag file somewhere?) -* [ ] display panic code on the screen +* [x] display panic code on the screen * [ ] catch SIGSEGV and panic