FreeRTOS+TCP for Atmel SAM4E Project availability

Does anyone know when the Atmel SAM4E version of the FreeRTOS+TCP example project will be available? It looks like the perfect starting point for an upcomming project. Regards.

FreeRTOS+TCP for Atmel SAM4E Project availability

Hi, Do you already have some hardware with a SAM4E, a switch and a LAN? We were about to do the final touches on the SAM4E project. It always lacks time to do The Official Release of the +TCP port and demo projects. If you want you can do some pre-testing for us, that would be great! Write to h point tibosch at freertos point org and I will send you a demo project to start with. Got that? Thanks.

FreeRTOS+TCP for Atmel SAM4E Project availability

Hello, I would also be interested in the ReeRTOS+TCP on SAM4E. I have the existing FreeRTOS+UPD/FAT-SL/CLI running on a SAM4E XplainedPro and extended it by a UART command console and wrote an sd card (hsmci) media driver to use the sd card slot instead of the ramdisk, which I could provide. I would be happy to assist with some pre-testing or code tidying up as well. Let me know, if this is possible! Cheers, ER!K

FreeRTOS+TCP for Atmel SAM4E Project availability

The SAM4E demo is actually completed and documented, it will be made available very shortly.

FreeRTOS+TCP for Atmel SAM4E Project availability

Hello, sorry for bumping an old topic but my problem seems related. I have an SAM4E Xplained Pro board at hand and would like to test the TCP/IP stack of FreeRTOS with it. The official example to that board refers to a Labs download that does not exist anymore (was included in main zip). In the main download FreeRTOSv10.2.1FreeRTOSDemoCORTEXM4FATSAM4EAtmelStudio there is only a readme saying that it doesn’t exist anymore. Is the demo outdated? What would be a good replacement to start with? Thanks!

FreeRTOS+TCP for Atmel SAM4E Project availability

The download is still available ( https://www.freertos.org/FreeRTOS-Labs/downloads/160919FreeRTOSLabs.zip ), but the code in that download is old so should not be used for production – instead take the +TCP code out of this repo https://github.com/aws/amazon-freertos/tree/master/libraries/freertosplus/standard/freertosplus_tcp as that version has undergone (and continues to undergo) formalised memory safety proofs, and will become the master copy in the kernel download zip too.