Skip to content

Implements Mutex, Semaphore and exclusive ReadModifyWrite operations on ARM Cortex-M3 and Cortex-M4

Notifications You must be signed in to change notification settings

atakansarioglu/cortex-m-semaphore-mutex

Repository files navigation

Mutex and Semaphore on ARM Cortex-M (C++11)

Implements Mutex, Semaphore and exclusive ReadModifyWrite operations on ARM Cortex-M3 and Cortex-M4

Refer: http://www.atakansarioglu.com/