nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary This commit adds support to WS2812 on stm32f401rc-rs485 boards. ## Impact This change impacts only stm32f401rc-rs485 board, adding the possibility of using an addressable LED compatible with WS2812....
## Summary drivers/analog/Kconfig drivers/can/Kconfig Remove spaces from Kconfig files Add TABs ## Impact none ## Testing
## Summary LD: nuttx Memory region Used Size Region Size %age Used flash: 284272 B 512 KB 54.22% sram1: 13296 B 2 MB 0.63% sram2: 0 GB 2 MB 0.00%...
## Summary Separate the code that follows the BSD license into independent files. ## Impact newlibc string ## Testing qemu v7a
## Summary Currently up_ndelay & up_udelay are completely broken; they always sleep very long time (at least to the end of currently ongoing tick), due to the current time is...
### Description / Steps to reproduce the issue There is a serious issue with the current asynchronous signal delivery system; it will forcibly make another CPU resume code at places...
### Description / Steps to reproduce the issue try building esp32s3-devkit:knsh on macOS. it uses kconfig-merge, which internally uses `cp -T`, which is not available for non-gnu cp. https://bitbucket.org/nuttx/tools/src/9484147c12d051014f854852d59c21d75a9616bd/kconfig-frontends/utils/kconfig-merge#lines-135 ###...
LF to CRLF has been converted in syslog framework *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary rm LF to CRLF convertion ## Impact syslog ## Testing selftest
## Summary now the lc_path of the client will not be the same as that of the server. therefore, accept->peer = NULL will not be set when the client release...
Hi All: We have [an ultimatum](https://lists.apache.org/thread/2yzv1fdf9y6pdkg11j9b4b93grb2bn0q) to reduce (drastically) our usage of GitHub Actions. Or our Continuous Integration will halt totally in Two Weeks. Here's what I'll implement within 24...