You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ko...@apache.org on 2021/02/18 09:49:19 UTC

[mynewt-core] branch master updated: bsp/nordic_pca10095_net: set nrf5340 as default transport Net core app should use IPC transport by default , as it's used to communicate with app running on net core.

This is an automated email from the ASF dual-hosted git repository.

kopyscinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 306f546  bsp/nordic_pca10095_net: set nrf5340 as default transport Net core app should use IPC transport by default , as it's used to communicate with app running on net core.
306f546 is described below

commit 306f546a44df35bd88f4ac9fa450046384bdc30d
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Thu Feb 18 10:07:40 2021 +0100

    bsp/nordic_pca10095_net: set nrf5340 as default transport
    Net core app should use IPC transport by default , as it's used to
    communicate with app running on net core.
---
 hw/bsp/nordic_pca10095_net/syscfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/bsp/nordic_pca10095_net/syscfg.yml b/hw/bsp/nordic_pca10095_net/syscfg.yml
index 4ec621e..1952147 100644
--- a/hw/bsp/nordic_pca10095_net/syscfg.yml
+++ b/hw/bsp/nordic_pca10095_net/syscfg.yml
@@ -59,3 +59,5 @@ syscfg.vals.BLE_CONTROLLER:
     OS_CPUTIME_FREQ: 32768
     OS_CPUTIME_TIMER_NUM: 3
     BLE_LL_RFMGMT_ENABLE_TIME: 1500
+
+    BLE_HCI_TRANSPORT: nrf5340