Skip to content

A critical section function which can take the minimum priority of the interrupt that can preempt the critical section

Notifications You must be signed in to change notification settings

projektjoe/Critical-Section-Function-Which-Takes-Minimum-Interrupt-Priority

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Critical-Section-Function-Which-Takes-Minimum-Interrupt-Priority

A critical section function which can take the minimum priority of the interrupt that can preempt the critical section

The goal of this project is to create a function (enter critical section), such that we can define the priority of the interrupt that can preempt the task in the critical section, because in FreeRTOS, the enter critical section function has a constant #defined value in it.

About

A critical section function which can take the minimum priority of the interrupt that can preempt the critical section

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages