[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7266: ci: add qemu run support

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #7266: URL: https://github.com/apache/incubator-nuttx/pull/7266 -- 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-unsubs

[incubator-nuttx] branch master updated: ci: add qemu run support

2022-10-20 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8438396f33 ci: add qemu run support

[incubator-nuttx] branch master updated (924c3d8b5f -> 3f14efa033)

2022-10-20 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/incubator-nuttx.git from 924c3d8b5f arch/armv7-r: Fix armclang build warning: L6306W add 41c86c526a wireless/bcm43xxx: only re

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374 -- 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-unsubs

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request, #1372: netutils: webserver: Fix directory handling

2022-10-20 Thread GitBox
masayuki2009 opened a new pull request, #1372: URL: https://github.com/apache/incubator-nuttx-apps/pull/1372 ## Summary - I noticed that the webserver can not handle a directory. - This commit fixes this issue. ## Impact - None ## Testing - Tested with sp

[GitHub] [incubator-nuttx] wengzhe opened a new pull request, #7380: arch/sim: fix MTU mismatch on TAP device in host route mode

2022-10-20 Thread GitBox
wengzhe opened a new pull request, #7380: URL: https://github.com/apache/incubator-nuttx/pull/7380 ## Summary In host route mode (bridge mode disabled), the `d_pktsize` of TAP device is not initialized and will be set to `CONFIG_NET_ETH_PKTSIZE` in `netdev_register`, while the MTU on hos

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-20 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001401312 ## sched/mqueue/msgrcv.c: ## @@ -0,0 +1,261 @@ +/ + * sched/mqueue/msgrcv.c + * + * L

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-20 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001399634 ## sched/mqueue/msgrcv.c: ## @@ -0,0 +1,261 @@ +/ + * sched/mqueue/msgrcv.c + * + * L

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-20 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001399545 ## sched/mqueue/msgget.c: ## @@ -0,0 +1,84 @@ +/ + * sched/mqueue/msgget.c + * + * Li

[incubator-nuttx] branch master updated (ae8ea29379 -> 924c3d8b5f)

2022-10-20 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/incubator-nuttx.git from ae8ea29379 xtensa: Save SCOMPARE1 on context switches add 924c3d8b5f arch/armv7-r: Fix armclang build

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7369: Fix armclang build warning: L6306W

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #7369: URL: https://github.com/apache/incubator-nuttx/pull/7369 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-20 Thread GitBox
xiaoxiang781216 commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001387894 ## sched/mqueue/msgrcv.c: ## @@ -0,0 +1,261 @@ +/ + * sched/mqueue/msgrcv.c

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-20 Thread GitBox
xiaoxiang781216 commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001387608 ## sched/mqueue/msgrcv.c: ## @@ -0,0 +1,261 @@ +/ + * sched/mqueue/msgrcv.c

[GitHub] [incubator-nuttx] anchao commented on pull request #7325: Revert "Revert "tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022""

2022-10-20 Thread GitBox
anchao commented on PR #7325: URL: https://github.com/apache/incubator-nuttx/pull/7325#issuecomment-1286441003 we need to submit the patch file fist to ensure that the script can be downloaded from github normally: https://github.com/apache/incubator-nuttx/pull/7379 -- This is an autom

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7379: tools/ci: patch for docker gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022

2022-10-20 Thread GitBox
anchao opened a new pull request, #7379: URL: https://github.com/apache/incubator-nuttx/pull/7379 ## Summary tools/ci: patch for docker gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022 Fix Wrong Newlib version strings, error when stdlib.h is included Reference: https://

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #7378: Some relatively reasonable error code modifications

2022-10-20 Thread GitBox
zhhyu7 commented on code in PR #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001342005 ## net/socket/setsockopt.c: ## @@ -82,7 +82,7 @@ static int psock_socketlevel_option(FAR struct socket *psock, int option, if (!value) { - return

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #7378: Some relatively reasonable error code modifications

2022-10-20 Thread GitBox
zhhyu7 commented on code in PR #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001341612 ## net/socket/socket.c: ## @@ -82,6 +82,11 @@ int psock_socket(int domain, int type, int protocol, FAR const struct sock_intf_s *sockif = NULL; int ret;

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #7378: Some relatively reasonable error code modifications

2022-10-20 Thread GitBox
zhhyu7 commented on code in PR #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001341465 ## net/inet/inet_sockif.c: ## @@ -1809,23 +1809,15 @@ FAR const struct sock_intf_s * } else #endif -#ifdef NET_UDP_HAVE_STACK - if (type == SOCK_DGRAM

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #7378: Some relatively reasonable error code modifications

2022-10-20 Thread GitBox
zhhyu7 commented on code in PR #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001340690 ## net/socket/socketpair.c: ## @@ -150,6 +150,11 @@ int socketpair(int domain, int type, int protocol, int sv[2]) oflags |= O_CLOEXEC; } + if (ty

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #7378: Some relatively reasonable error code modifications

2022-10-20 Thread GitBox
zhhyu7 commented on code in PR #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001339983 ## net/inet/inet_sockif.c: ## @@ -407,7 +407,7 @@ static int inet_bind(FAR struct socket *psock, if (addrlen < minlen) { nerr("ERROR: Invalid addr

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #7378: Some relatively reasonable error code modifications

2022-10-20 Thread GitBox
zhhyu7 opened a new pull request, #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378 ## Summary ## Impact ## Testing usrsocktest OK. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[incubator-nuttx-website] branch dependabot/bundler/nokogiri-1.13.9 created (now d22da2b)

2022-10-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/bundler/nokogiri-1.13.9 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git at d22da2b Bump nokogiri from 1.13.6 to 1.13.9 No new revisions were a

[GitHub] [incubator-nuttx-website] dependabot[bot] opened a new pull request, #74: Bump nokogiri from 1.13.6 to 1.13.9

2022-10-20 Thread GitBox
dependabot[bot] opened a new pull request, #74: URL: https://github.com/apache/incubator-nuttx-website/pull/74 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. Release notes Sourced from https://github.com/sparklemotion/nokogiri/releases";>nokogiri

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #7377: tcp: Update conn laddr after select device

2022-10-20 Thread GitBox
zhhyu7 opened a new pull request, #7377: URL: https://github.com/apache/incubator-nuttx/pull/7377 Signed-off-by: zhanghongyu ## Summary tcp: Update conn laddr after select device if there is no bind before ## Impact ## Testing -- This is an automated messag

[incubator-nuttx] branch master updated (942513cd37 -> ae8ea29379)

2022-10-20 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/incubator-nuttx.git from 942513cd37 time: Typedef time_t to int64_t if CONFIG_SYSTEM_TIME64 is defined add ae8ea29379 xtensa:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7375: xtensa: Save SCOMPARE1 on context switches

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #7375: URL: https://github.com/apache/incubator-nuttx/pull/7375 -- 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-unsubs

[GitHub] [incubator-nuttx] anchao commented on pull request #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
anchao commented on PR #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374#issuecomment-1286400735 @pkarashchenko all addressed, thank you! -- 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] [incubator-nuttx-apps] zhhyu7 opened a new pull request, #1371: Fixed some codechecker issues related to netutils

2022-10-20 Thread GitBox
zhhyu7 opened a new pull request, #1371: URL: https://github.com/apache/incubator-nuttx-apps/pull/1371 ## 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

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
anchao commented on code in PR #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001315558 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -114,6 +123,48 @@ enum DL_TYPE_CLM = 2 }; +begin_packed_struct struct wpa_cipher_suite +{ + ui

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
anchao commented on code in PR #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001315391 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -1720,10 +1897,9 @@ int bcmf_wl_get_rssi(FAR struct bcmf_dev_s *priv, struct iwreq *iwr) int bcmf

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
anchao commented on code in PR #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001315309 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h: ## @@ -92,8 +92,10 @@ struct bcmf_dev_s FAR wl_bss_info_t *scan_result; /* Temp buffer that holds r

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1370: testing/ostest: Remove the code which reference CONFIG_SEM_NNESTPRIO

2022-10-20 Thread GitBox
xiaoxiang781216 opened a new pull request, #1370: URL: https://github.com/apache/incubator-nuttx-apps/pull/1370 ## Summary since CONFIG_SEM_NNESTPRIO is removed by: https://github.com/apache/incubator-nuttx/pull/6318 ## Impact Remove the dead code ## Testing Pass CI

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1368: netutils/mqttc: Add mbedtls configs.

2022-10-20 Thread GitBox
xiaoxiang781216 commented on PR #1368: URL: https://github.com/apache/incubator-nuttx-apps/pull/1368#issuecomment-1286381697 > Please remove gerrit leftovers Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx-apps] ethanlcz commented on pull request #1369: usrsock:fix stack-buffer-overflow issue when running basic_send test case

2022-10-20 Thread GitBox
ethanlcz commented on PR #1369: URL: https://github.com/apache/incubator-nuttx-apps/pull/1369#issuecomment-1286368480 @xiaoxiang781216 please help to review, Thx! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-nuttx-apps] ethanlcz opened a new pull request, #1369: usrsock:fix stack-buffer-overflow issue when running basic_send test case

2022-10-20 Thread GitBox
ethanlcz opened a new pull request, #1369: URL: https://github.com/apache/incubator-nuttx-apps/pull/1369 The following error was reported when runing usrsocktest with KASAN check enabled. ==1348590==ERROR: AddressSanitizer: stack-buffer-overflow on address 0xf20ec610 at pc 0x56ac61ba

[GitHub] [incubator-nuttx] easonxiang commented on a diff in pull request #7369: Fix armclang build warning: L6306W

2022-10-20 Thread GitBox
easonxiang commented on code in PR #7369: URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1001273635 ## arch/arm/src/armv7-r/arm_vectortab.S: ## @@ -34,6 +34,10 @@ * Public Symbols *

[GitHub] [incubator-nuttx] zyfeier opened a new pull request, #7376: fs/procfs: check task group before get group info

2022-10-20 Thread GitBox
zyfeier opened a new pull request, #7376: URL: https://github.com/apache/incubator-nuttx/pull/7376 ## Summary When ps cmd is invoked during the task exit process, the group information of the task may be deleted. So need check the task flag before get the task group information.

[GitHub] [incubator-nuttx] easonxiang commented on a diff in pull request #7369: Fix armclang build warning: L6306W

2022-10-20 Thread GitBox
easonxiang commented on code in PR #7369: URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1001273358 ## arch/arm/src/armv7-r/arm_vectortab.S: ## @@ -34,6 +34,10 @@ * Public Symbols *

[GitHub] [incubator-nuttx] yuening1999 commented on issue #7366: how to add microkernelized characteristics on nuttx 8.2

2022-10-20 Thread GitBox
yuening1999 commented on issue #7366: URL: https://github.com/apache/incubator-nuttx/issues/7366#issuecomment-1286332936 @acassis Do you mean that nuttx 10.x or 11 had done some microkernelized characteristics ? In additon, I have saw some of implementation and usage for message queue(mq_x

[incubator-nuttx-website] branch asf-site updated: Publishing web: d696c67810809c3f81a4dd87b09d9e940db854b4 docs: 942513cd375a032c4ea0c23c892e6c8397d2084c

2022-10-20 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new f516b3a Publishing web

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request, #7375: xtensa: Save SCOMPARE1 on context switches

2022-10-20 Thread GitBox
gustavonihei opened a new pull request, #7375: URL: https://github.com/apache/incubator-nuttx/pull/7375 ## Summary This PR intends to fix the usage of atomic operations on Xtensa chips that provide support for the `S32CI1` instruction. The lock-free atomic operation could result in

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7364: Support the stack size and address for posix_spawn and kernel mode

2022-10-20 Thread GitBox
masayuki2009 commented on PR #7364: URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286287110 @xiaoxiang781216 I noticed that 'hello' ELF application does not work. ``` NuttShell (NSH) NuttX-3.6.1 nsh> uname -a NuttX 3.6.1 cc61cd3b65 Oct 21 2022 08:

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #7367: usrsock: wget using gs2200m fails by usrsock update

2022-10-20 Thread GitBox
masayuki2009 commented on issue #7367: URL: https://github.com/apache/incubator-nuttx/issues/7367#issuecomment-1286274134 @zhhyu7 @SPRESENSE I confirmed that the PR fixes the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] masayuki2009 closed issue #7367: usrsock: wget using gs2200m fails by usrsock update

2022-10-20 Thread GitBox
masayuki2009 closed issue #7367: usrsock: wget using gs2200m fails by usrsock update URL: https://github.com/apache/incubator-nuttx/issues/7367 -- 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 sp

[incubator-nuttx-apps] branch master updated: gs2200m: fix usrsock_bind error in gs2200m module

2022-10-20 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 31ad58561 gs2200m: fix usrsock_b

[GitHub] [incubator-nuttx-apps] masayuki2009 merged pull request #1366: gs2200m: fix usrsock_bind error in gs2200m module

2022-10-20 Thread GitBox
masayuki2009 merged PR #1366: URL: https://github.com/apache/incubator-nuttx-apps/pull/1366 -- 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-unsu

[GitHub] [incubator-nuttx] abdallah-ali-abdallah commented on issue #7331: Is it possible to enable nsh over composite usb configuration using RP2040?

2022-10-20 Thread GitBox
abdallah-ali-abdallah commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1286225887 > @abdallah-ali-abdallah what serial console terminal are you using? Does it support VT102? I use minicom mainly which support VT102, Also tested miniter

[GitHub] [incubator-nuttx-apps] pkarashchenko closed pull request #1368: netutils/mqttc: Add mbedtls configs.

2022-10-20 Thread GitBox
pkarashchenko closed pull request #1368: netutils/mqttc: Add mbedtls configs. URL: https://github.com/apache/incubator-nuttx-apps/pull/1368 -- 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 specifi

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1368: netutils/mqttc: Add mbedtls configs.

2022-10-20 Thread GitBox
pkarashchenko commented on PR #1368: URL: https://github.com/apache/incubator-nuttx-apps/pull/1368#issuecomment-1286175996 Please remove gerrit leftovers -- 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 t

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1368: netutils/mqttc: Add mbedtls configs.

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #1368: URL: https://github.com/apache/incubator-nuttx-apps/pull/1368#discussion_r1001130188 ## netutils/mqttc/Kconfig: ## @@ -10,6 +10,9 @@ config NETUTILS_MQTTC Enable MQTT-C if NETUTILS_MQTTC +config NETUTILS_MQTTC_WITH

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001078355 ## include/obstack.h: ## @@ -0,0 +1,466 @@ +/ + * include/obstack.h + * + * Li

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001077687 ## sched/mqueue/msgget.c: ## @@ -0,0 +1,84 @@ +/ + * sched/mqueue/msgget.c + *

[incubator-nuttx] branch master updated: time: Typedef time_t to int64_t if CONFIG_SYSTEM_TIME64 is defined

2022-10-20 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 942513cd37 time: Typedef time_t

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7115: time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

2022-10-20 Thread GitBox
pkarashchenko merged PR #7115: URL: https://github.com/apache/incubator-nuttx/pull/7115 -- 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

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1358: ostest:add sem protocl to priority inheritance

2022-10-20 Thread GitBox
pkarashchenko commented on PR #1358: URL: https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1286090525 Yeah, currently with `CONFIG_SEM_PREALLOCHOLDERS` > 2 this will work. I mean that the current implementation with some configuration allows priority inheritence on cou

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1368: netutils/mqttc: Add mbedtls configs.

2022-10-20 Thread GitBox
xiaoxiang781216 opened a new pull request, #1368: URL: https://github.com/apache/incubator-nuttx-apps/pull/1368 ## Summary Support tls in mqttc ## Impact mqttc ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7364: Support the stack size and address for posix_spawn and kernel mode

2022-10-20 Thread GitBox
xiaoxiang781216 commented on PR #7364: URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286071242 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.

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7248: drivers: modem: update altair modem

2022-10-20 Thread GitBox
pkarashchenko commented on PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1286066344 Please fix ``` modem/alt1250/alt1250.c: In function 'alt1250_open': Error: modem/alt1250/alt1250.c:1010:7: error: implicit declaration of function 'nxmutex' [-Werror

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7364: Support the stack size and address for posix_spawn and kernel mode

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7364: URL: https://github.com/apache/incubator-nuttx/pull/7364#discussion_r1001052600 ## binfmt/binfmt_exec.c: ## @@ -106,11 +106,16 @@ int exec_spawn(FAR const char *filename, FAR char * const *argv, bin->priority = attr->prior

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7364: Support the stack size and address for posix_spawn and kernel mode

2022-10-20 Thread GitBox
pkarashchenko commented on PR #7364: URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286063867 Please rebase -- 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 co

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7368: sched/spawn: Fix the minor typo error

2022-10-20 Thread GitBox
pkarashchenko merged PR #7368: URL: https://github.com/apache/incubator-nuttx/pull/7368 -- 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

[incubator-nuttx] branch master updated (62c98d4187 -> 1e6a8f56d3)

2022-10-20 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/incubator-nuttx.git from 62c98d4187 boards: cxd56xx: Remove unnecessary i2c uninitialize process add 1e6a8f56d3 sched/spaw

[incubator-nuttx] branch master updated (663bf4d968 -> 62c98d4187)

2022-10-20 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/incubator-nuttx.git from 663bf4d968 Add support for stm32h7b3xx MCU's flash add d3ed469f00 arch: cxd56xx: Fix compile warn

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7371: arch: cxd56xx: Fix some minor compile warnings

2022-10-20 Thread GitBox
pkarashchenko merged PR #7371: URL: https://github.com/apache/incubator-nuttx/pull/7371 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001043044 ## arch/xtensa/src/esp32s2/esp32s2_i2s.c: ## @@ -0,0 +1,1530 @@ +/ + * arch/xt

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001035552 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -114,6 +123,48 @@ enum DL_TYPE_CLM = 2 }; +begin_packed_struct struct wpa_cipher_suite +

[GitHub] [incubator-nuttx] acassis commented on issue #7331: Is it possible to enable nsh over composite usb configuration using RP2040?

2022-10-20 Thread GitBox
acassis commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1285973235 @abdallah-ali-abdallah what serial console terminal are you using? Does it support VT102? -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] acassis commented on issue #7366: how to add microkernelized characteristics on nuttx 8.2

2022-10-20 Thread GitBox
acassis commented on issue #7366: URL: https://github.com/apache/incubator-nuttx/issues/7366#issuecomment-1285971177 @yuening1999 do you need to use this ancient version of NuttX? Maybe using some recent version will be easier. I think to use the network in separated you will need some kin

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7369: Fix armclang build warning: L6306W

2022-10-20 Thread GitBox
xiaoxiang781216 commented on code in PR #7369: URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1000954717 ## arch/arm/src/armv7-r/arm_vectortab.S: ## @@ -34,6 +34,10 @@ * Public Symbols

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7369: Fix armclang build warning: L6306W

2022-10-20 Thread GitBox
xiaoxiang781216 commented on code in PR #7369: URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1000953486 ## arch/arm/src/armv7-r/arm_vectortab.S: ## @@ -34,6 +34,10 @@ * Public Symbols

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7372: use DEBUGASSERT instead of unnecessary check

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7372: URL: https://github.com/apache/incubator-nuttx/pull/7372#discussion_r1000941983 ## libs/libc/semaphore/sem_init.c: ## @@ -67,31 +68,28 @@ int nxsem_init(FAR sem_t *sem, int pshared, unsigned int value) * range. */ - if (se

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7372: use DEBUGASSERT instead of unnecessary check

2022-10-20 Thread GitBox
pkarashchenko commented on code in PR #7372: URL: https://github.com/apache/incubator-nuttx/pull/7372#discussion_r1000940325 ## libs/libc/semaphore/sem_init.c: ## @@ -67,31 +68,28 @@ int nxsem_init(FAR sem_t *sem, int pshared, unsigned int value) * range. */ - if (se

[incubator-nuttx] branch master updated (81ff16c675 -> 663bf4d968)

2022-10-20 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/incubator-nuttx.git from 81ff16c675 install qemu-system-misc in dockerw add 663bf4d968 Add support for stm32h7b3xx MCU's flash

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7359: Add support for stm32h7b3xx MCU's flash

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #7359: URL: https://github.com/apache/incubator-nuttx/pull/7359 -- 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-unsubs

[incubator-nuttx-apps] branch master updated: testing: ostest: Fix task_restart test

2022-10-20 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ee7b47ba4 testing: ostest: Fix

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1367: testing: ostest: Fix task_restart test

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #1367: URL: https://github.com/apache/incubator-nuttx-apps/pull/1367 -- 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-u

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7374: wireless/bcm43xxx: correct auth status if PSK is invaild

2022-10-20 Thread GitBox
anchao opened a new pull request, #7374: URL: https://github.com/apache/incubator-nuttx/pull/7374 ## Summary wireless/bcm43xxx: discard auth event if netdev down wireless/bcm43xxx: subscribe only to the events we need wireless/bcm43xxx: skip WEP privacy wireless/bcm43xxx: skip

[GitHub] [incubator-nuttx] tmedicci opened a new pull request, #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-20 Thread GitBox
tmedicci opened a new pull request, #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373 ## Summary This PR includes the I2S peripheral drivers for ESP32-S2, bindings for the generic I2S audio driver, and the CS4344 audio codec driver. Also, the I2S character driver is use

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request, #7372: use DEBUGASSERT instead of unnecessary check

2022-10-20 Thread GitBox
GUIDINGLI opened a new pull request, #7372: URL: https://github.com/apache/incubator-nuttx/pull/7372 ## Summary use DEBUGASSERT instead of unnecessary check ## Impact sem mqueue signal ## Testing VELA -- This is an automated message from the Apa

[GitHub] [incubator-nuttx] SPRESENSE commented on issue #7367: usrsock: wget using gs2200m fails by usrsock update

2022-10-20 Thread GitBox
SPRESENSE commented on issue #7367: URL: https://github.com/apache/incubator-nuttx/issues/7367#issuecomment-1285631695 @zhhyu7 Thank you. I could confirm that this issue has been resolved. @masayuki2009 could you check an above patch? -- This is an automated message from the Apache Gi

[GitHub] [incubator-nuttx] tmedicci closed issue #7370: ostest failling on second execution

2022-10-20 Thread GitBox
tmedicci closed issue #7370: ostest failling on second execution URL: https://github.com/apache/incubator-nuttx/issues/7370 -- 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 u

[GitHub] [incubator-nuttx] tmedicci commented on issue #7370: ostest failling on second execution

2022-10-20 Thread GitBox
tmedicci commented on issue #7370: URL: https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285629646 @masayuki2009 thanks! -- 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 sp

[GitHub] [incubator-nuttx] jerpelea commented on pull request #7248: drivers: modem: update altair modem

2022-10-20 Thread GitBox
jerpelea commented on PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1285622932 @xiaoxiang781216 @pkarashchenko anything else? > > @xiaoxiang781216 @pkarashchenko anything else? > > If you can address my comments for double include guard in heade

[incubator-nuttx-apps] branch master updated (fa6aeb3e1 -> e69a032f2)

2022-10-20 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/incubator-nuttx-apps.git from fa6aeb3e1 mcuboot:move tinycrypt headfile path from make.defs to Makefile add e69a032f2 dhcpc:f

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1365: dhcpc:fix xid error clear bug.

2022-10-20 Thread GitBox
xiaoxiang781216 merged PR #1365: URL: https://github.com/apache/incubator-nuttx-apps/pull/1365 -- 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-u

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #7370: ostest failling on second execution

2022-10-20 Thread GitBox
masayuki2009 commented on issue #7370: URL: https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285587396 @tmedicci I've just fixed the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on pull request #1367: testing: ostest: Fix task_restart test

2022-10-20 Thread GitBox
masayuki2009 commented on PR #1367: URL: https://github.com/apache/incubator-nuttx-apps/pull/1367#issuecomment-1285586203 See https://github.com/apache/incubator-nuttx/issues/7370 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request, #1367: testing: ostest: Fix task_restart test

2022-10-20 Thread GitBox
masayuki2009 opened a new pull request, #1367: URL: https://github.com/apache/incubator-nuttx-apps/pull/1367 ## Summary - This commit fixes the task_restart test for the 2nd time execution ## Impact - None ## Testing - sim:ostest -- This is an aut

[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request, #7371: arch: cxd56xx: Fix some minor compile warnings

2022-10-20 Thread GitBox
SPRESENSE opened a new pull request, #7371: URL: https://github.com/apache/incubator-nuttx/pull/7371 ## Summary Fix some minor compile warnings ## Impact Only cxd56xx, spresense ## Testing -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-nuttx] zhhyu7 commented on issue #7367: usrsock: wget using gs2200m fails by usrsock update

2022-10-20 Thread GitBox
zhhyu7 commented on issue #7367: URL: https://github.com/apache/incubator-nuttx/issues/7367#issuecomment-1285546887 @SPRESENSE you can verify with below patch: https://github.com/apache/incubator-nuttx-apps/pull/1366 -- This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-nuttx-apps] zhhyu7 opened a new pull request, #1366: gs2200m: fix usrsock_bind error in gs2200m module

2022-10-20 Thread GitBox
zhhyu7 opened a new pull request, #1366: URL: https://github.com/apache/incubator-nuttx-apps/pull/1366 Signed-off-by: zhanghongyu ## Summary ## Impact ## Testing gs2200m [5:50] nsh> ifconfig wlan0 Link encap:Ethernet HWaddr 14:5a:fc:f8:14:c5 at UP i

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #7370: ostest failling on second execution

2022-10-20 Thread GitBox
masayuki2009 commented on issue #7370: URL: https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285542930 >The problem on task_restart possibly already existed, but it wasn't being checked. @tmedicci I think so. Anyway, thank you for reporting the issue.

[GitHub] [incubator-nuttx] tmedicci commented on issue #7370: ostest failling on second execution

2022-10-20 Thread GitBox
tmedicci commented on issue #7370: URL: https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285540868 > > After @masayuki2009 added new tests (thanks!), ostest is failling on second execution, on task_restart test: > > @tmedicci I did not add new tests but added ASSER

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #7370: ostest failling on second execution

2022-10-20 Thread GitBox
masayuki2009 commented on issue #7370: URL: https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285535153 >After @masayuki2009 added new tests (thanks!), ostest is failling on second execution, on task_restart test: @tmedicci I did not add new tests but added ASSE

[GitHub] [incubator-nuttx] tmedicci opened a new issue, #7370: ostest failling on second execution

2022-10-20 Thread GitBox
tmedicci opened a new issue, #7370: URL: https://github.com/apache/incubator-nuttx/issues/7370 After @masayuki2009 added new tests (thanks!), `ostest` is failling on second execution, on `task_restart` test: ``` user_main: task_restart test Test task_restart() restart_mai

[GitHub] [incubator-nuttx] acassis commented on issue #7331: Is it possible to enable nsh over composite usb configuration using RP2040?

2022-10-20 Thread GitBox
acassis commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1285386879 @xiaoxiang781216 @pkarashchenko did you see this '\n' issue before? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx-apps] XinStellaris opened a new pull request, #1365: dhcpc:fix xid error clear bug.

2022-10-20 Thread GitBox
XinStellaris opened a new pull request, #1365: URL: https://github.com/apache/incubator-nuttx-apps/pull/1365 Signed-off-by: 田昕 ## Summary A bug causing xid to be 0. ## Impact DHCP xid ## Testing Tested on BL602 -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] abdallah-ali-abdallah commented on issue #7331: Is it possible to enable nsh over composite usb configuration using RP2040?

2022-10-20 Thread GitBox
abdallah-ali-abdallah commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1285329462 > Hi @abdallah-ali-abdallah that is amazing!!! Kudos! Could you please submit this test as a guide to be included at https://nuttx.apache.org/docs/latest/guide

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on pull request #1362: netutils: Support telnetd in the kernel mode

2022-10-20 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1285328762 >@masayuki2009 thanks. Could you try this patch: https://github.com/apache/incubator-nuttx/pull/7368 @xiaoxiang781216 I confirmed that the compile error is no

[GitHub] [incubator-nuttx] easonxiang opened a new pull request, #7369: Fix armclang build warning: L6306W

2022-10-20 Thread GitBox
easonxiang opened a new pull request, #7369: URL: https://github.com/apache/incubator-nuttx/pull/7369 When a function is known to preserve eight-byte alignment of the stack, armclang assigns the build attribute Tag_ABI_align_preserved to that function. However, the armclang integrated assem

  1   2   >