kasjer opened a new pull request, #3205: URL: https://github.com/apache/mynewt-core/pull/3205
Change STM32F4 to use common startup code and liner script. Additionally to utilize CCM memory common linker script for cortex-m4 introduces separate memory region for CMU stack. Stack was always placed at the end of region RAM. This adds separate memory region for MCU stack. For some MCUs it is more convenient to place stack in separate memory space and that was not possible without custom linker script. __HeapLimit and __HeapBase assignments are simpler to read __StackTop and __StackLimi as well. dumplicate .bssnz section is removed (NOLOAD) attributes added to .bssnz and .bss .mtb section removed for now Signed-off-by: Jerzy Kasenberg <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
