Results 627 comments of Alan C. Assis

Hi @ken-hutchinson, is it possible to you share your code? This way more people could analyze and help to test. I see that NuttX has some support to 802.1Q, but...

@Meissi-jian please take a look at @wengzhe comments

@szafonimateusz-mi did you try disabling priority inheritance? Does it fix the issue?

Hi @dirksavage88 please fix this long line: ``` /* Pick ttys1/ttys2. This could be one of UART2-12. It can't be UART1 because that ```

@dirksavage88 you can use USBNSH as console (I just noticed that there is not usbnsh board profile example to teensy-4.x board or any imxrt board, arggg!). If you have an...

@kisvegabor you are right, these are very ambitious advanced steps, but if we want to have a real distro where people can install and remove packages, we will need some...

@raiden00pl @xiaoxiang781216 @linguini1 what is we define the type of sensor data to be float when !DEFAULT_SMALL and int when DEFAULT_SMALL (assuming that uORB will not be used on DEFAULT_SMALL)...

> > [@raiden00pl](https://github.com/raiden00pl) [@xiaoxiang781216](https://github.com/xiaoxiang781216) [@linguini1](https://github.com/linguini1) what is we define the type of sensor data to be float when !DEFAULT_SMALL and int when DEFAULT_SMALL (assuming that uORB will not be used...

> But that is still a problem? Now we have two different sensor driver frameworks to maintain on NuttX. Like [@raiden00pl](https://github.com/raiden00pl) mentioned, "uORB" devices can still be interacted with as...