You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/12/21 09:26:38 UTC

[mynewt-core] 02/02: mcu/nrf5340_net: Enable instruction cache by default

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

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

commit 06c934d8292ecc8fea86680cdadb06623d5884db
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Dec 21 09:04:48 2022 +0100

    mcu/nrf5340_net: Enable instruction cache by default
    
    Does not really make sense to have it disabled by default since we are
    running from flash.
---
 hw/mcu/nordic/nrf5340_net/syscfg.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hw/mcu/nordic/nrf5340_net/syscfg.yml b/hw/mcu/nordic/nrf5340_net/syscfg.yml
index 86849853d..618beafab 100644
--- a/hw/mcu/nordic/nrf5340_net/syscfg.yml
+++ b/hw/mcu/nordic/nrf5340_net/syscfg.yml
@@ -65,8 +65,7 @@ syscfg.defs:
     MCU_ICACHE_ENABLED:
         description: >
             Enable instruction code cache
-            Default value is 0, so disabled.
-        value: 0
+        value: 1
 
     MCU_DEFAULT_STARTUP:
         description: >