You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2020/04/25 07:56:54 UTC

[mynewt-core] branch master updated: added __ text label to stm32f0xx linker script for OS_CRASH_STACKTRACE and alike

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


The following commit(s) were added to refs/heads/master by this push:
     new f7ce62a  added __ text label to stm32f0xx linker script for OS_CRASH_STACKTRACE and alike
f7ce62a is described below

commit f7ce62aa7bd38281f4c628783cbea131106b38eb
Author: hackbard <ha...@hackdaworld.org>
AuthorDate: Sat Apr 18 20:28:54 2020 +0200

    added __ text label to stm32f0xx linker script for OS_CRASH_STACKTRACE
    and alike
---
 hw/mcu/stm/stm32f0xx/stm32f0xx.ld | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/mcu/stm/stm32f0xx/stm32f0xx.ld b/hw/mcu/stm/stm32f0xx/stm32f0xx.ld
index 2821896..efecdb1 100644
--- a/hw/mcu/stm/stm32f0xx/stm32f0xx.ld
+++ b/hw/mcu/stm/stm32f0xx/stm32f0xx.ld
@@ -62,6 +62,8 @@ SECTIONS
         . = . + _imghdr_size;
     } > FLASH
 
+    __text = .;
+
     .text :
     {
         . = ALIGN(4);