wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Sharing a USB device between applets

Open ia0 opened this issue 2 years ago • 0 comments
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 usb exported function) and then once the scheduler constructed the USB device the main functions 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.

ia0 avatar Mar 23 '23 17:03 ia0