commit | cea0982f23f6ff93da707061b710c5922df9370e | [log] [tgz] |
---|---|---|
author | Spoorthi K <spoorthi.k@intel.com> | Fri Dec 21 10:24:35 2018 +0530 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Dec 21 10:28:10 2018 +0100 |
tree | 82c8265a5497b9805c4f389eb1e494a9649c3e73 | |
parent | 72b0289de4f238ddf0b0ac70b4cc8c39b9c80a14 [diff] |
samples: cmsis_rtos_v2: Demo with Dining Philosopher's algorithm The sample application to demonstrate dining philosopher's problem implementation using CMSIS RTOS V2 APIs with semaphores and mutexes as resources (forks). The application makes use of CMSIS_RTOS_V2 APIs on threads, semaphores and mutexes. Signed-off-by: Spoorthi K <spoorthi.k@intel.com>