Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-02 Thread via GitHub
xiaoxiang781216 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2249503811 ## arch/arm64/src/imx9/imx9_clockconfig.h: ## @@ -146,7 +151,60 @@ void imx9_clockconfig(void); **

(nuttx) branch master updated (163bf0a906 -> 8c32bed29e)

2025-08-02 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 163bf0a906 arch/arm/stm32h5: Use double-buffer for ADC DMA in Circular Mode add 508418917e drivers/sensor: Add

Re: [PR] drivers/sensor: Add flags for GNSS satellite [nuttx]

2025-08-02 Thread via GitHub
xiaoxiang781216 merged PR #16805: URL: https://github.com/apache/nuttx/pull/16805 -- 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-website) branch asf-site updated: Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 docs: 163bf0a906e23fe4e564a38258d41b1663ed2675

2025-08-02 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 b6a144ce5 Publishing web: 51627ec

[PR] system/uORB: Add flags for gnss satellite format [nuttx-apps]

2025-08-02 Thread via GitHub
JianyuWang0623 opened a new pull request, #3151: URL: https://github.com/apache/nuttx-apps/pull/3151 ## Summary Add flags for gnss satellite format, some applications require satellite information for positioning using the flag USED_IN_FIX. Depends on: https://github.com/apache/nuttx/p

[PR] drivers/sensor: Add flags for GNSS satellite [nuttx]

2025-08-02 Thread via GitHub
JianyuWang0623 opened a new pull request, #16805: URL: https://github.com/apache/nuttx/pull/16805 ## Summary 1. Add flags for GNSS satellite, some applications require satellite information for positioning using the flag `USED_IN_FIX`. 2. Skip copying extended satellite flags, the exte

Re: [PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-02 Thread via GitHub
JianyuWang0623 commented on code in PR #3150: URL: https://github.com/apache/nuttx-apps/pull/3150#discussion_r2249327112 ## nshlib/nsh_proccmds.c: ## @@ -257,6 +260,28 @@ static void nsh_parse_statusline(FAR char *line, } #endif } + +static void nsh_parse_gstatusline(FAR

Re: [PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-02 Thread via GitHub
cederom commented on code in PR #3150: URL: https://github.com/apache/nuttx-apps/pull/3150#discussion_r2249325162 ## nshlib/nsh_proccmds.c: ## @@ -257,6 +260,28 @@ static void nsh_parse_statusline(FAR char *line, } #endif } + +static void nsh_parse_gstatusline(FAR char *l

[PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-02 Thread via GitHub
JianyuWang0623 opened a new pull request, #3150: URL: https://github.com/apache/nuttx-apps/pull/3150 ## Summary Add parent process ID support for command ps, get from "/proc//group/status:Parent". ## Impact - nsh/ps ## Testing ```bash nsh> sh nsh> ps P

(nuttx-apps) branch master updated: netutils/xedge: refactor Makefile to use git clone instead of zip downloads

2025-08-02 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-apps.git The following commit(s) were added to refs/heads/master by this push: new c19c2a71f netutils/xedge: refactor Makefile

Re: [PR] netutils/xedge: refactor Makefile to use git clone instead of zip dow… [nuttx-apps]

2025-08-02 Thread via GitHub
acassis merged PR #3148: URL: https://github.com/apache/nuttx-apps/pull/3148 -- 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.a

(nuttx-apps) branch master updated (7506c026f -> caefd0de9)

2025-08-02 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 7506c026f nxboot/loader: Fix boot progress calculation. new 3ee6fdaf9 tee/libteec: Remove downloaded zip fil

(nuttx-apps) 02/02: tee/libteec, examples/optee_gp: Fix cmake build

2025-08-02 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-apps.git commit caefd0de9f311fcc9d57942e21a351b7fd5391cf Author: George Poulios AuthorDate: Sat Aug 2 09:39:13 2025 +0300 tee/

(nuttx-apps) 01/02: tee/libteec: Remove downloaded zip file on distclean

2025-08-02 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-apps.git commit 3ee6fdaf99c9abcc21564f177249e4deaf899fc4 Author: George Poulios AuthorDate: Sat Aug 2 07:52:00 2025 +0300 tee/

Re: [PR] Fix libteec clean and cmake [nuttx-apps]

2025-08-02 Thread via GitHub
acassis merged PR #3149: URL: https://github.com/apache/nuttx-apps/pull/3149 -- 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.a

Re: [PR] drivers/misc/optee_smc: Fix sched_yield() on flat builds [nuttx]

2025-08-02 Thread via GitHub
gpoulios commented on PR #16801: URL: https://github.com/apache/nuttx/pull/16801#issuecomment-3146426347 > look like Makefile on apps side forget to remove tee/libteec/4.6.0.zip, ci require no change with `git status --ignored` after `make distclean` Thanks, I have pushed https://gith