2021-04-11 12:10:21 +02:00
2021-04-11 12:10:21 +02:00
2021-04-08 19:34:20 +02:00
2021-03-29 10:31:39 +02:00
2021-03-29 10:31:39 +02:00
2021-03-29 14:11:55 +02:00
2021-03-29 10:31:39 +02:00
2021-03-29 10:31:39 +02:00

Lightweight shell

LwSHELL is lightweight, platform independent, command line shell for embedded systems. It targets communication with embedded systems from remote terminal to quickly send commands and the retrieve data from the device.

Read first: Documentation

Features

  • Lightweight commands shell for embedded systems
  • 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
  • User friendly MIT license

Contribute

Fresh contributions are always welcome. Simple instructions to proceed::

  1. Fork Github repository
  2. Respect C style & coding rules used by the library
  3. Create a pull request to develop branch with new features or bug fixes

Alternatively you may:

  1. Report a bug
  2. Ask for a feature request
Description
No description provided
Readme MIT 296 KiB
Languages
C 92.3%
CMake 7.7%