Re: [PR] net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access [nuttx]

2025-08-28 Thread via GitHub
matiamic closed pull request #16911: net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access URL: https://github.com/apache/nuttx/pull/16911 -- 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] nshlib/nsh_builtin.c : Add support to run builtin dirrectly without creating a separate thread [nuttx-apps]

2025-08-28 Thread via GitHub
wangchdo commented on code in PR #3168: URL: https://github.com/apache/nuttx-apps/pull/3168#discussion_r2309196051 ## nshlib/nsh_command.c: ## @@ -1338,3 +1338,80 @@ FAR const char *nsh_extmatch_getname(int index) return g_cmdmap[index].cmd; } #endif + +#ifdef CONFIG_NSH_B

[PR] drivers/net: Add network driver for 10BASE-T1x SPI MAC-PHYs [nuttx]

2025-08-28 Thread via GitHub
matiamic opened a new pull request, #16936: URL: https://github.com/apache/nuttx/pull/16936 ## Summary This patch adds a network driver for 10BASE-T1x SPI MAC-PHYs that follow [OPEN Alliance 10BASE-T1x MAC-PHY Serial Interface](https://opensig.org/wp-content/uploads/2023/12/OPEN_Alliance

Re: [PR] arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16930: URL: https://github.com/apache/nuttx/pull/16930#discussion_r2309157671 ## arch/arm/src/rp23xx/Make.defs: ## @@ -23,6 +23,7 @@ include armv8-m/Make.defs CFLAGS += -Wno-array-bounds +LDFLAGS += --no-warn-rwx-segments Review Comm

Re: [PR] drivers/ioexpander/aw9523b: New driver for AW9523B i/o expander [nuttx]

2025-08-28 Thread via GitHub
zsaleeba commented on PR #16934: URL: https://github.com/apache/nuttx/pull/16934#issuecomment-3235738779 > @zsaleeba please squash your patch into one. Now squashed, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16930: URL: https://github.com/apache/nuttx/pull/16930#discussion_r2309157671 ## arch/arm/src/rp23xx/Make.defs: ## @@ -23,6 +23,7 @@ include armv8-m/Make.defs CFLAGS += -Wno-array-bounds +LDFLAGS += --no-warn-rwx-segments Review Comm

Re: [I] [BUG] Serial TTY Signal Regression [nuttx]

2025-08-28 Thread via GitHub
pryre commented on issue #16935: URL: https://github.com/apache/nuttx/issues/16935#issuecomment-3235727083 I'm not sure if it's a related issue, but the desired behavior would be for `usleep()` to follow the POSIX convention, where an interrupted call would return `-1` with `errno` set to E

Re: [I] [BUG] Serial TTY Signal Regression [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on issue #16935: URL: https://github.com/apache/nuttx/issues/16935#issuecomment-3235735121 @jlaitine could you look at this regression. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] sched/event: add nxevent_clear api [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16920: URL: https://github.com/apache/nuttx/pull/16920#discussion_r2309139221 ## sched/event/event_clear.c: ## @@ -0,0 +1,69 @@ +/ + * sched/event/event_clear.c +

Re: [PR] net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on PR #16911: URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3235722819 since https://github.com/apache/nuttx/pull/16926 is merged, we can close this pr now. -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] drivers/ioexpander/aw9523b: New driver for AW9523B i/o expander [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on PR #16934: URL: https://github.com/apache/nuttx/pull/16934#issuecomment-3235722104 @zsaleeba please squash your patch into one. -- 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

[I] [BUG] Serial TTY Signal Regression [nuttx]

2025-08-28 Thread via GitHub
pryre opened a new issue, #16935: URL: https://github.com/apache/nuttx/issues/16935 ### Description / Steps to reproduce the issue # Summary I believe there's been a behavior regression caused by #14104, may also be related to #16334. # Impact Behavior: * Befor

Re: [PR] nshlib/nsh_builtin.c : Add support to run builtin dirrectly without creating a separate thread [nuttx-apps]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #3168: URL: https://github.com/apache/nuttx-apps/pull/3168#discussion_r2309128352 ## nshlib/nsh_command.c: ## @@ -1338,3 +1338,80 @@ FAR const char *nsh_extmatch_getname(int index) return g_cmdmap[index].cmd; } #endif + +#ifdef CONFI

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
simbit18 merged PR #16926: URL: https://github.com/apache/nuttx/pull/16926 -- 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.apa

(nuttx) branch master updated (52d1877e2e -> 8fc63aaa10)

2025-08-28 Thread simbit18
This is an automated email from the ASF dual-hosted git repository. simbit18 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 52d1877e2e boards/arm/rp23xx/common: update board reset via BOOTROM functions add 8fc63aaa10 include/net/if.h:

[PR] drivers/ioexpander/aw9523b: New driver for AW9523B i/o expander [nuttx]

2025-08-28 Thread via GitHub
zsaleeba opened a new pull request, #16934: URL: https://github.com/apache/nuttx/pull/16934 ## Summary This is an I2C driver for the Awinic AW9523B I/O expander. As well as the supporting usual digital I/Os, this device features the ability to drive LEDs directly, and can control the

[PR] sched: remove csection in event [nuttx]

2025-08-28 Thread via GitHub
hujun260 opened a new pull request, #16933: URL: https://github.com/apache/nuttx/pull/16933 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary sched: remove csection in event ## Impact We hope to

[PR] libs/libc/semaphore: allow nxsem_init to negative value [nuttx]

2025-08-28 Thread via GitHub
wangchdo opened a new pull request, #16932: URL: https://github.com/apache/nuttx/pull/16932 Allow user to init semaphore value to negative value, this is needed in some use cases *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBU

Re: [PR] sched/event: add nxevent_clear api [nuttx]

2025-08-28 Thread via GitHub
wangchdo commented on code in PR #16920: URL: https://github.com/apache/nuttx/pull/16920#discussion_r2308893292 ## sched/event/event_clear.c: ## @@ -0,0 +1,69 @@ +/ + * sched/event/event_clear.c + * + *

Re: [PR] sched/event: add nxevent_clear api [nuttx]

2025-08-28 Thread via GitHub
wangchdo commented on code in PR #16920: URL: https://github.com/apache/nuttx/pull/16920#discussion_r2308893292 ## sched/event/event_clear.c: ## @@ -0,0 +1,69 @@ +/ + * sched/event/event_clear.c + * + *

Re: [PR] nshlib/nsh_builtin.c : Add support to run builtin dirrectly without creating a separate thread [nuttx-apps]

2025-08-28 Thread via GitHub
wangchdo commented on code in PR #3168: URL: https://github.com/apache/nuttx-apps/pull/3168#discussion_r2308880392 ## nshlib/nsh_builtin.c: ## @@ -49,6 +49,83 @@ * Public Functions / +#ifdef CONFIG

(nuttx-website) branch asf-site updated: Publishing web: 9694bc613262aaa0e4e5b8ccb54017a1c229e44e docs: 52d1877e2e7eea622060855e5806e13c39e6111d

2025-08-28 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 80e60656f Publishing web: 9694bc6

Re: [PR] net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access [nuttx]

2025-08-28 Thread via GitHub
ppisa commented on PR #16911: URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3234926255 There is great potential to enhance NuttX networking documentation from @matiamic [bachelor thesis](https://dspace.cvut.cz/bitstream/handle/10467/123231/F3-BP-2025-Matias-Michal-bp.pdf). W

Re: [PR] net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access [nuttx]

2025-08-28 Thread via GitHub
acassis commented on PR #16911: URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3234888449 @matiamic I think these @ppisa comments could be used to create the missing Documentation -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
acassis commented on PR #16926: URL: https://github.com/apache/nuttx/pull/16926#issuecomment-3234869166 @ppisa I force the re-run of the failed job. Unfortunately our CI is very unstable, sometime it fails because download error, like temporary 502 error that normally we see in the browser.

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
ppisa commented on PR #16926: URL: https://github.com/apache/nuttx/pull/16926#issuecomment-3234830591 Please, can somebody approve this change ( for example @acassis ) to allow @matiamic to continue with main OpenAliance T1S pull request preparation/posting as his GSoC final report referenc

Re: [PR] drivers/i2s/i2schar: Implement ioctl commands and blocking read/write operations [nuttx]

2025-08-28 Thread via GitHub
cederom commented on PR #16914: URL: https://github.com/apache/nuttx/pull/16914#issuecomment-3234669176 Thanks @tmedicci :-) Let me know if you need some testing I have both ESP32-C6 and ESP32-S3 boards :-) Even bought recently several tiny XIAO bards with C6 S3 chips (and some others), and

Re: [PR] drivers/i2s/i2schar: Implement ioctl commands and blocking read/write operations [nuttx]

2025-08-28 Thread via GitHub
tmedicci commented on PR #16914: URL: https://github.com/apache/nuttx/pull/16914#issuecomment-3234652770 Hi @cederom ! I'm sorry. I forgot to mention that the general I2S driver is currently broken for our devices (at least, I tested it on ESP32-S3 and ESP32-C6 using the `i2schar` dr

(nuttx) branch master updated: boards/arm/rp23xx/common: update board reset via BOOTROM functions

2025-08-28 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 52d1877e2e boards/arm/rp23xx/common: update boar

Re: [PR] drivers/i2s/i2schar: Implement ioctl commands and blocking read/write operations [nuttx]

2025-08-28 Thread via GitHub
cederom commented on PR #16914: URL: https://github.com/apache/nuttx/pull/16914#issuecomment-3233933444 Okay so the original ESP32-S3-DevKitC-1U just arrived and I still have segfault on `i2schar -l` invocation, could you please double check @tmedicci what could be the cause? Maybe my compi

Re: [PR] arch/xmc4 : fix serial buffer size for unused channel [nuttx]

2025-08-28 Thread via GitHub
acassis commented on code in PR #16923: URL: https://github.com/apache/nuttx/pull/16923#discussion_r2307686292 ## arch/arm/src/xmc4/Kconfig: ## @@ -466,6 +492,32 @@ config XMC4_USIC1_CHAN1_ISI2S endchoice # USIC1 Channel 1 Protocol +config XMC4_USIC1_CHAN0_TX_BUFFER_SIZE +

Re: [PR] arch/xmc4 : fix serial buffer size for unused channel [nuttx]

2025-08-28 Thread via GitHub
acassis commented on code in PR #16923: URL: https://github.com/apache/nuttx/pull/16923#discussion_r2307688876 ## arch/arm/src/xmc4/Kconfig: ## @@ -466,6 +492,32 @@ config XMC4_USIC1_CHAN1_ISI2S endchoice # USIC1 Channel 1 Protocol +config XMC4_USIC1_CHAN0_TX_BUFFER_SIZE +

Re: [PR] In multicore system, We add a busywait flag to synchronize the startup of other cores. [nuttx]

2025-08-28 Thread via GitHub
acassis commented on PR #16928: URL: https://github.com/apache/nuttx/pull/16928#issuecomment-3233829032 @hujun260 please use the title of this PR to explain the Kconfig symbol help :-). Also the PR title should start with the feature/subsystem info, i.e.: sched/smp: use busywait flag to syn

Re: [PR] mbedtls: Add an option to build ssl_client2 test program [nuttx-apps]

2025-08-28 Thread via GitHub
cederom commented on PR #3165: URL: https://github.com/apache/nuttx-apps/pull/3165#issuecomment-3233827139 Yup, trivial update, but this will be verified by CI soon :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] In multicore system, We add a busywait flag to synchronize the startup of other cores. [nuttx]

2025-08-28 Thread via GitHub
acassis commented on code in PR #16928: URL: https://github.com/apache/nuttx/pull/16928#discussion_r2307658040 ## arch/arm/Kconfig: ## @@ -1279,6 +1279,17 @@ config ARM_FPU_ABI_SOFT ---help--- Pass float value via integer register (-mfloat-abi=softfp) +

Re: [PR] examples/i2schar: Implement loopback mode check [nuttx-apps]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #3166: URL: https://github.com/apache/nuttx-apps/pull/3166 -- 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...

Re: [PR] tools: add a convert tool to help migrate from make to cmake [nuttx]

2025-08-28 Thread via GitHub
simbit18 commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r2307538965 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,281 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cmak

Re: [PR] boards/arm/rp23xx/common: update board reset via BOOTROM functions [nuttx]

2025-08-28 Thread via GitHub
acassis merged PR #16931: URL: https://github.com/apache/nuttx/pull/16931 -- 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: [PR] arch/arm/samv7: add support for progmem in PIC32CZ CA70 series [nuttx]

2025-08-28 Thread via GitHub
jerpelea commented on PR #16901: URL: https://github.com/apache/nuttx/pull/16901#issuecomment-3233126702 > Alin, the commits are properly identified. Maybe another alternative is modifying your script to use the commits instead of the Pull Requests. Is it possible? a PR level cha

(nuttx-apps) branch master updated: examples/i2schar: Implement loopback mode check

2025-08-28 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 61e82925d examples/i2schar: Implement loo

Re: [PR] mbedtls: Add an option to build ssl_client2 test program [nuttx-apps]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on PR #3165: URL: https://github.com/apache/nuttx-apps/pull/3165#issuecomment-3233618164 > @xiaoxiang781216 commit [d2bffb6](https://github.com/apache/nuttx-apps/commit/d2bffb68095b59727b85ac385758a4016ae1e574) was merged without commit messages! sorry, I th

(nuttx) branch master updated: .editorconfig: add .editorconfig file to help maintain coding style

2025-08-28 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 92661d9e03 .editorconfig: add .editorconfig fi

Re: [PR] .editorconfig: add .editorconfig file to help maintain coding style [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #16929: URL: https://github.com/apache/nuttx/pull/16929 -- 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] sched/signal: Old signal action need save sa_user [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #16927: URL: https://github.com/apache/nuttx/pull/16927 -- 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/02: boards/risc-v: update board and defconfigs for Wi-Fi on ESP32-C3|C6

2025-08-28 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 c15521af912ba9db59f49484d93efc4bbdc8449f Author: Filipe Cavalcanti AuthorDate: Thu Aug 21 16:10:31 2025 -0300 boa

Re: [PR] arch/xmc4 : fix serial buffer size for unused channel [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16923: URL: https://github.com/apache/nuttx/pull/16923#discussion_r2307487071 ## arch/arm/src/xmc4/Kconfig: ## @@ -605,6 +657,32 @@ config XMC4_USIC2_CHAN1_ISI2S Configure USIC2 Channel 1 for I2S audio endchoice # USIC2 C

(nuttx) branch master updated: sched/signal: Old signal action need save sa_user

2025-08-28 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 b9203c1747 sched/signal: Old signal action nee

Re: [PR] arch/risc-v: Refactor Wi-Fi driver for ESP32-C3|C6 [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #16921: URL: https://github.com/apache/nuttx/pull/16921 -- 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 (9c6d502531 -> c15521af91)

2025-08-28 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 9c6d502531 boards/arm/imxrt: CMake added imxrt1020-evk imxrt1050-evk boards new 1f7c3a32e5 arch/risc-v: refact

Re: [PR] arch/xmc4 : fix serial buffer size for unused channel [nuttx]

2025-08-28 Thread via GitHub
adriendesp commented on PR #16923: URL: https://github.com/apache/nuttx/pull/16923#issuecomment-3233431527 Added commit message and better description in Kconfig -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] sched/init/nx_bringup.c: Add support for CONFIG_INIT_NONE in a flat build [nuttx]

2025-08-28 Thread via GitHub
wangchdo commented on code in PR #16919: URL: https://github.com/apache/nuttx/pull/16919#discussion_r2307276327 ## sched/init/nx_bringup.c: ## @@ -65,10 +65,9 @@ /* Configuration */ #if defined(CONFIG_INIT_NONE) - /* Kconfig logic will set CONFIG_INIT_NONE if dependencies a

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
simbit18 commented on PR #16926: URL: https://github.com/apache/nuttx/pull/16926#issuecomment-3233098457 > > please fix the style warning: > > @xiaoxiang781216 The warning is in the license banner in SPDX tag-value line. A short search indicates that SPDX tag-value must be entirely on

Re: [PR] net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access [nuttx]

2025-08-28 Thread via GitHub
matiamic commented on PR #16911: URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3232947511 > All controllers with MDIO IOCTLs support should be revised to not attempt interpret incorrect way C45 as C22 and vice versa. The following is a list of drivers that might need to

Re: [PR] fix ld unrecognized option '-g3' [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #16910: URL: https://github.com/apache/nuttx/pull/16910 -- 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] net/netdev/netdev_ioctl.c: Add new ioctls for MMD register access [nuttx]

2025-08-28 Thread via GitHub
ppisa commented on PR #16911: URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3232813793 The Linux kernel style for MMD PHY registers access is proposed in alternative pull request #16926 which superseded this request if approved. Combining of Clause 22 and Clause 45 accesses i

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
ppisa commented on PR #16926: URL: https://github.com/apache/nuttx/pull/16926#issuecomment-3232768853 It is the original line unmodified by the patch. Its correction is problematic as specified by @matiamic and this style update should not be mixed with functionality added by this patch. S

Re: [PR] arch/xmc4 : fix serial buffer size for unused channel [nuttx]

2025-08-28 Thread via GitHub
adriendesp commented on code in PR #16923: URL: https://github.com/apache/nuttx/pull/16923#discussion_r2306751571 ## arch/arm/src/xmc4/Kconfig: ## @@ -326,6 +326,24 @@ config XMC4_USIC0_CHAN1_ISI2S endchoice # USIC0 Channel 1 Protocol +config XMC4_USIC0_CHAN0_TX_BUFFER_SIZE

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
matiamic commented on PR #16926: URL: https://github.com/apache/nuttx/pull/16926#issuecomment-3232621158 > please fix the style warning: @xiaoxiang781216 The warning is in the license banner in SPDX tag-value line. A short search indicates that SPDX tag-value must be entirely on a sin

Re: [PR] arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings [nuttx]

2025-08-28 Thread via GitHub
shtirlic commented on code in PR #16930: URL: https://github.com/apache/nuttx/pull/16930#discussion_r2306722891 ## arch/arm/src/rp23xx/Make.defs: ## @@ -23,6 +23,7 @@ include armv8-m/Make.defs CFLAGS += -Wno-array-bounds +LDFLAGS += --no-warn-rwx-segments Review Comment:

Re: [PR] arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings [nuttx]

2025-08-28 Thread via GitHub
shtirlic commented on code in PR #16930: URL: https://github.com/apache/nuttx/pull/16930#discussion_r2306722891 ## arch/arm/src/rp23xx/Make.defs: ## @@ -23,6 +23,7 @@ include armv8-m/Make.defs CFLAGS += -Wno-array-bounds +LDFLAGS += --no-warn-rwx-segments Review Comment:

[PR] boards/arm/rp23xx/common: update board reset via BOOTROM functions [nuttx]

2025-08-28 Thread via GitHub
shtirlic opened a new pull request, #16931: URL: https://github.com/apache/nuttx/pull/16931 ## Summary Update board reset with BOOTROM functions calls - normal reboot - reboot to bootloader normal reboot and reboot bootloader now possible from nsh Port of https://

Re: [PR] mbedtls: Add an option to build ssl_client2 test program [nuttx-apps]

2025-08-28 Thread via GitHub
jerpelea commented on PR #3165: URL: https://github.com/apache/nuttx-apps/pull/3165#issuecomment-3232434152 @xiaoxiang781216 commit https://github.com/apache/nuttx-apps/pull/3165/commits/d2bffb68095b59727b85ac385758a4016ae1e574 was merged without commit messages! -- This is an automa

Re: [PR] include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on PR #16926: URL: https://github.com/apache/nuttx/pull/16926#issuecomment-3232186658 please fix the style warning: ``` ../nuttx/tools/checkpatch.sh -c -u -m -g c36d0676033d84828ca06628ce5750d3b916a6af..HEAD Used config files: 1: .codespellrc Err

Re: [PR] sched/event: add nxevent_clear api [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16920: URL: https://github.com/apache/nuttx/pull/16920#discussion_r2306486877 ## sched/event/event_clear.c: ## @@ -0,0 +1,69 @@ +/ + * sched/event/event_clear.c +

(nuttx) branch master updated (e1b442b0e8 -> a3e5ae9600)

2025-08-28 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 e1b442b0e8 arm/sama5: fix ld unrecognized option '-g3' add a3e5ae9600 arch/tricore/src/common/tricore_irq.c: ad

Re: [PR] boot/nxboot/loader/boot.c: avoid unwanted confirm on double update [nuttx-apps]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #3169: URL: https://github.com/apache/nuttx-apps/pull/3169 -- 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...

Re: [PR] boards/arm/imxrt: CMake added imxrt1020-evk imxrt1050-evk boards [nuttx]

2025-08-28 Thread via GitHub
lupyuen merged PR #16922: URL: https://github.com/apache/nuttx/pull/16922 -- 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: boards/arm/imxrt: CMake added imxrt1020-evk imxrt1050-evk boards

2025-08-28 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen 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 9c6d502531 boards/arm/imxrt: CMake added imxrt10

Re: [PR] boards/arm/imxrt: CMake added imxrt1060-evk imxrt1064-evk imxrt1170-evk boards [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #16918: URL: https://github.com/apache/nuttx/pull/16918 -- 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 (c36d067603 -> e1b442b0e8)

2025-08-28 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 c36d067603 tools/nix: move nix flakes to tools/ new fec6e248b9 fix ld unrecognized option '-g3' new e1b442

Re: [PR] sched/init/nx_bringup.c: Add support for CONFIG_INIT_NONE in a flat build [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16919: URL: https://github.com/apache/nuttx/pull/16919#discussion_r2306467417 ## sched/init/nx_bringup.c: ## @@ -65,10 +65,9 @@ /* Configuration */ #if defined(CONFIG_INIT_NONE) - /* Kconfig logic will set CONFIG_INIT_NONE if depende

(nuttx) branch master updated (a3e5ae9600 -> 4838d712a7)

2025-08-28 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 a3e5ae9600 arch/tricore/src/common/tricore_irq.c: add up_affinity_irq add 4838d712a7 boards/arm/imxrt: CMake ad

Re: [PR] arch/tricore/src/common/tricore_irq.c: add up_affinity_irq [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 merged PR #16917: URL: https://github.com/apache/nuttx/pull/16917 -- 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: fix ld unrecognized option '-g3'

2025-08-28 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 fec6e248b9aa25d56119b3e321e71b1c948ade84 Author: v-tangmeng AuthorDate: Tue Aug 26 17:22:32 2025 +0800 fix ld unr

(nuttx) 02/02: arm/sama5: fix ld unrecognized option '-g3'

2025-08-28 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 e1b442b0e8b4a346b0c5a114264f00e1e5f96ae2 Author: v-tangmeng AuthorDate: Wed Aug 27 11:54:49 2025 +0800 arm/sama5:

Re: [PR] arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings [nuttx]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #16930: URL: https://github.com/apache/nuttx/pull/16930#discussion_r2306450250 ## arch/arm/src/rp23xx/Make.defs: ## @@ -23,6 +23,7 @@ include armv8-m/Make.defs CFLAGS += -Wno-array-bounds +LDFLAGS += --no-warn-rwx-segments Review Comm

Re: [PR] nshlib/nsh_builtin.c : Add support to run builtin dirrectly without creating a separate thread [nuttx-apps]

2025-08-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #3168: URL: https://github.com/apache/nuttx-apps/pull/3168#discussion_r2306442660 ## nshlib/nsh_builtin.c: ## @@ -49,6 +49,83 @@ * Public Functions / +#ifdef

[PR] .editorconfig: add .editorconfig file to help maintain coding style [nuttx]

2025-08-28 Thread via GitHub
michallenc opened a new pull request, #16929: URL: https://github.com/apache/nuttx/pull/16929 ## Summary Adds .editorconfig file to help maintain basic coding style such as indent style and brackets across various IDEs. Editor scans for this file and adheres to these rules. ##

[PR] arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings [nuttx]

2025-08-28 Thread via GitHub
shtirlic opened a new pull request, #16930: URL: https://github.com/apache/nuttx/pull/16930 ## Summary Setting the "--no-warn-rwx-segments" linker option Port of https://github.com/apache/nuttx/pull/16886 ## Impact No more rwx warnings while linking -