From b6e81058b7edea1a0874c7fc1559cf99ea0b5068 Mon Sep 17 00:00:00 2001 From: rt-labs bot Date: Thu, 11 Apr 2024 08:03:28 +0200 Subject: [PATCH] Automatic catchup to commit a574b3fbaf63ffa5e1f9d752b7aef04e9e69531a a574b3f Add evaluation readme 7090ba9 Add initial mutilator configuration 51d1643 Add i.MX8MM Getting Started Guide d547e11 Adjust sample GSDML order no 6e9ede5 Point the cmake/tools submodule to the latest commit (with i.MX) 4d2026d Add i.MX8MM porting layer Based-On-Commit: a574b3fbaf63ffa5e1f9d752b7aef04e9e69531a Change-Id: Ibc41c3c3e4b3150bcb959bbccd302f1592cb29b6 --- .github/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 00000000..238068b2 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,16 @@ +# Evaluation version + +This repository contains an evaluation version of **P-Net**, a P-Net stack +for master implementations. It is easy to use and provides a small +footprint. It is especially well suited for embedded systems where resources +are limited and efficiency is crucial. It is written in C and can be run +on an RTOS such as rt-kernel, FreeRTOS, or on Linux. + +It does not contain any ports and cannot be built without adding additional sources. + +See [readme](../../README.md) for more information on the complete version of the stack and the [releases](https://github.com/rtlabs-com/p-net/releases) for binary downloads for common targets. + +This version of P-Net can be used for evaluation purposes +only. Contact if you intend to use this stack in a +product or if you need assistance during evaluation. The commercial +version of this stack is supplied with full sources.