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/03/08 15:09:11 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #494: boards: fix CONFIG_MM_REGIONS related warning in nightly build

xiaoxiang781216 opened a new pull request #494: boards: fix CONFIG_MM_REGIONS related warning in nightly build
URL: https://github.com/apache/incubator-nuttx/pull/494
 
 
   fix the following warning:
   chip/sam_allocateheap.c:120:8: warning: #warning "CONFIG_MM_REGIONS < 3: NFC SRAM not included in HEAP" [-Wcpp]
     120 | #      warning "CONFIG_MM_REGIONS < 3: NFC SRAM not included in HEAP"
         |        ^~~~~~~
   chip/lpc17_40_allocateheap.c:176:6: warning: #warning "CONFIG_MM_REGIONS > 1: This configuration has no available AHB SRAM Bank0/1" [-Wcpp]
     176 | #    warning "CONFIG_MM_REGIONS > 1: This configuration has no available AHB SRAM Bank0/1"
         |      ^~~~~~~
   chip/stm32l4_allocateheap.c:141:4: warning: #warning "CONFIG_MM_REGIONS large enough but I do not know what some of the region(s) are" [-Wcpp]
     141 | #  warning "CONFIG_MM_REGIONS large enough but I do not know what some of the region(s) are"
         |    ^~~~~~~
   
   Signed-off-by: Xiang Xiao <xi...@xiaomi.com>

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo merged pull request #494: boards: fix CONFIG_MM_REGIONS related warning in nightly build

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #494: boards: fix CONFIG_MM_REGIONS related warning in nightly build
URL: https://github.com/apache/incubator-nuttx/pull/494
 
 
   

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


With regards,
Apache Git Services