[PR] rptun/rptun_initialize: add explicit initialization for variable [nuttx]

2024-02-12 Thread via GitHub
yf13 opened a new pull request, #11687: URL: https://github.com/apache/nuttx/pull/11687 ## Summary This patch add explicit initialization for variable `onceinit` before use. ## Impact RPTUN driver use cases, should be none as it is a minor improvement. ## Testing

Re: [PR] rptun/debug: add debug configs and macros [nuttx]

2024-02-12 Thread via GitHub
yf13 commented on code in PR #11684: URL: https://github.com/apache/nuttx/pull/11684#discussion_r1486988911 ## Kconfig: ## @@ -2230,6 +2230,38 @@ config DEBUG_PCI_INFO Enable PCI driver informational output to SYSLOG. endif # DEBUG_PCI + +config DEBUG_RPTUN

Re: [PR] rptun/debug: add debug configs and macros [nuttx]

2024-02-12 Thread via GitHub
yf13 commented on code in PR #11684: URL: https://github.com/apache/nuttx/pull/11684#discussion_r1486988911 ## Kconfig: ## @@ -2230,6 +2230,38 @@ config DEBUG_PCI_INFO Enable PCI driver informational output to SYSLOG. endif # DEBUG_PCI + +config DEBUG_RPTUN

(nuttx-website) branch asf-site updated: Publishing web: 84004c1f6038fbc126201fb37e0fd519312f2d68 docs: 72f9bd142f2f50bbd68548700c30be3b161462ff

2024-02-12 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 2e5b4d32 Publishing web:

Re: [PR] openamp: Fix void pointer arithmetic in openamp to remove compilation… [nuttx]

2024-02-12 Thread via GitHub
jerpelea merged PR #11686: URL: https://github.com/apache/nuttx/pull/11686 -- 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:

(nuttx) branch master updated: openamp: Fix void pointer arithmetic in openamp to remove compilation warnings

2024-02-12 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 72f9bd142f openamp: Fix void pointer

Re: [PR] rptun/debug: add debug configs and macros [nuttx]

2024-02-12 Thread via GitHub
CV-Bowen commented on code in PR #11684: URL: https://github.com/apache/nuttx/pull/11684#discussion_r1486109550 ## Kconfig: ## @@ -2230,6 +2230,38 @@ config DEBUG_PCI_INFO Enable PCI driver informational output to SYSLOG. endif # DEBUG_PCI + +config

Re: [PR] rptun/debug: add debug configs and macros [nuttx]

2024-02-12 Thread via GitHub
CV-Bowen commented on code in PR #11684: URL: https://github.com/apache/nuttx/pull/11684#discussion_r1486109550 ## Kconfig: ## @@ -2230,6 +2230,38 @@ config DEBUG_PCI_INFO Enable PCI driver informational output to SYSLOG. endif # DEBUG_PCI + +config

[PR] openamp: Fix void pointer arithmetic in openamp to remove compilation… [nuttx]

2024-02-12 Thread via GitHub
jlaitine opened a new pull request, #11686: URL: https://github.com/apache/nuttx/pull/11686 … warnings This fixes compilation errors caused by void * arithmetics added by a patch to openamp libmetal -- This is an automated message from the Apache Git Service. To respond to

[PR] xtensa/esp32s2: Fix esp32s2 wdt interrupt bug [nuttx]

2024-02-12 Thread via GitHub
eren-terzioglu opened a new pull request, #11685: URL: https://github.com/apache/nuttx/pull/11685 ## Summary ESP32S2 MWDT interrrupt trigger bugfix ## Impact Only ESP32S2 ## Testing `esp32s2-saola-1:watchdog` config with customized irq handler added wdog