From c8b9f8afa8836ce921d92b3aba198f04bbab673c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 7 Jul 2017 09:01:17 +0200 Subject: [PATCH] F7 nuttx configs: increase CONFIG_STM32F7_BBSRAM_FILES to 5 --- nuttx-configs/px4fmu-v5/nsh/defconfig | 2 +- nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuttx-configs/px4fmu-v5/nsh/defconfig b/nuttx-configs/px4fmu-v5/nsh/defconfig index 6382ba13c4..417aa385f3 100644 --- a/nuttx-configs/px4fmu-v5/nsh/defconfig +++ b/nuttx-configs/px4fmu-v5/nsh/defconfig @@ -396,7 +396,7 @@ CONFIG_SDMMC1_DMA=y CONFIG_SDMMC1_DMAPRIO=0x00010000 # CONFIG_SDMMC1_WIDTH_D1_ONLY is not set CONFIG_STM32F7_BBSRAM=y -CONFIG_STM32F7_BBSRAM_FILES=4 +CONFIG_STM32F7_BBSRAM_FILES=5 CONFIG_STM32F7_SAVE_CRASHDUMP=y # CONFIG_STM32F7_HAVE_RTC_COUNTER is not set # CONFIG_STM32F7_HAVE_RTC_SUBSECONDS is not set diff --git a/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig b/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig index 6d2b56f747..703730228b 100644 --- a/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig +++ b/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig @@ -396,7 +396,7 @@ CONFIG_SDMMC1_DMA=y CONFIG_SDMMC1_DMAPRIO=0x00010000 # CONFIG_SDMMC1_WIDTH_D1_ONLY is not set CONFIG_STM32F7_BBSRAM=y -CONFIG_STM32F7_BBSRAM_FILES=4 +CONFIG_STM32F7_BBSRAM_FILES=5 CONFIG_STM32F7_SAVE_CRASHDUMP=y # CONFIG_STM32F7_HAVE_RTC_COUNTER is not set # CONFIG_STM32F7_HAVE_RTC_SUBSECONDS is not set