Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2024-08-02 Thread via GitHub
pussuw closed pull request #1500: ostest: Add initial support for CONFIG_BUILD_KERNEL URL: https://github.com/apache/nuttx-apps/pull/1500 -- 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

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-27 Thread via GitHub
xiaoxiang781216 merged PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205 -- 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-unsubscr...

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1436688638 ## testing/ostest/ostest_main.c: ## @@ -680,9 +715,19 @@ int main(int argc, FAR char **argv) /* Verify that we can spawn a new task */ +#ifdef CONFIG_BUIL

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-26 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1436688638 ## testing/ostest/ostest_main.c: ## @@ -680,9 +715,19 @@ int main(int argc, FAR char **argv) /* Verify that we can spawn a new task */ +#ifdef CONFIG_BUIL

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1434279514 ## testing/ostest/signest.c: ## @@ -180,10 +180,10 @@ static int waiter_main(int argc, char *argv[]) /* Just exit, the system should clean up the signal h

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-18 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1430962804 ## testing/ostest/ostest_main.c: ## @@ -641,6 +680,28 @@ int main(int argc, FAR char **argv) #else int ostest_result = OK; #endif + int i; + pid_t pid; +

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-09 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421695356 ## testing/ostest/ostest_main.c: ## @@ -295,7 +321,9 @@ static int user_main(int argc, char *argv[]) show_environment(false, true, true); check_test_memory

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-09 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421694697 ## testing/ostest/sighand.c: ## @@ -128,7 +128,7 @@ static void wakeup_action(int signo, siginfo_t *info, void *ucontext) } } -static int waiter_main(in

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-09 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421694561 ## testing/ostest/ostest_main.c: ## @@ -347,13 +375,16 @@ static int user_main(int argc, char *argv[]) check_test_memory_usage(); #endif +#ifndef CONFI

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1419242042 ## testing/ostest/ostest_main.c: ## @@ -96,6 +96,32 @@ static const char g_bad_value2[] = "BadValue2"; static const char g_putenv_value[] = "Variable1=Bad

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1406259422 ## testing/ostest/signest.c: ## @@ -295,11 +298,12 @@ void signest_test(void) /* Start interfering thread */ - prio++; - printf("signest_test: Starting

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1406259422 ## testing/ostest/signest.c: ## @@ -295,11 +298,12 @@ void signest_test(void) /* Start interfering thread */ - prio++; - printf("signest_test: Starting

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401460622 ## testing/ostest/ostest_main.c: ## @@ -706,6 +719,9 @@ int main(int argc, FAR char **argv) } printf("ostest_main: Exiting with status %d\n", ostest_re

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401456158 ## testing/ostest/ostest_main.c: ## @@ -581,8 +585,16 @@ static int user_main(int argc, char *argv[]) #endif #if defined(CONFIG_ARCH_HAVE_FORK) && define

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401455747 ## testing/ostest/ostest_main.c: ## @@ -581,8 +585,16 @@ static int user_main(int argc, char *argv[]) #endif #if defined(CONFIG_ARCH_HAVE_FORK) && defined(CO

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1400833319 ## testing/ostest/ostest_main.c: ## @@ -347,13 +349,15 @@ static int user_main(int argc, char *argv[]) check_test_memory_usage(); #endif +#ifndef C

[PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-18 Thread via GitHub
fxysunshine opened a new pull request, #2205: URL: https://github.com/apache/nuttx-apps/pull/2205 ## Summary This is the continuation of the pull https://github.com/apache/nuttx-apps/pull/1500 task_create and task_delete are unavailable in kernel build mode, remove the task_cr