Skip to content

embedded-cli v0.1.0

Compare
Choose a tag to compare
@funbiscuit funbiscuit released this 12 Apr 19:53
· 27 commits to master since this release

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