raiden00pl commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3227004480
> @raiden00pl do you think it is possible to detect if some commit in the PR
starts with a "!" and automatically prepend "[Breaking Change]" in the PR title?
probably this can be
simbit18 commented on code in PR #16910:
URL: https://github.com/apache/nuttx/pull/16910#discussion_r2303039336
##
arch/tricore/src/cmake/ToolchainTasking.cmake:
##
@@ -83,7 +83,7 @@ add_compile_options(--tradeoff=2)
if(CONFIG_DEBUG_SYMBOLS)
add_compile_options(--debug-info=
wangchdo opened a new pull request, #3168:
URL: https://github.com/apache/nuttx-apps/pull/3168
Add a new config: NSH_BUILTIN_AS_COMMAND.
Provide a new implementation for nsh_builtin
when CONFIG_NSH_BUILTIN_AS_COMMAND is enabled.
*Note: Please adhere to [Contributing
Guidelin
yamt commented on PR #3165:
URL: https://github.com/apache/nuttx-apps/pull/3165#issuecomment-3226822042
> the ci seems complaining on an untracked directory
(crypto/mbedtls/mbedtls-framework/) for esp32s3-devkit/mbedtls.
>
> i couldn't reproduce it locally. `make distclean` removed th
wangchdo closed pull request #3167: nshlib/nsh_builtin.c : Add support to run
builtin dirrectly without creating a separate thread
URL: https://github.com/apache/nuttx-apps/pull/3167
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
wangchdo opened a new pull request, #3167:
URL: https://github.com/apache/nuttx-apps/pull/3167
Add:
A new config: NSH_BUILTIN_AS_COMMAND
Provide a new implementation for nsh_builtin when
CONFIG_NSH_BUILTIN_AS_COMMAND is enabled
*Note: Please adhere to [Cont
yamt commented on PR #3165:
URL: https://github.com/apache/nuttx-apps/pull/3165#issuecomment-3226783236
the ci seems complaining an untracked directory
(crypto/mbedtls/mbedtls-framework/) for esp32s3-devkit/mbedtls.
i couldn't reproduce it locally. `make distclean` removed the directo
xiaoxiang781216 commented on PR #16911:
URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3226687419
Thanks for the detailed explanation.
> For direct MDIO and MDD registers access, Linux kernel provides
SIOCGMIIPHY, SIOCGMIIREG, SIOCSMIIREG similar as these provided by
TangMeng12 commented on PR #16910:
URL: https://github.com/apache/nuttx/pull/16910#issuecomment-3226615703
>
https://github.com/apache/nuttx/blob/670ee35817ed6e15051db5d3ad79d6f97c001544/arch/tricore/src/cmake/ToolchainTasking.cmake#L86
>
> Hi @TangMeng12, can you also align cmake?
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 6f5a8c6b25b6b287304c23a0cfda942e9b9a3ac9
Author: Tiago Medicci Serrano
AuthorDate: Mon Aug 25 13:56:19 2025 -0300
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 aadb929526 drivers/net/CMakeLists.txt: Aligned Cmake with Make
new 6f5a8c6b25 drivers/i2s/i2schar: Implement io
xiaoxiang781216 merged PR #16914:
URL: https://github.com/apache/nuttx/pull/16914
--
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 585c25bac0099367553a0c53ee5bbd011baf2b56
Author: Tiago Medicci Serrano
AuthorDate: Mon Aug 25 14:34:22 2025 -0300
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 f4142626b9 net/can/can_recvmsg.c: Cleanup can_readahead
add aadb929526 drivers/net/CMakeLists.txt: Aligned Cmak
xiaoxiang781216 merged PR #16913:
URL: https://github.com/apache/nuttx/pull/16913
--
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.
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 68206aa2b Publishing web: 9694bc6
cederom commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3225990875
> @acassis: @raiden00pl do you think it is possible to detect if some commit
in the PR starts with a "!" and automatically prepend "[Breaking Change]" in
the PR title?
>
> I think
cederom commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3225917952
* Great idea @raiden00pl thank you!! This will really save us all time and
effort :-)
* Current git commit template / requirement is defined here
https://github.com/apache/nuttx/blob/m
kywwilson11 closed pull request #16904: arch/arm/stm32h5: ADC Watchdog
Implementation
URL: https://github.com/apache/nuttx/pull/16904
--
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 com
acassis commented on code in PR #16904:
URL: https://github.com/apache/nuttx/pull/16904#discussion_r2301977160
##
include/nuttx/analog/ioctl.h:
##
@@ -131,6 +131,11 @@
#define AN_ADS7046_FIRST (AN_MCP47X6_FIRST + AN_MCP47X6_NCMDS)
#define AN_ADS7046_NCMDS 3
+/* See arch/ar
kywwilson11 commented on code in PR #16904:
URL: https://github.com/apache/nuttx/pull/16904#discussion_r2301976199
##
arch/arm/src/stm32h5/stm32_adc.h:
##
@@ -463,10 +463,88 @@
# endif
#endif
+/* IOCTL Support */
+
+#define ANIOC_STM32H5_WDOG_CFG _ANIOC(AN_STM32H5_FIR
kywwilson11 commented on code in PR #16904:
URL: https://github.com/apache/nuttx/pull/16904#discussion_r2301947553
##
include/nuttx/analog/ioctl.h:
##
@@ -131,6 +131,11 @@
#define AN_ADS7046_FIRST (AN_MCP47X6_FIRST + AN_MCP47X6_NCMDS)
#define AN_ADS7046_NCMDS 3
+/* See arc
acassis commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3225445161
@raiden00pl do you think it is possible to detect if some commit in the PR
starts with a "!" and automatically prepend "[Breaking Change]" in the PR title?
I think it is better the
tmedicci commented on PR #3166:
URL: https://github.com/apache/nuttx-apps/pull/3166#issuecomment-3225282085
> Build errors for RISC-V target :-(
>
> ```
> i2schar_main.c: In function 'i2schar_main':
> Error: i2schar_main.c:487:23: error: 'I2SIOC_GTXDATAWIDTH' undeclared
(first u
acassis commented on PR #16901:
URL: https://github.com/apache/nuttx/pull/16901#issuecomment-3225340311
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?
--
This is an automated m
fdcavalcanti opened a new issue, #16915:
URL: https://github.com/apache/nuttx/issues/16915
### Description / Steps to reproduce the issue
Hi all,
I have a problem where running NuttX as IPERF server (Wi-Fi on ESP32-C6)
shows decreasing speed with time.
Here's an example:
linguini1 closed pull request #15876: arch/arm/stm32h7: Add lazy FPU for
STM32H7 ARMV7 single core chips
URL: https://github.com/apache/nuttx/pull/15876
--
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
ppisa commented on PR #16911:
URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3225180816
The current main purpose for these operations is to allow
[PLCA](https://en.wikipedia.org/wiki/PHY-Level_Collision_Avoidance)
configuration in PHY devices (802.3cg 10BASE-T1S).
Linu
cederom commented on PR #16914:
URL: https://github.com/apache/nuttx/pull/16914#issuecomment-3225059347
Thank you @tmedicci :-) I was trying to reproduce on XIAO-ESP32S3 devkit but
I get kernel panics probably due to hw config conflicts (modified usbnsh
config). I have ordered esp32s3-devki
cederom commented on PR #3166:
URL: https://github.com/apache/nuttx-apps/pull/3166#issuecomment-3225047763
Build errors for RISC-V target :-(
```
i2schar_main.c: In function 'i2schar_main':
Error: i2schar_main.c:487:23: error: 'I2SIOC_GTXDATAWIDTH' undeclared (first
use in this fun
matiamic commented on code in PR #16911:
URL: https://github.com/apache/nuttx/pull/16911#discussion_r2301523756
##
include/net/if.h:
##
@@ -172,6 +172,18 @@ struct mii_ioctl_data_s
uint16_t val_out; /* PHY output data */
};
+/* Structure passed to read from or write to
acassis commented on PR #16914:
URL: https://github.com/apache/nuttx/pull/16914#issuecomment-3224737605
@tmedicci please include an entry to this I2S ioctl in our Documentation,
maybe at end of https://nuttx.apache.org/docs/latest/components/audio/index.html
--
This is an automated messag
acassis commented on PR #16902:
URL: https://github.com/apache/nuttx/pull/16902#issuecomment-3224723445
Thank you @jerpelea, maybe we can help to improve it using this
https://github.com/apache/nuttx/pull/16912
BTW, I think we could automatically detect the "!" in the commit and add t
xiaoxiang781216 commented on code in PR #3166:
URL: https://github.com/apache/nuttx-apps/pull/3166#discussion_r2301281836
##
examples/i2schar/i2schar.h:
##
@@ -83,6 +83,7 @@
struct i2schar_state_s
{
bool initialized;
+ bool loopback_mode;
Review Comment:
```s
xiaoxiang781216 commented on code in PR #16914:
URL: https://github.com/apache/nuttx/pull/16914#discussion_r2301274615
##
drivers/i2s/i2schar.c:
##
@@ -363,9 +458,92 @@ static int i2schar_ioctl(FAR struct file *filep, int cmd,
unsigned long arg)
priv = inode->i_private;
D
tmedicci opened a new pull request, #3166:
URL: https://github.com/apache/nuttx-apps/pull/3166
## Summary
* examples/i2schar: Implement loopback mode check
- Implements the loopback mode for the i2schar example application. This
mode - available only when both RX and TX are enabl
tmedicci opened a new pull request, #16914:
URL: https://github.com/apache/nuttx/pull/16914
## Summary
* drivers/i2s/i2schar: Implement blocking read/write operations
- Implements simple (blocking) read and write operations for the i2schar
driver. Although it already contained su
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
commit 93ced081dcab9efd4dbadfce823e7163e0be35b2
Author: YAMAMOTO Takashi
AuthorDate: Tue Aug 26 15:21:00 2025 +0900
raiden00pl commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3224298953
@michallenc I added `WIP:|wip:` to the blacklist (ending with a colon ":")
to avoid false positives for words like "wipe".
--
This is an automated message from the Apache Git Service
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
commit 78bae4f14f242c47dfd65d5d5a1fc83e2f789807
Author: YAMAMOTO Takashi
AuthorDate: Mon Jul 7 13:18:21 2025 +0900
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-apps.git
from dfd1eb067 examples/ads7046: Add new example for ADS7046 ADC
new 78bae4f14 system/dd: portability to non-nu
xiaoxiang781216 merged PR #3121:
URL: https://github.com/apache/nuttx-apps/pull/3121
--
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...
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
commit 71ce94a13ec725ea969002d63818074f18fd4ae3
Author: YAMAMOTO Takashi
AuthorDate: Tue Aug 26 15:24:17 2025 +0900
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 8fc2ad20a7d5b9b954e00d79460b1877831fc695
Author: haitomatic
AuthorDate: Tue Mar 12 11:13:19 2024 +0200
net/can/ca
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 f4142626b9b4a161fc67791a9c09965da6fc6ab2
Author: Jukka Laitinen
AuthorDate: Tue Mar 12 10:42:51 2024 +0200
net/ca
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 e2b1d186d7 drivers/net/ksz9477.c: Errata 16, reset SGMII always on init
new 8fc2ad20a7 net/can/can_callback.c:
xiaoxiang781216 merged PR #16905:
URL: https://github.com/apache/nuttx/pull/16905
--
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 144ac236471a87dd010e1546d39ca994f6733ec9
Author: haitomatic
AuthorDate: Tue Mar 12 11:26:37 2024 +0200
net/can/ca
xiaoxiang781216 commented on code in PR #16911:
URL: https://github.com/apache/nuttx/pull/16911#discussion_r2300869143
##
include/net/if.h:
##
@@ -172,6 +172,18 @@ struct mii_ioctl_data_s
uint16_t val_out; /* PHY output data */
};
+/* Structure passed to read from or w
simbit18 opened a new pull request, #16913:
URL: https://github.com/apache/nuttx/pull/16913
## Summary
Add KSZ9477 driver #10503
## Impact
Impact on user: NO
Impact on build: This PR Aligned Cmake with Make
Impact on hardware: NO
Impact on documentati
jlaitine commented on PR #16905:
URL: https://github.com/apache/nuttx/pull/16905#issuecomment-3223992638
> @jlaitine did you test it with mcp2515? I received some emails from a guy
saying it stopped to work in recent kernel, but I didn't have change to verify
it yet
No, I dont think
michallenc commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3223963178
I think we should also check for `wip`, `WIP` and similar in commit
messages. These should not be merged into mainline imo.
--
This is an automated message from the Apache Git Servic
acassis commented on PR #16905:
URL: https://github.com/apache/nuttx/pull/16905#issuecomment-3223938780
@jlaitine did you test it with mcp2515? I received some emails from a guy
saying it stopped to work in recent kernel, but I didn't have change to verify
it yet
--
This is an automated
acassis commented on PR #16911:
URL: https://github.com/apache/nuttx/pull/16911#issuecomment-3223932126
@matiamic please update
https://nuttx.apache.org/docs/latest/components/net/netdev.html to contain this
new struct and ioctl.
--
This is an automated message from the Apache Git Servic
acassis merged PR #16906:
URL: https://github.com/apache/nuttx/pull/16906
--
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.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 47cd5ba279 arch/arm/src/samv7/sam_emac.c: fix compile warning
add fcab00d3a8 drivers/net/ksz9477: Implement errat
This is an automated email from the ASF dual-hosted git repository.
raiden00 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 47cd5ba279 arch/arm/src/samv7/sam_emac.c: fix c
raiden00pl merged PR #16907:
URL: https://github.com/apache/nuttx/pull/16907
--
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.a
raiden00pl merged PR #16909:
URL: https://github.com/apache/nuttx/pull/16909
--
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.a
This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 28206007e0 board/tricore: rename tc397 chip board name
add 5c7c7f8ca3 arch/arm/src/stm32f7/stm32_ethernet.c: Fi
simbit18 commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3223715634
@raiden00pl Great idea
--
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 commen
simbit18 commented on PR #16910:
URL: https://github.com/apache/nuttx/pull/16910#issuecomment-3223679391
https://github.com/apache/nuttx/blob/670ee35817ed6e15051db5d3ad79d6f97c001544/arch/tricore/src/cmake/ToolchainTasking.cmake#L86
Hi @TangMeng12, can you also align cmake?
--
This
raiden00pl commented on PR #16912:
URL: https://github.com/apache/nuttx/pull/16912#issuecomment-3223680307
we can also add VELAPLATFO- detection in commit body
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
raiden00pl opened a new pull request, #16912:
URL: https://github.com/apache/nuttx/pull/16912
## Summary
check git commit format with CI:
1. line length less than 72 for commit title and commit body
2. affected subsystem (detecting colon in commit title ":")
3. Signed-off-
matiamic opened a new pull request, #16911:
URL: https://github.com/apache/nuttx/pull/16911
## Summary
This patch adds SIOCGMMDREG and SIOCSMMDREG ioctl commands with accompanying
logic.
SIOCGMMDREG: Get MMD register.
SIOCGMMDREG: Set MMD register.
A new structure `mmd_ioctl_data
raiden00pl commented on PR #16904:
URL: https://github.com/apache/nuttx/pull/16904#issuecomment-3223584469
The upper-half ADC should define common logic for the ADC watchdog. This
functionality is present in most ADCs (but often named differently)
--
This is an automated message from the
raiden00pl commented on code in PR #16904:
URL: https://github.com/apache/nuttx/pull/16904#discussion_r2300543214
##
include/nuttx/analog/ioctl.h:
##
@@ -131,6 +131,11 @@
#define AN_ADS7046_FIRST (AN_MCP47X6_FIRST + AN_MCP47X6_NCMDS)
#define AN_ADS7046_NCMDS 3
+/* See arch
raiden00pl commented on code in PR #16904:
URL: https://github.com/apache/nuttx/pull/16904#discussion_r2300538050
##
arch/arm/src/stm32h5/stm32_adc.h:
##
@@ -463,10 +463,88 @@
# endif
#endif
+/* IOCTL Support */
+
+#define ANIOC_STM32H5_WDOG_CFG _ANIOC(AN_STM32H5_FIRS
TangMeng12 opened a new pull request, #16910:
URL: https://github.com/apache/nuttx/pull/16910
ld: unrecognized option '-g3'
ld: use the --help option for usage information
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md)
raiden00pl commented on issue #16908:
URL: https://github.com/apache/nuttx/issues/16908#issuecomment-3223217712
After playing around with this for a while, it think that the best option is
to take the mynewt approach and write the checks from scratch.
--
This is an automated message from
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 28206007e0 board/tricore: rename tc397 chip b
xiaoxiang781216 merged PR #16898:
URL: https://github.com/apache/nuttx/pull/16898
--
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
raiden00pl commented on issue #16908:
URL: https://github.com/apache/nuttx/issues/16908#issuecomment-3222942282
actions allowed by Apache Foundation Infra can be found in this file:
https://github.com/apache/infrastructure-actions/blob/main/actions.yml
What we can use:
- https:
yamt opened a new pull request, #3165:
URL: https://github.com/apache/nuttx-apps/pull/3165
## Summary
just for testing convenience.
## Impact
## Testing
tested on esp32s3-devkit while ago.
--
This is an automated message from the Apache Git Service.
jlaitine opened a new pull request, #16909:
URL: https://github.com/apache/nuttx/pull/16909
## Summary
Fix an "unused variable" compiler warning when CONFIG_STM32F7_AUTONEG is not
set
## Impact
No functional impact, enables building with CONFIG_STM32F7_AUTONEG=n and
-We
raiden00pl commented on PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#issuecomment-3222863167
@jerpelea @acassis @xiaoxiang781216 what do you think about adding commit
message checking to CI? Checking this by reviewers is not very effective
--
This is an automated message fro
raiden00pl opened a new issue, #16908:
URL: https://github.com/apache/nuttx/issues/16908
### Is your feature request related to a problem? Please describe.
A common problem I see is that we're merging commits that don't meet the
commit message rules.
Why not automate commit messag
77 matches
Mail list logo