Commit Graph

6 Commits (979e41c9da8536c067286b0c2785b5f1d5779188)

Author SHA1 Message Date
Richard Barry 75ffac21d7 Changes to core code and port layer:
+ Add configASSERT() into ARM Cortex-M ports to check the number of priority
      bit settings.
    + Clear the 'control' register before starting ARM Cortex-M4F ports in case
      the FPU is used before the scheduler is started.  This just saves a few
      bytes on the main stack as it prevents space being left for a later save
      of FPU registers.
    + Added xSemaphoreGetMutexHolderFromISR().
    + Corrected use of portNVIC_PENDSVSET to portNVIC_PENDSVSET_BIT in MPU ports.
9 years ago
Richard Barry a3c2f45116 Move the event groups single tasks test out of the common demo file (they are now part of the module tests). 11 years ago
Richard Barry 0147415c40 Change some task priorities in the MingW simulator demo. 11 years ago
Richard Barry 39b2d049a6 Update GCC/Eclipse Win32 simulator port to make better use of Eclipse resource filters and match the functionality of the MSVC equivalent. 11 years ago
Richard Barry 73df0ffdff Update the Eclipse/MingW project to account for the new Win32 simulator port layer (which has better timing). 11 years ago
Richard Barry f508a5f653 Add FreeRTOS-Plus directory. 13 years ago