Re: [PR] sched/wdog: watchdog timer improvements. [nuttx]

2025-05-10 Thread via GitHub
lupyuen commented on PR #16343: URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2869529483 @Fix-Point: Please fix the Merge Conflict. Thanks! - sched/wqueue/kwork_queue.c -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Add GlobalPlatform API client library (libteec) and example app (optee_gp) [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #3074: URL: https://github.com/apache/nuttx-apps/pull/3074#discussion_r2083393938 ## examples/optee/optee_main.c: ## @@ -39,6 +39,16 @@ * Pre-processor definitions ***

Re: [PR] Fix OP-TEE driver compatibility issues [nuttx]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #16356: URL: https://github.com/apache/nuttx/pull/16356#discussion_r2083392213 ## drivers/misc/optee.c: ## @@ -890,21 +941,32 @@ optee_ioctl_shm_alloc(FAR struct tee_ioctl_shm_alloc_data *data) if (ftruncate(memfd, data->size) < 0)

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2869398485 @surfskidude here is a new example how to integrate 3rd party library, please study and change your patch as needed: https://github.com/apache/nuttx-apps/pull/3074 -- This i

Re: [PR] Fix OP-TEE driver compatibility issues [nuttx]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on PR #16356: URL: https://github.com/apache/nuttx/pull/16356#issuecomment-2869396800 > 2. Fixes compatibility with [upstream OP-TEE OS](https://github.com/OP-TEE/optee_os/) when using temporary memory > >* Previous implementation of tempor

Re: [PR] Add GlobalPlatform API client library (libteec) and example app (optee_gp) [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on PR #3074: URL: https://github.com/apache/nuttx-apps/pull/3074#issuecomment-2869390920 > * NuttX configs `imx93-evk:nsh` and `imx93-evk:knsh` with additional config: > ``` > CONFIG_ALLOW_BSD_COMPONENTS=y > CONFIG_ARCH_VMA_MAPPING=y

Re: [PR] interpreters/python: Do not link to standard libraries [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 merged PR #3072: URL: https://github.com/apache/nuttx-apps/pull/3072 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

(nuttx-apps) branch master updated: interpreters/python: Do not link to standard libraries

2025-05-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new d63bb6d81 interpreters/python: Do not lin

(nuttx) branch master updated (d611304d61 -> 36a4d5feaf)

2025-05-10 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from d611304d61 style: fix typos in comment. new f442a41102 sched/wqueue: Fix work_cancel_sync. new 36a4d5feaf sch

Re: [PR] sched/wqueue: Fix wd_cancel_sync and improve work_queue performance. [nuttx]

2025-05-10 Thread via GitHub
anchao merged PR #16342: URL: https://github.com/apache/nuttx/pull/16342 -- 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

Re: [I] [BUG] System crashing when using IPERF after #16231 [nuttx]

2025-05-10 Thread via GitHub
anchao closed issue #16337: [BUG] System crashing when using IPERF after #16231 URL: https://github.com/apache/nuttx/issues/16337 -- 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.

(nuttx) 01/02: sched/wqueue: Fix work_cancel_sync.

2025-05-10 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 commit f442a41102deaabbd06d78ea4c9736f33635678f Author: ouyangxiangzhen AuthorDate: Thu May 8 11:17:46 2025 +0800 sched/wqu

(nuttx) 02/02: sched/wqueue: Improve performance of the work_queue.

2025-05-10 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 commit 36a4d5feaf5d511fb489148dbc366d5d4aba0afc Author: ouyangxiangzhen AuthorDate: Thu May 8 11:24:46 2025 +0800 sched/wqu

Re: [I] [BUG] System crashes after PR #16231 [nuttx]

2025-05-10 Thread via GitHub
anchao closed issue #16341: [BUG] System crashes after PR #16231 URL: https://github.com/apache/nuttx/issues/16341 -- 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 unsubscrib

Re: [PR] Added a small usability improve for Unix.mk savedefconfig [nuttx]

2025-05-10 Thread via GitHub
anchao commented on code in PR #16312: URL: https://github.com/apache/nuttx/pull/16312#discussion_r2083380505 ## tools/Unix.mk: ## @@ -768,6 +768,7 @@ savedefconfig: apps_preconfig $(Q) rm -f warning.tmp $(Q) rm -f defconfig.tmp $(Q) rm -f sortedconfig.tm

[PR] Add GlobalPlatform API client library (libteec) and example app (optee_gp) [nuttx-apps]

2025-05-10 Thread via GitHub
gpoulios opened a new pull request, #3074: URL: https://github.com/apache/nuttx-apps/pull/3074 ## Summary > [!NOTE] > Will keep this a draft until https://github.com/apache/nuttx/pull/16356 is merged, as the current driver is not fully compatible with the GP API. This PR add

[PR] Fix OP-TEE driver compatibility issues [nuttx]

2025-05-10 Thread via GitHub
gpoulios opened a new pull request, #16356: URL: https://github.com/apache/nuttx/pull/16356 ## Summary This PR addresses 2 major issues with the existing implementation of the OP-TEE driver in NuttX: 1. Fixes compatibility with the GlobalPlatform client API ([optee_client](https:

Re: [PR] Added a small usability improve for Unix.mk savedefconfig [nuttx]

2025-05-10 Thread via GitHub
acassis commented on code in PR #16312: URL: https://github.com/apache/nuttx/pull/16312#discussion_r2083365876 ## tools/Unix.mk: ## @@ -768,6 +768,7 @@ savedefconfig: apps_preconfig $(Q) rm -f warning.tmp $(Q) rm -f defconfig.tmp $(Q) rm -f sortedconfig.t

Re: [PR] [BREAKING] drivers/sensor: Add timestamp for GNSS data [nuttx]

2025-05-10 Thread via GitHub
acassis commented on PR #16355: URL: https://github.com/apache/nuttx/pull/16355#issuecomment-2869295030 @JianyuWang0623 Please submit some documentation explaining how to use it to recreate GnssData, it could be useful to many users -- This is an automated message from the Apache Git Serv

(nuttx-website) branch asf-site updated: Publishing web: 16e1777b863bd27e3a00b7b779baf0131af07df6 docs: d611304d61a79f581210584813a5b2894b838490

2025-05-10 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 eea9519ad Publishing web: 16e1777

Re: [PR] [BREAKING] uORB/sensor: Add timestamp for GNSS data [nuttx-apps]

2025-05-10 Thread via GitHub
JianyuWang0623 commented on PR #3073: URL: https://github.com/apache/nuttx-apps/pull/3073#issuecomment-2869129317 > Thank you @JianyuWang0623 :-) > > Maybe it would be helpful for uorb users to also put that warning in the commit message and tag topic with [BREAKING]? Its not a big im

Re: [PR] uORB/sensor: Add timestamp for GNSS data [nuttx-apps]

2025-05-10 Thread via GitHub
cederom commented on PR #3073: URL: https://github.com/apache/nuttx-apps/pull/3073#issuecomment-2869061612 Thank you @JianyuWang0623 :-) Maybe it would be helpful for uorb users to also put that warning in the commit message and tag topic with [BREAKING]? Its not a big impact just thi

Re: [I] [FEATURE] raspberrypi pico w/2/2w firmware flashing automation with make flash [nuttx]

2025-05-10 Thread via GitHub
cederom commented on issue #16271: URL: https://github.com/apache/nuttx/issues/16271#issuecomment-2869059883 Yeah but the goal (and need) is to have rpi using only single usb connection to flash and run.. to be honest its quite funny it cannot by default :D -- This is an automated messag

Re: [PR] drivers/sensor: Add timestamp for GNSS data [nuttx]

2025-05-10 Thread via GitHub
JianyuWang0623 commented on PR #16355: URL: https://github.com/apache/nuttx/pull/16355#issuecomment-2869021646 @Donny9 @Otpvondoiats Could you review this pull request and https://github.com/apache/nuttx-apps/pull/3073 please? -- This is an automated message from the Apache Git Service. T

Re: [PR] drivers/sensor: Add timestamp for GNSS data [nuttx]

2025-05-10 Thread via GitHub
JianyuWang0623 commented on PR #16355: URL: https://github.com/apache/nuttx/pull/16355#issuecomment-2869011352 And fix spell errors found by checkpatch.sh(codespell). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] uORB/sensor: Add timestamp for GNSS data [nuttx-apps]

2025-05-10 Thread via GitHub
JianyuWang0623 opened a new pull request, #3073: URL: https://github.com/apache/nuttx-apps/pull/3073 ## Summary Add timestamp for GNSS measurements and clock, for matching. When recovering the combination of `GnssMeasurement` and `GnssClock` into [GnssData](https://android.googleso

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2868873635 let me change this patch to draft until it follow the nuttx guide. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2083195116 ## examples/xedge/prepare.sh: ## @@ -0,0 +1,20 @@ +#!/bin/bash +# This script clones the required repos and builds the Xedge resource file Review Comment:

Re: [I] [FEATURE] raspberrypi pico w/2/2w firmware flashing automation with make flash [nuttx]

2025-05-10 Thread via GitHub
keever50 commented on issue #16271: URL: https://github.com/apache/nuttx/issues/16271#issuecomment-2868713404 Just a thought but you can use a raspberry pi debug probe (or another pico) to program the pico over SWD. The probe firmware is open source so you can tweak it to give it an uniqu

Re: [PR] sched/wdog: watchdog timer improvements. [nuttx]

2025-05-10 Thread via GitHub
nuttxpr commented on PR #16343: URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868679890 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (milkv_duos:nsh) https://gitlab.co

Re: [PR] sched/wdog: watchdog timer improvements. [nuttx]

2025-05-10 Thread via GitHub
lupyuen commented on PR #16343: URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868677522 @nuttxpr test milkv_duos:nsh -- 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 c

Re: [PR] sched/wdog: watchdog timer improvements. [nuttx]

2025-05-10 Thread via GitHub
nuttxpr commented on PR #16343: URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868677444 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (avaota-a1:nsh) https://gitlab.com

Re: [PR] sched/wdog: watchdog timer improvements. [nuttx]

2025-05-10 Thread via GitHub
lupyuen commented on PR #16343: URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868674761 @nuttxpr test avaota-a1:nsh -- 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

[PR] boards/arm/rp23xx/raspberrypi-pico-2: add smp config [nuttx]

2025-05-10 Thread via GitHub
shtirlic opened a new pull request, #16354: URL: https://github.com/apache/nuttx/pull/16354 ## Summary Add nsh SMP defconfig for SMP for 2 cores configuration -- 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 (185c55e16d -> d611304d61)

2025-05-10 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 185c55e16d arch/arm/rp23xx: remove spinlock from up_txint add d611304d61 style: fix typos in comment. No new r