pkarashchenko commented on code in PR #1340:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r993070592
##
examples/netloop/lo_listener.c:
##
@@ -297,7 +299,7 @@ void *lo_listener(pthread_addr_t pvarg)
memset(&nls, 0, sizeof(struct net_listener_s));
anchao opened a new pull request, #7289:
URL: https://github.com/apache/incubator-nuttx/pull/7289
## Summary
newlib/impure: declare thread specific file only if __NEWLIB__ is defined.
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
Thi
anchao commented on PR #7284:
URL: https://github.com/apache/incubator-nuttx/pull/7284#issuecomment-1275697599
> Anyway statement `defined(__NEWLIB__) || __NEWLIB__ < 4` seems to be
wrong. If `__NEWLIB__` is not defined the `__NEWLIB__ < 4` will be evaluated
and will produce compiler warnin
anchao commented on code in PR #7284:
URL: https://github.com/apache/incubator-nuttx/pull/7284#discussion_r993079572
##
tools/ci/patch/arm-none-eabi-workaround-for-newlib-version-break.patch:
##
@@ -0,0 +1,38 @@
+From 819ab4ac433b809fdaca33246e2bffa1426acc0f Mon Sep 17 00:00:00
xiaoxiang781216 merged PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114
--
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-unsubs
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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new d8cff7d17a tools/ci/docker/linux/Doc
zyfeier commented on code in PR #7288:
URL: https://github.com/apache/incubator-nuttx/pull/7288#discussion_r993185388
##
arch/arm/src/armv7-a/mmu.h:
##
@@ -605,10 +605,17 @@
#endif
#define MMU_L1_DATAFLAGS (PMD_TYPE_PTE | PMD_PTE_PXN | PMD_PTE_DOM(0))
-#define MMU_L2_UD
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993202325
##
libs/libc/obstack/Make.defs:
##
@@ -0,0 +1,30 @@
+
+# libs/libc/obstack/Make.defs
+
zyfeier opened a new pull request, #7290:
URL: https://github.com/apache/incubator-nuttx/pull/7290
## Summary
In SMP mode, need set normal memory shareable between multiple cores.
## Impact
NA
## Testing
Test use V200Z-R-EVB board.
--
This is an automate
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993207564
##
libs/libc/obstack/lib_obstack_copy.c:
##
@@ -0,0 +1,47 @@
+/
+ * libs/libc/obstack/
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993208741
##
libs/libc/obstack/lib_obstack_vprintf.c:
##
@@ -0,0 +1,77 @@
+/
+ * libs/libc/obsta
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993209357
##
libs/libc/obstack/lib_obstack_vprintf.c:
##
@@ -0,0 +1,77 @@
+/
+ * libs/libc/obsta
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993210210
##
libs/libc/obstack/lib_obstack_printf.c:
##
@@ -0,0 +1,43 @@
+/
+ * libs/libc/obstac
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993212361
##
libs/libc/obstack/lib_obstack_vprintf.c:
##
@@ -0,0 +1,77 @@
+/
+ * libs/libc/obsta
Cynerd commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r993213435
##
libs/libc/obstack/lib_obstack_init.c:
##
@@ -0,0 +1,41 @@
+/
+ * libs/libc/obstack/
xiaoxiang781216 merged PR #7289:
URL: https://github.com/apache/incubator-nuttx/pull/7289
--
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-unsubs
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/incubator-nuttx.git
from d8cff7d17a tools/ci/docker/linux/Dockerfile: Install CodeChecker and
requirements(clang, clang-tidy)
SrivamsiMalladi commented on issue #7193:
URL:
https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1275871827
Hello @tmedicci. Thank you so much for looking into the issue. I tired what
you mentioned, but the behavior is still the same.
Cannot connect to the AP from my And
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993229457
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) * 8 - t
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993274928
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) * 8 - t
zhhyu7 opened a new pull request, #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291
## Summary
Correct some status exceptions in non-blocking mode usrsock connect
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond
zhhyu7 opened a new pull request, #1345:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1345
## Summary
Correct some status exceptions in non-blocking mode usrsock connect
## Impact
## Testing
Depends on https://github.com/apache/incubator-nuttx/pull/7291
--
T
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993286949
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993290268
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
masayuki2009 commented on PR #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291#issuecomment-1275954028
@zhhyu7
```
NuttShell (NSH) NuttX-10.3.0-RC0
nsh> uname -a
NuttX 10.3.0-RC0 2861124366-dirty Oct 12 2022 19:36:41 sim sim
nsh> usrsocktest
Starting unit
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993290268
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
zhhyu7 commented on PR #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291#issuecomment-1275963272
> @zhhyu7
>
> Please test before sending PR.
>
> ```
> NuttShell (NSH) NuttX-10.3.0-RC0
> nsh> uname -a
> NuttX 10.3.0-RC0 2861124366-dirty Oc
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993301685
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993301685
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993301685
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993302583
##
net/tcp/tcp_recvfrom.c:
##
@@ -706,7 +706,8 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
*want for more because th
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993308230
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
xiaoxiang781216 merged PR #7290:
URL: https://github.com/apache/incubator-nuttx/pull/7290
--
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-unsubs
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/incubator-nuttx.git
from 36039c8526 newlib/impure: declare thread specific file only if
__NEWLIB__ is defined.
add 466635a5e0
xiaoxiang781216 merged PR #7284:
URL: https://github.com/apache/incubator-nuttx/pull/7284
--
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-unsubs
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/incubator-nuttx.git
from 466635a5e0 armv7-a: set normal memory shareable in smp mode
add cfe2ec3d4d tools/ci: Update gcc-arm-n
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276084714
`sim:usrsocktest` with `CONFIG_DEBUG_ASSERTIONS=y` failed.
```
up_assert: Assertion failed at
file:/mnt/m2ssd/opensource/github_anjiahao1/nuttx/include/nuttx/mutex.h
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276097887
@xiaoxiang781216
>But, the initial version doesn't exist in my local git anymore. If I can't
retrieve the initial/early version of this patch from github, it's very ha
zouboan opened a new pull request, #7292:
URL: https://github.com/apache/incubator-nuttx/pull/7292
## Summary
dismiss non-Unicode characters issue in sparc-v8 response to
https://www.mail-archive.com/dev@nuttx.apache.org/msg08478.html
## Impact
sparc-v8 systemreset
## Testing
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276107696
>sim:usrsocktest with CONFIG_DEBUG_ASSERTIONS=y failed.
Same as `spresense:wifi_smp` with `CONFIG_DEBUG_ASSERTIONS=y`
```
AEG
[0.44] [CPU1] up_asser
pkarashchenko commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276121674
Let me take an effort and separate FAR and some style changes and submit as
a separate PR. I will need a couple of days based on my current work load
--
This is an automat
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993433226
##
net/tcp/tcp_recvfrom.c:
##
@@ -706,7 +706,8 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
*want for more because th
fjpanag commented on PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#issuecomment-1276142303
I haven't tested the latest changes on actual hardware, yet.
Please do not merge before confirmation.
--
This is an automated message from the Apache Git Service.
To respond
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993441377
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) * 8 - t
acassis opened a new pull request, #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293
## Summary
Add missing ESP32S2 SPIRAM config
## Impact
Users will be able to select the SPIRAM support
## Testing
CI
--
This is an automated message from the Apache Git Ser
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/incubator-nuttx.git
from 0f3f5d091a tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August
08, 2022
add 7d34ebdd4e armv7-a
xiaoxiang781216 merged PR #7288:
URL: https://github.com/apache/incubator-nuttx/pull/7288
--
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-unsubs
tmedicci commented on issue #7193:
URL:
https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1276263662
> Hello @tmedicci. Thank you so much for looking into the issue. I tired
what you mentioned, but the behavior is still the same. Cannot connect to the
AP from my Android ph
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276265560
> At least, you need to test with `CONFIG_DEBUG_ASSERTIONS=y`
Ok, the problem is nxrmutex_breaklock forget to clear ret value:
https://github.com/apache/incubator
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276274881
> Let me take an effort and separate FAR and some style changes and submit
as a separate PR. I will need a couple of days based on my current work load
I find a meth
acassis merged PR #7292:
URL: https://github.com/apache/incubator-nuttx/pull/7292
--
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.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 7d34ebdd4e armv7-a: add l2 page mapping interface
add d3f84ba724 arch/sparc dismiss non-Unicode charact
HidenoriMatsubayashi opened a new pull request, #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295
## Summary
`Use CONFIG_ARCH_CHIP_QEMU` instead of `CONFIG_ARCH_CHIP_QEMU_A53`. This is
because these configurations depend on the hardware configuration of qemu
(memory map, ir
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276296855
Hi @MasayukiIshikawa @xiaoxiang781216
Can you please review?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993562518
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) * 8 - t
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276304245
Or, perhaps we should create a new config for qemu virt (e.g.
CONFIG_ARCH_CHIP_QEMU_VIRT).
--
This is an automated message from the Apache Git Service.
To respond t
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276328045
@masayuki2009 @pkarashchenko the style change is revert, please review again.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
zhhyu7 commented on PR #1345:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1345#issuecomment-1276352621
Hi, @masayuki2009 https://github.com/apache/incubator-nuttx/pull/7291 will
pass the test with this change. Please help to check whether this change is
reasonable, Thinks.
-
TimJTi opened a new pull request, #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296
## Summary
Adds new RST files to document creating custom boards out of tree, and
custom apps in and out of tree
## Impact
Improved documentation
## Testing
HTML created a
xiaoxiang781216 commented on PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#issuecomment-1276523635
let's ignore the temp ci broken and merge this simple change directly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 closed issue #7274: Undefined behaviour within UBSAN.
URL: https://github.com/apache/incubator-nuttx/issues/7274
--
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.
xiaoxiang781216 merged PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285
--
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-unsubs
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/incubator-nuttx.git
from d3f84ba724 arch/sparc dismiss non-Unicode characters issue
add eec7f5da00 Fixed undefined behavior in
xiaoxiang781216 commented on PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293#issuecomment-1276524900
Let's ignore the temp ci broken and merge this simple patch directly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
xiaoxiang781216 merged PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293
--
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-unsubs
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/incubator-nuttx.git
from eec7f5da00 Fixed undefined behavior in UBSan.
add c297ecaa5d esp32s2: Add missing ESP32S2 SPIRAM conf
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276526338
> Or, perhaps we should create a new config for qemu virt? (e.g.
`CONFIG_ARCH_CHIP_QEMU_VIRT`).
it's more simple to remove _A53 suffix.
--
This is an automated me
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276526891
let's ignore the temp ci broken and merge this simple change directly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276528820
> > Or, perhaps we should create a new config for qemu virt? (e.g.
`CONFIG_ARCH_CHIP_QEMU_VIRT`).
>
> it's more simple to remove _A53 suffix.
@HidenoriMatsuba
xiaoxiang781216 commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993745202
##
net/tcp/tcp_recvfrom.c:
##
@@ -706,7 +706,8 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
*want for more be
acassis commented on PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293#issuecomment-1276538999
Thank you @xiaoxiang781216 ! Any idea why our CI is failing too often
recently?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
acassis commented on PR #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296#issuecomment-1276539781
Thank you @TimJTi !!!
--
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
acassis merged PR #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296
--
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.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from c297ecaa5d esp32s2: Add missing ESP32S2 SPIRAM config
add 538365e362 Documentation for Custom Boards a
acassis commented on code in PR #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296#discussion_r993752918
##
Documentation/guides/customapps.rst:
##
@@ -0,0 +1,346 @@
+==
+Custom Apps How-to
+==
+
+Nuttx comes with a large number of Ap
TimJTi opened a new pull request, #7297:
URL: https://github.com/apache/incubator-nuttx/pull/7297
As per title
--
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 un
xiaoxiang781216 commented on PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293#issuecomment-1276557778
tool change upgrade issue, here is the fix:
https://github.com/apache/incubator-nuttx/pull/7294
--
This is an automated message from the Apache Git Service.
To respond t
xiaoxiang781216 commented on PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294#issuecomment-1276559554
@acassis please merge this patch if Docker-Linux can pass CI, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993870810
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
uns
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993876542
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
uns
TimJTi closed pull request #7297: Nuttx corrected to NuttX
URL: https://github.com/apache/incubator-nuttx/pull/7297
--
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 unsubscri
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993895275
##
net/tcp/tcp_recvfrom.c:
##
@@ -412,7 +412,8 @@ static uint16_t tcp_recvhandler(FAR struct net_driver_s
*dev,
* next receive is performed.
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993895716
##
net/tcp/tcp_recvfrom.c:
##
@@ -698,43 +699,53 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
/* We get here when we we de
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993898747
##
net/tcp/tcp_recvfrom.c:
##
@@ -698,43 +699,53 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
/* We get here when we we de
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276808629
> could you remove all _A53, if the code work with other armv8a core.
Ok, I'll do try that.
--
This is an automated message from the Apache Git Service.
To re
masayuki2009 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276815494
@HidenoriMatsubayashi
Please use @masayuki2009 the next time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
masayuki2009 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276821787
>let's ignore the temp ci broken and merge this simple change directly.
@xiaoxiang781216
Do you know why the CI breaks now?
--
This is an automated message fr
masayuki2009 commented on PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294#issuecomment-1276844888
Let me merge this PR to fix the CI issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
masayuki2009 merged PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294
--
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.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 53dd0819cf tools/ci: patch for docker
masayuki2009 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276850452
>Do you know why the CI breaks now?
I've just merged the following PR.
https://github.com/apache/incubator-nuttx/pull/7294
--
This is an automated message from
masayuki2009 commented on PR #1345:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1345#issuecomment-1276862903
Though I merged https://github.com/apache/incubator-nuttx/pull/7294, the CI
still fails.
--
This is an automated message from the Apache Git Service.
To respond t
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276920822
>@masayuki2009 @pkarashchenko the style change is revert, please review
again.
@xiaoxiang781216
Thanks for your efforts and updates.
It seems much easier to
ttnie opened a new pull request, #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298
Signed-off-by: nietingting
## Summary
install qemu on docker
## Impact
no
## Testing
test on local host
--
This is an automated message from the Apache Git Service.
T
xiaoxiang781216 commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r994047320
##
tools/ci/docker/linux/Dockerfile:
##
@@ -212,6 +212,20 @@ RUN cd renesas-tools/source/newlib && \
RUN cd /tools/renesas-tools/build/gcc && \
make
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276949593
> > @masayuki2009 @pkarashchenko the style change is revert, please review
again.
>
> @xiaoxiang781216 Thanks for your efforts and updates.
>
> It seems much
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276961009
>nxmutex_t is initialized directly at the variables(g_i2cxdev) definition,
not in cxd56_i2cbus_initialize, and then the code can be protected by mutex_t
self, so it's redunda
anchao opened a new pull request, #7299:
URL: https://github.com/apache/incubator-nuttx/pull/7299
## Summary
tools/ci: fetch patch from github
Signed-off-by: chao an
## Impact
N/A
## Testing
ci check
--
This is an automated message from the Apache
xiaoxiang781216 commented on PR #1345:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1345#issuecomment-1276971082
> Though I merged
[apache/incubator-nuttx#7294](https://github.com/apache/incubator-nuttx/pull/7294),
the CI still fails.
>
> ```
> nothing to commit, work
ttnie commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r994083497
##
tools/ci/docker/linux/Dockerfile:
##
@@ -212,6 +212,20 @@ RUN cd renesas-tools/source/newlib && \
RUN cd /tools/renesas-tools/build/gcc && \
make && make in
1 - 100 of 122 matches
Mail list logo