tree: 2e4bed147d41d4bc4e7833a92f60a97692b2afe1 [path history] [tgz]
  1. src/
  2. binary-semaphore.camkes
  3. CMakeLists.txt
  4. README.md
apps/binary-semaphore/README.md

This application demonstrates how to use a binary semaphore to turn an asynchronous interface (ie. where a callback is invoked by an interrupt handler) into a synchronous camkes interface. A periodic event is used to simulate an interrupt.