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


The following commit(s) were added to refs/heads/master by this push:
     new da102f1d6 hw/mcu/dialog: Fix download script
da102f1d6 is described below

commit da102f1d6d37f1f76d680311218f3d2facd80a19
Author: Andrzej Kaczmarek <[email protected]>
AuthorDate: Mon Dec 11 15:20:56 2023 +0100

    hw/mcu/dialog: Fix download script
    
    Need to break on mynewt_main instead of main.
---
 hw/mcu/dialog/da1469x/scripts/dialog_da1469x-download_jlink.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/mcu/dialog/da1469x/scripts/dialog_da1469x-download_jlink.sh 
b/hw/mcu/dialog/da1469x/scripts/dialog_da1469x-download_jlink.sh
index 4feea8023..b9f0ba1c5 100755
--- a/hw/mcu/dialog/da1469x/scripts/dialog_da1469x-download_jlink.sh
+++ b/hw/mcu/dialog/da1469x/scripts/dialog_da1469x-download_jlink.sh
@@ -143,7 +143,7 @@ set *(int *)0x500000BC = 4
 set \$sp=*(int *)0x20000000
 set \$pc=*(int *)0x20000004
 set {int}0x38000080 = 0
-b main
+b mynewt_main
 c
 d 1
 

Reply via email to