Sample application to demonstrate usage of cmsis_rtos_v1 APIs with dining philosopher's problem implementation. This covers semaphores, mutex and thread APIs of CMSIS RTOS V1. Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
27 lines
419 B
ReStructuredText
27 lines
419 B
ReStructuredText
.. _samples-and-demos:
|
|
|
|
Samples and Demos
|
|
#################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
:glob:
|
|
|
|
kernel
|
|
basic/*
|
|
subsys/subsys.rst
|
|
net/net.rst
|
|
bluetooth/bluetooth.rst
|
|
sensor/*
|
|
boards/*
|
|
mpu/*
|
|
drivers/drivers.rst
|
|
application_development/*
|
|
display/*
|
|
shields/*
|
|
portability/*
|
|
|
|
To add a new sample document, please use the template available under
|
|
:file:`doc/templates/sample.tmpl`
|