nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description The RPi 4B supports several different RAM sizes: 1GB, 2GB, 4GB or 8GB. The current port has been written using a Pi 4B with the 4GB RAM size....
## Summary This patch fixes an issue with the read operation where sometimes the `file_read` call would return a single ASCII hex byte instead of 2 and the parsing logic...
For the `sim:nettest` target it fails. This could very easily be an issue not configuring the environment correctly, but there is no documentation in the readme about what needs to...
### Is your feature request related to a problem? Please describe. The serial port is not available for some devices (e.g., many x86_64 targets), but the network interface is available....
### Description / Steps to reproduce the issue The RN2483 with the `rn2xx3` driver hangs on read The following is the problematic part, situated in `rn2xx3_read()` ``` ret = file_read(&priv->uart,...
### Is your feature request related to a problem? Please describe. I'm starting to work on ISO-TP (ISO 15765-2) support for CAN bus in NuttX. I'd like to check if...
### Is your feature request related to a problem? Please describe. * `free` is built in utility that shows memory usage. * On platforms with large amounts of memory result...
### Description / Steps to reproduce the issue This issue occurs with the `raspberrypi-4b:sd` configuration. EMMC2 speed does not affect these results. The `sdstress` test passes, so long as I...
## Summary Following this convention will let NuttX commits to be easily parsed by standard tools: https://www.conventionalcommits.org/en/v1.0.0/ ## Impact Avoids using "[BREAKING]" in the commit title table sends a bad...
## Summary This PR introduces basic support for the T3 Gemstone O1 (t3-gem-o1) development board, including board configuration, linker scripts, and drivers for NSH. Currently only UART console is supported....