mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Fix typo in check comment of configMAX_SYSCALL_INTERRUPT_PRIORITY (#690)
This commit is contained in:
parent
17a46c252f
commit
9a6284262e
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -249,7 +249,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -268,7 +268,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -292,7 +292,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -415,7 +415,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -335,7 +335,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -458,7 +458,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -323,7 +323,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -241,7 +241,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -279,7 +279,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -393,7 +393,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -267,7 +267,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -329,7 +329,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -294,7 +294,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -360,7 +360,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -453,7 +453,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
|
@ -344,7 +344,7 @@ BaseType_t xPortStartScheduler( void )
|
||||||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||||
configASSERT( ucMaxSysCallPriority );
|
configASSERT( ucMaxSysCallPriority );
|
||||||
|
|
||||||
/* Check that the bits not implemented bits in hardware are zero in
|
/* Check that the bits not implemented in hardware are zero in
|
||||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue