[GitHub] [nuttx] wyr8899 opened a new pull request, #10723: armv8m/strcpy: add arch optimize version

2023-09-20 Thread via GitHub
wyr8899 opened a new pull request, #10723: URL: https://github.com/apache/nuttx/pull/10723 ## Summary Assembly version of strcpy for armv8m. ## Impact Replace common strcpy if CONFIG_ARMV8M_STRCPY is enabled. ## Testing tested using a testcase designed for arch libc function, s

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10698: Exec: Support run exec in current task

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10698: URL: https://github.com/apache/nuttx/pull/10698 -- 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...@nu

[nuttx] branch master updated: Exec: Support run exec in current task

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 3017cc4402 Exec: Support run exec in current t

[GitHub] [nuttx] W-Mai commented on pull request #10720: tools/minidumpserver: refactor codes

2023-09-20 Thread via GitHub
W-Mai commented on PR #10720: URL: https://github.com/apache/nuttx/pull/10720#issuecomment-1727625112 macOS build failed -- 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

[GitHub] [nuttx] eenurkka opened a new pull request, #10724: riscv/riscv_pmp.c: fix broken TOR checks

2023-09-20 Thread via GitHub
eenurkka opened a new pull request, #10724: URL: https://github.com/apache/nuttx/pull/10724 PMPCFG_A_TOR region may have zero size. The pmp configuration currently fails for zero-sized TOR. This patch bypasses such a restriction. Also replace log2ceil with LOG2_CEIL from lib/math32.h.

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331557267 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[nuttx] branch master updated: input/touchscreen: Bring up TSIOC_[SET|GET]CALIB macro

2023-09-20 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd 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 9bd6c70339 input/touchscreen: Bring up TSIOC_[SET|G

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331396801 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331400349 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[GitHub] [nuttx] GUIDINGLI merged pull request #10692: input/touchscreen: Bring up TSIOC_[SET|GET]CALIB macro

2023-09-20 Thread via GitHub
GUIDINGLI merged PR #10692: URL: https://github.com/apache/nuttx/pull/10692 -- 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.ap

[GitHub] [nuttx] zhangshanmin opened a new pull request, #10725: goldfish: add goldfish gps driver

2023-09-20 Thread via GitHub
zhangshanmin opened a new pull request, #10725: URL: https://github.com/apache/nuttx/pull/10725 Verification: uorb_listener -r 1 sensor_gps [ 18.24] [13] [ INFO] [ap] Mointor objects num:2 [ 18.24] [13] [ INFO] [ap] object_name:sensor_gps, object_instance:0

[nuttx] 01/02: drivers/net/rpmsgdrv.c: Take netdev_register() return value into account

2023-09-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/nuttx.git commit 70b820ec6588d1e3f4eb42458412397aed09 Author: Jani Paalijarvi AuthorDate: Tue Sep 27 09:49:07 2022 +0300 drive

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10676: libc/modlib: fix minor issue about modlib

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10676: URL: https://github.com/apache/nuttx/pull/10676 -- 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...@nu

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10723: armv8m/strcpy: add arch optimize version

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #10723: URL: https://github.com/apache/nuttx/pull/10723#discussion_r1331609419 ## libs/libc/machine/arm/armv8-m/Kconfig: ## @@ -56,6 +56,14 @@ config ARMV8M_STRCMP ---help--- Enable optimized ARMv8-M specific strcmp

[nuttx] branch master updated (3017cc4402 -> 3884087396)

2023-09-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/nuttx.git from 3017cc4402 Exec: Support run exec in current task add 13bdaaec99 libs/modlib: close fd when error happen a

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10720: tools/minidumpserver: refactor codes

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on PR #10720: URL: https://github.com/apache/nuttx/pull/10720#issuecomment-1727323874 Fixed here: https://github.com/apache/nuttx/pull/10719 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[nuttx] branch master updated (9bd6c70339 -> f47991e34d)

2023-09-20 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9bd6c70339 input/touchscreen: Bring up TSIOC_[SET|GET]CALIB macro add f47991e34d arch/arm64: select ARCH_HAVE_IRQTRI

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331400349 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331417329 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331351318 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclu

[GitHub] [nuttx-apps] zhangchao53 opened a new pull request, #2077: support xml report and a case create tool

2023-09-20 Thread via GitHub
zhangchao53 opened a new pull request, #2077: URL: https://github.com/apache/nuttx-apps/pull/2077 ## 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] xiaoxiang781216 commented on a diff in pull request #10681: pthread_once: use mutex replace sched_[un]lock

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1331512246 ## libs/libc/pthread/pthread_once.c: ## @@ -61,6 +61,8 @@ * / +static mutex_t

[GitHub] [nuttx] W-Mai commented on pull request #10720: tools/minidumpserver: refactor codes

2023-09-20 Thread via GitHub
W-Mai commented on PR #10720: URL: https://github.com/apache/nuttx/pull/10720#issuecomment-1727144406 well, risc-v failed again. some links problem ```cpp make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Configuring... make[1]: warnin

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10711: wireless/bcm43xxx: correct beacon loss behavior

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on PR #10711: URL: https://github.com/apache/nuttx/pull/10711#issuecomment-1727604412 @zhhyu7 please rebase your code -- 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

[nuttx] branch master updated (398734500e -> 55d5006462)

2023-09-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/nuttx.git from 398734500e wifi: parse channel from IE when ctl_ch is 0 add 55d5006462 tcp_ofosegs: prepare iob to reset io_off

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331417329 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[nuttx] branch master updated (0a2c79034f -> c8540a1f9b)

2023-09-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/nuttx.git from 0a2c79034f documentation: add information about SAMv7 1 wire support new 70b820 drivers/net/rpmsgdrv.c: Tak

[nuttx] branch master updated (55d5006462 -> 13f59128fd)

2023-09-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/nuttx.git from 55d5006462 tcp_ofosegs: prepare iob to reset io_offset add 13f59128fd iob: limit the iob bufsize is sufficient

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10713: drivers/net/rpmsgdrv.c: Take netdev_register() return value into account

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10713: URL: https://github.com/apache/nuttx/pull/10713 -- 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...@nu

[nuttx] 02/02: drivers/net/rpmsgdrv.c: Improve init error handling

2023-09-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/nuttx.git commit c8540a1f9ba4b9c567289c6d0d3fc08257db10aa Author: Jani Paalijarvi AuthorDate: Wed Sep 20 08:16:29 2023 +0300 drive

[GitHub] [nuttx] michallenc commented on pull request #10716: samv7: add support for 1 wire over UART/USART

2023-09-20 Thread via GitHub
michallenc commented on PR #10716: URL: https://github.com/apache/nuttx/pull/10716#issuecomment-1727054716 > @michallenc please include an entry 1-Wire in the supported devices listing: https://nuttx.apache.org/docs/12.2.1/platforms/arm/samv7/index.html Good point, done @acassis. --

[nuttx] branch master updated (3884087396 -> ac5e99d330)

2023-09-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/nuttx.git from 3884087396 libc/mod: fix minor issue about description add e144b1208f boards/riscv: Fix module linker target

[nuttx] branch master updated (b47f240b5f -> 0a2c79034f)

2023-09-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/nuttx.git from b47f240b5f Use standard arm-none-eabi toolchain by default. add 2e08750daf samv7: rework U(S)ART config option

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331509305 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclu

[GitHub] [nuttx] thebolt commented on pull request #10706: fs_epoll: add critical section for teardown process and reset the eph…

2023-09-20 Thread via GitHub
thebolt commented on PR #10706: URL: https://github.com/apache/nuttx/pull/10706#issuecomment-1727059084 > Could you please give us more details about which other problems are missing to be solved? I was referring to the issues related to local/unix-sockets I described in more detail

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331350016 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclu

[nuttx] branch master updated: wifi: parse channel from IE when ctl_ch is 0

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 398734500e wifi: parse channel from IE when ct

[nuttx] branch master updated: Fix loading of ET_DYN type of shared objects

2023-09-20 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 The following commit(s) were added to refs/heads/master by this push: new 5d7f2fdf16 Fix loading of ET_DYN type of shared

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10718: Arduino DUE - Use standard arm-none-eabi toolchain by default.

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10718: URL: https://github.com/apache/nuttx/pull/10718 -- 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...@nu

[GitHub] [nuttx] zhhyu7 commented on pull request #10711: wireless/bcm43xxx: correct beacon loss behavior

2023-09-20 Thread via GitHub
zhhyu7 commented on PR #10711: URL: https://github.com/apache/nuttx/pull/10711#issuecomment-1727703941 > @zhhyu7 please rebase your code 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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10703: tcp_ofosegs: prepare iob to reset io_offset

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10703: URL: https://github.com/apache/nuttx/pull/10703 -- 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...@nu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10716: samv7: add support for 1 wire over UART/USART

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10716: URL: https://github.com/apache/nuttx/pull/10716 -- 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...@nu

[GitHub] [nuttx-apps] TaiJuWu opened a new pull request, #2076: feature: implement simple spinlock test

2023-09-20 Thread via GitHub
TaiJuWu opened a new pull request, #2076: URL: https://github.com/apache/nuttx-apps/pull/2076 ## Summary feature: implement simple spinlock test Two threads use share variable and the variable should be same as excepted. ## Impact ostest if config spinlock ## Testin

[GitHub] [nuttx] SPRESENSE commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-09-20 Thread via GitHub
SPRESENSE commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1331231543 ## net/usrsock/Kconfig: ## @@ -76,12 +76,10 @@ config NET_USRSOCK_NPOLLWAITERS config NET_USRSOCK_UDP bool "User-space daemon provides UDP sockets" def

[GitHub] [nuttx] Donny9 opened a new pull request, #10727: driver/spi: call bind and unbind when user open or close to save power

2023-09-20 Thread via GitHub
Donny9 opened a new pull request, #10727: URL: https://github.com/apache/nuttx/pull/10727 ## Summary driver/spi: call bind and unbind when user open or close to save power ## Impact ## Testing daily test -- This is an automated message from the Apache Git Service. To re

[GitHub] [nuttx] anchao commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-09-20 Thread via GitHub
anchao commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1331497534 ## include/nuttx/net/ioctl.h: ## @@ -125,7 +125,7 @@ /* Network socket control ***/ -#define SIOCDENYINETSOCK _SIOC(0x

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10712: wifi: parse channel from IE when ctl_ch is 0

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10712: URL: https://github.com/apache/nuttx/pull/10712 -- 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...@nu

[GitHub] [nuttx] acassis commented on a diff in pull request #10724: riscv/riscv_pmp.c: fix broken TOR checks

2023-09-20 Thread via GitHub
acassis commented on code in PR #10724: URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331669011 ## arch/risc-v/src/common/riscv_pmp.c: ## @@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t; * Private Functions *

[GitHub] [nuttx] acassis merged pull request #10470: Fix loading of ET_DYN type of shared objects

2023-09-20 Thread via GitHub
acassis merged PR #10470: URL: https://github.com/apache/nuttx/pull/10470 -- 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.apac

[GitHub] [nuttx] pkarashchenko merged pull request #10721: arch: cxd56xx: Return error for RTC alarm setting before initialization

2023-09-20 Thread via GitHub
pkarashchenko merged PR #10721: URL: https://github.com/apache/nuttx/pull/10721 -- 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

[GitHub] [nuttx] SPRESENSE commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-09-20 Thread via GitHub
SPRESENSE commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1331235398 ## net/socket/socket.c: ## @@ -93,23 +94,50 @@ int psock_socket(int domain, int type, int protocol, psock->s_conn = NULL; psock->s_type = type & SOCK_TYPE_MAS

[GitHub] [nuttx] SPRESENSE commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-09-20 Thread via GitHub
SPRESENSE commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1331667478 ## include/nuttx/net/ioctl.h: ## @@ -125,7 +125,7 @@ /* Network socket control ***/ -#define SIOCDENYINETSOCK _SIOC

[nuttx] branch master updated: Use standard arm-none-eabi toolchain by default.

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new b47f240b5f Use standard arm-none-eabi toolchai

[GitHub] [nuttx] acassis commented on a diff in pull request #10724: riscv/riscv_pmp.c: fix broken TOR checks

2023-09-20 Thread via GitHub
acassis commented on code in PR #10724: URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331669011 ## arch/risc-v/src/common/riscv_pmp.c: ## @@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t; * Private Functions *

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #10605: Implement ticket spinlock

2023-09-20 Thread via GitHub
TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1331400349 ## arch/arm64/include/spinlock.h: ## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Mon

[GitHub] [nuttx] Donny9 opened a new pull request, #10726: driver/sensor: Solve the busy loop problem caused by sampling problems

2023-09-20 Thread via GitHub
Donny9 opened a new pull request, #10726: URL: https://github.com/apache/nuttx/pull/10726 ## Summary Solve the problem that when a user modifies the sampling rate, the difference between the generation and the mainline generation may be greater than the own sampling interval.

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10704: iob: limit the iob bufsize is sufficient to fill all L2/L3/L4 headers

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10704: URL: https://github.com/apache/nuttx/pull/10704 -- 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...@nu

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10705: sched/clock Add special handling for TCB null pointer cases

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on PR #10705: URL: https://github.com/apache/nuttx/pull/10705#issuecomment-1727887482 > @zhuangton I liked the way you tested it. Could you please add a small tutorial at https://nuttx.apache.org/docs/12.2.1/guides/index.html explaining how to do it? Please add the

[GitHub] [nuttx] TimJTi commented on issue #10728: install: cannot stat '/home/tim/designs/nuttx/apps/libapps.a': No such file or directory

2023-09-20 Thread via GitHub
TimJTi commented on issue #10728: URL: https://github.com/apache/nuttx/issues/10728#issuecomment-1727970150 My error - failed to update properly to upstrea/master nuttx-apps during a rebase. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] jpaali commented on a diff in pull request #10713: drivers/net/rpmsgdrv.c: Take netdev_register() return value into account

2023-09-20 Thread via GitHub
jpaali commented on code in PR #10713: URL: https://github.com/apache/nuttx/pull/10713#discussion_r1331086556 ## drivers/net/rpmsgdrv.c: ## @@ -1152,6 +1153,6 @@ int net_rpmsg_drv_init(FAR const char *cpuname, /* Register the device with the OS so that socket IOCTLs can be

[nuttx] branch master updated: arch: cxd56xx: Return error for RTC alarm setting before initialization

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 104dfb983d arch: cxd56xx: Return error for

[GitHub] [nuttx-apps] TimJTi closed issue #2078: Changes to NuttX relating to c++ reserved words has broken apps

2023-09-20 Thread via GitHub
TimJTi closed issue #2078: Changes to NuttX relating to c++ reserved words has broken apps URL: https://github.com/apache/nuttx-apps/issues/2078 -- 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 s

[GitHub] [nuttx] acassis commented on pull request #10682: vnc_updater: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-20 Thread via GitHub
acassis commented on PR #10682: URL: https://github.com/apache/nuttx/pull/10682#issuecomment-1727811075 @xiaoxiang781216 do you have a VNC client running on NuttX already? I'm willing to add one (at apps/ instead of kernel), I just took a look at https://github.com/wolfgangB33r/VNCView and

[GitHub] [nuttx-apps] danielappiagyei-bc commented on issue #2078: Changes to NuttX relating to c++ reserved words has broken apps

2023-09-20 Thread via GitHub
danielappiagyei-bc commented on issue #2078: URL: https://github.com/apache/nuttx-apps/issues/2078#issuecomment-1727932921 @TimJTi Do you have steps for me to reproduce locally, like what defconfigs, board, and app you're using? -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] TimJTi commented on pull request #10565: c++ compatibility: rename reserved C++ identifiers 'public' and 'this'

2023-09-20 Thread via GitHub
TimJTi commented on PR #10565: URL: https://github.com/apache/nuttx/pull/10565#issuecomment-1727930746 See apps [PR2078](https://github.com/apache/nuttx-apps/issues/2078) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] acassis commented on pull request #10705: sched/clock Add special handling for TCB null pointer cases

2023-09-20 Thread via GitHub
acassis commented on PR #10705: URL: https://github.com/apache/nuttx/pull/10705#issuecomment-1727803018 @zhuangton I liked the way you tested it. Could you please add a small tutorial at https://nuttx.apache.org/docs/12.2.1/guides/index.html explaining how to do it? Please add the small sni

[GitHub] [nuttx-apps] danielappiagyei-bc commented on issue #2078: Changes to NuttX relating to c++ reserved words has broken apps

2023-09-20 Thread via GitHub
danielappiagyei-bc commented on issue #2078: URL: https://github.com/apache/nuttx-apps/issues/2078#issuecomment-1727940400 @TimJTi I think your nuttx-apps repo is out of sync with the nuttx repo, can you merge master? There was a complementary PR [here](https://github.com/apache/nuttx-a

[GitHub] [nuttx-apps] TimJTi commented on issue #2078: Changes to NuttX relating to c++ reserved words has broken apps

2023-09-20 Thread via GitHub
TimJTi commented on issue #2078: URL: https://github.com/apache/nuttx-apps/issues/2078#issuecomment-1727942024 > @TimJTi I think your nuttx-apps repo is out of sync with the nuttx repo, can you merge master? There was a complementary PR [here](https://github.com/apache/nuttx-apps/pull/2047)

[GitHub] [nuttx] TimJTi opened a new pull request, #10729: Fix historic %08x style printf format warnings

2023-09-20 Thread via GitHub
TimJTi opened a new pull request, #10729: URL: https://github.com/apache/nuttx/pull/10729 ## Summary Found a few old style ~08x type printf formatting issues causing compiler warnings ## Impact None ## Testing Compiles without warnings. Enabled pwm debug info a

[GitHub] [nuttx] danielappiagyei-bc commented on pull request #10565: c++ compatibility: rename reserved C++ identifiers 'public' and 'this'

2023-09-20 Thread via GitHub
danielappiagyei-bc commented on PR #10565: URL: https://github.com/apache/nuttx/pull/10565#issuecomment-1727920348 > @danielappiagyei-bc @xiaoxiang781216 looks like the apps directory was not included when this was done. Have found 4 references to stream.public that now cause a build fail.

[GitHub] [nuttx] TimJTi commented on pull request #10565: c++ compatibility: rename reserved C++ identifiers 'public' and 'this'

2023-09-20 Thread via GitHub
TimJTi commented on PR #10565: URL: https://github.com/apache/nuttx/pull/10565#issuecomment-1727915336 @danielappiagyei-bc @xiaoxiang781216 looks like the apps directory was not included when this was done. Have found 4 references to stream.public that now cause a build fail. Perh

[GitHub] [nuttx] TimJTi commented on pull request #10565: c++ compatibility: rename reserved C++ identifiers 'public' and 'this'

2023-09-20 Thread via GitHub
TimJTi commented on PR #10565: URL: https://github.com/apache/nuttx/pull/10565#issuecomment-1727926390 > > @danielappiagyei-bc @xiaoxiang781216 looks like the apps directory was not included when this was done. Have found 4 references to stream.public that now cause a build fail. > > Per

[GitHub] [nuttx] TimJTi opened a new pull request, #10730: Fix printf format warnings

2023-09-20 Thread via GitHub
TimJTi opened a new pull request, #10730: URL: https://github.com/apache/nuttx/pull/10730 ## Summary A few incorrect printf formatters fixed up ## Impact None ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [nuttx-apps] TimJTi opened a new issue, #2078: Changes to NuttX relating to c++ reserved words has broken apps

2023-09-20 Thread via GitHub
TimJTi opened a new issue, #2078: URL: https://github.com/apache/nuttx-apps/issues/2078 Nuttx [PR10565](https://github.com/apache/nuttx/pull/10565) has renamed things to avoid the use of c++ reserved names such as public. The Apps repo escaped the attentions of that work and now won't

[GitHub] [nuttx] TimJTi opened a new issue, #10728: install: cannot stat '/home/tim/designs/nuttx/apps/libapps.a': No such file or directory

2023-09-20 Thread via GitHub
TimJTi opened a new issue, #10728: URL: https://github.com/apache/nuttx/issues/10728 Just rebased to master, and something changed/got broken since I last did that a month or so ago. a distclean and rebuild doesn't fix it. A quick check of closed PRs showed a new CONFIG_APPS_DIR (whi

[GitHub] [nuttx-apps] TimJTi commented on issue #2078: Changes to NuttX relating to c++ reserved words has broken apps

2023-09-20 Thread via GitHub
TimJTi commented on issue #2078: URL: https://github.com/apache/nuttx-apps/issues/2078#issuecomment-1727957535 Looks like I did something wrong with the rebase (I usually do!). Sorry for false alarm - I've cloned the repo again and all is good :-) -- This is an automated message from the

[GitHub] [nuttx] TimJTi closed issue #10728: install: cannot stat '/home/tim/designs/nuttx/apps/libapps.a': No such file or directory

2023-09-20 Thread via GitHub
TimJTi closed issue #10728: install: cannot stat '/home/tim/designs/nuttx/apps/libapps.a': No such file or directory URL: https://github.com/apache/nuttx/issues/10728 -- 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] [nuttx] xiaoxiang781216 opened a new pull request, #10731: Fix error: unknown warning option '-Wno-unqualified-std-cast-call'

2023-09-20 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10731: URL: https://github.com/apache/nuttx/pull/10731 ## Summary report here: https://github.com/apache/nuttx-apps/actions/runs/6248425557/job/16963139872?pr=2077 ## Impact ## Testing ci -- This is an automated messa

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10720: tools/minidumpserver: refactor codes

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10720: URL: https://github.com/apache/nuttx/pull/10720 -- 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...@nu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10553: fix led panic feature

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10553: URL: https://github.com/apache/nuttx/pull/10553 -- 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...@nu

[nuttx] branch master updated: fix led panic feature

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a2c806027f fix led panic feature a2c806027f is

[nuttx] branch master updated: wireless/bcm43xxx: correct beacon loss behavior

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 43dd6836f5 wireless/bcm43xxx: correct beacon l

[nuttx] branch master updated: goldfish: add goldfish gps driver

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 9b68971853 goldfish: add goldfish gps driver 9

[nuttx] branch master updated (9b68971853 -> 4c75318778)

2023-09-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/nuttx.git from 9b68971853 goldfish: add goldfish gps driver add 4c75318778 tools/minidumpserver: refactor codes No new revisi

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10725: goldfish: add goldfish gps driver

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10725: URL: https://github.com/apache/nuttx/pull/10725 -- 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...@nu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10711: wireless/bcm43xxx: correct beacon loss behavior

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10711: URL: https://github.com/apache/nuttx/pull/10711 -- 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...@nu

[nuttx] branch master updated: pthread_once: use rmutex replace sched_[un]lock

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 4268b2e297 pthread_once: use rmutex replace sc

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10731: Fix error: unknown warning option '-Wno-unqualified-std-cast-call'

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on PR #10731: URL: https://github.com/apache/nuttx/pull/10731#issuecomment-1728095423 @pkarashchenko do you know why clang report this follow error some time? ``` Configura

[GitHub] [nuttx] mu578 commented on pull request #10731: Fix error: unknown warning option '-Wno-unqualified-std-cast-call'

2023-09-20 Thread via GitHub
mu578 commented on PR #10731: URL: https://github.com/apache/nuttx/pull/10731#issuecomment-1728097717 yeah that's a clang flag ; however if using clang: the default should be always `-Werror=unqualified-std-cast-call` ; no cruft++ hackery allowed by any means: pedantic or die. -- This is

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10682: vnc_updater: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on PR #10682: URL: https://github.com/apache/nuttx/pull/10682#issuecomment-1728113452 > @xiaoxiang781216 do you have a VNC client running on NuttX already? No, we just run VNCView from PC to connect NuttX. > I'm willing to add one (at apps/ instead of k

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10682: vnc_updater: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10682: URL: https://github.com/apache/nuttx/pull/10682 -- 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...@nu

[nuttx] branch master updated (4268b2e297 -> 1aa42cc7d2)

2023-09-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/nuttx.git from 4268b2e297 pthread_once: use rmutex replace sched_[un]lock add 1aa42cc7d2 vnc_updater: use [enter|leave]_critic

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9647: net: Add new interface to tell usrsock available

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #9647: URL: https://github.com/apache/nuttx/pull/9647 -- 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/03: net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled

2023-09-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/nuttx.git commit 011d45e956603a36f7036dca6ae1358f40469c80 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Tu

[nuttx] 03/03: net: Create fallback option for usrsock

2023-09-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/nuttx.git commit a35ba1e7bcd778453ee4ad75fe8f0d7b39a6df42 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Tu

[nuttx] 01/03: include: nuttx: Re-allocate SIOCDENYINETSOCK

2023-09-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/nuttx.git commit a1f26ab24b192d18eb6aa5de31a8c146dc8441c7 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Tu

[nuttx] branch master updated (1aa42cc7d2 -> a35ba1e7bc)

2023-09-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/nuttx.git from 1aa42cc7d2 vnc_updater: use [enter|leave]_critical_section replace sched_[un]lock new a1f26ab24b include: nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10724: riscv/riscv_pmp.c: fix broken TOR checks

2023-09-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #10724: URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331949482 ## arch/risc-v/src/common/riscv_pmp.c: ## @@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t; * Private Functions *

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10724: riscv/riscv_pmp.c: fix broken TOR checks

2023-09-20 Thread via GitHub
xiaoxiang781216 merged PR #10724: URL: https://github.com/apache/nuttx/pull/10724 -- 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...@nu

[nuttx] branch master updated: riscv/riscv_pmp.c: fix broken TOR checks

2023-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8f5a6930e8 riscv/riscv_pmp.c: fix broken TOR c

  1   2   >