wangyingdong1 opened a new pull request, #9791:
URL: https://github.com/apache/nuttx/pull/9791
## Summary
## Impact
## Testing
--
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 t
wangyingdong1 closed pull request #9788: net: Add tcp/udp msg_peek support and
tcp zero probe
URL: https://github.com/apache/nuttx/pull/9788
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the speci
xiaoxiang781216 commented on PR #9788:
URL: https://github.com/apache/nuttx/pull/9788#issuecomment-1631890543
let's split the unrelated patch to the different pr @wangyingdong1 .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
pkarashchenko commented on code in PR #9790:
URL: https://github.com/apache/nuttx/pull/9790#discussion_r1260588897
##
include/signal.h:
##
@@ -236,7 +235,10 @@
# define SIG_HOLD ((_sa_handler_t)1) /* Used only with sigset() */
#endif
-#define tkill(tid, signo) tgkil
fxysunshine opened a new pull request, #9790:
URL: https://github.com/apache/nuttx/pull/9790
## Summary
From posix spec, SIGKILL and SIGSTOP cannot be caught, and shall not be
added to the signal mask, this restriction shall be enforced by the system.
SIGCONT can be caught. When S
extinguish opened a new pull request, #9789:
URL: https://github.com/apache/nuttx/pull/9789
## Summary
1. the getpgid function can help to pass the ltp/open_posix_testsuite/killpg
related testcases
2. NuttX do not support process group, so we use the process id as process
group id
wangyingdong1 opened a new pull request, #9788:
URL: https://github.com/apache/nuttx/pull/9788
## Summary
## Impact
## Testing
--
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 t
CV-Bowen commented on PR #9297:
URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1631762905
@masayuki2009 Because I do not have raspi3b+ board (I will buy one later). I
added som debug log (commit 2) in virtio-blk to debug the problem in qemu-kvm.
Could you help me to test it?
terry0012 opened a new pull request, #9787:
URL: https://github.com/apache/nuttx/pull/9787
## Summary
Some special LCD drivers require input data to be aligned, such as starting
row and column, width, height, data address, etc.
So, we need to add a ioctl command to get the ali
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 980462bf27 set CONFIG_PTHREAD_STACK_MIN as DEFAULT_MM_PGSIZE`s default
value and sysconf add param _SC_THREAD_STACK
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 9c6f48e57b27918b52c583c70bf45a8179cb4d53
Author: yinshengkai
AuthorDate: Thu Jul 6 22:09:05 2023 +0800
drivers/se
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 e1553e840771204e2fe2e6933df3b125f8e84f15
Author: yinshengkai
AuthorDate: Thu Jul 6 22:09:05 2023 +0800
drivers/rt
xiaoxiang781216 merged PR #9777:
URL: https://github.com/apache/nuttx/pull/9777
--
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...@nutt
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 c83cda5c Publishing web: 8e851a05
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 c253bb91a2 drivers/net: Add wireless ops in upper-half driver
add 980462bf27 set CONFIG_PTHREAD_STACK_MIN as DE
xiaoxiang781216 merged PR #9773:
URL: https://github.com/apache/nuttx/pull/9773
--
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...@nutt
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 a7a47621fa net/local: Support the socketpair interface of local udp
socket.
add c253bb91a2 drivers/net: Add wi
xiaoxiang781216 merged PR #9772:
URL: https://github.com/apache/nuttx/pull/9772
--
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...@nutt
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 a7a47621fa net/local: Support the socketpair i
xiaoxiang781216 merged PR #9778:
URL: https://github.com/apache/nuttx/pull/9778
--
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...@nutt
acassis commented on PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#issuecomment-1631377195
I agree @raiden00pl !!! It will make NuttX integration easier!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 6dcfe61b0e90510037010f33f34f68336951d741
Author: raiden00pl
AuthorDate: Tue Jul 11 11:24:38 2023 +0200
cmake: add s
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ab6fd2e6c8f53e415c060ae27fd8278a2c5952b1
Author: raiden00pl
AuthorDate: Tue Jul 11 11:24:25 2023 +0200
cmake: add s
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 92040a2bdffbdd44d7988f2ce1597cc864190891
Author: raiden00pl
AuthorDate: Tue Jul 11 13:00:00 2023 +0200
cmake: conve
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ca3d213402fb9f5282a3328c8c37e6531f866f13
Author: raiden00pl
AuthorDate: Tue Jul 11 11:24:00 2023 +0200
cmake: sync
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 a3db142fbf drivers/video: use kmm_free(buff) to free memory instead of
realloc(buff, 0) which is abandoned
new c
acassis merged PR #9783:
URL: https://github.com/apache/nuttx/pull/9783
--
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.apache
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 c33d1c9c97 sched/task/fork: add fork implementation
add a3db142fbf drivers/video: use kmm_free(buff) to free me
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 c33d1c9c97 sched/task/fork: add fork implement
xiaoxiang781216 merged PR #9755:
URL: https://github.com/apache/nuttx/pull/9755
--
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...@nutt
fjpanag commented on issue #9775:
URL: https://github.com/apache/nuttx/issues/9775#issuecomment-1631273999
@Shark7Pepper can you please describe the "crash" that you are facing?
This has been discussed
[here](https://lists.apache.org/thread/rlf40pkcqdxn15h6gtzl50m6fz0f5xt1), and
it w
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 5d7864fbcb drivers/spi: add support for qspi h
xiaoxiang781216 merged PR #9759:
URL: https://github.com/apache/nuttx/pull/9759
--
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...@nutt
xiaoxiang781216 merged PR #9785:
URL: https://github.com/apache/nuttx/pull/9785
--
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...@nutt
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 9681c52517 Fix nuttx coding style
add 1f641fd63b cmake: fix NUTTX_COMMON_DIR definition
No new revisions were
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 9681c52517 Fix nuttx coding style
9681c52517 i
xiaoxiang781216 merged PR #9784:
URL: https://github.com/apache/nuttx/pull/9784
--
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...@nutt
mu578 commented on PR #9774:
URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630964668
@xiaoxiang781216 — 這裡有兩個不同的問題 , 是的 , 現在我明白了 ~
--
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
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 2529f371ee change clockid_t type from uint8_t
xiaoxiang781216 merged PR #9774:
URL: https://github.com/apache/nuttx/pull/9774
--
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...@nutt
xiaoxiang781216 commented on PR #9774:
URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630927355
> ok I have seen the context masking within for instance pthread still that
is a `` by any means. I have noticed a lot of breakage regarding the
relationship between user defined li
mu578 commented on PR #9774:
URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630917525
ok I have seen the context masking within for instance pthread still that is
a `` by any means. I have noticed a lot of breakage regarding the
relationship between user defined libc APIs and
raiden00pl commented on code in PR #1800:
URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259786511
##
wireless/bluetooth/nimble/Makefile:
##
@@ -20,18 +20,24 @@
include $(APPDIR)/Make.defs
-PRIORITY = 255
-STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE)
-
NIMBLE_
CV-Bowen commented on PR #9297:
URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1630888031
Rebase to the last to solve the CI problem.
In addition, I also update the iperf score. @masayuki2009
About the error `error: kvm run failed Function not implemented`, seems this
is
patacongo commented on PR #9776:
URL: https://github.com/apache/nuttx/pull/9776#issuecomment-1630869594
/dev/zero is not specified by POSIX AFAIK but is common to most Unix
implementations. It is, for example, described in
https://en.wikipedia.org/wiki//dev/zero
> "/dev/zero is a [
raiden00pl commented on code in PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#discussion_r1259763325
##
tools/nxmake2cmake.py:
##
@@ -0,0 +1,219 @@
+#!/usr/bin/env python3
+
+# tools/nxmake2cm
raiden00pl commented on code in PR #9783:
URL: https://github.com/apache/nuttx/pull/9783#discussion_r1259758598
##
boards/arm/stm32/b-g431b-esc1/CMakeLists.txt:
##
@@ -0,0 +1,22 @@
+
+#
##
+# boards/arm
raiden00pl commented on PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#issuecomment-1630856161
@acassis That's right, using two build systems is a pain. I personally
migrate all my NuttX based code to CMake now.
I was a bit skeptical about CMake as I don't know it at all, bu
acassis commented on PR #9781:
URL: https://github.com/apache/nuttx/pull/9781#issuecomment-1630845852
@Gary-Hobson I think you missed to include a Documentation here:
https://nuttx.apache.org/docs/latest/components/drivers/special/syslog.html
--
This is an automated message from the Apac
acassis commented on code in PR #9783:
URL: https://github.com/apache/nuttx/pull/9783#discussion_r1259740187
##
boards/arm/stm32/b-g431b-esc1/CMakeLists.txt:
##
@@ -0,0 +1,22 @@
+
+#
##
+# boards/arm/st
raiden00pl opened a new pull request, #9785:
URL: https://github.com/apache/nuttx/pull/9785
## Summary
cmake: fix NUTTX_COMMON_DIR definition
## Impact
fix warnings if CONFIG_ARCH_BOARD_COMMON=y
## Testing
--
This is an automated message from the Apache Git Service.
To
lucasssvaz commented on code in PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#discussion_r1259733983
##
tools/nxmake2cmake.py:
##
@@ -0,0 +1,219 @@
+#!/usr/bin/env python3
+
+# tools/nxmake2cm
acassis commented on PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#issuecomment-1630828643
@raiden00pl that is a great idea! In fact working on two build systems at
same time it not easy, at least this script will help to simplify the process!
--
This is an automated message f
pkarashchenko commented on code in PR #1800:
URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259727650
##
wireless/bluetooth/nimble/Makefile:
##
@@ -20,18 +20,24 @@
include $(APPDIR)/Make.defs
-PRIORITY = 255
-STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE)
-
NIMB
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 81553deb53 time: add up_perf_init weak_function
acassis merged PR #9779:
URL: https://github.com/apache/nuttx/pull/9779
--
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.apache
g2gps opened a new issue, #1828:
URL: https://github.com/apache/nuttx-apps/issues/1828
This was originally raised by @acassis in #1816 and #1810. However I've only
just got a chance to have a look at it.
To summarize, applications built against Nuttx export when following the
instruc
simbit18 opened a new pull request, #9784:
URL: https://github.com/apache/nuttx/pull/9784
## Summary
Remove TABs
Fix indentation
## Impact
none
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
raiden00pl commented on code in PR #1800:
URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259626093
##
wireless/bluetooth/nimble/Makefile:
##
@@ -20,18 +20,24 @@
include $(APPDIR)/Make.defs
-PRIORITY = 255
-STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE)
-
NIMBLE_
raiden00pl opened a new pull request, #9783:
URL: https://github.com/apache/nuttx/pull/9783
## Summary
- cmake: sync arch/stm32/CMakeLists.txt with Make.defs
- cmake: add support for stm32f7
- cmake: add support for stm32h7
- cmake: convert some stm32 boards
## Impact
raiden00pl opened a new pull request, #9782:
URL: https://github.com/apache/nuttx/pull/9782
## Summary
A simple tool that convert arch/board makefiles to cmake files. Tested with
stm32, don't know if it'll work with other architectures.
It's a really dumb not finished tool that is
pkarashchenko commented on code in PR #1800:
URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259567886
##
wireless/bluetooth/nimble/Makefile:
##
@@ -20,18 +20,24 @@
include $(APPDIR)/Make.defs
-PRIORITY = 255
-STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE)
-
NIMB
pkarashchenko commented on code in PR #1800:
URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259560314
##
wireless/bluetooth/nimble/Makefile:
##
@@ -20,18 +20,24 @@
include $(APPDIR)/Make.defs
-PRIORITY = 255
-STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE)
-
NIMB
xiaoxiang781216 commented on PR #9774:
URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630573906
> That's not true POSIX defines it as an `arithmetic type`; vendor specific
(one of the reasons it belongs to `` and should be declared there
not in `` as defined per POSIX specs) ;
Gary-Hobson opened a new pull request, #1827:
URL: https://github.com/apache/nuttx-apps/pull/1827
## Summary
add syslog channel filtering function
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
Gary-Hobson opened a new pull request, #9781:
URL: https://github.com/apache/nuttx/pull/9781
## Summary
support to control the opening or closing of the specified channel through
the syslogmask command at runtime
## Impact
## Testing
--
This is an automated messag
Gary-Hobson opened a new pull request, #9780:
URL: https://github.com/apache/nuttx/pull/9780
## Summary
Using %pV in syslog will lead to nested calls, which will increase the stack
consumption
If LIBC_NUMBERED_ARGS is enabled, calling lib_sprintf in syslog will use a
few hundred b
Gary-Hobson opened a new pull request, #9779:
URL: https://github.com/apache/nuttx/pull/9779
## Summary
add up_perf_init weak_function
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
liqinhuixm opened a new pull request, #9778:
URL: https://github.com/apache/nuttx/pull/9778
## Summary
Add the proccessing logic of udp socketpair, and modify the logic of
sending and receiving for udp socketpair.
## Impact
Support the socketpair interface of local udp soc
Gary-Hobson opened a new pull request, #9777:
URL: https://github.com/apache/nuttx/pull/9777
## Summary
Add RTT serial support
usage:
1. Connect Jlink, start JLinkGDBServer
JLinkGDBServer -if SWD -device stm32h743zi -speed 16000
2. Listen to the RTT port data and f
Gary-Hobson opened a new pull request, #9776:
URL: https://github.com/apache/nuttx/pull/9776
## Summary
It will return all characters between ' '(0x20)-'~'(0x7e).
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the me
Gary-Hobson closed pull request #7554: drivers/segger: add rtt console support
URL: https://github.com/apache/nuttx/pull/7554
--
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
72 matches
Mail list logo