mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
CI-CD Updates (#768)
* Use new version of CI-CD Actions * Use cSpell spell check, and use ubuntu-20.04 for formatting check * Format and spell check all files in the portable directory * Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /* * Use checkout@v3 instead of checkout@v2 on all jobs ---------
This commit is contained in:
parent
d6bccb1f4c
commit
5fb9b50da8
485 changed files with 108790 additions and 107581 deletions
6
portable/ThirdParty/XCC/Xtensa/porttrace.h
vendored
6
portable/ThirdParty/XCC/Xtensa/porttrace.h
vendored
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||
* Copyright (C) 2015-2019 Cadence Design Systems, Inc.
|
||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
|
@ -43,7 +43,7 @@
|
|||
#error "You need to download the FreeRTOS_trace patch that overwrites this file"
|
||||
#endif
|
||||
|
||||
#define porttracePrint(nelements)
|
||||
#define porttraceStamp(stamp, count_incr)
|
||||
#define porttracePrint( nelements )
|
||||
#define porttraceStamp( stamp, count_incr )
|
||||
|
||||
#endif /* PORTTRACE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue