You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
332 B
13 lines
332 B
CONFIG_UTEST_SEMAPHORE_TC=y
|
|
CONFIG_UTEST_EVENT_TC=y
|
|
CONFIG_UTEST_MESSAGEQUEUE_TC=y
|
|
CONFIG_UTEST_SIGNAL_TC=y
|
|
CONFIG_UTEST_MUTEX_TC=y
|
|
CONFIG_UTEST_MAILBOX_TC=y
|
|
# dependencies
|
|
CONFIG_RT_USING_SEMAPHORE=y
|
|
CONFIG_RT_USING_EVENT=y
|
|
CONFIG_RT_USING_MESSAGEQUEUE=y
|
|
CONFIG_RT_USING_SIGNALS=y
|
|
CONFIG_RT_USING_MUTEX=y
|
|
CONFIG_RT_USING_MAILBOX=y
|
|
|