Yes was hoping to get pointers to the device dependent modules
so i know which to replace .
I'll also look into microbridge but i like ioio's concept of loading
different embedded apps ... makes it very flexible.
I am not using ATtiny, the processor is at90usb1287 which has usb otg
so hopefully that should work right ?
On Nov 7, 11:23 pm, Ytai Ben-Tsvi <
yta...@gmail.com> wrote:
> You'd need to port everything (bootloader + app).
> A lot of the stuff is pure C code, so should be easy, but there's also a
> lot of device-specific code, mainly using the peripherals, USB stack and
> all the memory bookkeeping associated with the bootloader.
> You may have better luck checking out MicroBridge, which is an ADB
> implementation for Arduino.
> BTW, how are you going to handle USB? ATtiny doesn't have USB host...
>