-
Notifications
You must be signed in to change notification settings - Fork 53
platform: nordic_nrf: align to nrfx 4.0 #220
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
d2739f1 to
8f93ff1
Compare
8f93ff1 to
9de84c3
Compare
55851f1 to
bf6117c
Compare
tomi-font
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.
Looks good, just minor comments, I will submit this commit to upstream TF-M once we have a tag for nrfx 4.0 in https://github.com/zephyrproject-rtos/hal_nordic.
bf6117c to
401fd77
Compare
|
I don't see anything problematic in the code, but we need a nightly TF-M CI run for this to be sure. Please apply commits tags, since Tomi already opened the upstream PRs add the commit tag: Ideally you can just cherry pick his commits and just apply the tag that I said, this will make it identifiable which upstream PRs the relate to. |
|
now fromtrees |
8ce1ac8 to
a9a4995
Compare
|
I just updated zephyrproject-rtos/trusted-firmware-m#156 so please do the same here. |
Align common files. Change-Id: I73509382d31476f88c20dee42fde4de6126f565d Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no> (cherry picked from commit 8ff947dd53f91cc850ee05164d9df5e377a48fbd)
…factor Align with changes needed for nrfx 4.0. Refactor to use nrfx layer instead of HAL. Change-Id: Ibbffe2c2e27ea98ac08e0e23f4c33603c04fe5ea Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no> (cherry picked from commit f07f10b9c028ee1de036037264e6b1929432af1d)
nrfx_config from nrfx's templates can be used. Change-Id: I5f532376ef0c9c73ec19b3933685a644a35a9c19 Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no> Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Update error codes. Change-Id: I492f82cfb777a5acfac536ae5e647ed8b7a61df3 Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no> Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
… last Since `compiler_ext_defs.h` should define compiler symbols only if they have not been previously defined, it should be included as the last header to avoid redefine warnigns. Fix in all files. Change-Id: I010b8885b4e1b150ec527f0b246b95a4dab4902a Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no> Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Use nrfx 4.0 release. Change-Id: Ic5e2faf118f2b2c673587570e32dfc49e172cb9b Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
a9a4995 to
2069677
Compare
|
@tomi-font done |
Align common files.