soc-hub-fi / headsail-vp

Headsail — Virtual Platform
0 stars 3 forks source link

Rename bsp::uart as bsp::apb_uart #61

Closed hegza closed 3 months ago

hegza commented 3 months ago

... to disambiguate from sysctrl::uart. Make it clear to any user that apb_uart0 and apb_uart1 are the top-level, shared UARTs.

hegza commented 3 months ago

@vilukissa68 Can you think of anything that might break as a result of this? Feel free to merge if you think this is non-breaking.