You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/23 14:28:06 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #7176: boards/arm/stm32: Add b-g474e-dpow1:ostest configuration.

hartmannathan opened a new pull request, #7176:
URL: https://github.com/apache/incubator-nuttx/pull/7176

   ## Summary
   
   Add b-g474e-dpow1:ostest configuration.
   
   Compared to b-g474e-dpow1:nsh, it adds the following configs:
   
   ```
   +CONFIG_BUILTIN=y
   +CONFIG_NSH_BUILTIN_APPS=y
   +CONFIG_TESTING_OSTEST=y
   ```
   
   and, because ostest currently fails when priority inheritance is
   enabled, it **removes** the following configs:
   
   ```
   -CONFIG_PRIORITY_INHERITANCE=y
   -CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_INHERIT=y
   ```
   
   As mentioned in my vote email for the NuttX-11.0.0-RC2 release in the incubator general list: https://lists.apache.org/thread/zm62l2b21wpbbo1b1r12krpsvvm7rw2n
   
   ## Impact
   
   Makes it easy to build and run `ostest` on the [b-g474e-dpow1](https://www.st.com/en/evaluation-tools/b-g474e-dpow1.html) board.
   
   ## Testing
   
   Build and run on above-mentioned board.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7176: boards/arm/stm32: Add b-g474e-dpow1:ostest configuration.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7176:
URL: https://github.com/apache/incubator-nuttx/pull/7176


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org