Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
nuttxs commented on code in PR #16684: URL: https://github.com/apache/nuttx/pull/16684#discussion_r2191592394 ## net/arp/arp_out.c: ## @@ -262,7 +262,7 @@ void arp_out(FAR struct net_driver_s *dev) /* Check if we already have this destination address in the ARP table */ -

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
nuttxs commented on code in PR #16684: URL: https://github.com/apache/nuttx/pull/16684#discussion_r2191592394 ## net/arp/arp_out.c: ## @@ -262,7 +262,7 @@ void arp_out(FAR struct net_driver_s *dev) /* Check if we already have this destination address in the ARP table */ -

Re: [PR] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-07 Thread via GitHub
jiayadong8995 commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3047527834 > please update the title to: arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box I have updated the commit title. -- This is an automated message from the Apach

Re: [I] [FEATURE] Polling support for Unix datagram sockets [nuttx]

2025-07-07 Thread via GitHub
michallenc commented on issue #16688: URL: https://github.com/apache/nuttx/issues/16688#issuecomment-3047497191 Yeah, I know. I will likely get to this eventually, because it would be nice to have basic IPC with Unix datagrams, but it's not a priority. -- This is an automated message from

Re: [PR] Fix smp scheduling [nuttx]

2025-07-07 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2191555409 ## sched/sched/sched_addreadytorun.c: ## @@ -196,7 +196,7 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) * situation. */ - if (nxsched_islocked_tcb(

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2191461543 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] Fix smp scheduling [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2191452164 ## sched/sched/sched_addreadytorun.c: ## @@ -196,7 +196,7 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) * situation. */ - if (nxsched_islock

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3047315368 bch_register and ftl_initilize is designed to be called only inside FS layer, and board files shouldn't call these two functions. So @jingfei195887 will provide new patch to remov

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191445047 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) * **

Re: [I] [FEATURE] Polling support for Unix datagram sockets [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on issue #16688: URL: https://github.com/apache/nuttx/issues/16688#issuecomment-3047309283 > ### Is your feature request related to a problem? Please describe. > > This is a followup of [!16555](https://github.com/apache/nuttx/issues/16555) that solved the is

(nuttx) branch master updated (06b37fe6aaa -> 735e16f842f)

2025-07-07 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 06b37fe6aaa arch/risc-v: set SCL timeout for esp_i2c.c add 735e16f842f arch/xtensa: Fix dedicated GPIO build er

Re: [PR] arch/xtensa: Fix dedicated GPIO build error for esp32[-s2|-s3] [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16686: URL: https://github.com/apache/nuttx/pull/16686 -- 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] coredump: Fix missing loglevel to logmask conversion [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #16690: URL: https://github.com/apache/nuttx/pull/16690#issuecomment-3047263803 this is a regression from https://github.com/apache/nuttx/pull/16493. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] sem/trywait/atomic: Fix the try wait abort by interrupted caused false failure report. [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #16671: URL: https://github.com/apache/nuttx/pull/16671#issuecomment-3047260562 > > Added #needs_more_testing because it could have side effects that we don't know yet > > hi, alan, any update? it should be very easy to reproduce as I already add sampl

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191398011 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) * **

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191389645 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191389645 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */

Re: [PR] sem/trywait/atomic: Fix the try wait abort by interrupted caused false failure report. [nuttx]

2025-07-07 Thread via GitHub
jasonbu commented on PR #16671: URL: https://github.com/apache/nuttx/pull/16671#issuecomment-3047222040 > Added #needs_more_testing because it could have side effects that we don't know yet hi, alan, any update? it should be very easy to reproduce as I already add sample issue code

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191389645 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191389645 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191387744 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) * **

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191386342 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) * **

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2191386342 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) * **

(nuttx) branch master updated (0ce9e82d739 -> 06b37fe6aaa)

2025-07-07 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 0ce9e82d739 drivers/sensors: add Quectel L86-XXX GNSS uORB sensor driver add 26eb2833cc6 boards/risc-v: fix co

Re: [PR] arch/risc-v: fix I2C timeout and board compilation requirements [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16676: URL: https://github.com/apache/nuttx/pull/16676 -- 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] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
hartmannathan commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047145775 > > Why does GitHub say it cannot be merged? Need to rebase or something? > > > > All comments must be resolved :-) There is still one open conversation :-) O

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
JorgeGzm closed pull request #3120: examples/xedge: Add Xedge example with BAS integration URL: https://github.com/apache/nuttx-apps/pull/3120 -- 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 spe

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
JorgeGzm commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047133142 > > Why does GitHub say it cannot be merged? Need to rebase or something? > > All comments must be resolved :-) There is still one open conversation :-) -- This is an

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
JorgeGzm commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047131504 > > Por que o GitHub diz que não é possível mesclar? Precisa fazer rebase ou algo assim? > > Todos os comentários devem ser resolvidos :-) Ainda há uma conversa em aberto :-)

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
cederom commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047084868 > Why does GitHub say it cannot be merged? Need to rebase or something? All comments must be resolved :-) There is still one open conversation :-) -- This is an automated messa

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
hartmannathan commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3047082447 Why does GitHub say it cannot be merged? Need to rebase or something? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] drivers/sensors: add Quectel L86-XXX GNSS uORB sensor driver [nuttx]

2025-07-07 Thread via GitHub
acassis merged PR #16605: URL: https://github.com/apache/nuttx/pull/16605 -- 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: drivers/sensors: add Quectel L86-XXX GNSS uORB sensor driver

2025-07-07 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 0ce9e82d739 drivers/sensors: add Quectel L86-XXX

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
acassis commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3046911721 @xiaoxiang781216 @cederom PTAL -- 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 speci

Re: [PR] coredump: Add missing macro to setlogmask call [nuttx]

2025-07-07 Thread via GitHub
nmaggioni commented on PR #16690: URL: https://github.com/apache/nuttx/pull/16690#issuecomment-3046837362 Sorry, I didn't think of that. I've updated the apps PR too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] coredump: Add missing macro to setlogmask call [nuttx-apps]

2025-07-07 Thread via GitHub
nmaggioni opened a new pull request, #3122: URL: https://github.com/apache/nuttx-apps/pull/3122 Companion PR to apache/nuttx#16690, since the same logic is also duplicated in the `coredump` app here. -- This is an automated message from the Apache Git Service. To respond to the me

[PR] coredump: Add missing macro to setlogmask call [nuttx]

2025-07-07 Thread via GitHub
nmaggioni opened a new pull request, #16690: URL: https://github.com/apache/nuttx/pull/16690 ## Summary The current `setlogmask` call used in `coredump_dump_syslog` specifies a raw log level instead of a bitmask, and this causes erroneous evaluations later on when that value is check

[I] [HELP] ps crashes on second call [nuttx]

2025-07-07 Thread via GitHub
comejv opened a new issue, #16689: URL: https://github.com/apache/nuttx/issues/16689 ### Description Hello, I am compiling NuttX for an STM32H753ZI and I have issues with getting `ps` to work. Relevant options in my `.config` (full config bottom of message): ``` CONFIG_FS_

[I] [FEATURE] Polling support for Unix datagram sockets [nuttx]

2025-07-07 Thread via GitHub
michallenc opened a new issue, #16688: URL: https://github.com/apache/nuttx/issues/16688 ### Is your feature request related to a problem? Please describe. This is a followup of [!16555](https://github.com/apache/nuttx/issues/16555) that solved the issue of non working DGRAM sockets.

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

2025-07-07 Thread via GitHub
linguini1 commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3046292572 > * @linguini1 could you please take a look what could be wrong with this tag? :-) > > * I did local test on git master and nuttx-12.10.0 for nuttx.git and nuttx-apps.git

Re: [PR] drivers/sensors: add Quectel L86-XXX GNSS uORB sensor driver [nuttx]

2025-07-07 Thread via GitHub
EliasJRH commented on code in PR #16605: URL: https://github.com/apache/nuttx/pull/16605#discussion_r2190867139 ## drivers/sensors/Kconfig: ## @@ -838,6 +838,35 @@ config KXTJ9_I2C_BUS_SPEED endif # SENSORS_KXTJ9 +config SENSORS_L86_XXX + bool "Quectel L86-XXX GNSS su

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
michallenc commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3046288326 > @michallenc is out expert in this area so I follow all his remarks :-) I wouldn't mark myself as an expert in this area, but still thanks :) > What happens if we use SY

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
michallenc commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190841020 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */ snpri

Re: [PR] drivers/sensors: add Quectel L86-XXX GNSS uORB sensor driver [nuttx]

2025-07-07 Thread via GitHub
acassis commented on code in PR #16605: URL: https://github.com/apache/nuttx/pull/16605#discussion_r2190837080 ## drivers/sensors/Kconfig: ## @@ -838,6 +838,35 @@ config KXTJ9_I2C_BUS_SPEED endif # SENSORS_KXTJ9 +config SENSORS_L86_XXX + bool "Quectel L86-XXX GNSS sup

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
michallenc commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190836078 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) * ***

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

2025-07-07 Thread via GitHub
cederom commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3045946216 what a stubborn guy, restarted ci with logging maybe that will reveal anything? o_O -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-07 Thread via GitHub
cederom commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2190642746 ## boards/Kconfig: ## @@ -94,6 +94,7 @@ config ARCH_BOARD_AVRDX_BREADXAVR select ARCH_HAVE_LEDS select ARCH_HAVE_BUTTONS select ARCH_HAVE_IRQBUT

Re: [PR] Fix smp scheduling [nuttx]

2025-07-07 Thread via GitHub
fdcavalcanti commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3045865199 Will test on ESP32, its been failing for some time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] arch/risc-v: fix I2C timeout and board compilation requirements [nuttx]

2025-07-07 Thread via GitHub
fdcavalcanti commented on PR #16676: URL: https://github.com/apache/nuttx/pull/16676#issuecomment-3045825896 > @fdcavalcanti please fix this issue: > > ``` > src/esp_board_spislavedev.c: In function 'board_spislavedev_initialize': > Error: src/esp_board_spislavedev.c:73:3: error

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

2025-07-07 Thread via GitHub
cederom commented on PR #3121: URL: https://github.com/apache/nuttx-apps/pull/3121#issuecomment-3045793347 Hmm CI complains about code formatting around line 84, could you please take a look @yamt too so we could merge with all successful checks? :-) -- This is an automated message from t

Re: [PR] arch/risc-v: fix I2C timeout and board compilation requirements [nuttx]

2025-07-07 Thread via GitHub
acassis commented on PR #16676: URL: https://github.com/apache/nuttx/pull/16676#issuecomment-3045707894 @fdcavalcanti please fix this issue: ``` src/esp_board_spislavedev.c: In function 'board_spislavedev_initialize': Error: src/esp_board_spislavedev.c:73:3: error: implicit decl

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190461537 ## drivers/bch/bchdev_register.c: ## @@ -50,17 +50,17 @@ / int bchdev_register(

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16684: URL: https://github.com/apache/nuttx/pull/16684#discussion_r2190460411 ## net/arp/arp_out.c: ## @@ -262,7 +262,7 @@ void arp_out(FAR struct net_driver_s *dev) /* Check if we already have this destination address in the ARP tab

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

2025-07-07 Thread via GitHub
xiaoxiang781216 closed issue #16555: [BUG] Unix datagram sockets seems broken URL: https://github.com/apache/nuttx/issues/16555 -- 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.

(nuttx) branch master updated: arch/risc-v: Change DMA functions with common layer approach for esp32[-c3|-c6|-h2]

2025-07-07 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 3f651826999 arch/risc-v: Change DMA functions

Re: [PR] arch/risc-v: Change DMA functions with common layer for esp32[-c3|-c6|-h2] [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16685: URL: https://github.com/apache/nuttx/pull/16685 -- 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: local: correct shutdown state when use UDP mode

2025-07-07 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 230714bd23d local: correct shutdown state when

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

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16682: URL: https://github.com/apache/nuttx/pull/16682 -- 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: boards/qemu-intel64/qemu.ld: add .lbss, .ldata and .lrodata to approriate sections

2025-07-07 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 9fb8a17d494 boards/qemu-intel64/qemu.ld: add .

Re: [PR] boards/qemu-intel64/qemu.ld: add .lbss, .ldata and .lrodata [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16659: URL: https://github.com/apache/nuttx/pull/16659 -- 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) 01/02: tools/checkpatch.sh: add -x option to auto-format Python files.

2025-07-07 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 8c4343c28b86966e48f02430f73b488e8d5a635f Author: zhongzhijie1 AuthorDate: Tue Jun 17 22:56:33 2025 +0800 tools/ch

(nuttx) branch master updated (ec84502e805 -> f725c593877)

2025-07-07 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 ec84502e805 board/weact-stm32h743 Add sdcard support new 8c4343c28b8 tools/checkpatch.sh: add -x option to auto

(nuttx) 02/02: tools/checkpatch.sh: simplify Python file type check.

2025-07-07 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 f725c593877b78d48140f3523ae0e9e685da569c Author: zhongzhijie1 AuthorDate: Wed Jul 2 16:13:24 2025 +0800 tools/che

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

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16650: URL: https://github.com/apache/nuttx/pull/16650 -- 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: board/weact-stm32h743 Add sdcard support

2025-07-07 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 ec84502e805 board/weact-stm32h743 Add sdcard s

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

2025-07-07 Thread via GitHub
xiaoxiang781216 merged PR #16681: URL: https://github.com/apache/nuttx/pull/16681 -- 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] system/dd: portability to non-nuttx platforms [nuttx-apps]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #3121: URL: https://github.com/apache/nuttx-apps/pull/3121#discussion_r2190418829 ## system/dd/dd_main.c: ## @@ -31,7 +31,9 @@ #include #include +#if defined(__NuttX__) Review Comment: all -- This is an automated message from

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

2025-07-07 Thread via GitHub
cederom commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3045625439 * @linguini1 could you please take a look what could be wrong with this tag? :-) * I did local test on git master and nuttx-12.10.0 for nuttx.git and nuttx-apps.git works fine.

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

2025-07-07 Thread via GitHub
jerpelea commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3045612203 > We need to fix the doc build first because website / doc will not be updated otherwise :-) Looks like a simple thing, I just restarted CI to make sure its not random error :-)

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

2025-07-07 Thread via GitHub
cederom commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3045574516 Hmm local documentation builds fine on nuttx master :-) Looking deeper :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190294551 ## drivers/bch/bchdev_register.c: ## @@ -50,17 +50,17 @@ / int bchdev_register(FA

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190272205 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */ sn

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190294551 ## drivers/bch/bchdev_register.c: ## @@ -50,17 +50,17 @@ / int bchdev_register(FA

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190289332 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190272205 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */ sn

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

2025-07-07 Thread via GitHub
cederom commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3045424211 We need to fix the doc build first because website / doc will not be updated otherwise :-) Looks like a simple thing, I just restarted CI to make sure its not random error :-) --

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190246783 ## drivers/bch/bchdev_register.c: ## @@ -50,17 +50,17 @@ / int bchdev_register(

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190225082 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190225082 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190093305 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190225082 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190238864 ## drivers/bch/bchdev_register.c: ## @@ -50,17 +50,17 @@ / int bchdev_register(

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190238864 ## drivers/bch/bchdev_register.c: ## @@ -50,17 +50,17 @@ / int bchdev_register(

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190225082 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190225082 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190234080 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190225082 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190221789 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190221789 ## drivers/mtd/ftl.c: ## @@ -914,5 +1010,5 @@ int ftl_initialize(int minor, FAR struct mtd_dev_s *mtd) /* Do the real work by ftl_initialize_by_path */

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190093305 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190093305 ## drivers/mtd/ftl.c: ## @@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode) *

Re: [PR] drivers/bch: Add direct writing method for FTL [nuttx]

2025-07-07 Thread via GitHub
jingfei195887 commented on code in PR #16642: URL: https://github.com/apache/nuttx/pull/16642#discussion_r2190019022 ## include/nuttx/mtd/mtd.h: ## @@ -298,10 +298,25 @@ FAR struct mtd_dev_s *mtd_rwb_initialize(FAR struct mtd_dev_s *mtd); * Input Parameters: * path - The

Re: [PR] drivers/leds: Add support for KTD2052 [nuttx]

2025-07-07 Thread via GitHub
acassis merged PR #16217: URL: https://github.com/apache/nuttx/pull/16217 -- 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: drivers/leds: Add support for KTD2052

2025-07-07 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 d5eda10cad5 drivers/leds: Add support for KTD205

Re: [PR] drivers/net: add IGB network card support [nuttx]

2025-07-07 Thread via GitHub
jerpelea commented on PR #16660: URL: https://github.com/apache/nuttx/pull/16660#issuecomment-3044881332 @szafonimateusz-mi please rebase -- 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 speci

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-07 Thread via GitHub
acassis commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3044723483 @JorgeGzm please submit the suggested modifications -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

(nuttx) branch master updated (27e2f51d2e -> e5b138dee0)

2025-07-07 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 27e2f51d2e Doc/components: Updare refresh.sh to show usage examples new 9fb75b driver/touchscreen: add custom

Re: [PR] arch/risc-v: Change DMA functions with common layer for esp32[-c3|-c6|-h2] [nuttx]

2025-07-07 Thread via GitHub
eren-terzioglu commented on PR #16685: URL: https://github.com/apache/nuttx/pull/16685#issuecomment-3044650683 Waiting for other PR's to prevent conflict. -- 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 t

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-07 Thread via GitHub
acassis commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2189837170 ## boards/Kconfig: ## @@ -94,6 +94,7 @@ config ARCH_BOARD_AVRDX_BREADXAVR select ARCH_HAVE_LEDS select ARCH_HAVE_BUTTONS select ARCH_HAVE_IRQBUT

(nuttx) 01/06: driver/touchscreen: add custom open/close

2025-07-07 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 commit 9fb75bb59ff7b1ca29585265860d8db0f065 Author: wangjianyu3 AuthorDate: Sun Jul 6 00:29:25 2025 +0800 driver/touch

  1   2   >