Ripes
Ripes copied to clipboard
[External Peripherals][Tracker] Support IPC-based external peripherals
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:
- Runtime handling of memory-mapped read/writes across a network connection to an external peripheral server.
- 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