CEmu icon indicating copy to clipboard operation
CEmu copied to clipboard

USB emulation

Open mateoconlechuga opened this issue 9 years ago • 6 comments

Ths needs to be fIxd so i can calculate the os!!1111!!!1

mateoconlechuga avatar Feb 18 '16 04:02 mateoconlechuga

For those wondering, jacobly's branch with an initial work on USB things is here: https://github.com/CE-Programming/CEmu/tree/usb (it probably needs rebasing :P)

adriweb avatar Sep 17 '16 10:09 adriweb

CEmu can now successfully transfer the following packets (TiLP ready request):

host -> calc  000000040100000400
host <- calc  0000000402000003FF
host -> calc  00000010040000000A0001000300010000000007D0
host <- calc  0000000205E000
host <- calc  0000000A04000000040012000007D0

so now, it should just be a matter of implementing the protocol.

jacobly0 avatar Dec 30 '16 05:12 jacobly0

Almost exactly 3 years later, we'll also need this to claculate some Python :D

adriweb avatar Mar 26 '19 14:03 adriweb

claculations have been worked on more by @jacobly: DUSB host->calc transfers of variables/apps/OSes are implemented and working :)

adriweb avatar May 17 '20 00:05 adriweb

Remaining tasks: implement calc->host transfers. But is that really blocking the merge of the USB branch? Doesn't seem that critical for me...

adriweb avatar Sep 07 '20 17:09 adriweb

Merge is fine, but for release it will need to be there :P

mateoconlechuga avatar Sep 07 '20 17:09 mateoconlechuga