Re: tty philosophy

2021-04-30 Thread Gregory Nutt
And FYI, not exactly related to this topic but correlated: Console will always be at ttyS0, even if the UART peripheral is not 0. That is true for all architectures except for the STM32 families (all of them).  For the STM32's, that is true by default.  For example, if the console is on US

Re: tty philosophy

2021-04-30 Thread Sara da Cunha Monteiro de Souza
And FYI, not exactly related to this topic but correlated: Console will always be at ttyS0, even if the UART peripheral is not 0. Em qua., 28 de abr. de 2021 às 18:19, Gregory Nutt escreveu: > > > I am sorting out flexcom support for the SAMA5D2 as there are issues > with the arch files as wel

Re: tty philosophy

2021-04-28 Thread Gregory Nutt
I am sorting out flexcom support for the SAMA5D2 as there are issues with the arch files as well as Kconfig. In doing so, I would like to do it “right”. If flexcoms are assigned as USARTs is the correct philosophy to register them sequentially or as per flexcom port number? For example,

tty philosophy

2021-04-28 Thread Tim Hardisty
I am sorting out flexcom support for the SAMA5D2 as there are issues with the arch files as well as Kconfig. In doing so, I would like to do it “right”. If flexcoms are assigned as USARTs is the correct philosophy to register them sequentially or as per flexcom port number? For example, if (o