Alan C. Assis
Alan C. Assis
@royratcliffe thank you very much for your PR and sorry for delay. I missed that commit! Please fix this CI issue: ``` Warning: nuttx/arch/arm/src/imxrt/imxrt_mpuinit.c:128:6: warning: #include outside of 'Included Files'...
> > @royratcliffe could you rearrange your patch and fix the conflict? > > Thanks @xiaoxiang781216. Will do. @royratcliffe I think what Xiang was saying it to squash some these...
@royratcliffe Please fix these coding style issues: ``` Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/stm32h7/stm32_serial.c:1701:78: error: Long line found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm/stm32h7/h747ai/src/stm32_bringup.c:302:78: error: Long line found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm/stm32h7/h747ai/src/stm32_bringup.c:305:78: error: Long line found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm/stm32h7/h747ai/src/stm32_bringup.c:321:1: error: Blank...
@royratcliffe thank you for the fix. Please take a look at our git repository and look for other boards inclusion pull requests, normally a board inclusion will have 2 or...
@anjiahao1 please add a little bit more information in the commit log message. Please explain the main motivation of this modification.
@xiaoxiang781216 @anjiahao1 @davids5 @raiden00pl @patacongo is there some alternative to avoid declaring these functions inside a function? I'm afraid it is not C89 compatible.
> > @xiaoxiang781216 @anjiahao1 @davids5 @raiden00pl @patacongo is there some alternative to avoid declaring these functions inside a function? I'm afraid it is not C89 compatible. > > What do...
> dq_for_every is a new macro added in this patch: just simply forward to sq_for_every macro which expand to a for loop. Ok, now I got the idea, of each...
@pkarashchenko any idea?
@damon-yun I think the issue could be related to how to host OS is detecting NuttX CDC/ACM device. Probably you will need to use a USB Sniffer (like this one:...