Release notes
- Ensure shell is a Singleton
- Support argument hints when adding commands (for "help" command) (brucemack)
- Add "> " command prompt to show shell is alive (MAY BREAK TESTS of text output)
- Unit tests build/run/PASS with Windows/Arduino IDE + Arduino Nano
- Support custom tokenizers, for example to quote text with spaces. (brucemack)
- Clean up miscellaneous warnings
examples/ArduinoTextInterface:
- Provide memory dump commands for RAM, ROM and EEPROM address spaces. Very useful for finding/removing constant strings in RAM.
- Provide memory usage info for RAM consumption (AVR architecture). Shows global, heap, stack and free memory measurements.
(for PlatformIO builds) Support changing the default buffer size with a #define. (eg321)
Run unit tests and confirm they PASS on github code push. More constistent code formatting (with astyle)
Confirm library can build for various platforms on github code push. (suggested by KiraVerSace)
Initial release