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
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
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
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
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
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
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
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
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
+
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
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
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
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
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
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:
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
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
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
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
+ *
+ *
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
+ *
+ *
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
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
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
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
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.
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
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
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
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
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
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
+
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
+
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
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
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)
+
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...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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:
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://
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
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
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
+
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
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...
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
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
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
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
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
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
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
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
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:
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
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
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.
##
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
-
79 matches
Mail list logo