cu-ecen-aeld / s20-environmental-monitoring-tiva

0 stars 0 forks source link

Implement Semaphore/mutex on FreeRTOS #2

Closed akshita-bhasin closed 4 years ago

akshita-bhasin commented 4 years ago

Use similar algorithm as #3 to implement mutexes and handle shared resources.

DoD: Have two running operations to test semaphore/mutex functionality.

madhukararora commented 4 years ago

Created two tasks which calculate multiple of 2 and 7 respectively using Mutex and Semaphores in FreeRTOS.

Screenshot attached to verify. DoD Verified MutexSemaphore Trial

Commit Representing Working of Mutex / Semaphores on TIVA