-
I found that the configuration system for NuttX is separated. For example, there are esp32s3-devkit:blewifi, esp32s3-devkit:psram_octal, esp32s3-devkit:smp, esp32s3-devkit:spiflash, etc. There is no o…
-
Currently there is not a simple way to save crash dump in the flash.
This information (crash dump) could be lost on systems running in the field with watchdog enabled.
Related issue: https://git…
-
is newest nuttx supoort tms570 series?
when i use buildroot as the toolchain, when i run make command, i got error info as follows:
/nuttx/staging/libfs.a(fs_munmap.o): compiled for a big endian s…
-
aio_fync_work
aio_read_work
aio_write_work
1、这几个函数操作结束后,没有使用 cb->aio_sigevent 发送信号。
2、仔细看了一下,struct aiocb *cb 结构里面没有记录线程信息,结束后也不知道谁是调用者。
对比了一下 nuttx,rtthread,两者代码很相似,看起来 rtt 的 aio 还不完善。。。
-
See https://github.com/apache/nuttx/pull/9396#issuecomment-1565913288:
The current revision of the SLIP network driver uses two buffers per SLIP interface (see https://github.com/apache/nuttx/blob/…
-
Hi, I would like to propose another directory in nuttx-apps where we can place more complicated applications and demos (e.g., apps/demos, apps/refdesign) and in the future maybe even a separate repo i…
-
Hi,
I have NuttX starting up in kernel build but it fails to load the init ELF file and as such, nothing really happens:
![image](https://github.com/apache/nuttx/assets/168458700/17494701-0d40-4…
-
Trying to test the behaviour of CLE with the new code for character position.
I tried this command:
```
nsh>echo "abcd" &
```
to write output in the background and observe the cursor position f…
-
Branch https://github.com/ros2/ros2_embedded_nuttx/tree/ccm pretends to use CCM memory following http://www.nuttx.org/doku.php?id=wiki:howtos:stm32-ccm-alloc however when reseting the board:
```
AB�D…
-
## Describe the bug
I meet the same problem as #14888 in ubuntu22.04
When running the Ubuntu setup script (Tools/setup/ubuntu.sh) on Ubuntu 22.04, the script stops running at this line:
https://gi…