Sfoglia il codice sorgente

[bsp/qemu-virt64-riscv] utest utility default off

wangxiaoyao 3 anni fa
parent
commit
f622d1d3d9
2 ha cambiato i file con 1 aggiunte e 6 eliminazioni
  1. 1 3
      bsp/qemu-virt64-riscv/.config
  2. 0 3
      bsp/qemu-virt64-riscv/rtconfig.h

+ 1 - 3
bsp/qemu-virt64-riscv/.config

@@ -251,9 +251,7 @@ CONFIG_RT_USING_POSIX_CLOCKTIME=y
 #
 # CONFIG_RT_USING_RYM is not set
 # CONFIG_RT_USING_ULOG is not set
-CONFIG_RT_USING_UTEST=y
-CONFIG_UTEST_THR_STACK_SIZE=4096
-CONFIG_UTEST_THR_PRIORITY=20
+# CONFIG_RT_USING_UTEST is not set
 # CONFIG_RT_USING_RT_LINK is not set
 CONFIG_RT_USING_LWP=y
 CONFIG_RT_LWP_MAX_NR=30

+ 0 - 3
bsp/qemu-virt64-riscv/rtconfig.h

@@ -147,9 +147,6 @@
 
 /* Utilities */
 
-#define RT_USING_UTEST
-#define UTEST_THR_STACK_SIZE 4096
-#define UTEST_THR_PRIORITY 20
 #define RT_USING_LWP
 #define RT_LWP_MAX_NR 30
 #define LWP_TASK_STACK_SIZE 16384