inochisa opened a new pull request, #12288: URL: https://github.com/apache/nuttx/pull/12288
Although almost all board support allocating idle stack after ebss, bl602 have a different memory layout for idle stack. To unify them, make idle stack allocated from ebss for bl602. This will also improve #12265 as we can use `_ebss` for all board. Although this patch should have no side effect. I have no idea about the memory layout of bl602. It seems the ld script of this SoC describe a different memory layout from the [datasheet](https://github.com/bouffalolab/bl_docs/blob/main/BL602_DS/en/BL602_BL604_DS_1.6_en.pdf) from bouffalolab. -- 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]
