You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2020/09/21 11:53:59 UTC

[mynewt-core] 02/05: hw/bsp/dialog: Enable TRNG if building with CMAC

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

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

commit 6a22ecbeb01c90732a8633a6a62536f95a68ae45
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Sep 2 17:14:53 2020 +0200

    hw/bsp/dialog: Enable TRNG if building with CMAC
    
    TRNG is required by CMAC driver, let's enable it automatically when
    needed.
---
 hw/bsp/dialog_da1469x-dk-pro/syscfg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hw/bsp/dialog_da1469x-dk-pro/syscfg.yml b/hw/bsp/dialog_da1469x-dk-pro/syscfg.yml
index 3550295..90accc0 100644
--- a/hw/bsp/dialog_da1469x-dk-pro/syscfg.yml
+++ b/hw/bsp/dialog_da1469x-dk-pro/syscfg.yml
@@ -76,3 +76,6 @@ syscfg.vals:
     REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
     NFFS_FLASH_AREA: FLASH_AREA_NFFS
     COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
+
+syscfg.vals.'BLE_HCI_TRANSPORT == "dialog_cmac"':
+    TRNG: 1