Skip to content

Releases: philj404/SimpleSerialShell

1.0 Stable code

Choose a tag to compare

@philj404 philj404 released this 10 Jan 17:35
14b80b0

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

Full Changelog: 0.9.2...1.0.0

bugfix/example

Choose a tag to compare

@philj404 philj404 released this 02 Mar 00:39
8d593d1

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

Choose a tag to compare

@philj404 philj404 released this 20 Jan 22:55

Ensure there is exactly one instance of the shell.

This makes it harder to use the library incorrectly.

help hints/command prompt

Choose a tag to compare

@philj404 philj404 released this 16 Jan 21:43
6118c0c

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

custom tokenizers

Choose a tag to compare

@philj404 philj404 released this 03 Jan 19:36
967ff36

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

Choose a tag to compare

@philj404 philj404 released this 17 Jul 17:56
bcb27f8

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

adjustable buffer size

Choose a tag to compare

@philj404 philj404 released this 16 Feb 21:03

Allows adjustment of buffer size within the PlatformIO environment.

CI unit tests

Choose a tag to compare

@philj404 philj404 released this 22 Nov 18:57
a67a60c

Confirm unit tests pass on code push

continuous integration

Choose a tag to compare

@philj404 philj404 released this 21 Oct 05:15
4cb5554

Confirm builds will succeed on various platforms

Initial release

Choose a tag to compare

@philj404 philj404 released this 26 May 23:19

First library release