Skip to content
Commit c83da3c4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Remove minnsh configurations and support logic: up_getc() and lowinstream.

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.
parent 26560cb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment