From e610a9ec2059c74d155e82536a68b2a3214ea839 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 5 Jul 2011 08:28:20 -0300 Subject: [PATCH] TODO: removed EPERM, added usb_read_bulk vs. signal, toolchain, DFU on U1010 --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index c1dae89..f265e78 100644 --- a/TODO +++ b/TODO @@ -40,7 +40,14 @@ Current stuff - write GETTING-STARTED similar to what we had for gta02-core -- properly report EPERM if not running as root +- find out why "make dfu" doesn't work on my u1010 + +- make tools interruptible (^C) again when using atusb (the new + interrupt code removed the timeout and usb_bulk_read seems to simply + ignore signals) + +- update OpenWrt cross-toolchain and check build. Also check if + SDL_gfx is now available. *** EVERYTHING BELOW NEEDS UPDATING ***