foxsi / foxsi-4matter

Code for FOXSI-4 formatter.
https://foxsi.umn.edu/
1 stars 3 forks source link

Integrate `UARTPort` #42

Closed thanasipantazides closed 11 months ago

thanasipantazides commented 1 year ago

Status

There is a lovely UART interface here. It needs to be integrated in the flight software.

There are two other places UART-related work is done in the code.

  1. A UART object holds limited, runtime-constant configuration data on the UART link.
  2. TransportLayerMachine manages all the network operations onboard (Ethernet-to-Ethernet communication, Ethernet-to-buffer, SpaceWire-to-buffer, etc). This class will need to expose the UART interface implemented in UARTPort.

Todo