Skip to content
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 support for configurable baud rate #8858

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

vili-nordic
Copy link
Contributor

Add support for configurable baud rate for TF-M secure log.

Signed-off-by: Vidar Lillebø vidar.lillebo@nordicsemi.no

@CLAassistant
Copy link

CLAassistant commented Sep 28, 2022

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest labels Sep 28, 2022
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 28, 2022

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@ce077f5 nrfconnect/sdk-trusted-firmware-m@11b5f0a (master) nrfconnect/sdk-trusted-firmware-m@ce077f50..11b5f0a9

Note: This message is automatically posted and updated by the Manifest GitHub Action.


#define DEFAULT_UART_BAUDRATE DT_PROP(DT_NODELABEL(uart1), current_speed)

#endif /* __ARM_LTD_DEVICE_CFG_H__ */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use our own header guard, copyright, and license.

Copy link
Contributor

@SebastianBoe SebastianBoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes requested

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 29, 2022

Integration test specification

Test Module File based changes Manually selected West overwrite
test-fw-nrfconnect-chip X
test-fw-nrfconnect-nrf_crypto X
test-fw-nrfconnect-tfm X

test-fw-nrfconnect-tfm: added because there was no .github/test-spec.yml in 'trusted-firmware-m'

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

Copy link
Contributor

@SebastianBoe SebastianBoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asking questions ...

Copy link
Contributor

@SebastianBoe SebastianBoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to make upstream zephyr integrate better with external build environments.

Add support for configurable baud rate for TF-M secure log.

Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
Copy link
Contributor

@joerchan joerchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked SHA.

@nordicjm nordicjm merged commit 6332cd4 into nrfconnect:main Oct 5, 2022
@vili-nordic vili-nordic deleted the tfm_device_cfg branch May 5, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-trusted-firmware-m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants