forked from Archive/PX4-Autopilot
aerofc: Disable BBSRAM and SAVE_CRASHDUMP support
This board don't have a SDCard to save crash dumps and it was causing the board to get stuck into '[boot] There were %d reboots with Hard fault that were not committed to disk - System halted', until user connect to the serial console and clear the fault.
This commit is contained in:
parent
24f9a53f60
commit
4142f1c9d5
|
@ -536,9 +536,9 @@ CONFIG_STM32_I2CTIMEOTICKS=10
|
|||
#
|
||||
# Configuration
|
||||
#
|
||||
CONFIG_STM32_BBSRAM=y
|
||||
CONFIG_STM32_BBSRAM_FILES=4
|
||||
CONFIG_STM32_SAVE_CRASHDUMP=y
|
||||
# CONFIG_STM32_BBSRAM is not set
|
||||
# CONFIG_STM32_BBSRAM_FILES is not set
|
||||
# CONFIG_STM32_SAVE_CRASHDUMP is not set
|
||||
# CONFIG_STM32_HAVE_RTC_COUNTER is not set
|
||||
# CONFIG_STM32_HAVE_RTC_SUBSECONDS is not set
|
||||
CONFIG_RTC_MAGIC_REG=1
|
||||
|
|
Loading…
Reference in New Issue