From 9835d16bf1cfc8ff0312a098d4d38c960cb2c2dc Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Thu, 28 Nov 2024 13:40:31 +0100 Subject: [PATCH] Update README.md with generic information --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 510954e..c36d48e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ -# Tricore GCC +# Tricore GNU compiler toolchain + +![ci build status](https://github.com/NoMore201/tricore-gcc-toolchain/actions/workflows/build.yml/badge.svg) + +C/C++ toolchain based on GCC 11.3 for AURIX Tricore architecture. It supports +TriCore architectures 1.3, 1.3.1, 1.6, 1.6.1, 1.6.2 and 1.8. + +Prebuilt packages are available in the +[release section](https://github.com/NoMore201/tricore-gcc-toolchain/releases). + +> Note: Some feature in this fork are still waiting PR approval from upstream +> repository [EEESlab/tricore-gcc-toolchain-11.3.0](https://github.com/EEESlab/tricore-gcc-toolchain-11.3.0) ## Building (cross-compile)