Skip to content

Releases: funbiscuit/embedded-cli

embedded-cli v0.1.4

18 Jan 17:10
ffa8014
Compare
Choose a tag to compare

What's Changed

  • Added cursor support (with left / right keypress) (#45)
  • Added help output by providing -h or --help option (#37)
  • Added library.json for platformio build system (#44)
  • Added example for Linux (#41)

embedded-cli v0.1.3

13 Jul 08:04
Compare
Choose a tag to compare

What's Changed

  • Added option to configure invitation char
  • Added stm32 example
  • Added clang support

embedded-cli v0.1.2

03 Nov 18:09
Compare
Choose a tag to compare

What's Changed

  • Fixed possible multiple definitions when using single header file

embedded-cli v0.1.1

30 Jun 17:48
4ba7596
Compare
Choose a tag to compare

What's Changed

  • Live autocompletion is now optional (enabled by default).
    If live autocompletion is disabled you can still complete your command via Tab key

embedded-cli v0.1.0

12 Apr 19:53
Compare
Choose a tag to compare

Initial release

  • Dynamic or static allocation
  • Configurable memory usage
  • Command-to-function binding with arguments support
  • Live autocompletion
  • Tab (jump to end of current autocompletion) and backspace (remove char) support
  • History support (navigate with up and down keypress)
  • Any byte-stream interface is supported (for example, UART)
  • Single-header distribution