mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
[Work In Progress] Adding the xPortIsInsideInterrupt to the PIC32MZ port
This commit is contained in:
parent
32e581636f
commit
9863019a0b
2 changed files with 24 additions and 0 deletions
|
@ -146,6 +146,8 @@ extern void vPortClearInterruptMaskFromISR( UBaseType_t );
|
|||
#define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMaskFromISR()
|
||||
#define portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedStatusRegister ) vPortClearInterruptMaskFromISR( uxSavedStatusRegister )
|
||||
|
||||
extern BaseType_t xPortIsInsideInterrupt( void );
|
||||
|
||||
#if ( __mips_hard_float == 0 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
|
||||
#error configUSE_TASK_FPU_SUPPORT can only be set to 1 when the part supports a hardware FPU module.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue