wasefire
wasefire copied to clipboard
Sharing a USB device between applets
trafficstars
It should be possible to have multiple applets providing their own USB interfaces within the same USB device.
Design questions:
- Should there be an initial phase where applets declare their USB interfaces (for example in some
usbexported function) and then once the scheduler constructed the USB device themainfunctions of the applets are called? - What are implications if one applet is misbehaving (e.g. it trapped) on the whole USB device?
This relates to #33.