From 7e314097f2e20d6fddf0047360729fc28e5d0c4d Mon Sep 17 00:00:00 2001 From: Michal Gorecki Date: Fri, 18 Sep 2026 09:54:40 +0200 Subject: [PATCH] hw/mcu/native: Add 32 byte alignment for Link Tables This fixes issue previously addressed in this PR: https://github.com/apache/mynewt-core/pull/3711 --- hw/mcu/native/syscfg.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/mcu/native/syscfg.yml b/hw/mcu/native/syscfg.yml index efa3a2a22c..516ed3c10f 100644 --- a/hw/mcu/native/syscfg.yml +++ b/hw/mcu/native/syscfg.yml @@ -70,6 +70,9 @@ syscfg.defs: description: 'Priority of native HAL timer task.' type: task_priority value: 0 + MCU_LINK_TABLES_ALIGNMENT: + description: 'Alignment value to use in link tables linker entries' + value: 32 syscfg.vals: OS_TICKS_PER_SEC: 100