From 64987c4dc4d83200f0fb0d0636ad7be621e5801a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 17 Mar 2020 10:06:27 +0100 Subject: spec: Add application configuration --- .../opt/RTEMS-ACFG-OPT-STACKCHECKERENABLED.yml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 spec/acfg/opt/RTEMS-ACFG-OPT-STACKCHECKERENABLED.yml (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-STACKCHECKERENABLED.yml') diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-STACKCHECKERENABLED.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-STACKCHECKERENABLED.yml new file mode 100644 index 00000000..3c8aa992 --- /dev/null +++ b/spec/acfg/opt/RTEMS-ACFG-OPT-STACKCHECKERENABLED.yml @@ -0,0 +1,32 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 +active: true +appl-config-option-data-type: | + Boolean feature macro. +appl-config-option-default-value: | + This is not defined by default, and thus stack checking is disabled. +appl-config-option-description: | + This configuration parameter is defined when the application wishes to + enable run-time stack bounds checking. +appl-config-option-index: [] +appl-config-option-name: CONFIGURE_STACK_CHECKER_ENABLED +appl-config-option-notes: | + In 4.9 and older, this configuration parameter was named ``STACK_CHECKER_ON``. + + This increases the time required to create tasks as well as adding overhead + to each context switch. +appl-config-option-range: | + Defined or undefined. +copyrights: +- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) +derived: false +enabled-by: [] +header: '' +interface-type: appl-config-option +level: 1.79 +links: +- RTEMS-ACFG-GENERAL: B6rbi_eXOZOzB3o8-DYzrc0JmF7ON1adlcZj3dQd6WY= +normative: true +ref: '' +reviewed: oQczTVsafGtaaeNZ_cRs7tkFGeXNI7M78k7m40NQVSg= +text: '' +type: interface -- cgit v1.2.3