Well, since logging is a firmware-development-time feature, and since I often need it to function without having the USB working (e.g. when debugging the USB stack itself) I don't think I'll spend any time making this feature too fancy. Another really handy tool that I'm using for firmware development is a shell environment which presents a console to a host PC. Together with the device bootloader, this is a really awesome framework for developing drivers and other pieces of logic, which can later be integrated into the IOIO firmware as soon as they are complete. I haven't yet gotten permission from the original developer of the shell code to share it, but he's working on making that happen.
On Sat, Jan 11, 2014 at 12:40 PM, Johny Johansen <[email protected]> wrote: > Second thought on the timestamping. This is probably quite OK to add on >> the Android side, will probably have sufficient resolution for most >> purposes. There will be some jitter of course, but for logging purposes >> this is probably not a big issue. >> > -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/groups/opt_out.
