[I] [BUG] nxsem_wait_irq assertion failure [nuttx]

2025-05-29 Thread via GitHub
atr294 opened a new issue, #16462: URL: https://github.com/apache/nuttx/issues/16462 ### Description / Steps to reproduce the issue * Description: When running a time-consuming task in the background and repeatedly entering any rando keys in the NSH shell, a crash sometimes hap

(nuttx) branch master updated: Documentation/drivers/analog/adc/ads1115: Add missing documentation for ioctl

2025-05-29 Thread linguini
This is an automated email from the ASF dual-hosted git repository. linguini 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 29e6d4f96e Documentation/drivers/analog/adc/ads

Re: [PR] Documentation/drivers/analog/adc/ads1115: Add missing documentation for ioctl [nuttx]

2025-05-29 Thread via GitHub
linguini1 merged PR #16461: URL: https://github.com/apache/nuttx/pull/16461 -- 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.ap

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-29 Thread via GitHub
xiaoxiang781216 commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2115002731 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,83 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mD

[PR] Documentation/drivers/analog/adc/ads1115: Add missing documentation for ioctl [nuttx]

2025-05-29 Thread via GitHub
justapotato213 opened a new pull request, #16461: URL: https://github.com/apache/nuttx/pull/16461 ## Summary Added a missing ioctl command for the ADS1115 (`ANIOC_ADS1115_READ_CHANNEL`) to the documentation. ## Impact Adds the missing documentation ## Testing

(nuttx) branch master updated: arch/arm/imxrt: rt117x fix TCM/OCRAM ECC backdoor access

2025-05-29 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 7104a51411 arch/arm/imxrt: rt117x fix TCM/OCRA

Re: [PR] arch/arm/imxrt: rt117x fix TCM/OCRAM ECC backdoor access [nuttx]

2025-05-29 Thread via GitHub
xiaoxiang781216 merged PR #16460: URL: https://github.com/apache/nuttx/pull/16460 -- 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: be40bd59e126a7ffe6ebacfb1b7682fcd8e89704 docs: 40ec988502cc6fd75522168f00dde49430e0666b

2025-05-29 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 e32065ac6 Publishing web: be40bd5

Re: [PR] boards/avr/atmega: Added Elegoo Mega2560r3 board support [nuttx]

2025-05-29 Thread via GitHub
linguini1 commented on PR #16443: URL: https://github.com/apache/nuttx/pull/16443#issuecomment-2920850229 Don't think the build error is the cause of this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-29 Thread via GitHub
acassis closed issue #16444: [BUG] ATMega2560 USART0 not working URL: https://github.com/apache/nuttx/issues/16444 -- 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] avr/atmega: Resolve memory corruption preventing boot [nuttx]

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

(nuttx) branch master updated (b49b62a733 -> 40ec988502)

2025-05-29 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 b49b62a733 analog/ads1115: Speed up channel measurement delays add 557c83cea3 avr/atmega: Resolve memory corrupti

[PR] arch/arm/imxrt: rt117x fix TCM/OCRAM ECC backdoor access [nuttx]

2025-05-29 Thread via GitHub
PetervdPerk-NXP opened a new pull request, #16460: URL: https://github.com/apache/nuttx/pull/16460 ## Summary Fixes issues with CPU hanging when accessing OCRAM M7 ECC memory region. And corruption from eDMA writing into DTCM memory. This was caused because FlexRAM periph

Re: [I] [BUG] nat_port_select() returned value not safe [nuttx]

2025-05-29 Thread via GitHub
CosmicRoach commented on issue #16429: URL: https://github.com/apache/nuttx/issues/16429#issuecomment-2919682927 > [@CosmicRoach](https://github.com/CosmicRoach) could you create PR to fix it? Okay, I will create a PR. -- This is an automated message from the Apache Git Service. To

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-29 Thread via GitHub
TimJTi commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2113623220 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,83 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mDNS librar

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-29 Thread via GitHub
TimJTi commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2113623220 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,83 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mDNS librar

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-29 Thread via GitHub
xiaoxiang781216 commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2113378076 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,83 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mD

(nuttx) branch master updated: analog/ads1115: Speed up channel measurement delays

2025-05-29 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 b49b62a733 analog/ads1115: Speed up channel me

Re: [PR] analog/ads1115: Speed up channel measurement delays [nuttx]

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