[PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-06 Thread via GitHub
jerpelea opened a new pull request, #134: URL: https://github.com/apache/nuttx-website/pull/134 ## Summary Add NuttX 12.10.0 release ## Impact RELEASE ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, please log

svn commit: r77991 - in /release/nuttx/12.10.0: ./ apache-nuttx-12.10.0.tar.gz apache-nuttx-12.10.0.tar.gz.asc apache-nuttx-12.10.0.tar.gz.sha512 apache-nuttx-apps-12.10.0.tar.gz apache-nuttx-apps-12.

2025-07-06 Thread jerpelea
Author: jerpelea Date: Mon Jul 7 06:48:23 2025 New Revision: 77991 Log: Add apache-nuttx-12.10.0 release Added: release/nuttx/12.10.0/ release/nuttx/12.10.0/apache-nuttx-12.10.0.tar.gz (with props) release/nuttx/12.10.0/apache-nuttx-12.10.0.tar.gz.asc release/nuttx/12.10.0/apac

(nuttx-apps) annotated tag nuttx-12.10.0 updated (8ff533beb -> 88b1cdf40)

2025-07-06 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.10.0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.10.0 was modified! *** from 8ff533beb (commit) to 88b1cdf40 (tag) tag

(nuttx) annotated tag nuttx-12.10.0 updated (6fc5b3e9dc -> d94454dd94)

2025-07-06 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.10.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.10.0 was modified! *** from 6fc5b3e9dc (commit) to d94454dd94 (tag) taggin

Re: [PR] system/dd: portability to non-nuttx platforms [nuttx-apps]

2025-07-06 Thread via GitHub
xiaoxiang781216 commented on code in PR #3121: URL: https://github.com/apache/nuttx-apps/pull/3121#discussion_r2189102636 ## system/dd/dd_main.c: ## @@ -31,7 +31,9 @@ #include #include +#if defined(__NuttX__) Review Comment: ```suggestion #ifdef __NuttX__ ```

Re: [PR] Arm32 v8m support cmake clang compile [nuttx]

2025-07-06 Thread via GitHub
xiaoxiang781216 commented on PR #16627: URL: https://github.com/apache/nuttx/pull/16627#issuecomment-3043621976 @W-M-R please fix the build break. -- 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

Re: [PR] libc/mcount: add armv6m mcount implementation [nuttx]

2025-07-06 Thread via GitHub
xiaoxiang781216 commented on code in PR #16675: URL: https://github.com/apache/nuttx/pull/16675#discussion_r2189071559 ## libs/libc/machine/arm/armv6-m/arch_mcount.S: ## @@ -0,0 +1,48 @@ +/ + * libs/libc

Re: [PR] local: correct shutdown state when use UDP mode (To fix issue: https://github.com/apache/nuttx/issues/16555) [nuttx]

2025-07-06 Thread via GitHub
xiaoxiang781216 commented on PR #16682: URL: https://github.com/apache/nuttx/pull/16682#issuecomment-3043574912 @michallenc please try this patch? -- 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

Re: [PR] [FEATURE] drivers/mtd: add support for direct MTD access to raw flash [nuttx]

2025-07-06 Thread via GitHub
xiaoxiang781216 commented on PR #16624: URL: https://github.com/apache/nuttx/pull/16624#issuecomment-3043566713 @michallenc https://github.com/apache/nuttx/pull/16642 is ready for review, could you look at whether the implementation match your case. -- This is an automated message from th

[PR] system/dd: portability to non-nuttx platforms [nuttx-apps]

2025-07-06 Thread via GitHub
yamt opened a new pull request, #3121: URL: https://github.com/apache/nuttx-apps/pull/3121 ## Summary while this is not a goal for this repository, it's convenient for me (hopefully for some others too) to be able to build this for other platforms. an obvious downside is

Re: [I] [BUG] Unix datagram sockets seems broken [nuttx]

2025-07-06 Thread via GitHub
GUIDINGLI commented on issue #16555: URL: https://github.com/apache/nuttx/issues/16555#issuecomment-3043390019 @michallenc Can you try this ? https://github.com/apache/nuttx/pull/16682 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[PR] local: correct shutdown state when use UDP mode (To fix issue: https://github.com/apache/nuttx/issues/16555) [nuttx]

2025-07-06 Thread via GitHub
GUIDINGLI opened a new pull request, #16682: URL: https://github.com/apache/nuttx/pull/16682 ## Summary local: correct shutdown state when use UDP mode (To fix issue: https://github.com/apache/nuttx/issues/16555) ## Impact local socket ## Testing Se

Re: [PR] libc/mcount: add armv6m mcount implementation [nuttx]

2025-07-06 Thread via GitHub
Gary-Hobson commented on code in PR #16675: URL: https://github.com/apache/nuttx/pull/16675#discussion_r2188894388 ## libs/libc/machine/arm/armv6-m/arch_mcount.S: ## @@ -0,0 +1,48 @@ +/ + * libs/libc/mac

Re: [PR] libc/mcount: add armv6m mcount implementation [nuttx]

2025-07-06 Thread via GitHub
Gary-Hobson commented on PR #16675: URL: https://github.com/apache/nuttx/pull/16675#issuecomment-3043367361 > @Gary-Hobson Can you align CMakefile as well? > > https://github.com/apache/nuttx/blob/a84d685be4de3f84fc80547c516e199e264f/libs/libc/machine/arm/CMakeLists.txt#L71 >

[PR] board/weact-stm32h743 Add sdcard support [nuttx]

2025-07-06 Thread via GitHub
JorgeGzm opened a new pull request, #16681: URL: https://github.com/apache/nuttx/pull/16681 ## Summary This commit adds SD card support to the WeAct STM32H743 board configuration. The implementation enables the board to interface with SD cards through the SDMMC peripheral, allowing f

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-06 Thread via GitHub
jiayadong8995 commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3043312601 > @JianyuWang0623 I meant the Xtensa compiler version. Run `make host_info` and share the results please. Here is my results after running `make host_info` . ``` xbd

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-06 Thread via GitHub
jiayadong8995 commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3043290983 > @jiayadong8995 maybe the crash is happening because you are calling usbserial write before the USB serial is enabled. I think it could happen when CONFIG_DEBUG is enabled When

(nuttx) branch master updated: Doc/components: Updare refresh.sh to show usage examples

2025-07-06 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 27e2f51d2e Doc/components: Updare refresh.sh t

Re: [PR] Doc/components: Update refresh.sh to show usage examples [nuttx]

2025-07-06 Thread via GitHub
xiaoxiang781216 merged PR #16679: URL: https://github.com/apache/nuttx/pull/16679 -- 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: 0c4cf723d0c8d4f69b483b914818c60b75ea9da4 docs: 5991a8c4cc1152039e1167d6f6bfb25346f1c387

2025-07-06 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 9337c792a Publishing web: 0c4cf72

(nuttx) branch master updated: arch/arm/stm32{h5|h7|l4}/adc: move ADC_MAX_SAMPLES to Kconfig

2025-07-06 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 f0270eb349 arch/arm/stm32{h5|h7|l4}/adc: move AD

Re: [PR] arch/arm/stm32{h5|h7|l4}/adc: move ADC_MAX_SAMPLES to Kconfig [nuttx]

2025-07-06 Thread via GitHub
acassis merged PR #16680: URL: https://github.com/apache/nuttx/pull/16680 -- 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: [I] [BUG] Unix datagram sockets seems broken [nuttx]

2025-07-06 Thread via GitHub
michallenc commented on issue #16555: URL: https://github.com/apache/nuttx/issues/16555#issuecomment-3042213150 @xiaoxiang781216 is @GUIDINGLI actively working on this? I would at least merge the `conn->lc_infile.f_inode == NULL` for now, to at least get datagrams working. Polling can be so

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-06 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-06 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-06 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y