nuttx/boards/arm/stm32l4
Xiang Xiao ebae06a6db boards: fix CONFIG_MM_REGIONS related warning in nightly build
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 <xiaoxiang@xiaomi.com>
2020-03-08 11:29:39 -06:00
..
b-l475e-iot01a boards: fix CONFIG_MM_REGIONS related warning in nightly build 2020-03-08 11:29:39 -06:00
drivers Merged in alinjerpelea/nuttx (pull request #1014) 2019-08-21 13:39:29 +00:00
nucleo-l432kc Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nucleo-l452re Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nucleo-l476rg Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nucleo-l496zg Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32l4r9ai-disco Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32l476-mdk Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32l476vg-disco Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00