-
Notifications
You must be signed in to change notification settings - Fork 54
[nrf fromtree] platform: nordic_nrf: nrf7120: switch to uart20 #224
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
base: main
Are you sure you want to change the base?
Conversation
Vge0rge
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.
It seems that we have messed up the numbers since you set the instance 30 to get uart 20. This needs to be fixed upstream though and not here directly so this is ok for now.
I thought uart30 for secure uart, and uart20 is for non-secure uart? which line is not looking right for you? |
Change to use from uart00 to uart20 in npse. Change-Id: Ia6971598b97982edb49dda0eb6116ee640611eb9 Signed-off-by: Travis Lam <[email protected]> (cherry picked from commit 0f6ade4902a6e3e8a7afc5c4560feb7560af123d)
417265d to
426bf81
Compare
Align to nrfx 4.0: Remove reference to nrf_erratas.h Change-Id: I0b8c806ff89cee67c6207e3ce8ef079d573e4bde Signed-off-by: Robert Robinson <[email protected]> (cherry picked from commit e754c18afac79dd1197b281fff3d8f904897fabc)
03b5bc5 to
e473263
Compare
…dic platforms Resolve formatting of flash_layout.h to match other Nordic platforms. Update values for MRAM and SRAM size to correct values for nRF7120. Change-Id: I0b451c9fd1416173676e1155a60030ba2fe89aa6 Signed-off-by: Robert Robinson <[email protected]> (cherry picked from commit 7bfdd5bffae9661a89d39c17d8e8929121d0a348)
…mon folder Add support for TF-M builds from Zephyr When TF-M is built with Zephyr it now requires to have the platform user memory ranges header. This copies the memory range header into the common folder because Zephyr builds from the common folder. Change-Id: I0193a8992d3a58fb012970150db4a85fa04d24bb Signed-off-by: Robert Robinson <[email protected]> (cherry picked from commit 2af3e8250e2d50e0118c11c4acf50aabe30f43d8)
…common folder Since tfm_platform_user_memory_ranges.h has moved from board definition to soc definition, to align with other platforms. The new file location must be included in the CMakeLists.txt. Change-Id: I4666e945d6aae5103ef090b5548554bf1c37aa85 Signed-off-by: Robert Robinson <[email protected]> (cherry picked from commit 0d3f534010423efe5032cf618142c30c5e02201b)
Change to use from uart00 to uart20 in npse.
Change-Id: Ia6971598b97982edb49dda0eb6116ee640611eb9
(cherry picked from commit 0f6ade4902a6e3e8a7afc5c4560feb7560af123d)