You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/RVDS
Gaurav Aggarwal 44fc137428 Add option to disable unprivileged critical sections
This commit introduces a new config
configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS which enables developers to
prevent critical sections from unprivileged tasks. It defaults to 1 for
backward compatibility. Application should set it to 0 to disable
critical sections from unprivileged tasks.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
3 years ago
..
ARM7_LPC21xx Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM_CA9 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM_CM0 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM_CM3 fix typo (#399) 3 years ago
ARM_CM4F fix typo (#399) 3 years ago
ARM_CM4_MPU Add option to disable unprivileged critical sections 3 years ago
ARM_CM7 fix typo (#399) 3 years ago