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

vipulrahane pushed a commit to branch vipul/juul-master-steam-10-18-2023
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 4e691dc1faa27adc52fee17dbf4b9a23d277a638
Author: Vipul Rahane <[email protected]>
AuthorDate: Mon Sep 18 22:57:39 2023 -0700

    - Add mbedtls dependency & fix merge 10/18/2023
---
 crypto/mbedtls/pkg.yml           | 1 +
 hw/mcu/dialog/da1469x/syscfg.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/crypto/mbedtls/pkg.yml b/crypto/mbedtls/pkg.yml
index 4eb6fe3b8..5965fa553 100644
--- a/crypto/mbedtls/pkg.yml
+++ b/crypto/mbedtls/pkg.yml
@@ -35,6 +35,7 @@ pkg.include_dirs:
     - "include"
     - "@mbedtls/include"
     - "@mbedtls/library"
+    - "include/mbedtls"
 
 pkg.src_dirs:
     - "@mbedtls/library"
diff --git a/hw/mcu/dialog/da1469x/syscfg.yml b/hw/mcu/dialog/da1469x/syscfg.yml
index 8e78f5d35..8105947a1 100644
--- a/hw/mcu/dialog/da1469x/syscfg.yml
+++ b/hw/mcu/dialog/da1469x/syscfg.yml
@@ -463,6 +463,7 @@ syscfg.defs:
     DA1469X_LPCLK_SYSINIT_STAGE:
         description: >
           'Initalization stage for DA1469X'
+        value: 1
 
     WATCHDOG_DISABLE_ON_INIT:
         description: >

Reply via email to