[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1830: nshlib: Add fdinfo to get information about the process associated fd

2023-07-16 Thread via GitHub
xiaoxiang781216 merged PR #1830: URL: https://github.com/apache/nuttx-apps/pull/1830 -- 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] 01/02: nshlib: Add fdinfo to get information about the process associated fd

2023-07-16 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 415168dde6218024c43ea5d8e94a5bd1a7ad214a Author: chenrun1 AuthorDate: Wed Jun 14 16:14:59 2023 +0800 nshlib:

[nuttx-apps] 02/02: nsh_fscmd.c:fix "implicit declaration" warning.

2023-07-16 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 046fe00b96be06efc7c903e6a898e9bb0374d0c3 Author: chenrun1 AuthorDate: Thu Jul 13 12:13:35 2023 +0800 nsh_fsc

[nuttx-apps] branch master updated (ed370ec67 -> 046fe00b9)

2023-07-16 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 ed370ec67 cmake: port nxscope and foc and add missing directories new 415168dde nshlib: Add fdinfo to get

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9838: driver/audio: remove unnecessary switch in switch

2023-07-16 Thread via GitHub
xiaoxiang781216 merged PR #9838: URL: https://github.com/apache/nuttx/pull/9838 -- 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: driver/audio: remove unnecessary switch in switch

2023-07-16 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 6a1abbcf56 driver/audio: remove unnecessary sw

[GitHub] [nuttx] pkarashchenko merged pull request #9833: binfmt: Move elf_allocbuffer to elf_sectname and elf_symname

2023-07-16 Thread via GitHub
pkarashchenko merged PR #9833: URL: https://github.com/apache/nuttx/pull/9833 -- 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 (6a1abbcf56 -> 120c4a1660)

2023-07-16 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 6a1abbcf56 driver/audio: remove unnecessary switch in switch new 879dab08a6 binfmt: Move elf_allocbuffer to

[nuttx] 02/02: modlib: Move modlib_allocbuffer to modlib_sectname and modlib_symname

2023-07-16 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 commit 120c4a166066a899db9415eab4cd82de9d9fa039 Author: Xiang Xiao AuthorDate: Sat Jul 15 22:24:43 2023 +0800 modlib

[nuttx] 01/02: binfmt: Move elf_allocbuffer to elf_sectname and elf_symname

2023-07-16 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 commit 879dab08a6310b309689e7b6b668a323bc2564df Author: Xiang Xiao AuthorDate: Sat Jul 15 22:11:06 2023 +0800 binfmt

[GitHub] [nuttx] pkarashchenko merged pull request #9839: driver/segger: Simplify serial driver configuration

2023-07-16 Thread via GitHub
pkarashchenko merged PR #9839: URL: https://github.com/apache/nuttx/pull/9839 -- 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 (120c4a1660 -> 94af148fb3)

2023-07-16 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 120c4a1660 modlib: Move modlib_allocbuffer to modlib_sectname and modlib_symname add 7160849f63 new featur

[GitHub] [nuttx] mks2183 commented on pull request #9838: driver/audio: remove unnecessary switch in switch

2023-07-16 Thread via GitHub
mks2183 commented on PR #9838: URL: https://github.com/apache/nuttx/pull/9838#issuecomment-1637063685 Thanks Sir @acassis @xiaoxiang781216 @mu578 -- 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

[GitHub] [nuttx-apps] crafcat7 opened a new pull request, #1840: blktest:New Test Items

2023-07-16 Thread via GitHub
crafcat7 opened a new pull request, #1840: URL: https://github.com/apache/nuttx-apps/pull/1840 ## Summary There are a total of three changes to blk in that Patch 1. The storage device is tested for functionality once through BCH, and the time taken varies for different storage media.

[GitHub] [nuttx] acassis merged pull request #9837: Kconfig: Change some "default y" to "default !DEFAULT_SMALL"

2023-07-16 Thread via GitHub
acassis merged PR #9837: URL: https://github.com/apache/nuttx/pull/9837 -- 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] 04/04: arch: Fix the mismath in comment

2023-07-16 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.git commit 427f8a162432ab352740b7abcf39da45ce410bd4 Author: Xiang Xiao AuthorDate: Sun Jul 16 00:20:15 2023 +0800 arch: Fix th

[nuttx] branch master updated (94af148fb3 -> 427f8a1624)

2023-07-16 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 94af148fb3 sim/segger: Enable CONFIG_NOTE_RTT and CONFIG_SERIAL_RTT0 new 4d8eedb09a arch/sim: Link to libgcov.a w

[nuttx] 01/04: arch/sim: Link to libgcov.a when CONFIG_ARCH_COVERAGE is enabled

2023-07-16 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.git commit 4d8eedb09ae78c2cb1004ff4fb62a48e77175bda Author: Xiang Xiao AuthorDate: Sun Jul 16 10:11:46 2023 +0800 arch/sim: Li

[nuttx] 03/04: Kconfig: Simplify the conditional default statement

2023-07-16 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.git commit abfe082a6f3a1098402ea60591bbc36062fa9d28 Author: Xiang Xiao AuthorDate: Sun Jul 16 01:04:21 2023 +0800 Kconfig: Sim

[nuttx] 02/04: Kconfig: Change some "default y" to "default !DEFAULT_SMALL"

2023-07-16 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.git commit e031a73aef7e0b9fc0e224aa99674a6abf606fcc Author: Xiang Xiao AuthorDate: Sun Jul 16 00:44:32 2023 +0800 Kconfig: Cha

[GitHub] [nuttx] acassis commented on pull request #9836: libc/tls: Change the default value of TLS_NELEM to zero

2023-07-16 Thread via GitHub
acassis commented on PR #9836: URL: https://github.com/apache/nuttx/pull/9836#issuecomment-1637148139 @xiaoxiang781216 CI is failing with this error: ``` Configuration/Tool: teensy-4.x/pikron-bb,CON

[GitHub] [nuttx] acassis commented on pull request #9836: libc/tls: Change the default value of TLS_NELEM to zero

2023-07-16 Thread via GitHub
acassis commented on PR #9836: URL: https://github.com/apache/nuttx/pull/9836#issuecomment-1637150148 @xiaoxiang781216 please include more info in the commit log message. Also why increasing from 32 to 255 is necessary? -- This is an automated message from the Apache Git Service. To respo

[GitHub] [nuttx] acassis commented on pull request #6992: WS2812 LED driver using ESP32's RMT peripheral

2023-07-16 Thread via GitHub
acassis commented on PR #6992: URL: https://github.com/apache/nuttx/pull/6992#issuecomment-1637150835 @vbenso please fix the conflicts and update the PR to let us merge this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9836: libc/tls: Change the default value of TLS_NELEM to zero

2023-07-16 Thread via GitHub
xiaoxiang781216 commented on PR #9836: URL: https://github.com/apache/nuttx/pull/9836#issuecomment-1637150876 > @xiaoxiang781216 please include more info in the commit log message. Also why increasing from 32 to 255 is necessary? tos field is uint8_t, so it doesn't make sense to limit

[GitHub] [nuttx] g2gps opened a new issue, #9840: Experiencing possible race condition with pthread_cond_timedwait.

2023-07-16 Thread via GitHub
g2gps opened a new issue, #9840: URL: https://github.com/apache/nuttx/issues/9840 I'm using a combination conditional variables and mutex's for thread synchronization on a shared resource. I seem to be experiencing a race condition, in which a signal on a condition variable is missed, which

[nuttx-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 427f8a162432ab352740b7abcf39da45ce410bd4

2023-07-16 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 f20298c0 Publishing web: 8e851a05

[GitHub] [nuttx] masayuki2009 commented on pull request #9837: Kconfig: Change some "default y" to "default !DEFAULT_SMALL"

2023-07-16 Thread via GitHub
masayuki2009 commented on PR #9837: URL: https://github.com/apache/nuttx/pull/9837#issuecomment-1637282337 @xiaoxiang781216 I noticed that ostest with rv-virt:smp and rv-virt:smp64 fail now. ``` user_main: setvbuf test setvbuf_test: Test NO buffering setvbuf_test: Usin

[GitHub] [nuttx-apps] zhhyu7 opened a new pull request, #1841: iptables: modify the formatting of some definitions in xtables.h

2023-07-16 Thread via GitHub
zhhyu7 opened a new pull request, #1841: URL: https://github.com/apache/nuttx-apps/pull/1841 ## Summary Based on the previous patch comments, some changes were made to corrected some issues and make it more nuttx style. https://github.com/apache/nuttx-apps/pull/1829 ## Impact

[GitHub] [nuttx-apps] zhhyu7 commented on pull request #1829: iptables: add iptables libary

2023-07-16 Thread via GitHub
zhhyu7 commented on PR #1829: URL: https://github.com/apache/nuttx-apps/pull/1829#issuecomment-1637325235 @pkarashchenko I created another commit to fix these problems: https://github.com/apache/nuttx-apps/pull/1841 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [nuttx] zhhyu7 opened a new pull request, #9841: net/local: remove client from server.lc_waiters when client close

2023-07-16 Thread via GitHub
zhhyu7 opened a new pull request, #9841: URL: https://github.com/apache/nuttx/pull/9841 ## Summary if client is a noblocking socket, user can do close when server has not yet invoke accept interface, so we need remove this socket from server.lc_waiters. avoid server socket access the fre

[GitHub] [nuttx-apps] no1wudi opened a new pull request, #1842: tools: Merge WASM_BUILD and WASM_BUILD_ONLY

2023-07-16 Thread via GitHub
no1wudi opened a new pull request, #1842: URL: https://github.com/apache/nuttx-apps/pull/1842 ## Summary By make WASM_BUILD as a three state variable: y , n or both. ## Impact If any wasm runtime enabled, some apps like hello/coremark, will not be built into nsh as native app.

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1843: ostest: Skip test_dev_null when CONFIG_DEV_NULL isn't enabled

2023-07-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1843: URL: https://github.com/apache/nuttx-apps/pull/1843 ## Summary report here: https://github.com/apache/nuttx/pull/9837#issuecomment-1637282337 ## Impact ostest ## Testing ci -- This is an automated message

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9837: Kconfig: Change some "default y" to "default !DEFAULT_SMALL"

2023-07-16 Thread via GitHub
xiaoxiang781216 commented on PR #9837: URL: https://github.com/apache/nuttx/pull/9837#issuecomment-1637398570 @masayuki2009 please try this patch. -- 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

[GitHub] [nuttx-apps] jerpelea merged pull request #1841: iptables: modify the formatting of some definitions in xtables.h

2023-07-16 Thread via GitHub
jerpelea merged PR #1841: URL: https://github.com/apache/nuttx-apps/pull/1841 -- 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-apps] branch master updated: iptables: modify the formatting of some definitions in xtables.h

2023-07-16 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 1bc2e9312 iptables: modify the formatting