apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
286 stars 539 forks source link

STM32: Default Flash Configuration Used - See Override Flash Size Designator #1573

Open spi3ex opened 1 year ago

spi3ex commented 1 year ago

In file included from chip/stm32_flash.c:38: chip/stm32f20xxf40xx_flash.c:51:4: warning: #warning "Default Flash Configuration Used - See Override Flash Size Designator" [-Wcpp]

We need to add Flash size for STMXX instead of using default size. https://cwiki.apache.org/confluence/display/NUTTX/Configuration+Variables

spi3ex commented 1 year ago

https://github.com/apache/nuttx/pull/8558

spi3ex commented 1 year ago

apache/nuttx#8558

Please Follow this PR in KConfig file in STM#2.