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

2025-07-22 Thread via GitHub
tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2221511866 ## 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-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2221628072 ## drivers/misc/optee_supplicant.h: ## @@ -0,0 +1,73 @@ +/ + * drivers/misc/optee_su

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

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

(nuttx) branch master updated (ac5b38c9e5 -> 664277039e)

2025-07-22 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 ac5b38c9e5 arch/sim: avoid host-call being interrupted before getting errno add 664277039e arch: cxd56xx: Fix

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

2025-07-22 Thread via GitHub
xiaoxiang781216 merged PR #16752: URL: https://github.com/apache/nuttx/pull/16752 -- 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: [PR] drivers/misc/optee: expand RPC suppport for IMX9 [nuttx]

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

Re: [I] [HELP] STM32G0B1 port [nuttx]

2025-07-22 Thread via GitHub
raiden00pl commented on issue #16749: URL: https://github.com/apache/nuttx/issues/16749#issuecomment-3101679687 All except FDCAN and USBDEV should work. At the time I was writing this doc page, I think there was no STM32G0 with USBDEV so that's probably why I gave `?` mark here, but I don't

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

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

Re: [I] [HELP] Compilation Failure for ADC Example on Nucleo-H743ZI [nuttx]

2025-07-22 Thread via GitHub
raiden00pl commented on issue #16732: URL: https://github.com/apache/nuttx/issues/16732#issuecomment-3101727702 Probably yes. If all available ADCs on the chip are enabled in one of the upstream configurations, this will give us better code coverage in our CI tests. -- This is an automate

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

2025-07-22 Thread via GitHub
JorgeGzm commented on code in PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2224215407 ## examples/xedge_demo/xedge_main.c: ## @@ -0,0 +1,278 @@ +/*** + * apps/examples/xedge_demo

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

2025-07-22 Thread via GitHub
acassis commented on PR #16735: URL: https://github.com/apache/nuttx/pull/16735#issuecomment-3102391983 > > @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. Th

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

2025-07-22 Thread via GitHub
tmedicci commented on PR #3139: URL: https://github.com/apache/nuttx-apps/pull/3139#issuecomment-3102381535 > @tmedicci could we try to avoid conflicting from nuttx side? I investigated this option, @xiaoxiang781216 , but it would require deeper changes and, since from the beginning,

[PR] espressif: PCNT: add high and low limit Kconfig options [nuttx]

2025-07-22 Thread via GitHub
Vajnar opened a new pull request, #16754: URL: https://github.com/apache/nuttx/pull/16754 ## Summary This PR adds possibility of changing low and high PCNT limits in Kconfig. This could help decrease interrupt load in specific applications. ## Impact New Kconfig options

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

2025-07-22 Thread via GitHub
acassis commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3102407313 @xiaoxiang781216 let's merge the example with the BAS integrated and then he will separate it, otherwise this PR never will completed... -- This is an automated message from the Apac

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

2025-07-22 Thread via GitHub
jerpelea merged PR #3140: URL: https://github.com/apache/nuttx-apps/pull/3140 -- 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] espressif: PCNT: add high and low limit Kconfig options [nuttx]

2025-07-22 Thread via GitHub
fdcavalcanti commented on PR #16754: URL: https://github.com/apache/nuttx/pull/16754#issuecomment-3102420494 Please show on test results if the KConfig option is properly parsing. Also, you should properly format pull requests. Check other opened PRs and format similarly, please. -- Th

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

2025-07-22 Thread via GitHub
fdcavalcanti commented on PR #16735: URL: https://github.com/apache/nuttx/pull/16735#issuecomment-3102541950 > > > @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 h

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

2025-07-22 Thread via GitHub
acassis commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3102932472 > but why not done in the correct way? it's a simple modification. @xiaoxiang781216 I think we missed it, he already separated xedge server and xedge application -- This is an

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

2025-07-22 Thread via GitHub
acassis commented on code in PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r686110 ## examples/xedge/Kconfig: ## @@ -0,0 +1,49 @@ +# +# Xedge IoT Toolkit - NuttX Kconfig integration +# +# Xedge is an embedded software toolkit designed to enable hig

[PR] build.yml: Excludes the workflow run if the file is AUTHORS [nuttx]

2025-07-22 Thread via GitHub
simbit18 opened a new pull request, #16755: URL: https://github.com/apache/nuttx/pull/16755 ## Summary CI does not compile everything for a simple modification of the AUTHORS file. https://github.com/apache/nuttx/pull/16728#issuecomment-3074044118 ## Impact Impact

Re: [PR] espressif: PCNT: add high and low limit Kconfig options [nuttx]

2025-07-22 Thread via GitHub
Vajnar commented on PR #16754: URL: https://github.com/apache/nuttx/pull/16754#issuecomment-3103020576 Hi @fdcavalcanti, I updated the description. Is it better now? I also see Linux (risc-v-06) test failing on Docker Pull. Is there a way for me to run the tests again? -- This is an auto

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

2025-07-22 Thread via GitHub
xiaoxiang781216 commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3102695754 but why not done in the correct way? it's a simple modification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] espressif: PCNT: add high and low limit Kconfig options [nuttx]

2025-07-22 Thread via GitHub
fdcavalcanti commented on PR #16754: URL: https://github.com/apache/nuttx/pull/16754#issuecomment-3103114510 > Hi @fdcavalcanti, I updated the description. Is it better now? I also see Linux (risc-v-06) test failing on Docker Pull. Is there a way for me to run the tests again? Thanks

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

2025-07-22 Thread via GitHub
JorgeGzm commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3103112313 > but why not done in the correct way? it's a simple modification. Sorry for the confusion. I was working on two different computers and only just realized that I had been worki

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

2025-07-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r893744 ## examples/xedge_demo/Makefile: ## @@ -0,0 +1,34 @@ + +# apps/examples/xedge_dem

[PR] esp32s3: Fix bug related to the PSRAM-allocated task stack [nuttx]

2025-07-22 Thread via GitHub
tmedicci opened a new pull request, #16756: URL: https://github.com/apache/nuttx/pull/16756 ## Summary * esp32s3: Fix bug related to the PSRAM-allocated task stack If both SPI Flash support (`CONFIG_ESP32S3_SPIFLASH`) and PSRAM (`CONFIG_ESP32S3_SPIRAM`) are enabled, the PSRAM c

Re: [PR] drivers/segger: Add a kconfig to override Segger SystemView target sources version [nuttx]

2025-07-22 Thread via GitHub
xiaoxiang781216 merged PR #16753: URL: https://github.com/apache/nuttx/pull/16753 -- 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 (bbdb75b1f7 -> d7a05dfcc6)

2025-07-22 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 bbdb75b1f7 documentation: update documentation for MCUBoot on Espressif devices add d7a05dfcc6 drivers/segger:

Re: [I] [CI] riscv32-unknown-elf-gcc toolchain with more rv extensions. [nuttx]

2025-07-22 Thread via GitHub
simbit18 closed issue #16630: [CI] riscv32-unknown-elf-gcc toolchain with more rv extensions. URL: https://github.com/apache/nuttx/issues/16630 -- 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 sp

(nuttx) branch master updated: ESP_PCNT: add high and low limit Kconfig options

2025-07-22 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 150854c6f2 ESP_PCNT: add high and low limit Kcon

Re: [PR] espressif: PCNT: add high and low limit Kconfig options [nuttx]

2025-07-22 Thread via GitHub
acassis merged PR #16754: URL: https://github.com/apache/nuttx/pull/16754 -- 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] build.yml: Excludes the workflow run if the file is AUTHORS [nuttx]

2025-07-22 Thread via GitHub
xiaoxiang781216 merged PR #16755: URL: https://github.com/apache/nuttx/pull/16755 -- 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: build.yml: Excludes the workflow if the file is AUTHORS

2025-07-22 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 b5ef0871d9 build.yml: Excludes the workflow if

[I] [BUG] cdcacm_initialize() not declared in stm32_bringup [nuttx]

2025-07-22 Thread via GitHub
comejv opened a new issue, #16757: URL: https://github.com/apache/nuttx/issues/16757 ### Description / Steps to reproduce the issue Use configuration for stm32h743zi board, enable USBSERIAL example and CDCACM driver, compile. Output: ``` nuttx/boards/arm/stm32h7/nucleo-h7

Re: [I] [BUG] cdcacm_initialize() not declared in stm32_bringup [nuttx]

2025-07-22 Thread via GitHub
comejv commented on issue #16757: URL: https://github.com/apache/nuttx/issues/16757#issuecomment-3104318145 Minimal patch to fix the issue: ```patch --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c @@ -65,6 +

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

2025-07-22 Thread via GitHub
kywwilson11 commented on PR #16746: URL: https://github.com/apache/nuttx/pull/16746#issuecomment-3104943119 @acassis - I updated the documentation for the STM32H5 to add support for the DTS and for the Nucleo-H563ZI to add info about a new config, dts (nucleo-h563zi:dts). The new config set

[PR] documentation: spelling and grammar fixes [nuttx]

2025-07-22 Thread via GitHub
windsorschmidt opened a new pull request, #16758: URL: https://github.com/apache/nuttx/pull/16758 Various minor spelling and grammar fixes to documentation. -- 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

Re: [PR] esp32s3: Fix bug related to the PSRAM-allocated task stack [nuttx]

2025-07-22 Thread via GitHub
yamt commented on code in PR #16756: URL: https://github.com/apache/nuttx/pull/16756#discussion_r2224155869 ## boards/xtensa/esp32s3/esp32s3-eye/include/board_memorymap.h: ## @@ -0,0 +1,118 @@ +/ + * boa

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

2025-07-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2224140753 ## examples/xedge_demo/xedge_main.c: ## @@ -0,0 +1,278 @@ +/*** + * apps/examples/xed

Re: [PR] net/arp/arp_table.c: fix ARP table validity time calculation overflow issue [nuttx]

2025-07-22 Thread via GitHub
nuttxs commented on PR #16658: URL: https://github.com/apache/nuttx/pull/16658#issuecomment-3105887853 @hartmannathan Are there any other comments on the current ticket? Or are there better suggestions? -- This is an automated message from the Apache Git Service. To respond to the message

[PR] drivers/segger: Add a kconfig to override Segger SystemView target sources version [nuttx]

2025-07-22 Thread via GitHub
simbit18 opened a new pull request, #16753: URL: https://github.com/apache/nuttx/pull/16753 ## Summary update: CMakeLists.txt Make.defs Kconfig It allows the same version of SystemView target sources to be used for CMake and Make, to avoid discrepancies in

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

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

(nuttx) 01/05: boards/xtensa: fixes SPI Flash for MCUBoot usage

2025-07-22 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 commit 3f8cde728dcf4e1090e7136433e79c55b03bcaf1 Author: Filipe Cavalcanti AuthorDate: Fri Jul 11 15:17:16 2025 -0300 board

(nuttx) 03/05: boards/risc-v: fixes SPI Flash for MCUBoot usage

2025-07-22 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 commit 8c932b50fb2f4ff43e450ac5976e27e12ef99eaf Author: Filipe Cavalcanti AuthorDate: Fri Jul 11 15:17:58 2025 -0300 board

(nuttx) 05/05: documentation: update documentation for MCUBoot on Espressif devices

2025-07-22 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 commit bbdb75b1f7cfb9aadf99204ab9636b6eaac6de66 Author: Filipe Cavalcanti AuthorDate: Tue Jul 15 11:46:53 2025 -0300 docum

(nuttx) 02/05: arch/xtensa: add E-Fuse support on ESP32S2

2025-07-22 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 commit a7cd6bb401cf51580632cc23ee492421077018ed Author: Filipe Cavalcanti AuthorDate: Mon Jul 14 09:04:33 2025 -0300 arch/

(nuttx) 04/05: arch/risc-v: change offset for SPI Flash on Espressif devices

2025-07-22 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 commit 3468c8e0cfdf3077c5ef2156d38740b716b27fe3 Author: Filipe Cavalcanti AuthorDate: Tue Jul 15 11:28:40 2025 -0300 arch/

(nuttx) branch master updated (664277039e -> bbdb75b1f7)

2025-07-22 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.git from 664277039e arch: cxd56xx: Fix bug that causes wake-up by unused gpio interrupt new 3f8cde728d boards/xtensa: fix

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

2025-07-22 Thread via GitHub
acassis merged PR #16735: URL: https://github.com/apache/nuttx/pull/16735 -- 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] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-22 Thread via GitHub
JorgeGzm commented on code in PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2223620321 ## examples/xedge_demo/xedge_main.c: ## @@ -0,0 +1,278 @@ +/*** + * apps/examples/xedge_demo