Results 627 comments of Alan C. Assis

@simbit18 how to add "ans" do the .codespellrc ? It is failing this PR because the SIM Documentation has "ans init"

> Hi @acassis, if I'm not mistaken, the line should be added to this file https://github.com/apache/nuttx/blob/master/.codespell-ignore-lines Thank you @simbit18

@VitalyS83 Application code cannot call spi_register() directly, it is a violation of POSIX abstraction. You need to create an SPI driver on NuttX kernel and your application will open the...

@VitalyS83 code inside nuttx/boards/ runs in kernel mode, not userspace. The board bring-up needs to be done by kernel, userspace cannot "see" the low level implementatation, otherwise your application will...

> you can't disable signals under POSIX. As much as I like this change and minimizing the footprint of NuttX, this change is against INVIOLABLES.md and it certainly can't be...

> > > you can't disable signals under POSIX. As much as I like this change and minimizing the footprint of NuttX, this change is against INVIOLABLES.md and it certainly...

> POSIX PSE5x configuration from Kconfig is not so easy. Here is a summary of the functionality required by POSIX subprofiles: https://nuttx.apache.org/docs/latest/standards/posix.html > > > Actually we need to understand...

> > > When signals are disabled, the related POSIX APIs—including sleep, usleep, kill, pkill, and pthread—will be disabled as well. > > > > > > It's too limit...

@bskdany to speed up your bisect process you can just use some old release, like 12.0 and then if it fails you move to 12.6 (do a binary search with...

> [@bskdany](https://github.com/bskdany) to speed up your bisect process you can just use some old release, like 12.0 and then if it fails you move to 12.6 (do a binary search...