mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports that use the Renesas compiler.
Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the Cortex-A9 ports.
This commit is contained in:
parent
0f6b0d3a59
commit
65704174c9
11 changed files with 13 additions and 17 deletions
|
@ -185,9 +185,7 @@
|
|||
#ifdef configASSERT
|
||||
void vPortValidateInterruptPriority( void );
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
|
||||
#else
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define portNOP() __asm volatile( "NOP" )
|
||||
|
||||
|
|
|
@ -174,8 +174,6 @@ not necessary for to use this port. They are defined so the common demo files
|
|||
#ifdef configASSERT
|
||||
void vPortValidateInterruptPriority( void );
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
|
||||
#else
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID()
|
||||
#endif
|
||||
|
||||
/* portNOP() is not required by this port. */
|
||||
|
|
|
@ -175,8 +175,6 @@ not necessary for to use this port. They are defined so the common demo files
|
|||
#ifdef configASSERT
|
||||
void vPortValidateInterruptPriority( void );
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
|
||||
#else
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID()
|
||||
#endif
|
||||
|
||||
/* portNOP() is not required by this port. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue