Skip to content

AURIX TC375 ADS demo: update for tricore-gcc port support - #42

Open
ruka77S wants to merge 1 commit into
FreeRTOS:mainfrom
schaazzz:demo/tc375-gcc
Open

AURIX TC375 ADS demo: update for tricore-gcc port support#42
ruka77S wants to merge 1 commit into
FreeRTOS:mainfrom
schaazzz:demo/tc375-gcc

Conversation

@ruka77S

@ruka77S ruka77S commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Description

Updates the AURIX_TC375_ADS demo so it can support tricore-gcc freertos port now shipped in AURIX™ Development Studio (ADS), in addition to the existing TASKING port. This is the demo-side companion to the new GCC/AURIX_TC3xx kernel port added in FreeRTOS-Kernel-Partner-Supported-Ports#33.

Changes:

AURIX_TC375_ADS/README.md
Note that ADS bundles a free GCC compiler alongside TASKING.
Section 4 now tells the user they can pick either the Tasking/AURIX_TC3xx or the GCC/AURIX_TC3xx port from the Partner Supported Ports repository.
AURIX_TC375_ADS/Blinky/Configurations/FreeRTOSConfig.h and AURIX_TC375_ADS/GPT12_Printf/Configurations/FreeRTOSConfig.h
Split the configASSERT() compiler guard so both toolchains are covered explicitly:
TASKING — unchanged (__disable() / __debug()).
HIGHTEC && clang — HighTec clang for TriCore, uses __builtin_tricore_disable() / _builtin_tricore_debug().
GNUC && !HIGHTEC — plain tricore-gcc, same builtins.
Remove the unused Testing block (INCLUDE_eTaskGetState, configPRINTF, configTASK_NOTIFICATION_ARRAY_ENTRIES, and the configSTART
*_TESTS list) that was carried over from an earlier full-test-suite configuration and is not referenced by either of the two shipping demos. This keeps the FreeRTOSConfig.h shown in the README aligned with what the demos actually use.

Related Issue

None. Companion PR: FreeRTOS-Kernel-Partner-Supported-Ports#33 (Add Infineon AURIX TC3xx tricore-gcc port).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ruka77S
ruka77S requested a review from a team as a code owner August 31, 2026 11:00
Signed-off-by: jinfeiaden@gmail.com <Fei.Jin@infineon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant