FreeRTOS from v5.0.3 to v5.2.0

Hi, RE: CORTEX_LM3Sxxxx_Keil sample I wonder if I can migrate my application project from FreeRTOS 5.0.3 to current version 5.2.0. Q1) Because my project used and modified from demoCORTEX_LM3SxxxxIAR_Keil sample, do I only need to replace the  demoCommon and Source, TraceCon from v5.0.3 to v5.2.0? Q2) Also since my project also used web server (uIP), do I have to replace the webserver sub-folder under the CORTEX_LM3SxxxxIAR_Keil? Regards, Bill Yang

FreeRTOS from v5.0.3 to v5.2.0

V5.0.3 already uses the configMAX_SYSCALL_INTERRUPT_PRIORITY setting so unless you have changed any code yourself you should be able to simply drop the V5.2.0 FreeRTOSSource directory on top of your project to upgrade. Take a look at http://www.FreeRTOS.org/History.txt