added __ text label to stm32f0xx linker script for OS_CRASH_STACKTRACE
and alike
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 @@
         . = . + _imghdr_size;

     } > FLASH

 

+    __text = .;

+

     .text :

     {

         . = ALIGN(4);