Commit Graph

3 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 5e7c99d2aa Allow IAR language extensions so __weak attribute can be used. 12 years ago
Richard Barry f508a5f653 Add FreeRTOS-Plus directory. 13 years ago