[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
Gary-Hobson opened a new pull request, #8634: URL: https://github.com/apache/nuttx/pull/8634 ## Summary Add a branches predicted compiler attribute ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115359352 ## include/nuttx/compiler.h: ## @@ -154,6 +154,11 @@ #define farcall_function __attribute__((long_call)) # endif +/* Branch prediction */ + +#define like

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8629: openamp: update openamp lib

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #8629: URL: https://github.com/apache/nuttx/pull/8629#issuecomment-1441368111 @GUIDINGLI please upstream the change to OpenAMP community too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] pkarashchenko merged pull request #8584: libc: Move math library from libs/libc/math to libs/libm/libm

2023-02-23 Thread via GitHub
pkarashchenko merged PR #8584: URL: https://github.com/apache/nuttx/pull/8584 -- 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...@nuttx.

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
Gary-Hobson commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115381589 ## include/nuttx/compiler.h: ## @@ -154,6 +154,11 @@ #define farcall_function __attribute__((long_call)) # endif +/* Branch prediction */ + +#define likely(x

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115393658 ## include/nuttx/compiler.h: ## @@ -154,6 +154,11 @@ #define farcall_function __attribute__((long_call)) # endif +/* Branch prediction */ + +#define likely

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115393658 ## include/nuttx/compiler.h: ## @@ -154,6 +154,11 @@ #define farcall_function __attribute__((long_call)) # endif +/* Branch prediction */ + +#define likely

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115397499 ## include/nuttx/compiler.h: ## @@ -154,6 +154,11 @@ #define farcall_function __attribute__((long_call)) # endif +/* Branch prediction */ + +#define like

[GitHub] [nuttx-apps] Gary-Hobson opened a new pull request, #1593: trace: remove SCHED_INSTRUMENTATION_HIRES

2023-02-23 Thread via GitHub
Gary-Hobson opened a new pull request, #1593: URL: https://github.com/apache/nuttx-apps/pull/1593 ## Summary ## Impact ## Testing -- 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 g

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1592: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #1592: URL: https://github.com/apache/nuttx-apps/pull/1592 -- 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...

[nuttx-apps] 02/02: bas_fs.c: Fix nxstyle: Multiple data definitions

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 7f67ee8c88d5ebab8fd1b724a081740e5666de00 Author: Huang Qi AuthorDate: Thu Feb 23 14:30:17 2023 +0800 bas_fs.

[nuttx-apps] branch master updated (69cad3c28 -> 7f67ee8c8)

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 69cad3c28 build: Remove the annoy warning from distclean new db22e07d0 stdio: Remove CONFIG_EOL_IS_XXX

[nuttx-apps] 01/02: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit db22e07d0720f6045f5bf203e115511499fbdcbc Author: Huang Qi AuthorDate: Wed Feb 22 21:05:07 2023 +0800 stdio:

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8635: Perfcount

2023-02-23 Thread via GitHub
Gary-Hobson opened a new pull request, #8635: URL: https://github.com/apache/nuttx/pull/8635 ## Summary use perfcount as the clock source for tv_nsec to achieve higher precision time. systime has insufficient time precision and will not display correctly when viewing finer-graine

[GitHub] [nuttx] no1wudi closed pull request #8628: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-23 Thread via GitHub
no1wudi closed pull request #8628: stdio: Remove CONFIG_EOL_IS_XXX URL: https://github.com/apache/nuttx/pull/8628 -- 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

[GitHub] [nuttx] no1wudi commented on pull request #8628: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-23 Thread via GitHub
no1wudi commented on PR #8628: URL: https://github.com/apache/nuttx/pull/8628#issuecomment-1441430260 Retrigger CI -- 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 unsubs

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8635: correct systime with perf count

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8635: URL: https://github.com/apache/nuttx/pull/8635#discussion_r1115432655 ## sched/Kconfig: ## @@ -973,12 +973,6 @@ config SCHED_INSTRUMENTATION_CPUSET ---help--- Monitor only CPUs in the bitset. Bit 0=CPU0, Bit

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8635: correct systime with perf count

2023-02-23 Thread via GitHub
Gary-Hobson commented on code in PR #8635: URL: https://github.com/apache/nuttx/pull/8635#discussion_r1115440849 ## sched/Kconfig: ## @@ -973,12 +973,6 @@ config SCHED_INSTRUMENTATION_CPUSET ---help--- Monitor only CPUs in the bitset. Bit 0=CPU0, Bit1=CP

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115460009 ## include/nuttx/compiler.h: ## @@ -471,6 +476,8 @@ */ # define noreturn_function +# define likely(x) x Review Comment: add () for all x -- This is

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1591: crypto/mbedtls: disable optimize on sim platform

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #1591: URL: https://github.com/apache/nuttx-apps/pull/1591 -- 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...

[nuttx-apps] branch master updated: crypto/mbedtls: disable optimize on sim platform

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 7cc325ae8 crypto/mbedtls: disable optimiz

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
Gary-Hobson commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115468300 ## include/nuttx/compiler.h: ## @@ -471,6 +476,8 @@ */ # define noreturn_function +# define likely(x) x Review Comment: done -- This is an automated me

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8634: URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115470992 ## include/nuttx/compiler.h: ## @@ -816,6 +827,8 @@ # define noreturn_function # define farcall_function # define aligned_data(n) +# define likely(x) (x)

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8635: correct systime with perf count

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8635: URL: https://github.com/apache/nuttx/pull/8635#discussion_r1115479381 ## sched/Kconfig: ## @@ -973,12 +973,6 @@ config SCHED_INSTRUMENTATION_CPUSET ---help--- Monitor only CPUs in the bitset. Bit 0=CPU0, Bit

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1591: crypto/mbedtls: disable optimize on sim platform

2023-02-23 Thread via GitHub
pkarashchenko commented on PR #1591: URL: https://github.com/apache/nuttx-apps/pull/1591#issuecomment-1441535695 What is a gap here? Is it a compiler version? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1441572686 @no1wudi >Could you check the CONFIG_TELNET_TXBUFFER_SIZE value ``` $ grep -i CONFIG_TELNET_TX .config CONFIG_TELNET_TXBUFFER_SIZE=256 ``` -- This is an a

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1594: wireless/wapi: correct check of return value

2023-02-23 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1594: URL: https://github.com/apache/nuttx-apps/pull/1594 ## Summary -- * Name: ioctl ... * Returned Value: * >=0 on success (positive non-zero values are cmd-specific) * -1 on failure with errno set pr

[GitHub] [nuttx] Gary-Hobson commented on pull request #8635: correct systime with perf count

2023-02-23 Thread via GitHub
Gary-Hobson commented on PR #8635: URL: https://github.com/apache/nuttx/pull/8635#issuecomment-1441614619 CI compilation needs to depend on https://github.com/apache/nuttx-apps/pull/1593 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx-apps] Gary-Hobson commented on pull request #1593: trace: remove SCHED_INSTRUMENTATION_HIRES

2023-02-23 Thread via GitHub
Gary-Hobson commented on PR #1593: URL: https://github.com/apache/nuttx-apps/pull/1593#issuecomment-1441614339 CI compilation needs to depend on https://github.com/apache/nuttx/pull/8635 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nuttx] GUIDINGLI commented on pull request #8618: change strcpy to strlcpy

2023-02-23 Thread via GitHub
GUIDINGLI commented on PR #8618: URL: https://github.com/apache/nuttx/pull/8618#issuecomment-1441662630 base on https://github.com/apache/nuttx/pull/8629 -- 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

[GitHub] [nuttx-apps] W-Mai opened a new pull request, #1595: drivertest/drivertest_uart: uart driver testcase

2023-02-23 Thread via GitHub
W-Mai opened a new pull request, #1595: URL: https://github.com/apache/nuttx-apps/pull/1595 ## Summary There are three test. 1. Write a long default string into the serial port. 2. Read the default string given by the last test from the serial port. 3. Manually execute the

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1595: drivertest/drivertest_uart: uart driver testcase

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #1595: URL: https://github.com/apache/nuttx-apps/pull/1595#issuecomment-1441887293 Please fix check and lint warning. -- 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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8635: correct systime with perf count

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8635: URL: https://github.com/apache/nuttx/pull/8635 -- 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...@nutt

[nuttx] branch master updated (8b4ecac6c2 -> 29a7d267fb)

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 8b4ecac6c2 libc: Move math library from libs/libc/math to libs/libm/libm new 55ce5d0511 note: remove SCHED_INS

[nuttx] 02/02: note: correct systime with perf count

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 29a7d267fbabb77e370cad05bbc2784c7259d715 Author: yinshengkai AuthorDate: Thu Feb 23 16:40:54 2023 +0800 note: cor

[nuttx] 01/02: note: remove SCHED_INSTRUMENTATION_HIRES

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 55ce5d0511e4c927beb63a96af330e8581de7457 Author: yinshengkai AuthorDate: Thu Feb 23 16:31:02 2023 +0800 note: rem

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1593: trace: remove SCHED_INSTRUMENTATION_HIRES

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #1593: URL: https://github.com/apache/nuttx-apps/pull/1593 -- 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...

[nuttx-apps] branch master updated: trace: remove SCHED_INSTRUMENTATION_HIRES

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 19ba886ec trace: remove SCHED_INSTRUMENTA

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8634: Add branch prediction for assert

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8634: URL: https://github.com/apache/nuttx/pull/8634 -- 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...@nutt

[nuttx] 02/02: include: add branch prediction for assert

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit cb594a4c9ca1fbfb71f6c44e3c219de338703e47 Author: yinshengkai AuthorDate: Thu Feb 23 16:11:17 2023 +0800 include:

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8633: note: handle tcb is empty, so that it can also record before the driv…

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #8633: URL: https://github.com/apache/nuttx/pull/8633#issuecomment-1441902015 please resolve the conflict. -- 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 spec

[nuttx] branch master updated (29a7d267fb -> cb594a4c9c)

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 29a7d267fb note: correct systime with perf count new ecdaeddfcd include: add likely and unlikely for branch pre

[nuttx] 01/02: include: add likely and unlikely for branch prediction

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ecdaeddfcda1bd78a76cacdc43be68bca0265b20 Author: yinshengkai AuthorDate: Thu Feb 23 16:05:19 2023 +0800 include:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8629: openamp: update openamp lib

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8629: URL: https://github.com/apache/nuttx/pull/8629 -- 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...@nutt

[nuttx] branch master updated: openamp: update openamp lib

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c398375cc8 openamp: update openamp lib c398375

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8618: change strcpy to strlcpy

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #8618: URL: https://github.com/apache/nuttx/pull/8618#issuecomment-1441912244 please rebase to the last master. -- 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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8630: local_socket: remove the wrong assertion in local_listen()

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8630: URL: https://github.com/apache/nuttx/pull/8630 -- 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...@nutt

[nuttx] branch master updated: local_socket: remove the wrong assertion in local_listen()

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new f9b6255895 local_socket: remove the wrong asse

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8631: rptun: fix rptun_start() failed

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8631: URL: https://github.com/apache/nuttx/pull/8631 -- 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...@nutt

[nuttx] branch master updated: rptun: fix rptun_start() failed

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8b078d261f rptun: fix rptun_start() failed 8b0

[GitHub] [nuttx] jmailloux commented on issue #4037: Raw socket doesnot support non blocking flags including poll and select and any async read access

2023-02-23 Thread via GitHub
jmailloux commented on issue #4037: URL: https://github.com/apache/nuttx/issues/4037#issuecomment-1441966027 +1. I am trying to get socketCAN working on Pixhawk6C. TX works. I am having trouble on receive. poll() doesn't seem to work as these other folks have said. Further to that,

[GitHub] [nuttx] jerpelea merged pull request #8632: socket: divide errno & s_error

2023-02-23 Thread via GitHub
jerpelea merged PR #8632: URL: https://github.com/apache/nuttx/pull/8632 -- 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...@nuttx.apach

[nuttx] branch master updated: socket: divide errno & s_error

2023-02-23 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c4ed55c6df socket: divide errno & s_error c4ed5

[GitHub] [nuttx-apps] acassis merged pull request #1594: wireless/wapi: correct check of return value

2023-02-23 Thread via GitHub
acassis merged PR #1594: URL: https://github.com/apache/nuttx-apps/pull/1594 -- 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...@nuttx.a

[nuttx-apps] branch master updated: wireless/wapi: correct check of return value

2023-02-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ba030e584 wireless/wapi: correct check of r

[GitHub] [nuttx-apps] acassis commented on pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
acassis commented on PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#issuecomment-1442027045 Does sim:bastest still working after this PR? -- 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

[GitHub] [nuttx] acassis opened a new pull request, #8636: esp32c3: Fix WDT incorrect interrupt enable/disable

2023-02-23 Thread via GitHub
acassis opened a new pull request, #8636: URL: https://github.com/apache/nuttx/pull/8636 ## Summary Fix WDT incorrect interrupt enable/disable ## Impact esp32c3 only ## Testing esp32c3-devkit -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] acassis commented on issue #8616: gdb function info_nxthreads show the PC incorrectly for cortex-m

2023-02-23 Thread via GitHub
acassis commented on issue #8616: URL: https://github.com/apache/nuttx/issues/8616#issuecomment-1442035055 @chirping78 there is something wrong with Idle Task stack report as well: the default size is not 1000. Did you try same thing using JLink + GDB to confirm that issue is not in OpenOCD

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8637: fs/rpmsgfs: return ENOTTY to vfs to do cmd operate

2023-02-23 Thread via GitHub
xiaoxiang781216 opened a new pull request, #8637: URL: https://github.com/apache/nuttx/pull/8637 ## Summary ## Impact rpmsgfs ## Testing internal -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8638: libc/stdio: Make gets/gets_s work without CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
xiaoxiang781216 opened a new pull request, #8638: URL: https://github.com/apache/nuttx/pull/8638 ## Summary Make gets/gets_s even CONFIG_FILE_STREAM isn't enabled. ## Impact stdio ## Testing CI -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx-apps] lucasssvaz opened a new pull request, #1596: benchmarks/coremark: Fix recompilation bug

2023-02-23 Thread via GitHub
lucasssvaz opened a new pull request, #1596: URL: https://github.com/apache/nuttx-apps/pull/1596 ## Summary The Coremark Makefile is missing the `DEPPATH` setup. This causes the files to not be recompiled when changing Kconfig options. Thanks @tmedicci for the help! ## Impac

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#issuecomment-1442059145 > Does sim:bastest still working after this PR? Yes. ``` NuttShell (NSH) NuttX-12.0.0 nsh> bas bas 2.4 Copyright 1999-2014 Michael Haardt. This is free s

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8628: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8628: URL: https://github.com/apache/nuttx/pull/8628 -- 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...@nutt

[nuttx] branch master updated: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new ca61c40453 stdio: Remove CONFIG_EOL_IS_XXX ca6

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #4819: sched: Disable stdio api by default when DEFAULT_SMALL equals y

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #4819: URL: https://github.com/apache/nuttx/pull/4819#issuecomment-1442094801 depends on https://github.com/apache/nuttx-apps/pull/1589 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [nuttx] crafcat7 opened a new pull request, #8639: libc/lib_rawmemchr.c:Add rawmemchr methon.

2023-02-23 Thread via GitHub
crafcat7 opened a new pull request, #8639: URL: https://github.com/apache/nuttx/pull/8639 ## Summary Add rawmemchr methon. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8638: libc/stdio: Make gets/gets_s work without CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #8638: URL: https://github.com/apache/nuttx/pull/8638#discussion_r1116025451 ## libs/libc/stdio/lib_libdgets.c: ## @@ -0,0 +1,207 @@ +/ + * libs/libc/stdio/lib_libdg

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8638: libc/stdio: Make gets/gets_s work without CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on PR #8638: URL: https://github.com/apache/nuttx/pull/8638#issuecomment-1442176174 Done. -- 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 unsub

[GitHub] [nuttx] tmedicci opened a new pull request, #8640: esp32s3: Define syscall table to enable using ROM functions

2023-02-23 Thread via GitHub
tmedicci opened a new pull request, #8640: URL: https://github.com/apache/nuttx/pull/8640 ## Summary In spite of ROM functions defined on `nuttx/boards/xtensa/esp32s3/common/scripts/esp32s3_rom.ld`, these functions require setting up the syscall table to enable using some ROM functio

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1596: benchmarks/coremark: Fix recompilation bug

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #1596: URL: https://github.com/apache/nuttx-apps/pull/1596#discussion_r1116041787 ## benchmarks/coremark/Kconfig: ## @@ -26,6 +26,10 @@ config COREMARK_STACKSIZE int "Coremark task stack size" default 4096 +config COREMARK_

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116065032 ## interpreters/bas/bas_value.c: ## @@ -2026,9 +2042,21 @@ struct String *Value_toWrite(struct Value *this, struct String *s) struct Value *Value_nullValue

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116114355 ## interpreters/bas/bas_value.c: ## @@ -2026,9 +2042,21 @@ struct String *Value_toWrite(struct Value *this, struct String *s) struct Value *Value_nullVal

[GitHub] [nuttx] pkarashchenko merged pull request #8637: fs/rpmsgfs: return ENOTTY to vfs to do cmd operate

2023-02-23 Thread via GitHub
pkarashchenko merged PR #8637: URL: https://github.com/apache/nuttx/pull/8637 -- 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...@nuttx.

[nuttx] branch master updated (ca61c40453 -> 9340d6e0d7)

2023-02-23 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from ca61c40453 stdio: Remove CONFIG_EOL_IS_XXX add 9340d6e0d7 fs/rpmsgfs: return ENOTTY to vfs to do cmd operat

[GitHub] [nuttx] pkarashchenko merged pull request #8636: esp32c3: Fix WDT incorrect interrupt enable/disable

2023-02-23 Thread via GitHub
pkarashchenko merged PR #8636: URL: https://github.com/apache/nuttx/pull/8636 -- 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...@nuttx.

[nuttx] branch master updated: esp32c3: Fix WDT incorrect interrupt enable/disable

2023-02-23 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 119dabaf73 esp32c3: Fix WDT incorrect inte

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116187598 ## interpreters/bas/bas_value.c: ## @@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct String *s) struct Value *Value_nullValu

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116191942 ## interpreters/bas/bas_value.c: ## @@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct String *s) struct Value *Value_nullVa

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8639: libc/lib_rawmemchr.c:Add rawmemchr methon.

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8639: URL: https://github.com/apache/nuttx/pull/8639 -- 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...@nutt

[nuttx] branch master updated: libc/lib_rawmemchr.c:Add rawmemchr methon.

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 5430de72f8 libc/lib_rawmemchr.c:Add rawmemchr

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8640: esp32s3: Define syscall table to enable using ROM functions

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8640: URL: https://github.com/apache/nuttx/pull/8640 -- 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...@nutt

[nuttx] branch master updated: esp32s3: Define syscall table to enable using ROM functions

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 173212ebc9 esp32s3: Define syscall table to en

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8623: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-23 Thread via GitHub
xiaoxiang781216 merged PR #8623: URL: https://github.com/apache/nuttx/pull/8623 -- 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...@nutt

[nuttx] branch master updated: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new e6227e1943 include/signal.h:Expanding SIGNAL t

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8594: rndis: support iob offload

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8594: URL: https://github.com/apache/nuttx/pull/8594#discussion_r1116194589 ## drivers/usbdev/rndis.c: ## @@ -108,6 +126,9 @@ struct rndis_req_s { FAR struct rndis_req_s *flink; /* Implements a singly linked list */ FAR struct us

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8594: rndis: support iob offload

2023-02-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #8594: URL: https://github.com/apache/nuttx/pull/8594#discussion_r1116194589 ## drivers/usbdev/rndis.c: ## @@ -108,6 +126,9 @@ struct rndis_req_s { FAR struct rndis_req_s *flink; /* Implements a singly linked list */ FAR struct us

[GitHub] [nuttx] julianoes commented on issue #4037: Raw socket doesnot support non blocking flags including poll and select and any async read access

2023-02-23 Thread via GitHub
julianoes commented on issue #4037: URL: https://github.com/apache/nuttx/issues/4037#issuecomment-1442480074 @jmailloux this might be a separate issue. For me, what happened was that the CAN message filters were not initialized to zero, so it was filtering stuff when it should not have.

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116313927 ## interpreters/bas/bas_value.c: ## @@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct String *s) struct Value *Value_nullValu

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1590: interpreters/bas: Fix the nxstyle warning

2023-02-23 Thread via GitHub
pkarashchenko commented on code in PR #1590: URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116313927 ## interpreters/bas/bas_value.c: ## @@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct String *s) struct Value *Value_nullValu

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442540354 @no1wudi >However, the above movies were based on spresense:wifi_smp The same issue happens with spresense:rndis_smp too. -- This is an automated message from the Apac

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442586062 @no1wudi The same issue also happens with rv-virt:netnsh_smp (qemu) on ubuntu 18.04 (x86_64) However, the host PC is fast so the symptom is not worse than the spresense.

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: e6227e19433c4999d500437d0a8a5c05f476ceb1

2023-02-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new addc83ee Publishing web: b50f5ca4

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442658039 @no1wudi As for esp32-devkitc, I found out how to reproduce the issue. Please try wapi_smp without CONFIG_NET_TCP_WRITE_BUFFERS=y. You would see the same symptom as sprese

[GitHub] [nuttx-apps] no1wudi commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
no1wudi commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442664973 @masayuki2009 Thanks for your information, I'll continue debug it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx-apps] no1wudi commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
no1wudi commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442673298 > @no1wudi As for esp32-devkitc, I found out how to reproduce the issue. Please try wapi_smp without CONFIG_NET_TCP_WRITE_BUFFERS=y. You would see the same symptom as spresense:wifi_sm

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442679294 >BTW, in my test, I'm using esp32c3-devkit, is'a single core chip. I've just confirmed that non-SMP can reproduce the issue too. ``` --- a/boards/xtensa/esp32/esp32

[GitHub] [nuttx-apps] no1wudi commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
no1wudi commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442707518 @masayuki2009 The root case is that `write` ops in telnet driver is nearly unbuffered ,so there are many 1 byte write to socket without stdio's buffer , I'll fix it soon. -- This is

[GitHub] [nuttx] zhhyu7 commented on a diff in pull request #8594: rndis: support iob offload

2023-02-23 Thread via GitHub
zhhyu7 commented on code in PR #8594: URL: https://github.com/apache/nuttx/pull/8594#discussion_r1116439092 ## drivers/usbdev/rndis.c: ## @@ -108,6 +126,9 @@ struct rndis_req_s { FAR struct rndis_req_s *flink; /* Implements a singly linked list */ FAR struct usbdev_req_

[GitHub] [nuttx] anchao merged pull request #8638: libc/stdio: Make gets/gets_s work without CONFIG_FILE_STREAM

2023-02-23 Thread via GitHub
anchao merged PR #8638: URL: https://github.com/apache/nuttx/pull/8638 -- 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...@nuttx.apache.

[nuttx] branch master updated (e6227e1943 -> 68ff73c5fb)

2023-02-23 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from e6227e1943 include/signal.h:Expanding SIGNAL to be consistent with Linux new cd74a1df22 libc/stdio: Make gets/get

  1   2   >