You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/08/06 05:38:01 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1505: Reduce the preserved memory to save the space

xiaoxiang781216 edited a comment on pull request #1505:
URL: https://github.com/apache/incubator-nuttx/pull/1505#issuecomment-669711263


   minimal config with nsh:
   CONFIG_ARCH="sim"
   CONFIG_ARCH_BOARD="sim"
   CONFIG_ARCH_BOARD_SIM=y
   CONFIG_ARCH_CHIP="sim"
   CONFIG_ARCH_SIM=y
   CONFIG_DEBUG_SYMBOLS=y
   CONFIG_SIM_M32=y
   CONFIG_SYSTEM_NSH=y
   CONFIG_USER_ENTRYPOINT="nsh_main"
   I use 32bit sim, but the number should be similar for other arch/chip/board since the optimiation only focus on the preserved global memory which shouldn't have the significant difference if the config is same.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org