From ea00d46726a67d3af5702f05009f0140879b011e Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 31 Jan 2020 09:57:58 -0500 Subject: [PATCH] Fix #358, Add native permissive mode configuration This adds the native_osconfig.h which is included after the default_osconfig.h if SIMULATION=native is set. --- cmake/sample_defs/native_osconfig.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cmake/sample_defs/native_osconfig.h diff --git a/cmake/sample_defs/native_osconfig.h b/cmake/sample_defs/native_osconfig.h new file mode 100644 index 000000000..d0e324591 --- /dev/null +++ b/cmake/sample_defs/native_osconfig.h @@ -0,0 +1,4 @@ +/* SIMULATION=native specific osconfig options */ + +/* See parameter description in default_osconfig.h */ +#define OSAL_DEBUG_PERMISSIVE_MODE