]> begriffs open source - freertos/commit
Add some assertions and coverage exceptions to queue.c (#273)
authorPaul Bartell <paul.bartell@gmail.com>
Sat, 6 Mar 2021 02:46:49 +0000 (18:46 -0800)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 02:46:49 +0000 (18:46 -0800)
commit18d4ba9c0792278a4e6351508e3410bdabe98275
treefb10c39cf7dbc6c52be5f2ce36956abd354a7180
parentde19eeb7d343531496a7e46ca36e10abe3874f02
Add some assertions and coverage exceptions to queue.c (#273)

* Add an LCOV_BRANCH exception for the check that sizeof( StaticQueue_t ) == sizeof( Queue_t )
* Add LCOV_BRANCH coverage exception for a configASSERT on pxQueueSetContainer with a condition that is unreachable.
* Add configASSERTs to alert when invalid parameters are passed into Queue Registry related functions.
* Assert that the semaphore handle passed into xQueueGetMutexHolder is not NULL.
* Correct some typos in queue.c
* Update lexicon.txt
.github/lexicon.txt
queue.c