This repository provides a minimal example to get started with FreeRTOS+TCP on the SAME70 microcontroller. The project integrates the ASF (Advanced Software Framework) libraries generated in August 2023, and either the latest release version or the latest LTS version of the FreeRTOS kernel and FreeRTOS+TCP.
There are two release versions of this example. The latest available versions are one release, and the latest Long Term Support (LTS) version is another.
Component | LTS Release | Latest Release |
---|---|---|
FreeRTOS Kernel | 10.5.1 | 10.6.1 |
FreeRTOS+TCP | 3.1.0 | 4.0.0 |
- Microchip Studio (Tested with Microchip Studio 7.0.2594)
- A SAME70-XPLD board or a compatible board.
The project is pre-configured for the SAME70Q21 version. For other SAME70 variants:
- Open Microchip Studio.
- Navigate to
Project > "Your Project Name" Properties
. - Access the
Device
section. - Click on
Change Device
and pick your specific SAME70 version from the list. - Save and rebuild the project.
- FreeRTOS Kernel Official Documentation
- FreeRTOS+TCP Official Documentation
- SAME70 Datasheet and Manuals
Discovered a bug or have enhancement suggestions? Open an issue! Contributions via pull requests are always welcome.
This project is open source and available under the Apache License 2.0.