You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2021/11/01 21:24:34 UTC

[mynewt-core] branch master updated: mcu/nrf5340_net: Add ipc_nrf5340 dependency for nrf5340_net_vflash_init

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

vipulrahane 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 958f30a  mcu/nrf5340_net: Add ipc_nrf5340 dependency for nrf5340_net_vflash_init
     new feea64e  Merge pull request #2706 from t3zeng/master
958f30a is described below

commit 958f30a980518298aec0c3cb2c166cac2dae992b
Author: Tian Zeng <ti...@proxy.com>
AuthorDate: Mon Nov 1 17:16:41 2021 -0400

    mcu/nrf5340_net: Add ipc_nrf5340 dependency for nrf5340_net_vflash_init
---
 hw/mcu/nordic/nrf5340_net/pkg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/mcu/nordic/nrf5340_net/pkg.yml b/hw/mcu/nordic/nrf5340_net/pkg.yml
index 7fa8965..3216fdb 100644
--- a/hw/mcu/nordic/nrf5340_net/pkg.yml
+++ b/hw/mcu/nordic/nrf5340_net/pkg.yml
@@ -29,6 +29,7 @@ pkg.deps:
     - "@apache-mynewt-core/hw/mcu/nordic"
     - "@apache-mynewt-core/hw/cmsis-core"
     - "@apache-mynewt-core/hw/hal"
+    - "@apache-mynewt-core/hw/drivers/ipc_nrf5340"
 
 pkg.cflags.NFC_PINS_AS_GPIO:
     - '-DCONFIG_NFCT_PINS_AS_GPIOS=1'