Releases: funbiscuit/embedded-cli
Releases · funbiscuit/embedded-cli
embedded-cli v0.1.4
embedded-cli v0.1.3
What's Changed
- Added option to configure invitation char
- Added stm32 example
- Added clang support
embedded-cli v0.1.2
What's Changed
- Fixed possible multiple definitions when using single header file
embedded-cli v0.1.1
What's Changed
- Live autocompletion is now optional (enabled by default).
If live autocompletion is disabled you can still complete your command viaTab
key
embedded-cli v0.1.0
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