mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-01-25 13:02:54 +08:00
63 lines
1.4 KiB
ReStructuredText
63 lines
1.4 KiB
ReStructuredText
LwSHELL |version| documentation
|
|
===============================
|
|
|
|
Welcome to the documentation for version |version|.
|
|
|
|
LwSHELL is lightweight dynamic memory manager optimized for embedded systems.
|
|
|
|
.. image:: static/images/logo.svg
|
|
:align: center
|
|
|
|
.. rst-class:: center
|
|
.. rst-class:: index_links
|
|
|
|
:ref:`download_library` :ref:`getting_started` `Open Github <https://github.com/MaJerle/lwshell>`_ `Donate <https://paypal.me/tilz0R>`_
|
|
|
|
Features
|
|
^^^^^^^^
|
|
|
|
* Written in ANSI C99, compatible with ``size_t`` for size data types
|
|
* Platform indenepdent
|
|
* Implements simple shell interface targeting embedded systems
|
|
* Highly configurable
|
|
* Includes number parsers for integers
|
|
* Operating system ready
|
|
* User friendly MIT license
|
|
|
|
Requirements
|
|
^^^^^^^^^^^^
|
|
|
|
* C compiler
|
|
* Less than ``2kB`` of non-volatile memory
|
|
|
|
Contribute
|
|
^^^^^^^^^^
|
|
|
|
Fresh contributions are always welcome. Simple instructions to proceed:
|
|
|
|
#. Fork Github repository
|
|
#. Respect `C style & coding rules <https://github.com/MaJerle/c-code-style>`_ used by the library
|
|
#. Create a pull request to ``develop`` branch with new features or bug fixes
|
|
|
|
Alternatively you may:
|
|
|
|
#. Report a bug
|
|
#. Ask for a feature request
|
|
|
|
License
|
|
^^^^^^^
|
|
|
|
.. literalinclude:: ../LICENSE
|
|
|
|
Table of contents
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
self
|
|
get-started/index
|
|
user-manual/index
|
|
api-reference/index
|
|
examples/index
|