Skip to content

Releases: philj404/SimpleSerialShell

1.0 Stable code

10 Jan 17:35
14b80b0

Choose a tag to compare

Mark the library v1.0 to indicate it is pretty stable at this point.

Full Changelog: 0.9.2...1.0.0

bugfix/example

02 Mar 00:39
8d593d1

Choose a tag to compare

bugfix #28, example update to go with show-and-tell discussion #27

What's Changed

Full Changelog: 0.9.1...0.9.2

shell is a Singleton

20 Jan 22:55

Choose a tag to compare

Ensure there is exactly one instance of the shell.

This makes it harder to use the library incorrectly.

help hints/command prompt

16 Jan 21:43
6118c0c

Choose a tag to compare

Added command prompt
Added a way to hint what arguments to use for a command for "help"

custom tokenizers

03 Jan 19:36
967ff36

Choose a tag to compare

Allows replacing default strtok_r() calls with a custom tokenizer. A new tokenizer may support more complex "quoted string" arguments, for example.

memory usage example

17 Jul 17:56
bcb27f8

Choose a tag to compare

Cleans up warnings in examples.
examples/ArduinoTextInterface can examine memory contents and measure memory usage (free memory, heap size etc)

adjustable buffer size

16 Feb 21:03

Choose a tag to compare

Allows adjustment of buffer size within the PlatformIO environment.

CI unit tests

22 Nov 18:57
a67a60c

Choose a tag to compare

Confirm unit tests pass on code push

continuous integration

21 Oct 05:15
4cb5554

Choose a tag to compare

Confirm builds will succeed on various platforms

Initial release

26 May 23:19

Choose a tag to compare

First library release