From a75275648e5410c1698855300b157d48ac2ad7ad Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 22 May 2016 19:22:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9500 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h | 6 +++--- .../QSPI-N25Q128/debug/QSPI-N25Q128 (OpenOCD, Flash and Run).launch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testhal/STM32') diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h b/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h index ad6b53ade..4c06d1f03 100644 --- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h +++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h @@ -328,7 +328,7 @@ * * @note The default is @p FALSE. */ -#define CH_DBG_SYSTEM_STATE_CHECK FALSE +#define CH_DBG_SYSTEM_STATE_CHECK TRUE /** * @brief Debug option, parameters checks. @@ -337,7 +337,7 @@ * * @note The default is @p FALSE. */ -#define CH_DBG_ENABLE_CHECKS FALSE +#define CH_DBG_ENABLE_CHECKS TRUE /** * @brief Debug option, consistency checks. @@ -347,7 +347,7 @@ * * @note The default is @p FALSE. */ -#define CH_DBG_ENABLE_ASSERTS FALSE +#define CH_DBG_ENABLE_ASSERTS TRUE /** * @brief Debug option, trace buffer. diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/debug/QSPI-N25Q128 (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32L4xx/QSPI-N25Q128/debug/QSPI-N25Q128 (OpenOCD, Flash and Run).launch index aa3b7fa26..838be0e4a 100644 --- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/debug/QSPI-N25Q128 (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/debug/QSPI-N25Q128 (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ - + -- cgit v1.2.3