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

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

commit 5fc09495e02b619259b743a5238fa0f0c78a6e37
Author: Jerzy Kasenberg <jerzy.kasenb...@codecoup.pl>
AuthorDate: Thu Nov 4 10:44:21 2021 +0100

    bsp/nordic_pca10095: Add netcore core dump flash area
    
    This adds definition of area from net core flash that can
    be accessed to get core dumps from net core.
---
 hw/bsp/nordic_pca10095/bsp.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hw/bsp/nordic_pca10095/bsp.yml b/hw/bsp/nordic_pca10095/bsp.yml
index 37052b78..be1b9fa 100644
--- a/hw/bsp/nordic_pca10095/bsp.yml
+++ b/hw/bsp/nordic_pca10095/bsp.yml
@@ -63,3 +63,8 @@ bsp.flash_map:
             device: 0
             offset: 0x000fc000
             size: 16kB
+        FLASH_AREA_NET_COREDUMP:
+            user_id: 2
+            device: 2
+            offset: 0x01028000
+            size: 68kB

Reply via email to