Re: [PR] wamr: bump the default stack guard size [nuttx-apps]

2023-12-24 Thread via GitHub
yamt commented on PR #2241: URL: https://github.com/apache/nuttx-apps/pull/2241#issuecomment-1868815736 @no1wudi how do you think? -- 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 com

[PR] wamr: bump the default stack guard size [nuttx-apps]

2023-12-24 Thread via GitHub
yamt opened a new pull request, #2241: URL: https://github.com/apache/nuttx-apps/pull/2241 ## Summary using 0 by default seems a bit too aggressive to me. 1024 here is what would have been used before this kconfig knob was introduced by https://github.com/apache/nuttx-apps/pull/125

[I] rp2040: mv command hangs up at SMARTFS on internal flash memory [nuttx]

2023-12-24 Thread via GitHub
takumiando opened a new issue, #11444: URL: https://github.com/apache/nuttx/issues/11444 ## Description ```mv``` command hangs up at SMARTFS on internal flash memory. ## Version - ```nuttx-12.3.0``` ## Patch I applied this patch to use ```usbnsh``` config wi

Re: [I] rp2040: mv command hangs up at SMARTFS on internal flash memory [nuttx-apps]

2023-12-24 Thread via GitHub
takumiando commented on issue #2240: URL: https://github.com/apache/nuttx-apps/issues/2240#issuecomment-1868727775 I should have post this to apache/nuttx. -- 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: [I] rp2040: mv command hangs up at SMARTFS on internal flash memory [nuttx-apps]

2023-12-24 Thread via GitHub
takumiando closed issue #2240: rp2040: mv command hangs up at SMARTFS on internal flash memory URL: https://github.com/apache/nuttx-apps/issues/2240 -- 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 t

Re: [I] How to use multiple RTC drivers? [nuttx]

2023-12-24 Thread via GitHub
takumiando closed issue #7089: How to use multiple RTC drivers? URL: https://github.com/apache/nuttx/issues/7089 -- 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,

[PR] net/local: make the call return of each process consistent with linux [nuttx]

2023-12-24 Thread via GitHub
zhhyu7 opened a new pull request, #11443: URL: https://github.com/apache/nuttx/pull/11443 ## Summary move the accept logic into connect flow. In order to successfully establish a blocking connection between the client and server on the same thread. ## Impact nonblock is not affec

(nuttx) 07/09: esp32s2: Integrate Espressif HAL repository to ESP32-S2

2023-12-24 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 commit 62342243255f714dab4ba6675388e5449ad815f8 Author: Tiago Medicci Serrano AuthorDate: Fri Dec 15 13:31:04 2023 -0300

(nuttx) 04/09: xtensa/esp/ws2812: Add the lower-half WS2812 driver based on RMT

2023-12-24 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 commit cb80365daa30584020ba9207df7e9fca23accaa3 Author: Tiago Medicci Serrano AuthorDate: Fri Dec 15 11:48:30 2023 -0300

(nuttx) 09/09: risc-v/espressif: Update HAL version

2023-12-24 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 commit b58cd6ad343182c312a84f4962660f43bce0e351 Author: Tiago Medicci Serrano AuthorDate: Tue Dec 12 18:12:24 2023 -0300

(nuttx) 02/09: drivers/leds/ws2812: Fix WS2812 pixel size

2023-12-24 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 commit d1326e81bca47617aa253705ca778c7d51f82038 Author: Tiago Medicci Serrano AuthorDate: Fri Dec 15 10:29:27 2023 -0300

(nuttx) 05/09: esp32s3: Fully integrate Espressif HAL repository to ESP32-S3

2023-12-24 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 commit 1ca460c89a02d359226905659b0c9e52091c41f2 Author: Tiago Medicci Serrano AuthorDate: Thu Dec 7 13:53:58 2023 -0300

(nuttx) 01/09: drivers/rmt: Implement an upper-half RMT character driver

2023-12-24 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 commit fcff5d43b7ac6be973a885b7cf1af165b1e49729 Author: Tiago Medicci Serrano AuthorDate: Fri Nov 10 09:39:21 2023 -0300

(nuttx) 03/09: xtensa/esp/rmt: Add the lower-half implementation of the RMT driver

2023-12-24 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 commit 69929d408412d78a1e4a93ebcd27f8ffb2017dcc Author: Tiago Medicci Serrano AuthorDate: Fri Dec 15 10:19:01 2023 -0300

(nuttx) 06/09: esp32s3/rmt: Use the Espressif's common RMT driver.

2023-12-24 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 commit 000bf2a7c7914e476fd5bafe6aa347b9b3cc39b1 Author: Tiago Medicci Serrano AuthorDate: Thu Dec 7 15:18:21 2023 -0300

(nuttx) 08/09: esp32s2/rmt: Use the Espressif's common RMT driver.

2023-12-24 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 commit 47e71fc4495bae891d707ba874c33a0365b1f45b Author: Tiago Medicci Serrano AuthorDate: Thu Dec 7 17:49:06 2023 -0300

(nuttx) branch master updated (dec6ec1138 -> b58cd6ad34)

2023-12-24 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 dec6ec1138 Update mode.h to add CSR_TVEC new fcff5d43b7 drivers/rmt: Implement an upper-half RMT character driv

Re: [PR] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-24 Thread via GitHub
xiaoxiang781216 merged PR #11428: URL: https://github.com/apache/nuttx/pull/11428 -- 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] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-24 Thread via GitHub
xiaoxiang781216 commented on PR #11428: URL: https://github.com/apache/nuttx/pull/11428#issuecomment-1868626501 Thanks for explanation, the change looks good to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: dec6ec113889ee1f723596142b6befb83fdfc91d

2023-12-24 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 5777eb33 Publishing web: 36ddd7c6

Re: [PR] Add MTD for AT25 eeprom [nuttx]

2023-12-24 Thread via GitHub
acassis commented on code in PR #11423: URL: https://github.com/apache/nuttx/pull/11423#discussion_r1435880084 ## drivers/mtd/Kconfig: ## @@ -382,10 +384,10 @@ config AT24XX_SIZE int "AT24xx size (Kbit)" default 64 ---help--- - This is the X

Re: [PR] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-24 Thread via GitHub
tmedicci commented on code in PR #11428: URL: https://github.com/apache/nuttx/pull/11428#discussion_r1435879241 ## drivers/leds/ws2812.c: ## @@ -55,15 +55,7 @@ * Pre-processor Definitions / -#ifdef

Re: [PR] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-24 Thread via GitHub
acassis commented on code in PR #11428: URL: https://github.com/apache/nuttx/pull/11428#discussion_r1435878548 ## drivers/leds/ws2812.c: ## @@ -55,15 +55,7 @@ * Pre-processor Definitions / -#ifdef

Re: [I] Failed to Build with Custom Apps Directory [nuttx]

2023-12-24 Thread via GitHub
acassis commented on issue #11442: URL: https://github.com/apache/nuttx/issues/11442#issuecomment-1868591251 @j-couch I was able to get it working following the second option "2. Extend the apps/ directory to include a new custom directory" of the Custom Apps guide, with the following modif

Re: [PR] apps: Select PIPES when enabling system popen [nuttx-apps]

2023-12-24 Thread via GitHub
xiaoxiang781216 commented on PR #2239: URL: https://github.com/apache/nuttx-apps/pull/2239#issuecomment-1868541250 > > > @xiaoxiang781216 but popen is not used by default by the project, so there is not possibility to it be disabled and break the relation. > > > > > > user may cal

Re: [PR] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-24 Thread via GitHub
tmedicci commented on PR #11428: URL: https://github.com/apache/nuttx/pull/11428#issuecomment-1868540728 > > > > but, it's good to use the vendor hal file directly > > > > > > > > > I'm sorry, I didn't understand what you meant. Could you please elaborate a little further? > >

Re: [PR] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-24 Thread via GitHub
tmedicci commented on PR #11428: URL: https://github.com/apache/nuttx/pull/11428#issuecomment-1868534791 > > > but, it's good to use the vendor hal file directly > > > > > > I'm sorry, I didn't understand what you meant. Could you please elaborate a little further? > > All

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-24 Thread via GitHub
gus-soares19 commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868526395 > > But as shown in the second image in my previous reply, there is no dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I was capable of enabling _SYS

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-24 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868521722 > One (naive) way of doing that is making the menuconfig save the timestamp of when it was last edited and then comparing with the actual timestamp of the .config file. Idk if this w

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-24 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868520412 > But as shown in the second image in my previous reply, there is no dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I was capable of enabling _SYSTEM_POP

Re: [PR] apps: Select PIPES when enabling system popen [nuttx-apps]

2023-12-24 Thread via GitHub
acassis commented on PR #2239: URL: https://github.com/apache/nuttx-apps/pull/2239#issuecomment-1868519618 > > @xiaoxiang781216 but popen is not used by default by the project, so there is not possibility to it be disabled and break the relation. > > user may call both pipes and popen