From df73448935290296252a0b87899a639728fa7f14 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Tue, 2 Apr 2024 19:13:31 -0400 Subject: [PATCH] Remove some stuff that shouldn't really be in config file. --- examples/temp_sensor/targets/gcc.yml | 14 ++++++-------- examples/temp_sensor/targets/iar_v4.yml | 14 ++++++-------- examples/temp_sensor/targets/iar_v5.yml | 14 ++++++-------- 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/examples/temp_sensor/targets/gcc.yml b/examples/temp_sensor/targets/gcc.yml index ac823e0..76f724e 100644 --- a/examples/temp_sensor/targets/gcc.yml +++ b/examples/temp_sensor/targets/gcc.yml @@ -45,7 +45,6 @@ linker: # File configuration :mock_path: './build/mocks' # Subdirectory to store mocks when generated (default: mocks) :skeleton_path: '' # Subdirectory to store stubs when generated (default: '') - :subdir: nil # Subdirectory under mock_path to store when generated (default: nil) :mock_prefix: 'Mock' # Prefix to append to filenames for mocks :mock_suffix: '' # Suffix to append to filenames for mocks @@ -80,13 +79,12 @@ linker: :callback_after_arg_check: false # Do we want cmock to enforce an argument check first when using a callback? :includes: # You can add additional includes here, or specify the location with the options below - Types.h - :includes_h_pre_orig_header: nil - :includes_h_post_orig_header: nil - :includes_c_pre_header: nil - :includes_c_post_header: nil - :orig_header_include_fmt: '#include "%s"' - :array_size_type: [] # Specify a type or types that should be used for array lengths - :array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array + #:includes_h_pre_orig_header: [] + #:includes_h_post_orig_header: [] + #:includes_c_pre_header: [] + #:includes_c_post_header: [] + #:array_size_type: [] # Specify a type or types that should be used for array lengths + #:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array :exclude_setjmp_h: false # Don't use setjmp when running CMock. Note that this might result in late reporting or out-of-order failures. colour: true diff --git a/examples/temp_sensor/targets/iar_v4.yml b/examples/temp_sensor/targets/iar_v4.yml index d90d8f6..24febba 100644 --- a/examples/temp_sensor/targets/iar_v4.yml +++ b/examples/temp_sensor/targets/iar_v4.yml @@ -93,7 +93,6 @@ simulator: # File configuration :mock_path: './build/mocks' # Subdirectory to store mocks when generated (default: mocks) :skeleton_path: './' # Subdirectory to store stubs when generated (default: '') - :subdir: nil # Subdirectory under mock_path to store when generated (default: nil) :mock_prefix: 'Mock' # Prefix to append to filenames for mocks :mock_suffix: '' # Suffix to append to filenames for mocks @@ -128,11 +127,10 @@ simulator: :callback_after_arg_check: false # Do we want cmock to enforce an argument check first when using a callback? :includes: # You can add additional includes here, or specify the location with the options below - Types.h - :includes_h_pre_orig_header: nil - :includes_h_post_orig_header: nil - :includes_c_pre_header: nil - :includes_c_post_header: nil - :orig_header_include_fmt: '#include "%s"' - :array_size_type: [] # Specify a type or types that should be used for array lengths - :array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array + #:includes_h_pre_orig_header: [] + #:includes_h_post_orig_header: [] + #:includes_c_pre_header: [] + #:includes_c_post_header: [] + #:array_size_type: [] # Specify a type or types that should be used for array lengths + #:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array :exclude_setjmp_h: false # Don't use setjmp when running CMock. Note that this might result in late reporting or out-of-order failures. diff --git a/examples/temp_sensor/targets/iar_v5.yml b/examples/temp_sensor/targets/iar_v5.yml index dbad401..69a39ee 100644 --- a/examples/temp_sensor/targets/iar_v5.yml +++ b/examples/temp_sensor/targets/iar_v5.yml @@ -82,7 +82,6 @@ simulator: # File configuration :mock_path: './build/mocks' # Subdirectory to store mocks when generated (default: mocks) :skeleton_path: '' # Subdirectory to store stubs when generated (default: '') - :subdir: nil # Subdirectory under mock_path to store when generated (default: nil) :mock_prefix: 'Mock' # Prefix to append to filenames for mocks :mock_suffix: '' # Suffix to append to filenames for mocks @@ -117,11 +116,10 @@ simulator: :callback_after_arg_check: false # Do we want cmock to enforce an argument check first when using a callback? :includes: # You can add additional includes here, or specify the location with the options below - Types.h - :includes_h_pre_orig_header: nil - :includes_h_post_orig_header: nil - :includes_c_pre_header: nil - :includes_c_post_header: nil - :orig_header_include_fmt: '#include "%s"' - :array_size_type: [] # Specify a type or types that should be used for array lengths - :array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array + #:includes_h_pre_orig_header: [] + #:includes_h_post_orig_header: [] + #:includes_c_pre_header: [] + #:includes_c_post_header: [] + #:array_size_type: [] # Specify a type or types that should be used for array lengths + #:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array :exclude_setjmp_h: false # Don't use setjmp when running CMock. Note that this might result in late reporting or out-of-order failures.