nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS

Results 127 nuttx-apps issues
Sort by recently updated
recently updated
newest added

This is a top-level task to track Python related activities. Please do not remove.

Area: Interpreters

### Description / Steps to reproduce the issue for some reasons, system/popen memcpy a FILE. it seems fragile at best to me. it should not assume libc FILE implementation details....

Type: Bug

### Description / Steps to reproduce the issue When I use the LVGL demo, there is a display issue. The fb0 can be found under the device directory and the...

Type: Bug

### Description / Steps to reproduce the issue Try to compile python interpreter using ``` $ cd nuttx $ make distclean $ ./tools/configure.sh rv-virt:python $ make -j$(nproc) $ ls -l...

Type: Bug

### Description / Steps to reproduce the issue some of apps interpreters use CONFIG_INTERPRETERS_xxx. (wamr, duktape, quickjs, ...) otoh, the others use CONFIG_INTERPRETER_xxx. (lua, bas, cpython, ...) ### On which...

Type: Bug

### Description / Steps to reproduce the issue * Have Linux * Have kconfig-frontend and xtensa toolchain installed and in path. * Have a ESP32 connected to /dev/ttyUSB0 * `git...

Type: Bug

### Description / Steps to reproduce the issue To reproduce the issue: 1. Configure for the `nucleo-l452re` config: ./tools/configure.sh -E -l nucleo-l452re:nsh 2. In the `make menuconfig` enable the `USERLED`...

Type: Bug