What about the framebuffer it still uses minor and major's?
On Wed, Dec 25, 2019 at 3:20 PM Niteesh wrote:
> Just to make sure I am going in the right track.
> I moved the uart register definitions to bsp/usart.h into a struct of
> uint32_t called usart0_regs
> here is git diff of usart.c after
Just to make sure I am going in the right track.
I moved the uart register definitions to bsp/usart.h into a struct of
uint32_t called usart0_regs
here is git diff of usart.c after changing it to the latest console
interface.
diff --git a/bsps/arm/raspberrypi/console/usart.c
b/bsps/arm/raspberrypi