In fact, I would like to have that as an API function, something like: bool SafeToCallISRAPI(...
In fact, I would like to have that as an API function, something like: bool SafeToCallISRAPI(...
vPortValidateInterruptPriority unnecessarily restrictive
Too high level. We are trying to avoid the overheads in dynamic allocations, which...
Small embedded system, we are trying to avoid the overheads in dynamic allocations,...
Small embedded system, we are trying to avoid the overheads in dynamic allocations,...
Small embedded system, we are trying to avoid the overheads in dynamic allocations,...
Small embedded system, we are trying to avoid the overheads in dynamic allocations,...
Yes it can be done with task tag - roughly what I did to back up the CRC hardware...
Never globally disable interrupts is a goal I like. And looking more closely at the...
Never globally disable interrupts is a goal I like. And looking more closely at the...
I think configUSE_NEWLIB_REENTRANT could be generalised to do this or reimplemented...
I think configUSE_NEWLIB_REENTRANT could be generalised to do this or reimplemented...
The idea is that the a user defined structure, defined in FreeRTOS, would have an...
Lightweight custom extend tskControlBlock
When using configCHECK_FOR_STACK_OVERFLOW == 1 and heap_1 malloc code, stack overflow...
Stack overflow check reliability
For IAR/ARM cortexM3: Note here I am using PRIMASK, not BASEPRI register. Thats why...
Given that usCriticalNesting is part of the task context, perhaps it should be portSTACK_TYPE...
For IAR/ARM cortexM3: Note here I am using PRIMASK, not BASEPRI register. Thats why...
For IAR/ARM cortexM3: Note here I am using PRIMASK, not BASEPRI register. Thats why...
Given that usCriticalNesting is part of the task context, perhaps it should be portSTACK_TYPE...
portENTER_CRITICAL / portEXIT_CRITICAL nesting on MSP430