jasonbu commented on code in PR #15579:
URL: https://github.com/apache/nuttx/pull/15579#discussion_r2181742217
##
tools/mkerrno.py:
##
@@ -0,0 +1,77 @@
+#!/usr/bin/env python3
+
+# tools/mkerrno.py
Revi
jasonbu opened a new pull request, #1:
URL: https://github.com/apache/nuttx/pull/1
## Summary
According to talking in #15579, We need a errno_convert from host defined
errno macro value to nuttx defined errno macro value.
Also the errno and errno str is duplicate in errno.
JianyuWang0623 commented on PR #16662:
URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3030578291
> > Please add more details regarding defconfig, compiler version and Nuttx
version.
>
> Sure , I've added some details in the Summary.
>
> Before the modification, no
qls152 commented on code in PR #16664:
URL: https://github.com/apache/nuttx/pull/16664#discussion_r2181601461
##
libs/libc/stdlib/lib_atexit.c:
##
@@ -87,15 +87,33 @@ int atexit_register(int type, CODE void (*func)(void), FAR
void *arg,
{
return -ret;
qls152 closed pull request #16664: nuttx/c++runtime:Adapt the C++ runtime
environment
URL: https://github.com/apache/nuttx/pull/16664
--
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
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030519801
> > do you follow the suggestion from #3071?
>
> Yes, I tried to implement all the suggestions, please if I forget
something that is violating the nuttx rules tell me.
nuttxs commented on PR #16658:
URL: https://github.com/apache/nuttx/pull/16658#issuecomment-3030517610
> #14460 suggest to drop 32bit support.
This is a feasible solution. However, most embedded processors today are
32-bit. Completely drop 32-bit(time_t) support maybe incur unnecessary
c
JorgeGzm commented on PR #16665:
URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3030466400
The approval of this PR depends on
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
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030392489
> > ## Testing
> > This routine is incomplete and still needs to be fixed.
I'm trying to talk to @surfskidude to fix the build error.
--
This is an automated message fr
JorgeGzm commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030376983
> do you follow the suggestion from #3071?
Yes, I tried to implement all the suggestions, please if I forget something
that is violating the nuttx rules tell me.
--
This is a
JorgeGzm opened a new pull request, #16665:
URL: https://github.com/apache/nuttx/pull/16665
## Summary
Xedge is a robust IoT and web framework that is designed for
microcontrollers. It is based on the industrial-grade Barracuda Application
Server, designed for seamless OEM integratio
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 f45216ecb3 boards/arm/lpc17xx_40xx_lincoln60:
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 c3e628c45 nshlib/md5: Support reading from standard input
new 8c9e126f9 netutils/thttpd-fix-broken-CGI-and
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 8c9e126f91a99d5f14e0ffc07c864be9013aaa45
Author: Tim Hardisty <56726697+tim...@users.noreply.github.com>
AuthorDat
xiaoxiang781216 merged PR #16663:
URL: https://github.com/apache/nuttx/pull/16663
--
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-apps.git
commit e6a335ded005a75829bd50baa328f89c247c5764
Author: Tim Hardisty <56726697+tim...@users.noreply.github.com>
AuthorDat
xiaoxiang781216 merged PR #3119:
URL: https://github.com/apache/nuttx-apps/pull/3119
--
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...
xiaoxiang781216 closed issue #3111: [BUG] netutils/thttpd CGI broken -
incorrect use or changed behaviour of exec()?
URL: https://github.com/apache/nuttx-apps/issues/3111
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
Xbdieiong commented on PR #16662:
URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3030347171
> Please add more details regarding defconfig, compiler version and Nuttx
version.
Sure , I've added some details in the Summary.
Before the modification, no log(call syslo
xiaoxiang781216 commented on PR #16658:
URL: https://github.com/apache/nuttx/pull/16658#issuecomment-3030295547
https://github.com/apache/nuttx/pull/14460 suggest to drop 32bit support.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiaoxiang781216 closed pull request #3071: Adding new example Xedge
URL: https://github.com/apache/nuttx-apps/pull/3071
--
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 unsub
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030291673
> ## Testing
>
> This routine is incomplete and still needs to be fixed.
>
> ```shell
> ./tools/configure.sh linum-stm32h753bi:netnsh
> ```
>
> Open th
xiaoxiang781216 commented on PR #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3030288171
do you follow the suggestion from
https://github.com/apache/nuttx-apps/pull/3071?
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
nuttxs commented on PR #16658:
URL: https://github.com/apache/nuttx/pull/16658#issuecomment-3030198153
> This should fix the problem when `CONFIG_SYSTEM_TIME64`. However please
note that when not `CONFIG_SYSTEM_TIME64`, clock_t can still be 32-bit:
>
> See:
>
>
https://git
xiaoxiang781216 commented on code in PR #16664:
URL: https://github.com/apache/nuttx/pull/16664#discussion_r2181334514
##
libs/libc/stdlib/lib_atexit.c:
##
@@ -87,15 +87,33 @@ int atexit_register(int type, CODE void (*func)(void), FAR
void *arg,
{
return -re
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 293ad9bfe Publishing web: 0c4cf72
JorgeGzm opened a new pull request, #3120:
URL: https://github.com/apache/nuttx-apps/pull/3120
Create new example application that:
- Integrates BAS (Barracuda Application Server) library
- Automatically downloads BAS and BAS-Resources repositories
- Generates XedgeZip.c for embedded
qls152 opened a new pull request, #16664:
URL: https://github.com/apache/nuttx/pull/16664
Adapt the C++ runtime environment in NuttX to ensure that global and static
object initialization and destruction behave consistently with those in Linux
processes. In NuttX's flat mode, the constructi
TimJTi opened a new pull request, #16663:
URL: https://github.com/apache/nuttx/pull/16663
## Summary
This simple spelling spelling mistake as been corrected in a nuttx-apps
[PR](https://github.com/apache/nuttx-apps/pull/3119#issuecomment-3028846241)
and this is the corresponding fix
xiaoxiang781216 commented on PR #3119:
URL: https://github.com/apache/nuttx-apps/pull/3119#issuecomment-3028846241
> > @TimJTi please fix nuttx side:
> > ```
> >
> > Configuration/Tool: lincoln60/th
cederom commented on PR #3119:
URL: https://github.com/apache/nuttx-apps/pull/3119#issuecomment-3028565521
Different repo different commit/pr :-)
--
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 t
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 f8d8a764e Publishing web: 0c4cf72
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 8c93783feee52ec983b680bd81617d5a67f91629
Author: buxiasen
AuthorDate: Wed Apr 16 17:16:47 2025 +0800
gcov: fix li
TimJTi commented on PR #3119:
URL: https://github.com/apache/nuttx-apps/pull/3119#issuecomment-3028493452
> @TimJTi please fix nuttx side:
>
> ```
>
> Configuration/Tool: lincoln60/thttpd-binfs,
xiaoxiang781216 merged PR #16649:
URL: https://github.com/apache/nuttx/pull/16649
--
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0c4cf723d Use correct Uppercase for PO
xiaoxiang781216 merged PR #133:
URL: https://github.com/apache/nuttx-website/pull/133
--
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.git
commit 3c2b20328683d9a328d38f90290db272af3b792f
Author: wangmingrong1
AuthorDate: Tue Jun 24 15:22:03 2025 +0800
arm64->
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 10a13b98ee compiler-rt: distclean delete error
new 3c2b203286 arm64->fetal: Support return to thread site
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 1df6aa92f9da4930e651658b17b068c44e3a0da2
Author: wangmingrong1
AuthorDate: Tue Jun 24 16:59:32 2025 +0800
arm64:
xiaoxiang781216 merged PR #16612:
URL: https://github.com/apache/nuttx/pull/16612
--
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 a87170681d9a61f53c3ca08a5fae3e2e552439de
Author: wangmingrong1
AuthorDate: Wed May 7 16:21:18 2025 +0800
libbuiti
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 46504837ca4ba072c55a3715b711c6f15cf4f789
Author: chenxiaoyi
AuthorDate: Thu May 8 15:05:05 2025 +0800
clang/gcov:
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 82a4b2186363dc773317b0af0487dc2411c5fc34
Author: wangmingrong1
AuthorDate: Mon Mar 31 15:57:39 2025 +0800
gcov: O
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 062ac704701bb8a57cbfd8aca430f6427264649c
Author: wangmingrong1
AuthorDate: Fri Feb 21 11:24:17 2025 +0800
CMake:
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 f4e8def270 drivers/net/Kconfig: Move NET_IGC_TXDESC and NET_IGC_RXDESC
to NET_IGC menu
new a5cb084c1f CMake: f
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 a5cb084c1fd9ea9aebac14206d83630c531851bf
Author: wangmingrong1
AuthorDate: Thu Jan 23 14:52:16 2025 +0800
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 10a13b98eef584c9101b72e0f6b9f2a3cd3af9cf
Author: wangmingrong1
AuthorDate: Wed May 14 17:54:55 2025 +0800
compile
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 3648e5db3fc3deae22b08bffa5401ef832fc47e6
Author: wangmingrong1
AuthorDate: Tue Mar 11 14:29:21 2025 +0800
gcov: R
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 1cb5077bc139bc06eaabdcdc8c1c497f17857937
Author: wangmingrong1
AuthorDate: Fri Feb 28 13:08:29 2025 +0800
gcov: d
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 f2bc226d26b1a3ff00cc11b51e1f6c26b02cbeae
Author: wangmingrong1
AuthorDate: Fri Feb 14 17:30:14 2025 +0800
gcov: u
xiaoxiang781216 merged PR #16614:
URL: https://github.com/apache/nuttx/pull/16614
--
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 7bbb96205bac176d63b0a41cf739c70879b00ddf
Author: wangmingrong1
AuthorDate: Wed Feb 19 12:04:52 2025 +0800
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
The following commit(s) were added to refs/heads/master by this push:
new f4e8def270 drivers/net/Kconfig: Move NET_IGC_T
xiaoxiang781216 commented on PR #3119:
URL: https://github.com/apache/nuttx-apps/pull/3119#issuecomment-3028464641
@TimJTi please fix nuttx side:
```
Configuration/Tool: lincoln60/thttpd-binfs,CONFI
xiaoxiang781216 commented on code in PR #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117#discussion_r2180466383
##
system/nxplayer/nxplayer.c:
##
@@ -221,18 +220,35 @@ static int _open_with_http(const char *fullurl)
FAR struct hostent *he;
he = gethostbyname(ho
fdcavalcanti commented on PR #16662:
URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3028280104
Please add more details regarding defconfig, compiler version and Nuttx
version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c3e628c45 nshlib/md5: Support reading from
acassis merged PR #3115:
URL: https://github.com/apache/nuttx-apps/pull/3115
--
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.
acassis 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 ecd7b8487 games/snake: Enchacements for sna
acassis commented on PR #3118:
URL: https://github.com/apache/nuttx-apps/pull/3118#issuecomment-3027851062
@eren-terzioglu please update
https://nuttx.apache.org/docs/latest/applications/games/snake/index.html and
put a picture of your matrix with the score. Something I was thinking to add
acassis merged PR #3118:
URL: https://github.com/apache/nuttx-apps/pull/3118
--
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
Xbdieiong opened a new pull request, #16662:
URL: https://github.com/apache/nuttx/pull/16662
## Summary
Due to usbserial using in ESP32-S3-Box Development Board, syslog messages
were not being output on the ESP32-S3-Box.
However,I find that when I flash the lastest code , nuttx
cederom commented on code in PR #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117#discussion_r2179932291
##
system/nxplayer/nxplayer_main.c:
##
@@ -290,6 +290,22 @@ static int nxplayer_cmd_play(FAR struct nxplayer_s
*pplayer, char *parg)
printf("File %s not fo
cederom commented on code in PR #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117#discussion_r2179930320
##
system/nxplayer/nxplayer.c:
##
@@ -1809,11 +1842,15 @@ static int nxplayer_playinternal(FAR struct nxplayer_s
*pplayer,
/* Test that the specified file exists
cederom commented on code in PR #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117#discussion_r2179925668
##
system/nxplayer/nxplayer.c:
##
@@ -221,18 +220,35 @@ static int _open_with_http(const char *fullurl)
FAR struct hostent *he;
he = gethostbyname(hostname);
cederom commented on code in PR #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117#discussion_r2179922286
##
system/nxplayer/nxplayer.c:
##
@@ -221,18 +220,35 @@ static int _open_with_http(const char *fullurl)
FAR struct hostent *he;
he = gethostbyname(hostname);
cederom commented on code in PR #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117#discussion_r2179920232
##
system/nxplayer/nxplayer.c:
##
@@ -221,18 +220,35 @@ static int _open_with_http(const char *fullurl)
FAR struct hostent *he;
he = gethostbyname(hostname);
szafonimateusz-mi opened a new pull request, #16661:
URL: https://github.com/apache/nuttx/pull/16661
## Summary
- drivers/net/{e1000|igc}: reset RX/TX rings after RX/TX disabled
reset RX/TX rings **after** RX/TX are disabled to make sure the rings are
not used by hardwa
szafonimateusz-mi opened a new pull request, #16660:
URL: https://github.com/apache/nuttx/pull/16660
## Summary
Add support for Intel IGB type of network cards.
## Impact
new feature
## Testing
intel hw
--
This is an automated message from the Apache
TimJTi opened a new pull request, #3119:
URL: https://github.com/apache/nuttx-apps/pull/3119
## Summary
When trying to enable and use the thttp net utility, it was found that CGI
apps didnt send any http responses of data from the CGI app back to the browser
client,
Investigat
TimJTi commented on issue #3111:
URL: https://github.com/apache/nuttx-apps/issues/3111#issuecomment-3027532206
See [PR](https://github.com/apache/nuttx-apps/pull/3119).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
szafonimateusz-mi opened a new pull request, #16659:
URL: https://github.com/apache/nuttx/pull/16659
## Summary
boards/qemu-intel64/qemu.ld: add .lbss, .ldata and .lrodata to approriate
sections
These sections can be emited by gcc in some cases for huge data blocks. For
examp
nuttxs opened a new pull request, #16658:
URL: https://github.com/apache/nuttx/pull/16658
## Summary
net/arp/arp_table.c: prevent overflow in macro expansion when setting a long
ARP timeout.
Currently, when tickless mode is enabled, the value of
`CONFIG_USEC_PER_TICK` is set to 100. D
TangMeng12 closed pull request #3116: nxplayer: add more error messages
URL: https://github.com/apache/nuttx-apps/pull/3116
--
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 u
zhongzhijie1 commented on code in PR #16650:
URL: https://github.com/apache/nuttx/pull/16650#discussion_r2179424633
##
tools/checkpatch.sh:
##
@@ -93,6 +94,24 @@ is_cmake_file() {
fi
}
+format_file() {
+ if [ ${@##*.} == 'py' ]; then
Review Comment:
thanks, commit in
eren-terzioglu opened a new pull request, #3118:
URL: https://github.com/apache/nuttx-apps/pull/3118
Add high score feature into snake game
## Summary
Add high score feature to print at the end in Snake game example
## Impact
Snake game
## Testing
Sam
TangMeng12 opened a new pull request, #3117:
URL: https://github.com/apache/nuttx-apps/pull/3117
nxplayer currently only returns directly '-ENOENT', which makes it
impossible to know the specific reason for the failure when testing audio with
nxplayer.
Therefore, I modified this part
TangMeng12 opened a new pull request, #3116:
URL: https://github.com/apache/nuttx-apps/pull/3116
nxplayer currently only returns directly '-ENOENT', which makes it
impossible to know the specific reason for the failure when testing audio with
nxplayer.
Therefore, I modified this part
simbit18 commented on code in PR #16650:
URL: https://github.com/apache/nuttx/pull/16650#discussion_r2179331724
##
tools/checkpatch.sh:
##
@@ -93,6 +94,24 @@ is_cmake_file() {
fi
}
+format_file() {
+ if [ ${@##*.} == 'py' ]; then
Review Comment:
Maybe better to use
80 matches
Mail list logo