From 8166a413c92f954f0624014262b91fb36b0859a5 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Tue, 17 Feb 2026 10:00:01 -0700 Subject: [PATCH] spec/build: remove BSP_MINIMUM_TASK_STACK_SIZE Fixes #5493. --- spec/build/bsps/arm/lpc176x/grp.yml | 2 -- spec/build/bsps/arm/lpc176x/optmintskstksz.yml | 17 ----------------- spec/build/bsps/arm/tms570/grp.yml | 2 -- spec/build/bsps/arm/tms570/optmintskstksz.yml | 17 ----------------- 4 files changed, 38 deletions(-) delete mode 100644 spec/build/bsps/arm/lpc176x/optmintskstksz.yml delete mode 100644 spec/build/bsps/arm/tms570/optmintskstksz.yml diff --git a/spec/build/bsps/arm/lpc176x/grp.yml b/spec/build/bsps/arm/lpc176x/grp.yml index 6eb59aad94..75ef9398ab 100644 --- a/spec/build/bsps/arm/lpc176x/grp.yml +++ b/spec/build/bsps/arm/lpc176x/grp.yml @@ -24,8 +24,6 @@ links: uid: optdmachn - role: build-dependency uid: optlpc1768 -- role: build-dependency - uid: optmintskstksz - role: build-dependency uid: optoscmain - role: build-dependency diff --git a/spec/build/bsps/arm/lpc176x/optmintskstksz.yml b/spec/build/bsps/arm/lpc176x/optmintskstksz.yml deleted file mode 100644 index ab61e0e502..0000000000 --- a/spec/build/bsps/arm/lpc176x/optmintskstksz.yml +++ /dev/null @@ -1,17 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-integer: null -- define: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH & Co. KG -default: -- enabled-by: true - value: 1024 -description: | - Suggested minimum task stack size in bytes -enabled-by: true -format: '{}' -links: [] -name: BSP_MINIMUM_TASK_STACK_SIZE -type: build diff --git a/spec/build/bsps/arm/tms570/grp.yml b/spec/build/bsps/arm/tms570/grp.yml index c6d9f02d14..05ca37a1a4 100644 --- a/spec/build/bsps/arm/tms570/grp.yml +++ b/spec/build/bsps/arm/tms570/grp.yml @@ -28,8 +28,6 @@ links: uid: objnohwinit - role: build-dependency uid: optconirq -- role: build-dependency - uid: optmintskstksz - role: build-dependency uid: optoscmain - role: build-dependency diff --git a/spec/build/bsps/arm/tms570/optmintskstksz.yml b/spec/build/bsps/arm/tms570/optmintskstksz.yml deleted file mode 100644 index ab61e0e502..0000000000 --- a/spec/build/bsps/arm/tms570/optmintskstksz.yml +++ /dev/null @@ -1,17 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-integer: null -- define: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH & Co. KG -default: -- enabled-by: true - value: 1024 -description: | - Suggested minimum task stack size in bytes -enabled-by: true -format: '{}' -links: [] -name: BSP_MINIMUM_TASK_STACK_SIZE -type: build