nuttx-apps
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
This is a top-level task to track Python related activities. Please do not remove.
### 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....
### 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...
### 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...
### 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...
### 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...
### 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`...