nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description I'm trying to use an SD Card with NXP IMXRT1176-EVKB board, i checked the pins for the USDHC and the card is communicating, so no electrical or signal...
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary I've found that while working on the custom board initial platform bringup it's a kind of: - make menuconfig - make savedefconfig...
README.txt from boards have been moved to Documentation and (almost all) included in rst files. Some were migrated to rst, but many remained in txt format. This problem is mentioned...
## Summary Add support for RP2350 RISC-V cores, Add Pico 2 board. ### Naming ``` Chip name : rp23xx-rv Board name : raspberrypi-pico-2-rv Arch : risc-v ``` ### Changes from...
### Description / Steps to reproduce the issue This is a corrected continuation of https://github.com/apache/nuttx/issues/16139 And also happening on the nuttx-app side https://github.com/apache/nuttx-apps/issues/3063 And possible links to all the RP23xx...
### Is your feature request related to a problem? Please describe. RT ### Describe the solution you'd like During my recent research on STM32H7 + SDMMC, I identified several design...
### Description / Steps to reproduce the issue Returned Value: * External port number on success; 0 on failure In some cases,when the return value is 0, it may indicate...
## Summary * Recurrency is removed from filesystem directory rename. * Fixes use after free in buffer that was used as output and argument. * Patch provided by @richyliu. ##...
## Summary A simple tool that convert arch/board makefiles to cmake files. Tested with stm32, don't know if it'll work with other architectures. It's a really dumb not finished tool...
Hello, I'm attempting to get Nuttx up and running with LVGL on the ESP32S3 TTGO T-Display S3. ([product link](https://github.com/Xinyuan-LilyGO/T-Display-S3)). As far as I'm aware there isn't currently a configuration supplied...