Go to file
prozessorkern d7962a54dc added busy mode and test
a command can now return SHELLMATTA_BUSY
This will be passed back to the caller of processData
afterwards the instance has to be called with the same parameters
The shellmatta will then just call the busy command until it finishes
as soon as the command returns != SHELLMATTA_BUSY the instance will continue processing the rest of the input data
2020-03-28 11:26:50 +01:00
.vscode fix #43 added a config interface to change the newline character expected 2020-03-27 18:35:07 +01:00
api added busy mode and test 2020-03-28 11:26:50 +01:00
cfg/doxygen changed doxygile location 2019-12-05 21:29:48 +01:00
example fix #43 added a config interface to change the newline character expected 2020-03-27 18:35:07 +01:00
src added busy mode and test 2020-03-28 11:26:50 +01:00
test added busy mode and test 2020-03-28 11:26:50 +01:00
.gitignore added makefile to build an example, the documentation and the tests. Startet implementing Tests. 2019-06-25 23:37:13 +02:00
LICENSE.md Finished first Version 2019-06-23 22:17:15 +02:00
README.md Initial commit 2019-06-10 17:04:24 +02:00
makefile added busy mode and test 2020-03-28 11:26:50 +01:00

README.md

shellmatta

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