-
Notifications
You must be signed in to change notification settings - Fork 374
hw/drivers: Add ipc_icbmsg #3312
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: master
Are you sure you want to change the base?
Conversation
0a83fa5
to
5628aad
Compare
9c45740
to
2ad67cf
Compare
@@ -579,6 +579,17 @@ syscfg.defs: | |||
Adds default MPU configuration package | |||
value: 0 | |||
|
|||
IPC_NRF5340_PRE_TRUSTZONE_NETCORE_BOOT: |
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 like IPC_NRF5340_PRE_TRUSTZONE_NETCORE_BOOT
is already defined in drivers/ipc_nrf5340/syscfg.yml
. Shouldn't this be removed from there? Otherwise we'll have two duplicated definition.
First step before adding IPC ICBMsg transport support, which might help compare the changes made.
Just rebased |
Tested with nRF5340.
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.
As in NimBLE, I think this should be simply a ipc_icbmsg
. We don't have IPC subsystem so there's no point in creating Zephyr-like structure for a simple driver.
Also please split this a bit so driver code is not mixed with BSP changes etc. unless really required to build properly when bisecting.
No description provided.