You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ha...@apache.org on 2022/10/07 15:51:00 UTC

[incubator-nuttx] branch tm4c129e-launchpad-ostest-prio created (now 422bf1a3f0)

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

hartmannathan pushed a change to branch tm4c129e-launchpad-ostest-prio
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


      at 422bf1a3f0 boards/tm4c129e-launchpad: Enable priority inheritance in ostest config

This branch includes the following new commits:

     new 422bf1a3f0 boards/tm4c129e-launchpad: Enable priority inheritance in ostest config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hartmannathan pushed a commit to branch tm4c129e-launchpad-ostest-prio
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 422bf1a3f0d65d9144329da00a66379215379920
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