Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.43 KB

index.rst

File metadata and controls

64 lines (44 loc) · 1.43 KB

LwSHELL documentation

Welcome to the documentation for version .

LwSHELL is lightweight dynamic memory manager optimized for embedded systems.

image

center

index_links

download_library getting_started Open Github Donate

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
  • Highly configurable
  • Simple help-text with cmd -v option
  • User friendly MIT license

Requirements

  • C compiler
  • Less than 5kB of non-volatile memory

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

License

../LICENSE

Table of contents

self get-started/index user-manual/index api-reference/index examples/index