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
Hello! I am trying to run the timer example following the steps provided here: https://nuttx.apache.org/docs/latest/components/drivers/character/timer.html The few things that I do that I do not see in the steps, is...
``` Description: If you enable the NSH network monitor (CONFIG_NSH_NETINIT_MONITOR) then the NSH 'ifdown' command is broken. Doing 'nsh> ifconfig eth0' will, indeed, bring the network down. However, the network...
When compiling LTP there are missing symbols because the Make.dep file is being built incorrectly. For example see these entries that are all overriding each other: ``` ❯ grep "12-1\.home"...
``` Description: The redirection test (part of examples/pipe) terminates incorrectly on the Cygwin-based simulation platform (but works fine on the Linux-based simulation platform). Status: Open Priority: Low ```
``` Description: The font caching logic in examples/nx is incomplete. Fonts are added to the cache, but never removed. When the cache is full it stops rendering. This is not...
``` Description: examples/nxtext. Artifacts when the pop-up window is opened. There are some artifacts that appear in the upper left hand corner. These seems to be related to window creation....
(This issue was reported by user @klmchp at incubator-nuttx repository) Error message as shown below when enabled MB_ASCII_MASTER: mb_m.c: In function 'eMBMasterInit': mb_m.c:176:33: error: 'eMBMasterASCIIStart' undeclared (first use in this...
## Summary make/archive: replace the dependency to preprequisite list Change-Id: I3c3f9354cedb9f4f69c66698cd7556f1de95c660 Signed-off-by: chao.an ## Impact N/A ## Testing N/A
For example: _Originally posted by @btashton in https://github.com/apache/incubator-nuttx-apps/pull/431#r507473847_
netutils/ftpc/ftpc_connect.c uses internal OS wdog timer functions wd_start(), wd_cancel(), etc. This is aviolation of the portable POSIX OS interface. wd_start(0 is not an application accessible interface. It is only for...