2021-03-29 10:31:39 +02:00
|
|
|
# Lightweight shell
|
|
|
|
|
|
|
|
LwSHELL is lightweight, platform independent, command line shell for embedded systems.
|
2022-09-30 07:57:47 +02:00
|
|
|
It targets communication with embedded systems from remote terminal to quickly send commands and xto retrieve data from the device.
|
2021-03-29 10:31:39 +02:00
|
|
|
|
|
|
|
<h3>Read first: <a href="https://docs.majerle.eu/projects/lwshell/">Documentation</a></h3>
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
2021-04-13 23:38:03 +02:00
|
|
|
* Lightweight commands shell for embedded systems
|
2021-03-29 10:31:39 +02:00
|
|
|
* Platform independent and very easy to port
|
|
|
|
* Development of library under Win32 platform
|
|
|
|
* Written in C language (C99)
|
|
|
|
* No dynamic allocation, maximum number of commands assigned at compile time
|
2021-04-13 23:38:03 +02:00
|
|
|
* Highly configurable
|
2022-01-02 14:38:36 +02:00
|
|
|
* Simple help-text with `cmd -h` option
|
2021-03-29 10:31:39 +02:00
|
|
|
* User friendly MIT license
|
|
|
|
|
|
|
|
## Contribute
|
|
|
|
|
2023-08-27 19:48:34 +02:00
|
|
|
Fresh contributions are always welcome. Simple instructions to proceed:
|
2021-03-29 10:31:39 +02:00
|
|
|
|
|
|
|
1. Fork Github repository
|
2023-05-07 15:49:34 +02:00
|
|
|
2. Follow [C style & coding rules](https://github.com/MaJerle/c-code-style) already used in the project
|
2021-03-29 10:31:39 +02:00
|
|
|
3. Create a pull request to develop branch with new features or bug fixes
|
|
|
|
|
|
|
|
Alternatively you may:
|
|
|
|
|
|
|
|
1. Report a bug
|
2022-09-30 07:57:47 +02:00
|
|
|
2. Ask for a feature request
|