Ripes icon indicating copy to clipboard operation
Ripes copied to clipboard

[External Peripherals][Tracker] Support IPC-based external peripherals

Open mortbopet opened this issue 4 years ago • 0 comments

This is a tracking commit for implementing support for IPC-based external peripherals. The idea behind this is to be able to define and implement protocols for:

  1. Runtime handling of memory-mapped read/writes across a network connection to an external peripheral server.
  2. Device discoverability, to provide symbols from an external peripheral to the Ripes assembler

The functionality will be developed on the following branch: https://github.com/mortbopet/Ripes/tree/external_io

  • [ ] #162
  • [ ] #163
  • [ ] #164

mortbopet avatar Oct 26 '21 20:10 mortbopet