STM32L072 freertos in Atollic studio

My target processor is the STM32L072 and I would like to know how I can start using FreeRtos for this target within Atollic, could somebody point me to a guide on how to do this? I downloaded the .zip file from the freertos website but the only Atollic projects they have are for different versions of the STM32.

Or does somebody know how to modify the Atollic example provided in the FreeRtos code to work with my processor?

Any tips at all on how to get started on this would be great.

Eoin

Atollic provide examples themselves. From memory when you create a new project from within the tool you have the option to download a FreeRTOS example from their server.

Note that Atollic has been acquired by ST and is now available as STM32CubeIDE. This integrates with the STM32Cube configuration tool, that can probably generate a FreeRTOS project for your device.