Daniel Byshkin
Daniel Byshkin
### Description / Steps to reproduce the issue The w5500-evb-pico appears offline after flashing config usbnsh starting with commit `1fe07d0838084016b47aeb4650dfec29590f45be` which is related to pr #15285 ## Steps to riproduce:...
### Is your feature request related to a problem? Please describe. It's fairly hard to find discussions and solutions to problems that others had had with nuttx. ### Describe the...
### Description / Steps to reproduce the issue The filesystem fails to initialize when SCHED_TICKLESS is enabled. Would love some direction to debug such issue. Logs: ``` nx_mount: found procfs...
### 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,...
### Description / Steps to reproduce the issue Default configuration with `DEBUG_UORB` set to false ``` nsh> uorb_listener Monitor objects num:1 object_name:sensor_baro, object_instance:0 ``` Setting `DEBUG_UORB` to true ``` nsh>...
### Description / Steps to reproduce the issue `uorb_listener` has a `-T` (top) flag that should report real time information about topics such as frequency, queue size etc Running `uorb_listener`...