ghaerr commented on issue #18566: URL: https://github.com/apache/nuttx/issues/18566#issuecomment-4781870520
Hello @Acfboy, I'm sorry you got stuck for three afternoons on this, but I must say, you're a hell of debugger and doing fantastic job! I'm very glad you're working on this project. I can see how one must be very careful with the differences between MWPIXELVAL (or MWCOLORVAL) and MWPIXELVALHW. Sometimes in these cases it might be nice to force the compiler to let us know when an assignment truncates a value. I agree with your analysis, shall I push a commit to fix `defined(ELKS)`? It turns out that \_\_AS386_16__ is deprecated in its use for ELKS so the line will become just `#if ELKS`. > t this point, the thread in NuttX that handles USB input has a lower priority than our application by default, so it never gets the CPU, Out of curiosity, why is that? How does NuttX know whether Microwindows is in `select()`, or is the process priority changed in some other fashion? Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
