Re: [PR] examples/mtdpart:Register MTD devices using the mtd_register method [nuttx-apps]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on PR #3130: URL: https://github.com/apache/nuttx-apps/pull/3130#issuecomment-3101234044 @jingfei195887 please drop merge patch. -- 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

(nuttx-apps) branch master updated: interpreters/python: Fix symbol collision with list_length function

2025-07-21 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 c83e17c08 interpreters/python: Fix symbol

Re: [PR] interpreters/python: Fix symbol collision with list_length function [nuttx-apps]

2025-07-21 Thread via GitHub
xiaoxiang781216 merged PR #3139: URL: https://github.com/apache/nuttx-apps/pull/3139 -- 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...

Re: [PR] espressif: fix MCUBoot OTA on Espressif devices. [nuttx]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on PR #16735: URL: https://github.com/apache/nuttx/pull/16735#issuecomment-3101213005 @fdcavalcanti please fix the conflict -- 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

[PR] arch: cxd56xx: Fix bug that causes wake-up by unused gpio interrupt [nuttx]

2025-07-21 Thread via GitHub
SPRESENSE opened a new pull request, #16752: URL: https://github.com/apache/nuttx/pull/16752 ## Summary Set level high for unused interrupt trigger to avoid waking up from cold sleeping. ## Impact Only for spresense. ## Testing -- This is an automated message f

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2221221094 ## drivers/misc/optee_supplicant.h: ## @@ -0,0 +1,73 @@ +/ + * drivers/misc/optee_su

Re: [PR] sched: Fix smp scheduling [nuttx]

2025-07-21 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3101098629 > > Doesn't this actually simplify it a lot? It is basically removing a lot of redundant paths for scheduling between smp cores. > > I only measured the overall performance on a system

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3100678239 @JorgeGzm why do you add me review again before you fix the issue I mention? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] interpreters/python: Fix symbol collision with list_length function [nuttx-apps]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on PR #3139: URL: https://github.com/apache/nuttx-apps/pull/3139#issuecomment-3100296235 @tmedicci could we try to avoid conflicting from nuttx side? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[PR] netutils/esp8266: Fix compile error and some bugs [nuttx-apps]

2025-07-21 Thread via GitHub
SPRESENSE opened a new pull request, #3140: URL: https://github.com/apache/nuttx-apps/pull/3140 ## Summary Fix compile error and nxstyle. Fix bug to get gateway address. Fix bug that channel retrieved by lesp_list_access_points is undefined. ## Impact netutils/esp8266

Re: [PR] espressif: fix MCUBoot OTA on Espressif devices. [nuttx]

2025-07-21 Thread via GitHub
fdcavalcanti commented on PR #16735: URL: https://github.com/apache/nuttx/pull/16735#issuecomment-3100170346 > @fdcavalcanti please update https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html#mcuboot-update-agent to include the steps you included here.

(nuttx-website) branch asf-site updated: Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 docs: ac5b38c9e545b5c51a199d0f98162b4206795ad2

2025-07-21 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 1cff2eec8 Publishing web: 51627ec

Re: [PR] espressif: fix MCUBoot OTA on Espressif devices. [nuttx]

2025-07-21 Thread via GitHub
acassis commented on PR #16735: URL: https://github.com/apache/nuttx/pull/16735#issuecomment-3099608730 @fdcavalcanti please update https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html#mcuboot-update-agent to include the steps you included here. This w

(nuttx) branch master updated: arch/sim: avoid host-call being interrupted before getting errno

2025-07-21 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 ac5b38c9e5 arch/sim: avoid host-call being inter

Re: [PR] arch/sim: avoid host-call being interrupted before getting errno [nuttx]

2025-07-21 Thread via GitHub
acassis merged PR #16742: URL: https://github.com/apache/nuttx/pull/16742 -- 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

Re: [PR] arch/arm64/imx9: add support for imx95 [nuttx]

2025-07-21 Thread via GitHub
acassis commented on PR #16743: URL: https://github.com/apache/nuttx/pull/16743#issuecomment-3099540021 @lipengfei28 please include Documentation/ about this support and include the steps you added in the Summary (once the PR is merged it is difficult for a new user discover about it) --

[PR] interpreters/python: Fix symbol collision with list_length function [nuttx-apps]

2025-07-21 Thread via GitHub
tmedicci opened a new pull request, #3139: URL: https://github.com/apache/nuttx-apps/pull/3139 ## Summary * interpreters/python: Fix symbol collision with list_length function NuttX implements a function with the same name which may end up being included whenever `CONFIG_MM_KER

(nuttx) branch master updated: drivers/fs:Always use register_mtddriver() to register the MTD device (patch2)

2025-07-21 Thread fdcavalcanti
This is an automated email from the ASF dual-hosted git repository. fdcavalcanti 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 db54331479 drivers/fs:Always use register_m

Re: [PR] drivers/fs:Always use register_mtddriver() to register the MTD device (patch2) [nuttx]

2025-07-21 Thread via GitHub
fdcavalcanti merged PR #16738: URL: https://github.com/apache/nuttx/pull/16738 -- 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

Re: [PR] arch/arm/stm32h5: Initial Driver for STM32H5 Digital Temperature Sensor (DTS) [nuttx]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16746: URL: https://github.com/apache/nuttx/pull/16746#discussion_r2219902284 ## arch/arm/src/stm32h5/Kconfig: ## @@ -625,6 +633,115 @@ config STM32H5_USBFS endmenu # STM32H5 Peripheral Selection +menu "DTS Configuration" + dep

(nuttx-website) branch master updated: main.yml: Fixes the creation of documentation

2025-07-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new 51627ec89 main.yml: Fixes the creation

Re: [PR] main.yml: fix buid NuttX documentation [nuttx-website]

2025-07-21 Thread via GitHub
xiaoxiang781216 merged PR #135: URL: https://github.com/apache/nuttx-website/pull/135 -- 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..

Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-21 Thread via GitHub
cederom commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3097324730 Sorry I was one week out, just came back, thank you @simbit18 for the fix!! =) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] drivers/fs:Always use register_mtddriver() to register the MTD device (patch2) [nuttx]

2025-07-21 Thread via GitHub
jingfei195887 commented on PR #16738: URL: https://github.com/apache/nuttx/pull/16738#issuecomment-3097217222 > @jingfei195887 can you rebase please? CI should pass now. yes. do it now! Thanks for the help -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-21 Thread via GitHub
simbit18 commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3097180525 @jerpelea @xiaoxiang781216 @lupyuen fix PR #135 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] main.yml: Fixes the creation of documentation [nuttx-website]

2025-07-21 Thread via GitHub
simbit18 opened a new pull request, #135: URL: https://github.com/apache/nuttx-website/pull/135 ## Summary fix Warning, treated as error: /home/runner/work/nuttx-website/nuttx-website/nuttx/Documentation/_tags/arch-arm64.rst:6:toctree contains reference to nonexisti

Re: [PR] drivers/fs:Always use register_mtddriver() to register the MTD device (patch2) [nuttx]

2025-07-21 Thread via GitHub
fdcavalcanti commented on PR #16738: URL: https://github.com/apache/nuttx/pull/16738#issuecomment-3096914081 @jingfei195887 can you rebase please? CI should pass now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219239146 ## drivers/misc/optee_supplicant.h: ## @@ -0,0 +1,73 @@ +/ + * drivers/misc/optee_suppl

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219204335 ## drivers/misc/optee_supplicant.c: ## @@ -0,0 +1,598 @@ +/ + * drivers/misc/optee_supp

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219200329 ## drivers/misc/optee.c: ## @@ -1342,5 +1461,181 @@ int optee_register(void) return ret; } - return register_driver(OPTEE_DEV_PATH, &g_optee_ops, 06

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219201132 ## drivers/misc/optee.c: ## @@ -1088,6 +1034,130 @@ optee_ioctl_shm_register(FAR struct optee_priv_data *priv, return ret; } +#ifdef CONFIG_DEV_OPTEE_SUPPLI

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219198890 ## drivers/misc/optee.c: ## @@ -1342,5 +1461,181 @@ int optee_register(void) return ret; } - return register_driver(OPTEE_DEV_PATH, &g_optee_ops, 06

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219197883 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219196651 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219195656 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219194368 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219193220 ## drivers/misc/optee.c: ## @@ -1088,6 +1034,130 @@ optee_ioctl_shm_register(FAR struct optee_priv_data *priv, return ret; } +#ifdef CONFIG_DEV_OPTEE_SUPPLI

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219192270 ## drivers/misc/optee.c: ## @@ -1088,6 +1034,130 @@ optee_ioctl_shm_register(FAR struct optee_priv_data *priv, return ret; } +#ifdef CONFIG_DEV_OPTEE_SUPPLI

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219190713 ## drivers/misc/optee.c: ## @@ -491,6 +488,45 @@ static int optee_shm_close(FAR struct file *filep) return 0; } +/***

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219191728 ## drivers/misc/optee.c: ## @@ -1088,6 +1034,130 @@ optee_ioctl_shm_register(FAR struct optee_priv_data *priv, return ret; } +#ifdef CONFIG_DEV_OPTEE_SUPPLI

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219185879 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219184277 ## drivers/misc/optee_supplicant.c: ## @@ -0,0 +1,598 @@ +/ + * drivers/misc/optee_supp

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219179475 ## drivers/misc/optee_supplicant.c: ## @@ -0,0 +1,598 @@ +/ + * drivers/misc/optee_supp

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219175001 ## drivers/misc/optee_supplicant.c: ## @@ -0,0 +1,598 @@ +/ + * drivers/misc/optee_supp

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219173998 ## drivers/misc/optee_supplicant.h: ## @@ -0,0 +1,73 @@ +/ + * drivers/misc/optee_suppl

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219173195 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219170177 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2219169004 ## drivers/misc/optee_rpc.c: ## @@ -0,0 +1,366 @@ +/ + * drivers/misc/optee_rpc.c + * +

(nuttx) branch master updated: cmake(bugfix):add missing c++ toolchain search path

2025-07-21 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 956a50bb7d cmake(bugfix):add missing c++ toolc

Re: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

2025-07-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2218886817 ## drivers/misc/optee_supplicant.h: ## @@ -0,0 +1,73 @@ +/ + * drivers/misc/optee_su

Re: [PR] cmake(bugfix):add default c++ search path [nuttx]

2025-07-21 Thread via GitHub
xiaoxiang781216 merged PR #16751: URL: https://github.com/apache/nuttx/pull/16751 -- 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

Re: [I] [BUG] Missing Standard C++ Headers When Building CxxTest Using CMake [nuttx]

2025-07-21 Thread via GitHub
xiaoxiang781216 closed issue #16221: [BUG] Missing Standard C++ Headers When Building CxxTest Using CMake URL: https://github.com/apache/nuttx/issues/16221 -- 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

Re: [PR] arch/xtensa: fix build break if compiler without ISA - XCHAL_HAVE_THREADPTR support [nuttx]

2025-07-21 Thread via GitHub
jerpelea merged PR #16750: URL: https://github.com/apache/nuttx/pull/16750 -- 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.apa

(nuttx) branch master updated: xtensa/isa: fix build break if compiler without ISA - XCHAL_HAVE_THREADPTR support

2025-07-21 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 9e53aab5b3 xtensa/isa: fix build break if compi

Re: [I] [HELP] profiling: gprof reports zero execution time for function calls [nuttx]

2025-07-21 Thread via GitHub
Gary-Hobson commented on issue #16740: URL: https://github.com/apache/nuttx/issues/16740#issuecomment-3095870990 There is no data in the result, which may be because the function was not executed or the execution time was too short, resulting in the timer not sampling any valid data (or the