Skip to content

Add support for custom check in header checker#1285

Merged
aggarg merged 1 commit intoFreeRTOS:mainfrom
aggarg:custom_header_check
Oct 17, 2024
Merged

Add support for custom check in header checker#1285
aggarg merged 1 commit intoFreeRTOS:mainfrom
aggarg:custom_header_check

Conversation

@aggarg
Copy link
Member

@aggarg aggarg commented Oct 17, 2024

Description

This allows derived classes to override customCheck method to inject additional checks for some files. This is currently needed to accept ARM copyright in ARMv8-M files - FreeRTOS/FreeRTOS-Kernel#1147.

Test Steps

Ran the check locally.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • [NA] I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

FreeRTOS/FreeRTOS-Kernel#1147

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

This allows derived classes to override customCheck method to inject
additional checks for some files. This is currently needed to accept
ARM copyright in ARMv8-M files - FreeRTOS/FreeRTOS-Kernel#1147.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
@aggarg aggarg merged commit 349d8a8 into FreeRTOS:main Oct 17, 2024
@aggarg aggarg deleted the custom_header_check branch October 17, 2024 12:55
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.

3 participants