You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/10/08 01:44:36 UTC

[incubator-nuttx] branch master updated: boards/tm4c129e-launchpad: Enable priority inheritance in ostest config

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d8f9c60e9e boards/tm4c129e-launchpad: Enable priority inheritance in ostest config
d8f9c60e9e is described below

commit d8f9c60e9e40ee06d322a28b9fd73bc87bf6353c
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Fri Oct 7 11:50:02 2022 -0400

    boards/tm4c129e-launchpad: Enable priority inheritance in ostest config
---
 boards/arm/tiva/tm4c129e-launchpad/configs/ostest/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/tiva/tm4c129e-launchpad/configs/ostest/defconfig b/boards/arm/tiva/tm4c129e-launchpad/configs/ostest/defconfig
index f8f4a4ad8d..2c54cad265 100644
--- a/boards/arm/tiva/tm4c129e-launchpad/configs/ostest/defconfig
+++ b/boards/arm/tiva/tm4c129e-launchpad/configs/ostest/defconfig
@@ -58,6 +58,7 @@ CONFIG_NSH_FILEIOSIZE=512
 CONFIG_NSH_LINELEN=64
 CONFIG_NSH_READLINE=y
 CONFIG_PREALLOC_TIMERS=4
+CONFIG_PRIORITY_INHERITANCE=y
 CONFIG_RAM_SIZE=262144
 CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y