incubator-nuttx/boards/arm/stm32/b-g474e-dpow1/configs
Nathan Hartman a1bc1e89b0 boards/arm/stm32: Add b-g474e-dpow1:ostest configuration.
* boards/arm/stm32/b-g474e-dpow1/configs/ostest/defconfig:

  New file. 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
2022-09-24 00:44:27 +08:00
..
nsh libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
ostest boards/arm/stm32: Add b-g474e-dpow1:ostest configuration. 2022-09-24 00:44:27 +08:00