apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.6k stars 1.11k forks source link

usbnsh is not working #9872

Closed acassis closed 1 year ago

acassis commented 1 year ago

How to reproduce: $ ./tools/configure.sh stm32f4discovery:usbnsh $ make -j Flash nuttx.bin

The /dev/ttyACM0 will be created, after opening it on minicom the nsh> doesn't show up after pressing Enter three times

acassis commented 1 year ago

It was an issue on my modified apps/, so false alarm!