This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1fe2deb01b98d0764689bd13e926cf10bf466341 Author: Yangwei <yangw...@lixiang.com> AuthorDate: Sat Mar 15 00:38:32 2025 +0800 arm/nucleo-f746zg: Exclude DTCM from the heap to avoid warning This patch add STM32F7_DTCMEXCLUDE config for stm32f746zg. Signed-off-by: Yang Wei yangw...@lixiang.com --- boards/arm/stm32f7/nucleo-f746zg/configs/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/stm32f7/nucleo-f746zg/configs/nsh/defconfig b/boards/arm/stm32f7/nucleo-f746zg/configs/nsh/defconfig index 74d1b0d900..48313a632d 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/configs/nsh/defconfig +++ b/boards/arm/stm32f7/nucleo-f746zg/configs/nsh/defconfig @@ -44,6 +44,7 @@ CONFIG_STACK_COLORATION=y CONFIG_START_DAY=30 CONFIG_START_MONTH=11 CONFIG_START_YEAR=2015 +CONFIG_STM32F7_DTCMEXCLUDE=y CONFIG_STM32F7_SERIALBRK_BSDCOMPAT=y CONFIG_STM32F7_SERIAL_DISABLE_REORDERING=y CONFIG_STM32F7_USART_BREAKS=y