Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

Implements a simple unix-like shell for embedded systems with a pluggable command architecture.

History

trying wildcards still. default tip

2018-12-31, by shimniok [Mon, 31 Dec 2018 23:34:17 +0000] rev 35

trying wildcards still.


implemented dirname

2018-12-28, by shimniok [Fri, 28 Dec 2018 20:34:58 +0000] rev 34

implemented dirname


refactor basename to use strrchr()

2018-12-28, by shimniok [Fri, 28 Dec 2018 20:08:22 +0000] rev 33

refactor basename to use strrchr()


try out wildcard file match for rm

2018-12-28, by shimniok [Fri, 28 Dec 2018 19:54:48 +0000] rev 32

try out wildcard file match for rm


began wildcard implementation

2018-12-28, by shimniok [Fri, 28 Dec 2018 17:10:31 +0000] rev 31

began wildcard implementation


Fixed bug: too many command args causes crash

2018-12-27, by shimniok [Thu, 27 Dec 2018 15:50:34 +0000] rev 30

Fixed bug: too many command args causes crash


implemented home dir, and cd w/o args sets cwd to home

2018-12-26, by shimniok [Wed, 26 Dec 2018 15:56:05 +0000] rev 29

implemented home dir, and cd w/o args sets cwd to home


added complete path canonicalization

2018-12-26, by shimniok [Wed, 26 Dec 2018 15:51:42 +0000] rev 28

added complete path canonicalization


Fix typedef docs

2018-12-24, by shimniok [Mon, 24 Dec 2018 20:15:29 +0000] rev 27

Fix typedef docs


Updated documentation

2018-12-24, by shimniok [Mon, 24 Dec 2018 20:14:12 +0000] rev 26

Updated documentation