kasjer opened a new pull request, #3395:
URL: https://github.com/apache/mynewt-core/pull/3395

   There was discrepancy in memory_regions.ld.h files for few bsp's. File gave 
an impression that it can be
   included twice in generated linker script and
   second inclusion would provide definition for
   region related symbols.
   It may be done this way in the future but now symbols are added in 
user_sections.ld.h instead.
   
   For stm32h753 bsp was expecting symbols _dtcmram_start and _itcmram_start 
while linker script provided _dtcm_start and _itcm_start. Now later symbols are 
used to make it consistent with other bsp's.


-- 
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]

Reply via email to