[GitHub] [nuttx] no1wudi commented on pull request #10699: tools: Switch riscv GCC to 12.3

2023-09-19 Thread via GitHub
no1wudi commented on PR #10699: URL: https://github.com/apache/nuttx/pull/10699#issuecomment-1724959194 Seems the Docker image is still outdate ? -- 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 t

[GitHub] [nuttx] CV-Bowen opened a new pull request, #10706: fs_epoll: add critical section for teardown process and reset the eph…

2023-09-19 Thread via GitHub
CV-Bowen opened a new pull request, #10706: URL: https://github.com/apache/nuttx/pull/10706 ## Summary As mentioned in https://www.mail-archive.com/dev@nuttx.apache.org/msg10503.html The epoll has two problems: 1. when poll_notify called larger than twice when epoll_wait wait in th

[GitHub] [nuttx] royfengsss opened a new pull request, #10707: esp32s3: fix build error

2023-09-19 Thread via GitHub
royfengsss opened a new pull request, #10707: URL: https://github.com/apache/nuttx/pull/10707 ## Summary Fix below build error when enable `SPI_SLAVE` and `ESP32S3_SPI_DMA` or enable `ESP32S3_SPI_IO_QIO` ``` CC: chip/esp32s3_spi_slave.c In file included from /home/u0228848401/work

[GitHub] [nuttx] anchao opened a new pull request, #10708: libs/libc: currect usage of getpid/gettid in library

2023-09-19 Thread via GitHub
anchao opened a new pull request, #10708: URL: https://github.com/apache/nuttx/pull/10708 ## Summary libs/libc: currect usage of getpid/gettid in library ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To res

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1329698579 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and set

[GitHub] [nuttx] W-Mai commented on pull request #10700: tools/minidumpserver: don't stop while gdb client is stopping

2023-09-19 Thread via GitHub
W-Mai commented on PR #10700: URL: https://github.com/apache/nuttx/pull/10700#issuecomment-1724985611 macOS build failed with a strange warning https://github.com/apache/nuttx/actions/runs/6230566085/job/16910819916?pr=10700#step:7:2516 -- This is an automated message from the Apac

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10668: signal: use work_cancel_sync() to fix used after free

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10668: URL: https://github.com/apache/nuttx/pull/10668 -- 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: signal: use work_cancel_sync() to fix used after free

2023-09-19 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 415fe606950bb8856dacf7e005f5684979c0da2b Author: ligd AuthorDate: Mon Aug 28 22:06:04 2023 +0800 signal: use work

[nuttx] 01/02: wqueue: add work_cancel_sync() support

2023-09-19 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 61ef7eb3dc0697ccc9efb4c99e09e024e74b6040 Author: ligd AuthorDate: Mon Aug 28 19:29:54 2023 +0800 wqueue: add work

[nuttx] branch master updated (978c8bd249 -> 415fe60695)

2023-09-19 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 978c8bd249 sim: enable usb board ctrl in adb new 61ef7eb3dc wqueue: add work_cancel_sync() support new 415

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

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10698: URL: https://github.com/apache/nuttx/pull/10698#issuecomment-1725036483 @yangyalei please fetch to the last master and rebase to fix the ci error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10686: sched: return 0 from clock_systime_ticks if failed

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10686: URL: https://github.com/apache/nuttx/pull/10686 -- 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: sched: return 0 from clock_systime_ticks if failed

2023-09-19 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 3cd5e20f74 sched: return 0 from clock_systime_

[GitHub] [nuttx-apps] 0528Mike opened a new pull request, #2075: nshlib: Implementation of modifying command md5

2023-09-19 Thread via GitHub
0528Mike opened a new pull request, #2075: URL: https://github.com/apache/nuttx-apps/pull/2075 ## Summary Simplify the "cmd_codecs_proc" md5 related framework and modify the implementation of the command md5: ## Impact None ## Testing None -- This is an automated messag

[GitHub] [nuttx] zhhyu7 opened a new pull request, #10709: wireless/bcm43xxx: add Packet Traffic Arbitration Priority support

2023-09-19 Thread via GitHub
zhhyu7 opened a new pull request, #10709: URL: https://github.com/apache/nuttx/pull/10709 ## Summary For Bluetooth wifi co-existence ## Impact ## Testing Cortex-M55 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] zhhyu7 opened a new pull request, #10710: wifi: Add handle type for disconnecting event

2023-09-19 Thread via GitHub
zhhyu7 opened a new pull request, #10710: URL: https://github.com/apache/nuttx/pull/10710 ## Summary Some disconnected events will be missed ## Impact ## Testing Cortex-M55 -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [nuttx] zhhyu7 opened a new pull request, #10711: wireless/bcm43xxx: correct beacon loss behavior

2023-09-19 Thread via GitHub
zhhyu7 opened a new pull request, #10711: URL: https://github.com/apache/nuttx/pull/10711 ## Summary ## Impact ## Testing Cortex-M55 and bcm43xxx chipset -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] pkarashchenko commented on pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
pkarashchenko commented on PR #10702: URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725195106 Let's merge this PR and give CI a try to rebuild docker images. In case if build fails I will revert it -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nuttx] pkarashchenko merged pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
pkarashchenko merged PR #10702: URL: https://github.com/apache/nuttx/pull/10702 -- 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: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 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 7d3f11af1f cibuild.sh: Using GCC from xPac

[GitHub] [nuttx] zhhyu7 opened a new pull request, #10712: wifi: parse channel from IE when ctl_ch is 0

2023-09-19 Thread via GitHub
zhhyu7 opened a new pull request, #10712: URL: https://github.com/apache/nuttx/pull/10712 ## Summary The scan information will contain the channel information. ## Impact ## Testing Cortex-M55 and bcm43xxx chipset -- This is an automated message from the Apache Git Servi

[GitHub] [nuttx] davids5 commented on pull request #10672: mmcsd: update cid reg layout

2023-09-19 Thread via GitHub
davids5 commented on PR #10672: URL: https://github.com/apache/nuttx/pull/10672#issuecomment-1725211687 > @davids5 do you have more concern? I was asking about regression testing. Testing real HW (stm32, stm32h7) that uses SDMMC. to just verify this did not break anything. -- Thi

[GitHub] [nuttx] pkarashchenko commented on pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
pkarashchenko commented on PR #10702: URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725261961 @xiaoxiang781216 could we hold on the further merges until https://github.com/apache/nuttx/actions/runs/6234041079/job/16920715873 is finished? I want to get a feedback from the cur

[GitHub] [nuttx] jpaali opened a new pull request, #10713: drivers/net/rpmsgdrv.c: Take netdev_register() return value into account

2023-09-19 Thread via GitHub
jpaali opened a new pull request, #10713: URL: https://github.com/apache/nuttx/pull/10713 ## Summary net_rpmsg_drv_init() bypass return value of netdev_register(). This should be taken into account. ## Impact net_rpmsg_drv_init() returns negated errno in case of netdev_r

[GitHub] [nuttx] yangyalei commented on pull request #10698: Exec: Support run exec in current task

2023-09-19 Thread via GitHub
yangyalei commented on PR #10698: URL: https://github.com/apache/nuttx/pull/10698#issuecomment-1725279840 > @yangyalei please fetch to the last master and rebase to fix the ci error. I have updated to the lastest, ci still error . -- This is an automated message from the Apache Git

[GitHub] [nuttx] CV-Bowen opened a new pull request, #10714: tools/gdb/memdump.py: fix the wrap line output indentation

2023-09-19 Thread via GitHub
CV-Bowen opened a new pull request, #10714: URL: https://github.com/apache/nuttx/pull/10714 ## Summary Should always output the wrap line ## Impact gdb memdump ## Testing Local project with gdb memdump command -- This is an automated message from the Apache Git S

[GitHub] [nuttx] zhhyu7 opened a new pull request, #10715: bcm_driver: revert packed attribute for scan structure

2023-09-19 Thread via GitHub
zhhyu7 opened a new pull request, #10715: URL: https://github.com/apache/nuttx/pull/10715 ## Summary These structures need to be aligned with the firmware ## Impact ## Testing Cortex-M55 and bcm43xxx chipset -- This is an automated message from the Apache Git Servic

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10672: mmcsd: update cid reg layout

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10672: URL: https://github.com/apache/nuttx/pull/10672#issuecomment-1725343358 > > @davids5 do you have more concern? > > I was asking about regression testing. Testing real HW (stm32, stm32h7) that uses SDMMC. to just verify this did not break anythin

[GitHub] [nuttx] pkarashchenko commented on pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
pkarashchenko commented on PR #10702: URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725451190 Seems like the error with C++ still persists -- 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] [nuttx] pkarashchenko commented on pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
pkarashchenko commented on PR #10702: URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725452876 ``` Configuration/Tool: esp32c3-devkit/cxx

[GitHub] [nuttx] no1wudi commented on pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
no1wudi commented on PR #10702: URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725489960 @pkarashchenko Seems the docker image is not up to date, still use the gcc 13 that merged yesterday. -- This is an automated message from the Apache Git Service. To respond to the messa

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

2023-09-19 Thread via GitHub
acassis commented on PR #10706: URL: https://github.com/apache/nuttx/pull/10706#issuecomment-1725490438 > I have tested this against the original reproducer, against our wider code-base and also did a theoretical review, and as far as I can tell it does solve this (but not all) problems rel

[GitHub] [nuttx] acassis commented on pull request #10715: bcm_driver: revert packed attribute for scan structure

2023-09-19 Thread via GitHub
acassis commented on PR #10715: URL: https://github.com/apache/nuttx/pull/10715#issuecomment-1725515814 Please include more details in the commit log message. I think the original patch you submitted was trying to packed the struct to optimize memory usage and end up creating other issues.

[GitHub] [nuttx] michallenc opened a new pull request, #10716: samv7: add support for 1 wire over UART/USART

2023-09-19 Thread via GitHub
michallenc opened a new pull request, #10716: URL: https://github.com/apache/nuttx/pull/10716 ## Summary SAMv7 does not have dedicated 1 wire driver but this can be emulated with UART/USART peripheral and some external HW (TX/RX connection etc). This adds support for 1 wire on SAMv7.

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #10717: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10717: URL: https://github.com/apache/nuttx/pull/10717 ## Summary ## Impact aarch64 toolchain ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10702: cibuild.sh: Using GCC from xPack for riscv

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10702: URL: https://github.com/apache/nuttx/pull/10702#issuecomment-1725604868 I create a patch(https://github.com/apache/nuttx/pull/10717) try to update the docker image again. Let's see what's happen. -- This is an automated message from the Apache Git S

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

2023-09-19 Thread via GitHub
anchao commented on code in PR #10713: URL: https://github.com/apache/nuttx/pull/10713#discussion_r1330182091 ## 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

[GitHub] [nuttx] anchao merged pull request #10717: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread via GitHub
anchao merged PR #10717: URL: https://github.com/apache/nuttx/pull/10717 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach

[nuttx] branch master updated: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 f6681218f4 ci: Update aarch64 gcc toolchain to 12

[GitHub] [nuttx] xiaoxiang781216 closed pull request #10694: arch/arm64: select ARCH_HAVE_IRQTRIGGER for all arm64 chip

2023-09-19 Thread via GitHub
xiaoxiang781216 closed pull request #10694: arch/arm64: select ARCH_HAVE_IRQTRIGGER for all arm64 chip URL: https://github.com/apache/nuttx/pull/10694 -- 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] W-Mai commented on pull request #10700: tools/minidumpserver: don't stop while gdb client is stopping

2023-09-19 Thread via GitHub
W-Mai commented on PR #10700: URL: https://github.com/apache/nuttx/pull/10700#issuecomment-1725806295 well, it's broken again. A compilation error of the risc-v target -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10717: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10717: URL: https://github.com/apache/nuttx/pull/10717#issuecomment-1725816954 @pkarashchenko look like the docker is sitll not updated: https://github.com/apache/nuttx/pkgs/container/nuttx%2Fapache-nuttx-ci-linux -- This is an automated message from the A

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

2023-09-19 Thread via GitHub
acassis commented on PR #10716: URL: https://github.com/apache/nuttx/pull/10716#issuecomment-1725902494 @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 -- This is an automated message from the

[GitHub] [nuttx] leducp opened a new pull request, #10718: Use standard arm-none-eabi toolchain by default.

2023-09-19 Thread via GitHub
leducp opened a new pull request, #10718: URL: https://github.com/apache/nuttx/pull/10718 ## Summary Use ARM EABI toolchain by default (instead of OABI toolchain). Small documentation update to use bossac commland under Linux. ## Impact ## Testing -- This is an

[GitHub] [nuttx] davids5 commented on pull request #10672: mmcsd: update cid reg layout

2023-09-19 Thread via GitHub
davids5 commented on PR #10672: URL: https://github.com/apache/nuttx/pull/10672#issuecomment-1726018800 @xiaoxiang781216 Ok -- 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] [nuttx] btashton commented on pull request #10717: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread via GitHub
btashton commented on PR #10717: URL: https://github.com/apache/nuttx/pull/10717#issuecomment-1726022158 The docker job is failing so it will not push see the logs here https://github.com/apache/nuttx/actions/runs/6237107938/job/16929916585 -- This is an automated message from the Apach

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10717: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10717: URL: https://github.com/apache/nuttx/pull/10717#issuecomment-1726043492 @btashton from https://github.com/apache/nuttx/actions/workflows/docker_linux.yml, both https://github.com/apache/nuttx/pull/10717 and https://github.com/apache/nuttx/pull/10699

[nuttx] branch master updated (f6681218f4 -> e0873c5a48)

2023-09-19 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 f6681218f4 ci: Update aarch64 gcc toolchain to 12.3.rel1 add e0873c5a48 drivers/video: Fix crash caused by priv

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10707: esp32s3: fix build error

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10707: URL: https://github.com/apache/nuttx/pull/10707 -- 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 (e0873c5a48 -> d98367693d)

2023-09-19 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 e0873c5a48 drivers/video: Fix crash caused by priv->capture_cb = null add d98367693d esp32s3: fix build error

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10714: tools/gdb/memdump.py: fix the wrap line output indentation

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10714: URL: https://github.com/apache/nuttx/pull/10714#issuecomment-1726057323 @CV-Bowen please fix lint error. -- 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 th

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10700: tools/minidumpserver: don't stop while gdb client is stopping

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10700: URL: https://github.com/apache/nuttx/pull/10700 -- 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 (d98367693d -> 75e591ae4f)

2023-09-19 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 d98367693d esp32s3: fix build error add 75e591ae4f tools/minidumpserver: don't stop while gdb client is stoppi

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10701: arm64: support reboot / poweroff for qemu virt arm64

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10701: URL: https://github.com/apache/nuttx/pull/10701 -- 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 (75e591ae4f -> e8550a02b9)

2023-09-19 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 75e591ae4f tools/minidumpserver: don't stop while gdb client is stopping add e8550a02b9 arm64: support reboot

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10691: add remote poweroff support

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10691: URL: https://github.com/apache/nuttx/pull/10691 -- 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] 03/03: nuttx: change RPTUNIOC_START and RPTUNIOC_STOP to synchronous

2023-09-19 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 f3c9a8643ba3996beef8fdeb5aa847e256a27762 Author: yintao AuthorDate: Thu Aug 31 19:43:45 2023 +0800 nuttx: change

[nuttx] branch master updated (e8550a02b9 -> f3c9a8643b)

2023-09-19 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 e8550a02b9 arm64: support reboot / poweroff for qemu virt arm64 new 378470f611 add remote poweroff support

[nuttx] 01/03: add remote poweroff support

2023-09-19 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 378470f6117eea6cc7d6516ac6c8ce099685f472 Author: ligd AuthorDate: Mon Jul 24 23:27:23 2023 +0800 add remote power

[nuttx] 02/03: rptun: add rptun_update_rx() when device_created()

2023-09-19 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 1f9fb5fce200efc499c2a67b409d6f975e1c1927 Author: ligd AuthorDate: Mon Aug 21 20:21:35 2023 +0800 rptun: add rptun

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10672: mmcsd: update cid reg layout

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10672: URL: https://github.com/apache/nuttx/pull/10672 -- 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: mmcsd: update cid reg layout

2023-09-19 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 fa744e24a3 mmcsd: update cid reg layout fa744e

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10683: pthread_cleanup: rm sched_[un]lock

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10683: URL: https://github.com/apache/nuttx/pull/10683 -- 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_cleanup: rm sched_[un]lock

2023-09-19 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 51a412c6b4 pthread_cleanup: rm sched_[un]lock

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330429653 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and se

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330429653 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and se

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #10717: ci: Update aarch64 gcc toolchain to 12.3.rel1

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on PR #10717: URL: https://github.com/apache/nuttx/pull/10717#issuecomment-1726168362 Ok, I rerun the ci from https://github.com/apache/nuttx/actions/runs/6237107938 again, the docker image generate and update correctly this time: https://ghcr.io/apache/nuttx/ap

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330492342 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and set

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330504469 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and se

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330509011 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and set

[GitHub] [nuttx] mu578 commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
mu578 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330512276 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and set the once

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330521123 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and se

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10646: add Artery at32

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10646: URL: https://github.com/apache/nuttx/pull/10646 -- 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] mu578 commented on a diff in pull request #10681: pthread_once: use [enter|leave]_critical_section replace sched_[un]lock

2023-09-19 Thread via GitHub
mu578 commented on code in PR #10681: URL: https://github.com/apache/nuttx/pull/10681#discussion_r1330512276 ## libs/libc/pthread/pthread_once.c: ## @@ -73,15 +75,15 @@ int pthread_once(FAR pthread_once_t *once_control, /* Prohibit pre-emption while we test and set the once

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #2075: nshlib: Implementation of modifying command md5

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #2075: URL: https://github.com/apache/nuttx-apps/pull/2075#discussion_r1330550504 ## nshlib/nsh_codeccmd.c: ## @@ -572,7 +495,29 @@ int cmd_base64decode(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) #ifdef HAVE_CODECS_HASH_MD5 i

[GitHub] [nuttx] acassis commented on a diff in pull request #10718: Arduino DUE - Use standard arm-none-eabi toolchain by default.

2023-09-19 Thread via GitHub
acassis commented on code in PR #10718: URL: https://github.com/apache/nuttx/pull/10718#discussion_r1330614292 ## boards/arm/sam34/arduino-due/README.txt: ## @@ -865,5 +872,5 @@ Configuration sub-directories nsh-leds: This configuration directory will build the NuttX She

[GitHub] [nuttx] acassis commented on pull request #10708: libs/libc: currect usage of getpid/gettid in library

2023-09-19 Thread via GitHub
acassis commented on PR #10708: URL: https://github.com/apache/nuttx/pull/10708#issuecomment-1726368754 risc-v is failing with this error: ``` Error: /github/workspace/sources/nuttx/include/libcxx/chrono:1077:44: error: incomplete type 'std::__1::is_convertible' used in nested nam

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10718: Arduino DUE - Use standard arm-none-eabi toolchain by default.

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10718: URL: https://github.com/apache/nuttx/pull/10718#discussion_r1330631795 ## boards/arm/sam34/arduino-due/README.txt: ## @@ -865,5 +872,5 @@ Configuration sub-directories nsh-leds: This configuration directory will build the Nut

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10718: Arduino DUE - Use standard arm-none-eabi toolchain by default.

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10718: URL: https://github.com/apache/nuttx/pull/10718#discussion_r1330631795 ## boards/arm/sam34/arduino-due/README.txt: ## @@ -865,5 +872,5 @@ Configuration sub-directories nsh-leds: This configuration directory will build the Nut

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10718: Arduino DUE - Use standard arm-none-eabi toolchain by default.

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10718: URL: https://github.com/apache/nuttx/pull/10718#discussion_r1330631795 ## boards/arm/sam34/arduino-due/README.txt: ## @@ -865,5 +872,5 @@ Configuration sub-directories nsh-leds: This configuration directory will build the Nut

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10718: Arduino DUE - Use standard arm-none-eabi toolchain by default.

2023-09-19 Thread via GitHub
pkarashchenko commented on code in PR #10718: URL: https://github.com/apache/nuttx/pull/10718#discussion_r1330631795 ## boards/arm/sam34/arduino-due/README.txt: ## @@ -865,5 +872,5 @@ Configuration sub-directories nsh-leds: This configuration directory will build the Nut

[GitHub] [nuttx] mu578 commented on pull request #10708: libs/libc: currect usage of getpid/gettid in library

2023-09-19 Thread via GitHub
mu578 commented on PR #10708: URL: https://github.com/apache/nuttx/pull/10708#issuecomment-1726439315 ``` > error: incomplete type 'std::__1::is_convertible' used in nested name specifier > 1077 |is_convertible<_Rep2, rep>::value && ``` It looks like a missing

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: 1487aa267e3164cb851d07fd04a48c3906e072bc

2023-09-19 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 542dc0f2 Publishing web: 07abea83

[GitHub] [nuttx] no1wudi opened a new pull request, #10719: boards/c906: Fix module linker target

2023-09-19 Thread via GitHub
no1wudi opened a new pull request, #10719: URL: https://github.com/apache/nuttx/pull/10719 ## Summary Fix: ``` riscv-none-elf-ld: sotest.o: ABI is incompatible with that of the selected emulation: target emulation `elf64-littleriscv' does not match `elf32-littleriscv'

[GitHub] [nuttx] xiaoxiang781216 closed issue #10488: Assessment of the difficulty in porting CPU architecture for nuttx

2023-09-19 Thread via GitHub
xiaoxiang781216 closed issue #10488: Assessment of the difficulty in porting CPU architecture for nuttx URL: https://github.com/apache/nuttx/issues/10488 -- 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 closed issue #10433: Suggestion: Unified usbdev enumeration process

2023-09-19 Thread via GitHub
xiaoxiang781216 closed issue #10433: Suggestion: Unified usbdev enumeration process URL: https://github.com/apache/nuttx/issues/10433 -- 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 com

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10710: wifi: Add handle type for disconnecting event

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10710: URL: https://github.com/apache/nuttx/pull/10710 -- 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: wifi: Add handle type for disconnecting event

2023-09-19 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 537975656c wifi: Add handle type for disconnec

[GitHub] [nuttx] xiaoxiang781216 merged pull request #10708: libs/libc: currect usage of getpid/gettid in library

2023-09-19 Thread via GitHub
xiaoxiang781216 merged PR #10708: URL: https://github.com/apache/nuttx/pull/10708 -- 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 (537975656c -> 6b070b2b00)

2023-09-19 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 537975656c wifi: Add handle type for disconnecting event add 6b070b2b00 libs/libc: currect usage of getpid/gett

[GitHub] [nuttx] W-Mai opened a new pull request, #10720: tools/minidumpserver: refactor codes

2023-09-19 Thread via GitHub
W-Mai opened a new pull request, #10720: URL: https://github.com/apache/nuttx/pull/10720 ## Summary 1. refactor code style and simplify parse method to make code more readable 2. change mem find algorithm to bi-search ## Impact ## Testing -- This is an autom

[GitHub] [nuttx] SPRESENSE opened a new pull request, #10721: arch: cxd56xx: Return error for RTC alarm setting before initialization

2023-09-19 Thread via GitHub
SPRESENSE opened a new pull request, #10721: URL: https://github.com/apache/nuttx/pull/10721 ## Summary Return EBUSY error for alarm setting before completion of RTC initialization. ## Impact Only spresense board. ## Testing -- This is an automated message from

[GitHub] [nuttx] Donny9 commented on a diff in pull request #10676: libc/modlib: fix minor issue about modlib

2023-09-19 Thread via GitHub
Donny9 commented on code in PR #10676: URL: https://github.com/apache/nuttx/pull/10676#discussion_r1331028629 ## libs/libc/modlib/modlib_loadhdrs.c: ## @@ -116,7 +116,6 @@ int modlib_loadhdrs(FAR struct mod_loadinfo_s *loadinfo) loadinfo->phdr = (FAR Elf_Phdr *)lib_malloc