CeDeROM
CeDeROM
### Description / Steps to reproduce the issue As reported during 12.7.0-RC0 testing: @fjpanag: > I am stuck with stm32f746g-disco:lvgl configuration on a Discovery STM32F746 board, the screen displays garbage....
### Description / Steps to reproduce the issue 1. Check the `.config` to contain `# CONFIG_NSH_DISABLE_FREE is not set`. 2. Build and flash the firmware. 3. See that `free` command...
### Description / Steps to reproduce the issue * As found in https://github.com/apache/nuttx-apps/pull/2671 the msys2 / cmake / ninja build is broken due to 8192 chars limit on command line...
Hello world :-) I did a little tweak to build out-of-the-box on FreeBSD https://github.com/DiUS/cp210x-cfg/pull/10. I would like to create a FreeBSD Port for this marvelous utility, thus my humble request...
* FreeBSD has its own internal LibUSB implementation, update build parameters. * Would it be possible to create a release after merge? I would like to create a FreeBSD Port...
Hello world :-) I am using ModbusSniffer git master (installs as 1.0.3) on FreeBSD 14.2 AMD64 with Python 3.11 and pymodbus-3.8.1. Running `modbus_sniffer` fails with: ``` (venv3.11embedded) modbus_sniffer --help Traceback...
Hello world :-) I am using ModbusSniffer git master (installs as 1.0.3) on FreeBSD 14.2 AMD64 with Python 3.11 and pymodbus-3.8.1. Tools does not seem to work, for instance: ```...
This is a the top-level task to track the (online) documentation and website related tasks. Please to not close.
Hello world :-) * Many different devkits have USB-TO-UART chips with the same VID:PID, Name, SN identificators. * Build test farms (i.e. NuttX RTOS) that have many devkits connected via...
## Summary * Recurrency is removed from filesystem directory rename. * Fixes use after free in buffer that was used as output and argument. * Patch provided by @richyliu. ##...