From a7281b1cd592e48e6d9dd287de0d29004ab11b40 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 28 Feb 2017 09:28:23 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10113 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../USB_CDC/debug/STM32F4xx-USB_CDC (OpenOCD, Flash and Run).launch | 2 +- testhal/STM32/STM32L4xx/USB_CDC/chconf.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testhal/STM32/STM32F4xx/USB_CDC/debug/STM32F4xx-USB_CDC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F4xx/USB_CDC/debug/STM32F4xx-USB_CDC (OpenOCD, Flash and Run).launch index 4b14790e0..cc7c3b8c3 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC/debug/STM32F4xx-USB_CDC (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F4xx/USB_CDC/debug/STM32F4xx-USB_CDC (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ - + diff --git a/testhal/STM32/STM32L4xx/USB_CDC/chconf.h b/testhal/STM32/STM32L4xx/USB_CDC/chconf.h index ad6b53ade..4c06d1f03 100644 --- a/testhal/STM32/STM32L4xx/USB_CDC/chconf.h +++ b/testhal/STM32/STM32L4xx/USB_CDC/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. -- cgit v1.2.3