This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole
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.
2016-08-16 11:38:58 +00:00
..
.settings Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
MicroSemi_Code Update the demo directory to use the version 8 type naming conventions. 2014-02-11 12:04:59 +00:00
WebServer MSP430: 2015-07-26 16:41:12 +00:00
.cproject Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
.project Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
CreateProjectDirectoryStructure.bat Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
FreeRTOSConfig.h Changes to core code and port layer: 2016-08-16 11:38:58 +00:00
main-blinky.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
main-full.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
ParTest.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
printf-stdarg.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
uIP_Task.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00