-
Notifications
You must be signed in to change notification settings - Fork 8.3k
TFM: Add TFM_CMAKE_BUILD_TYPE config #31915
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
TFM: Add TFM_CMAKE_BUILD_TYPE config #31915
Conversation
|
The following projects have a revision update in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
4f2db42 to
b41ec5d
Compare
Controlling the build type of the TFM build system. Upstream PR: zephyrproject-rtos/zephyr#31915 Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
Controlling the build type of the TFM build system. Upstream PR: zephyrproject-rtos/zephyr#31915 Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
Controlling the build type of the TFM build system. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
b41ec5d to
b5ccb1b
Compare
|
@microbuilder @tejlmand could you take a quick look at this minor patch? |
microbuilder
left a comment
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.
Seems easy enough to extend on an as-needed basis.
Seems I already approved here: zephyrproject-rtos/trusted-firmware-m#44 @ioannisg could you create github action that will automatically move the PR approval from one repo to another when the code changes location 😆 |
The value is now passed from the Zephyr build to the TFM build.
Signed-off-by: Øyvind Rønningstad oyvind.ronningstad@nordicsemi.no