mynewt-nimble
mynewt-nimble copied to clipboard
nimble/transport: Add ipc_icbmsg
Related PR https://github.com/apache/mynewt-core/pull/3312
Can be tested with a nRF5340 board and Zephyr's zephyr/samples/bluetooth/peripheral_hr sample app. Flash the APP core:
cd ~/zephyrproject/zephyr/samples/bluetooth/peripheral_hr/
west build -b nrf5340dk/nrf5340/cpuapp . -- -DDTC_OVERLAY_FILE='~/zephyrproject/zephyr/samples/subsys/ipc/ipc_service/multi_endpoint/boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay' -DCONFIG_BT_HCI_VS=n
west flash
Flash the NET core with Mynewt targets: nordic_pca10095_net-blehci.zip nordic_pca10095_net_boot.zip