c83da3c48f
This was an interesting exercise to see just how small you could get NuttX, but otherwise it was not useful: (1) the NSH code violated the OS interface layer by callup up_getc and up_putc directly, and (2) while waiting for character input, NSH would call up_getc() which would hog all of the CPU. NOt a reasonably solution other than as a proof of concept. |
||
---|---|---|
.. | ||
libapps.uvproj | ||
libarch.uvproj | ||
libbinfmt.uvproj | ||
libboard.uvproj | ||
libc.uvproj | ||
libcxx.uvproj | ||
libdrivers.uvproj | ||
libfs.uvproj | ||
libgraphics.uvproj | ||
libmm.uvproj | ||
libnx.uvproj | ||
libsched.uvproj | ||
nuttx_main.uvproj | ||
nuttx.uvmpw | ||
README.txt |
README ====== These projects are generated by nuttx/tools/ide_exporter.py with configuration stm32f429i-disco/ltcd. You need you need to rebuild this configuration first time to make sure some auto-generated files are generated correctly before using the IDE