-
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
modules: tfm: Update TF-M to support UART pin config from pinctrl #12772
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. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
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 |
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. |
eac0944
to
95acd79
Compare
Update TF-M to support UART pin config from pinctrl. Change out-of-tree support to use the device tree information and pass it to the TF-M UART driver. Update TF-M tests to define hw-flow-control, and alternate pin setup in devicetree instead of kconfig Update Zephyr to include: - nRF5340 DK flow control pins. - Revert noup commits to take upstream commits for generic NS board support - Include nrf9160 flash layout fixes and BL2 logging fixes. Signed-off-by: Joakim Andersson <[email protected]>
95acd79
to
31cd444
Compare
Update TF-M to support UART pin config from pinctrl. Change out-of-tree support to use the device tree information and pass it to the TF-M UART driver.
Update TF-M tests to define hw-flow-control, and alternate pin setup in devicetree instead of kconfig