Re: [PR] drivers/syslog: add cdcacm channel [nuttx]

2025-03-09 Thread via GitHub
lupyuen merged PR #15925: URL: https://github.com/apache/nuttx/pull/15925 -- 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 (46411495ef -> 9c55a19238)

2025-03-09 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 46411495ef arch/arm/STM32H5: Initial ICACHE Support add 9c55a19238 driver/syslog: add cdcacm channel No new revi

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15959: URL: https://github.com/apache/nuttx/pull/15959#discussion_r1986536951 ## include/nuttx/wdog.h: ## @@ -88,13 +88,8 @@ struct wdog_s FAR void *picbase;/* PIC base address */ #endif clock_texpired;

(nuttx) branch master updated: arch/arm/STM32H5: Initial ICACHE Support

2025-03-09 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 46411495ef arch/arm/STM32H5: Initial ICACHE Suppo

Re: [PR] arch/arm/STM32H5: Initial ICACHE Support [nuttx]

2025-03-09 Thread via GitHub
anchao merged PR #15718: URL: https://github.com/apache/nuttx/pull/15718 -- 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.apach

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
lupyuen commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986521272 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

Re: [PR] audio/composite: merge composite instance allocate to one times [nuttx]

2025-03-09 Thread via GitHub
anchao commented on PR #15958: URL: https://github.com/apache/nuttx/pull/15958#issuecomment-2709366850 > Thanks @anchao :-) > > Have you also tried to release the drivers after this update? Does it work fine? Yes, We have internal projects running this change > > In

Re: [PR] audio/composite: merge composite instance allocate to one times [nuttx]

2025-03-09 Thread via GitHub
anchao commented on code in PR #15958: URL: https://github.com/apache/nuttx/pull/15958#discussion_r1986569809 ## audio/audio_comp.c: ## @@ -942,31 +942,27 @@ FAR struct audio_lowerhalf_s *audio_comp_initialize(FAR const char *name, { FAR struct audio_comp_priv_s *priv; v

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
anchao commented on PR #15959: URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2709355934 > Thanks @anchao :-) Could you please write some more details why this change is necessary and what it solves / fixes / improves? Just merge wdog_periods_s into wdog_s , individual d

Re: [PR] esp32[s2|s3]: Add number of IRQ status lists for PHY initialization configuration [nuttx]

2025-03-09 Thread via GitHub
cwespressif commented on PR #15954: URL: https://github.com/apache/nuttx/pull/15954#issuecomment-2709351282 > commit log Done -- 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 c

Re: [PR] system/nxplayer/nxrecorder: move apb buffer instance to stack [nuttx-apps]

2025-03-09 Thread via GitHub
nuttxpr commented on PR #3023: URL: https://github.com/apache/nuttx-apps/pull/3023#issuecomment-2709267869 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requiremen

[PR] system/nxplayer/nxrecorder: move apb buffer instance to stack [nuttx-apps]

2025-03-09 Thread via GitHub
anchao opened a new pull request, #3023: URL: https://github.com/apache/nuttx-apps/pull/3023 ## Summary system/nxplayer/nxrecorder: move apb buffer instance to stack move apb buffer instance to stack to avoid alloc buffer from heap Signed-off-by: chao an ## Im

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on PR #15950: URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2709290237 Thank you folks for all the remarks and grammar suggestions! The update is pushed, please comment :-) -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
cederom commented on PR #15959: URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2709302934 Thanks @anchao :-) Could you please write some more details why this change is necessary and what it solves / fixes / improves? You often introduce changes in critical parts of the

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on PR #15950: URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2709289490 > @tmedicci: Just to make sure: this file is not rendered into the documentation at https://nuttx.apache.org/docs/latest/index.html, right? > > Still pending adding the same info at

Re: [PR] audio/composite: merge composite instance allocate to one times [nuttx]

2025-03-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15958: URL: https://github.com/apache/nuttx/pull/15958#discussion_r1986520893 ## audio/audio_comp.c: ## @@ -942,31 +942,27 @@ FAR struct audio_lowerhalf_s *audio_comp_initialize(FAR const char *name, { FAR struct audio_comp_priv_s *p

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
anchao commented on code in PR #15959: URL: https://github.com/apache/nuttx/pull/15959#discussion_r1986522783 ## include/nuttx/wdog.h: ## @@ -88,13 +88,8 @@ struct wdog_s FAR void *picbase;/* PIC base address */ #endif clock_texpired;/* Timer

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15959: URL: https://github.com/apache/nuttx/pull/15959#discussion_r1986520329 ## include/nuttx/wdog.h: ## @@ -88,13 +88,8 @@ struct wdog_s FAR void *picbase;/* PIC base address */ #endif clock_texpired;

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986520976 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986514754 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986513102 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986511929 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
nuttxpr commented on PR #15959: URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2709259241 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986507878 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

[PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-09 Thread via GitHub
anchao opened a new pull request, #15959: URL: https://github.com/apache/nuttx/pull/15959 ## Summary sched/wdog: merge wdog_periods_s into wdog_s Make wdog support period semantics by default, avoid exposing two structures to enhance consistency Signed-off-by: chao an

Re: [PR] drivers/syslog: add cdcacm channel [nuttx]

2025-03-09 Thread via GitHub
yangsong8-a1 commented on PR #15925: URL: https://github.com/apache/nuttx/pull/15925#issuecomment-2709255475 > please provide a commit message ex > > Use the CDCACM as a SYSLOG output device, send message to remote proc. If there are more than one CDCACM devices, then a device minor n

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986508565 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

Re: [PR] [DRAFT] Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-09 Thread via GitHub
cederom commented on code in PR #15950: URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986505410 ## CONTRIBUTING.md: ## @@ -1,133 +1,438 @@ -# Contributing to Apache NuttX RTOS +# Apache NuttX RTOS Contributing Guidelines -Hi! Thank you for your interest in contr

[PR] audio/composite: merge composite instance allocate to one times [nuttx]

2025-03-09 Thread via GitHub
anchao opened a new pull request, #15958: URL: https://github.com/apache/nuttx/pull/15958 ## Summary audio/composite: merge composite instance allocate to one times here is not need to allocate two times Signed-off-by: chao an ## Impact N/A ## Te

Re: [PR] audio/composite: merge composite instance allocate to one times [nuttx]

2025-03-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15958: URL: https://github.com/apache/nuttx/pull/15958#discussion_r1986487693 ## audio/audio_comp.c: ## @@ -51,8 +51,8 @@ struct audio_comp_priv_s /* This is the contained, low-level audio device array and count. */ - FAR struct a

Re: [I] [BUG] [nuttx]

2025-03-09 Thread via GitHub
fdcavalcanti commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2709202663 I've never had this: ` /usr/bin/bash: line 1: olddefconfig: command not found`. Are your apps and nuttx on master branch? Do the `git clean` trick on both and checkout to

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: fa5590d5b19f1a224a7863bcc71a6c53ad74af64

2025-03-09 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 41cf274ee Publishing web: 405a712

Re: [PR] arch/risc-v: tick timer improvements [nuttx]

2025-03-09 Thread via GitHub
jlaitine commented on code in PR #15929: URL: https://github.com/apache/nuttx/pull/15929#discussion_r1983346403 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -211,19 +210,20 @@ static int riscv_mtimer_max_delay(struct oneshot_lowerhalf_s *lower, static int riscv_mtimer_sta

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

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

[PR] audio/pcm_decode: fix typo in assert condition [nuttx]

2025-03-09 Thread via GitHub
anchao opened a new pull request, #15957: URL: https://github.com/apache/nuttx/pull/15957 ## Summary audio/pcm_decode: fix typo in assert condition should be shutdown not start Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- Thi

Re: [PR] boards/nrf5340dk: add dev gpio support for nrf5340dk [nuttx]

2025-03-09 Thread via GitHub
nuttxpr commented on PR #15956: URL: https://github.com/apache/nuttx/pull/15956#issuecomment-2708764920 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR mostly meets the NuttX requirements, but is miss

[PR] boards/nrf5340dk: add dev gpio support for nrf5340dk [nuttx]

2025-03-09 Thread via GitHub
aungkhantmaw64 opened a new pull request, #15956: URL: https://github.com/apache/nuttx/pull/15956 ## Summary I found that the gpio example code can't be tested on nrf5340-dk. Enabling CONFIG_DEV_GPIO wouldn't register gpio pins as /dev/gpio*. NRF5340-dk has 4 LEDs and 4 User Bu