summaryrefslogtreecommitdiff
path: root/board/daisy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/daisy/board.h')
-rw-r--r--board/daisy/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index cc0d1eec10..e63dae697d 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -17,6 +17,11 @@
/* use I2C for host communication */
#define CONFIG_I2C
+/* Debug features */
+#define CONFIG_PANIC_HELP
+#define CONFIG_PANIC_NEW_STACK
+#define CONFIG_ASSERT_HELP
+
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */
/* TODO: (crosbug.com/p/9986) This is a serious security hole and should be