-
Notifications
You must be signed in to change notification settings - Fork 3k
Correct behavior of PSA code generator #8964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,83 +0,0 @@ | |||
/* Copyright (c) 2017-2018 ARM Limited | |||
* | |||
* SPDX-License-Identifier: Apache-2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the reason for removing this file as part of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when the tool scans the psa test folder it should not generate a psa_setup.c file for tests that do not declare new partition
so this file is not needed anymore
This needs a rebase now. @alzix Rereview? |
Also, is this targeting RC3? |
* Don't generate files if a test does not contain additional partitions
rebased, it could be in RC3 |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Don't generate files if a test does not contain additional partitions
Pull request type