[PR] Refactored the btuart_rxwork function to improve data reception stability. [nuttx]

2025-06-30 Thread via GitHub
zhongzhijie1 opened a new pull request, #16651: URL: https://github.com/apache/nuttx/pull/16651 Read as much data as possible initially, then process each packet individually. Defined the read buffer within the structure and added a rx_len variable to indicate the current read offset. After

[PR] checkpatch.sh: add -x option to auto-format Python files. [nuttx]

2025-06-30 Thread via GitHub
zhongzhijie1 opened a new pull request, #16650: URL: https://github.com/apache/nuttx/pull/16650 Currently only .py files are supported. Non-Python files will report "format not implemented". Signed-off-by: zhongzhijie1 -- This is an automated message from the Apache Git Service. T

(nuttx-website) branch asf-site updated: Publishing web: be40bd59e126a7ffe6ebacfb1b7682fcd8e89704 docs: e57d2a5247413658f9e7569caf3cc5e5b0fc9e24

2025-06-30 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 aa50fde0f Publishing web: be40bd5

[PR] drivers/net/Kconfig: Move NET_IGC_TXDESC and NET_IGC_RXDESC to NET_IG… [nuttx]

2025-06-30 Thread via GitHub
tinnedkarma opened a new pull request, #16649: URL: https://github.com/apache/nuttx/pull/16649 ## Summary I am tinkering around net subsystem / netdevs. Both NET_IGC_TXDESC and NET_IGC_RXDESC macros were present in the generated config without me touching anything Intel related.

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

2025-06-30 Thread via GitHub
michallenc commented on PR #16624: URL: https://github.com/apache/nuttx/pull/16624#issuecomment-3020422833 > @michallenc @xiaoxiang781216 I believe that the byte access flash of FTL you mentioned is what I am currently working to implement. Please revisit issue #16642, as some new patches r

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

2025-06-30 Thread via GitHub
jingfei195887 commented on PR #16624: URL: https://github.com/apache/nuttx/pull/16624#issuecomment-3019803388 @michallenc @xiaoxiang781216 I believe that the byte access flash of FTL you mentioned is what I am currently working to implement. Please revisit issue #16642, as some new patches

Re: [PR] Documentation/applications/examples/xedge: documentation for new example [nuttx]

2025-06-30 Thread via GitHub
hartmannathan commented on PR #16352: URL: https://github.com/apache/nuttx/pull/16352#issuecomment-3019481313 Let's try to fix the unwanted merge commit... For future reference, when you want to create a Pull Request (PR) for a Git project, you should create a branch for the changes y

(nuttx) branch master updated (0a71cbe542 -> e57d2a5247)

2025-06-30 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 0a71cbe542 fix kasan_bypss compile unused error new 187a386cc7 arch/xtensa: update lower-half drivers for ESP32

Re: [PR] espressif: update lower-half drivers [nuttx]

2025-06-30 Thread via GitHub
xiaoxiang781216 merged PR #16644: URL: https://github.com/apache/nuttx/pull/16644 -- 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] espressif: update lower-half drivers [nuttx]

2025-06-30 Thread via GitHub
acassis commented on code in PR #16644: URL: https://github.com/apache/nuttx/pull/16644#discussion_r2175220144 ## arch/xtensa/src/common/espressif/Kconfig: ## @@ -153,6 +153,15 @@ config ESPRESSIF_DEDICATED_GPIO_IRQ ---help--- Enable dedicated GPIO IRQ su

Re: [I] [FEATURE] GSoC 2025 - Support for the IEEE 10BASE-T1S / 10BASE-T1L Ethernet with OPEN Alliance protocol MAC-PHYs [nuttx]

2025-06-30 Thread via GitHub
matiamic commented on issue #16648: URL: https://github.com/apache/nuttx/issues/16648#issuecomment-3019228688 Last week, the driver for the **Onsemi NCV7410** was successfully merged into the NuttX mainline (PR #16623). Support for **ESP32C6** boards was also added (PR #16646). Some of t

[I] [FEATURE] GSoC 2025 - Support for the IEEE 10BASE-T1S / 10BASE-T1L Ethernet with OPEN Alliance protocol MAC-PHYs [nuttx]

2025-06-30 Thread via GitHub
matiamic opened a new issue, #16648: URL: https://github.com/apache/nuttx/issues/16648 ### Is your feature request related to a problem? Please describe. Hello NuttX! This thread is dedicated to discussing the **10BASE-T1S / 10BASE-T1L** (single unshielded twisted pair) Etherne

Re: [PR] espressif: update lower-half drivers [nuttx]

2025-06-30 Thread via GitHub
fdcavalcanti commented on code in PR #16644: URL: https://github.com/apache/nuttx/pull/16644#discussion_r2175031845 ## arch/xtensa/src/common/espressif/Kconfig: ## @@ -153,6 +153,15 @@ config ESPRESSIF_DEDICATED_GPIO_IRQ ---help--- Enable dedicated GPIO I

Re: [PR] espressif: update lower-half drivers [nuttx]

2025-06-30 Thread via GitHub
fdcavalcanti commented on code in PR #16644: URL: https://github.com/apache/nuttx/pull/16644#discussion_r2175031845 ## arch/xtensa/src/common/espressif/Kconfig: ## @@ -153,6 +153,15 @@ config ESPRESSIF_DEDICATED_GPIO_IRQ ---help--- Enable dedicated GPIO I

Re: [PR] espressif: update lower-half drivers [nuttx]

2025-06-30 Thread via GitHub
acassis commented on code in PR #16644: URL: https://github.com/apache/nuttx/pull/16644#discussion_r2174889223 ## arch/xtensa/src/common/espressif/Kconfig: ## @@ -153,6 +153,15 @@ config ESPRESSIF_DEDICATED_GPIO_IRQ ---help--- Enable dedicated GPIO IRQ su

(nuttx) 03/08: mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE

2025-06-30 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 8f541d2ef2c3cc1a23379eed73c2ede992303851 Author: wangmingrong1 AuthorDate: Mon Mar 10 12:50:07 2025 +0800 mte/kas

(nuttx) 07/08: mm/kasan: fix wanring expression result unused

2025-06-30 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 c5bfc4d233cb80cd3693996a4546925f728f31fc Author: buxiasen AuthorDate: Tue Apr 15 18:33:20 2025 +0800 mm/kasan: fi

(nuttx) 02/08: kasan: fix realloc memcpy tags check error

2025-06-30 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 448ace47612349adaeab937f59ff92f1efeedbee Author: wangmingrong1 AuthorDate: Wed Mar 5 14:52:49 2025 +0800 kasan: f

(nuttx) 06/08: a527: Remove MTE enablement

2025-06-30 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 3fdfc702f38253b3aad048ec0c627d061cdce999 Author: wangmingrong1 AuthorDate: Fri Jun 27 20:36:13 2025 +0800 a527: R

(nuttx) 05/08: sw_tags: Remove duplicate definitions

2025-06-30 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 acfe9b2c15494e5a840420cdda4ffc8df7b30d59 Author: wangmingrong1 AuthorDate: Thu Jun 26 11:33:29 2025 +0800 sw_tags

(nuttx) 04/08: kasan: Add configurable kasan initialization variable location

2025-06-30 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 6ac72fa7f12a779ec9a142cbe6bbf6b58fc5d80a Author: wangmingrong1 AuthorDate: Tue Apr 22 12:01:59 2025 +0800 kasan:

(nuttx) branch master updated (8f6be9a9b5 -> 0a71cbe542)

2025-06-30 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 8f6be9a9b5 arm: Enhance armv7a's dataaboart to adapt to debug mode new c6da553788 kasan: kasan_reset_tag rename

(nuttx) 01/08: kasan: kasan_reset_tag rename kasan_clear_tag

2025-06-30 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 c6da5537889beda2bd74bdcc4d7a984422357dec Author: wangmingrong1 AuthorDate: Mon Mar 3 10:05:40 2025 +0800 kasan: k

(nuttx) 08/08: fix kasan_bypss compile unused error

2025-06-30 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 0a71cbe5422d10754c2a41fe134449bed9123af5 Author: wangmingrong1 AuthorDate: Tue Jun 10 18:10:45 2025 +0800 fix kas

Re: [PR] Enhanced Kasan [nuttx]

2025-06-30 Thread via GitHub
xiaoxiang781216 merged PR #16618: URL: https://github.com/apache/nuttx/pull/16618 -- 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: [I] [FEATURE] Is it possible to add audio support to ESP32S3-BOX? [nuttx]

2025-06-30 Thread via GitHub
eren-terzioglu commented on issue #16636: URL: https://github.com/apache/nuttx/issues/16636#issuecomment-3018531993 > Thank you for your reply. I tried to adapt the code myself before asking this question, and after you replied to me, I did it again based on your suggestion, but at the mome

Re: [I] [FEATURE] Is it possible to add audio support to ESP32S3-BOX? [nuttx]

2025-06-30 Thread via GitHub
TangMeng12 commented on issue #16636: URL: https://github.com/apache/nuttx/issues/16636#issuecomment-3018453227 Thank you for your reply. I tried to adapt the code myself before asking this question, and after you replied to me, I did it again based on your suggestion, but at the moment t

(nuttx) 01/04: arm: Add support for CP14

2025-06-30 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 35071467bb324af8dab8a52ad7944be64dc493c2 Author: wangmingrong1 AuthorDate: Mon May 26 11:51:25 2025 +0800 arm: Ad

Re: [PR] arch/arm/armv7-a: Support hardware debugpoint to enhance gdbstub [nuttx]

2025-06-30 Thread via GitHub
xiaoxiang781216 merged PR #16611: URL: https://github.com/apache/nuttx/pull/16611 -- 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) 02/04: arm: Support hardware debug

2025-06-30 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 3149fd453c66c23042187131dc71a8e5309fc18c Author: wangmingrong1 AuthorDate: Mon May 26 20:39:07 2025 +0800 arm: Su

(nuttx) 04/04: arm: Enhance armv7a's dataaboart to adapt to debug mode

2025-06-30 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 8f6be9a9b5ff34570e45cd54f5aa362c4a67505a Author: wangmingrong1 AuthorDate: Mon May 26 15:10:46 2025 +0800 arm: En

(nuttx) 03/04: arm: Enhance armv7a's prefetchaboart to adapt to debug mode

2025-06-30 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 6cc98495618d5ec4dc2de4e568f46c2729625ca6 Author: wangmingrong1 AuthorDate: Mon May 26 14:47:21 2025 +0800 arm: En

(nuttx) branch master updated (2d7e4f7e52 -> 8f6be9a9b5)

2025-06-30 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 2d7e4f7e52 arch/arm64/fvp-v8r: enable Cmake new 35071467bb arm: Add support for CP14 new 3149fd453c arm: S

Re: [PR] arch/arm64/fvp-v8r: support cmake compile [nuttx]

2025-06-30 Thread via GitHub
xiaoxiang781216 merged PR #16647: URL: https://github.com/apache/nuttx/pull/16647 -- 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) branch master updated: arch/arm64/fvp-v8r: enable Cmake

2025-06-30 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 2d7e4f7e52 arch/arm64/fvp-v8r: enable Cmake 2d