Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Right now the only way to exit the shell is if stdin is closed. This works on native, but on an embedded platform stdin is the uart and thus is never closed. This patch causes the shell loop to exit on EOT (ASCII 0x04 / ctrl-D), also called "End-of-Transmission".
- Loading branch information