-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
The following west manifest projects have been modified in this Pull Request:
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__ */ |
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.
Let's use our own header guard, copyright, and license.
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.
changes requested
81818bd
to
d1d2f28
Compare
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. |
d1d2f28
to
f716aef
Compare
Integration test specification
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 |
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.
asking questions ...
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.
Need to make upstream zephyr integrate better with external build environments.
85cf04b
to
f716aef
Compare
Add support for configurable baud rate for TF-M secure log. Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
f716aef
to
490ac4a
Compare
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.
Checked SHA.
Add support for configurable baud rate for TF-M secure log.
Signed-off-by: Vidar Lillebø vidar.lillebo@nordicsemi.no