Atmel SAMV71 Demo/Migration path for Crossworks?

Hi, we plan to use the SAMV71 as our next generation platform; currently we’re using AT91SAM7X512 with LwIP. I was happy to see that there is already a demo project for the SAMV71, but this is just for IAR and Keil. As we use CrossWorks, are there any plans to provide this also for CW? Or, as an alternative, is there any information about a migration path for our exisiting setup (FreeRTOS+LwIP1.4.1) from the AT91SAM7X to SAMV71? Any ideas are appreciated, thanks for that! Marco

Atmel SAMV71 Demo/Migration path for Crossworks?

Crossworks uses GCC< and the SAMV71 is already supported by FreeRTOS using GCC – its just that there isn’t a pre-packaged demo project for it. http://www.freertos.org/Creating-a-new-FreeRTOS-project.html http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html Regards.