Does FreeRTOS supports ATSAMA5D27-WLSOM1 EVALUATION KIT.?

Hello

Currently we are working on a Linux based project where we created application and library for the target ATSAMA5D27-WLSOM1 EVALUATION KIT.
Now, We are trying to port application to freeRTOS for the same target.

So, the target ATSAMA5D27-WLSOM1 EVALUATION KIT supports freeRTOS.?
Kindly respond with respective sollution.

Thanks in advance.

Regards,
Sivaprakash Reddy

While there isn’t (that I know of) a project configured for that board I believe you should be able to create a project using the FreeRTOS Cortex-A port. Here are a couple of demos for much older hardware prior to Microchip’s acquisition of Atmel:

Also a link about adapting an existing demo:

Thanks for the response.

How can I verify that freeRTOS is supports ATSAMA5D27-WLSOM1.?

This chip is Cortex-A5 and you should be able to use this port - FreeRTOS-Kernel/portable/GCC/ARM_AARCH64_SRE at main · FreeRTOS/FreeRTOS-Kernel · GitHub. As Richard mentioned, you need to create a project as we do not have a preconfigured one.