Add AURIX TC3xx GCC port - #33
Open
ruka77S wants to merge 1 commit into
Open
Conversation
Signed-off-by: ruka77S <jinfeiaden@gmail.com>
Contributor
Author
|
Hi @gmtt , gentle ping — you were kind enough to review and merge the AURIX TC4xx tricore-gcc port earlier (FreeRTOS-Kernel-Partner-Supported-Ports#30). This PR (#33) is the TC3xx counterpart, with an update into the companion demo PR FreeRTOS-Partner-Supported-Demos#42. would you have a moment to take a look, or point me to the right reviewer if you're not the best fit this time? Happy to address any comments. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new FreeRTOS kernel port for the Infineon AURIX™ TC3xx family (TriCore™) built with the tricore-gcc toolchain shipped in AURIX™ Development Studio (ADS). It lives under GCC/AURIX_TC3xx/.
Files added:
GCC/AURIX_TC3xx/port.c — TC3xx kernel port implementation (STM tick, SRC-driven context switch, syscall yield, critical-section CCPN masking).
GCC/AURIX_TC3xx/portmacro.h — TC3xx port macros and required FreeRTOSConfig.h hooks.
GCC/AURIX_TC3xx/README.md — usage instructions, required FreeRTOSConfig.h options, and the ADS/iLLD class-6 syscall-trap integration steps.
GCC/AURIX_TC3xx/LICENSE — MIT license header for the new directory.
A companion demo for TC375 is available in FreeRTOS-Partner-Supported-Demos/AURIX_TC375_ADS.
This port has been verified against the qualification checklist in the FreeRTOS Third-Party Template README. All required tests execute continuously without reporting an error on TC375 CPU0.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.