From a8c0836b2a20f086b39ffc8d844e3f9ed4678d3a Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Sat, 8 Feb 2020 20:46:15 +0100 Subject: [PATCH] Add docs for new examples --- docs/examples/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/examples/index.rst b/docs/examples/index.rst index dca2882..c0e3d5f 100644 --- a/docs/examples/index.rst +++ b/docs/examples/index.rst @@ -54,5 +54,19 @@ LwMEM OS LwMEM library integrated as application memory manager with operating system. It configurex mutual exclusion object ``mutex`` to allow multiple application threads accessing to LwMEM core functions +LwMEM multi regions +******************* + +Multi regions example shows how to configure multiple linear regions to be applied to single LwMEM instance. +It uses simple varible array to demonstrate memory sections in embedded systems. + +LwMEM multi instances & regions +******************************* + +This example shows how can application add custom (or more of them) instances for LwMEM memory management. +Each LwMEM instance has its own set of regions to work with. + +LwMEM instances are between each-other completely isolated. + .. toctree:: :maxdepth: 2