nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Apache NuttX is a mature, real-time embedded operating system (RTOS)

Results 714 nuttx issues
Sort by recently updated
recently updated
newest added

## Summary This patch allows user to simply select which GPIOs he wants to use and access them via /dev/gpio_a0 or similar device with standard gpio driver. By default gpio...

Adding support for software MACs such as the following would be a nice way of reducing component costs for less demanding applications: https://github.com/essele/rp2040-rmii For example, a ENC424J600 that combines both...

## Summary Most tools used for compliance and SBOM generation use SPDX identifiers. This change brings us a step closer to an easy SBOM generation. ## Impact Compliance ## Testing...

## Summary The overhead of spinlok is less than mutext (mutex need to call enter_critical section.) After this patch, `down_write_trylock` and `down_read_trylock` can be use in interrupt context. ## Impact...

## Summary Upgrade simulator config for LVGL to version v9. Limitations: 1. Should wait LVGL to release v9.0.1 to fix existing issues firstly. 2. cmake cannot handle `CONFIG_LV_TXT_BREAK_CHARS=" ,.;:-_)]}"` correctly,...

## Summary remove notify_wait in remoteproc ops, rptun implements notify_wait through rpmsg_notify_wait_cb. ## Impact simplify code logic. ## Testing tested in sim vela.

Dear NuttX community, Greetings! ## Summary This is an initial working commit for the Mizar32-A platform. It is powered by the AT32UC3A0512 microcontroller. I started with the same Microchip Studio...

Will NuttX support the STM32MP13x processor architecture?

## Summary When running an LVGL example, an exception occurred. Validating the operation of the same example in previous commits and using the bisect tool to track the problem. PR...

Previous support for AES_MODE_ECB is still not returned since PR #6920 removed it. The arch types that did support it are left waiting and the crypto test all fail.