Use updated LIbs / Drivers for Luminary Board

I am using a Luminary Micro LM3S811 for a student design project and I wish to use the latest Stellarisware / Keil driverlib libraries.  How can I link the FreeRTOS demo to these files or how can I replace the files included with the FreeRTOS demo? FreeRTOSV6.1.1DemoCORTEX_LM3S811_KEILLuminaryCode seems to contain the Luminary code, but
FreeRTOSV6.1.1DemoCommondriversLuminaryMicro also seems to contain libraries.
Which, or both, of these do I need to replace and how do I need to structure my directories to maintain a correct compilation scheme? Many thanks for any assistance.

Use updated LIbs / Drivers for Luminary Board

Those demos are quite old now. The best thing to do is open up the existing project, see which driver files it is referencing (which are included in the build, which libraries it is referencing) and just replace those. I suspect it will only use a very small subset of the library files.