mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-20 00:30:35 -05:00
Add runtime parameter checks (#758)
* 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
0d871946ab
commit
ace6b39fa0
7 changed files with 273 additions and 179 deletions
1
.github/lexicon.txt
vendored
1
.github/lexicon.txt
vendored
|
|
@ -2469,6 +2469,7 @@ uxpriority
|
|||
uxprioritytouse
|
||||
uxqueue
|
||||
uxqueuegetqueueitemsize
|
||||
uxqueuegetqueuelength
|
||||
uxqueuelength
|
||||
uxqueuemessageswaiting
|
||||
uxqueuespacesavailable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue