lowRISC / sonata-system

A full micro-controller system utilizing the CHERIoT Ibex core, part of the Sunburst project funded by UKRI
Apache License 2.0
24 stars 15 forks source link

Dual UART #65

Closed alees24 closed 4 months ago

alees24 commented 4 months ago

Implement and test a second UART.

marnovandermaas commented 4 months ago

I think we should hold off on adding a second UART because the RTOS does not have support for it.

HU90m commented 4 months ago

I think we should hold off on adding a second UART because the RTOS does not have support for it.

I'm not sure about support and how easily it can be used in the RTOS, but the demo doesn't need it so I think this is a good call

davidchisnall commented 4 months ago

Adding support in the RTOS is absolutely trivial and would make the compartmentalisation demo nicer.

davidchisnall commented 4 months ago

(The only change needed to the RTOS is to add it to the board description JSON)