mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Add runtime parameter checks (#761)
* Add runtime parameter checks This commit adds runtime checks for function parameters to mpu_wrappers_v2 file. The same checks are performed in the API implementation using asserts. Signed-off-by: kar-rahul-aws <karahulx@amazon.com>
This commit is contained in:
parent
cd87a39736
commit
cdd3678c29
7 changed files with 290 additions and 193 deletions
1
.github/lexicon.txt
vendored
1
.github/lexicon.txt
vendored
|
@ -2462,6 +2462,7 @@ uxpriority
|
|||
uxprioritytouse
|
||||
uxqueue
|
||||
uxqueuegetqueueitemsize
|
||||
uxqueuegetqueuelength
|
||||
uxqueuelength
|
||||
uxqueuemessageswaiting
|
||||
uxqueuespacesavailable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue