prozessorkern 5e84f1b022 added continuous mode support fix #3
If a command returns SHELLMATTA_CONTINUE all received data is passed to this command until it returns != SHELLMATTA_CONTINUE or a cancel is received
The data is passed stdin like and can be read byte by byte vie shellmatta_read
The stdin buffer is overwritten witch each new char
2020-03-22 21:27:18 +01:00
2020-03-22 18:57:31 +01:00
2020-03-22 21:27:18 +01:00
2019-12-05 21:29:48 +01:00
2020-03-22 21:27:18 +01:00
2019-06-23 22:17:15 +02:00
2020-03-22 18:57:31 +01:00
2019-06-10 17:04:24 +02:00

shellmatta

A tiny and flexible shell implementation to be used on embedded devices.

Description
Languages
C++ 59.3%
C 40.1%
Makefile 0.6%