no1wudi commented on code in PR #9537:
URL: https://github.com/apache/nuttx/pull/9537#discussion_r1230481764
##
arch/risc-v/src/common/Toolchain.defs:
##
@@ -118,14 +118,28 @@ endif
# Generic GNU RVG toolchain
-ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG)
+ifeq ($(CONFIG_RISCV_
no1wudi commented on code in PR #9537:
URL: https://github.com/apache/nuttx/pull/9537#discussion_r1230481764
##
arch/risc-v/src/common/Toolchain.defs:
##
@@ -118,14 +118,28 @@ endif
# Generic GNU RVG toolchain
-ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG)
+ifeq ($(CONFIG_RISCV_
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 3e68694bd netutils/dhcpc: Set BOOTP BROAD
xiaoxiang781216 merged PR #1791:
URL: https://github.com/apache/nuttx-apps/pull/1791
--
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 commented on code in PR #9543:
URL: https://github.com/apache/nuttx/pull/9543#discussion_r1230338079
##
drivers/net/netdev_upperhalf.c:
##
@@ -72,6 +84,10 @@ struct netdev_upperhalf_s
#else
struct work_s work;
#endif
+
+#ifdef HAVE_ATOMIC
+ atomic_int quota
zyfeier commented on PR #9539:
URL: https://github.com/apache/nuttx/pull/9539#issuecomment-1592211387
> Please include the remaining comments from Summary into commit message
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
zyfeier commented on PR #9540:
URL: https://github.com/apache/nuttx/pull/9540#issuecomment-1592209695
> @zyfeier please include the Summary in the log message. Also if you can
please point the PR that changed. I think it was PR #8885 correct?
Done
--
This is an automated message fr
SunJun8 commented on code in PR #1793:
URL: https://github.com/apache/nuttx-apps/pull/1793#discussion_r1230306387
##
netutils/iperf/iperf.c:
##
@@ -323,7 +323,7 @@ static void iperf_report_task(FAR void *arg)
ts_diff(&last, &start),
ts_diff(&now, &sta
wengzhe commented on code in PR #9543:
URL: https://github.com/apache/nuttx/pull/9543#discussion_r1230300451
##
drivers/net/netdev_upperhalf.c:
##
@@ -72,6 +84,10 @@ struct netdev_upperhalf_s
#else
struct work_s work;
#endif
+
+#ifdef HAVE_ATOMIC
+ atomic_int quota[NETPKT_
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 7a3cddb3 Publishing web: bedd222c
acassis merged PR #9525:
URL: https://github.com/apache/nuttx/pull/9525
--
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
acassis commented on code in PR #9499:
URL: https://github.com/apache/nuttx/pull/9499#discussion_r1230096538
##
Kconfig:
##
@@ -1904,7 +1904,7 @@ config HEAP_COLORATION
config DEBUG_SYMBOLS
bool "Generate Debug Symbols"
- default n
+ default y
Review Comm
cederom opened a new issue, #1795:
URL: https://github.com/apache/nuttx-apps/issues/1795
This is an issue to note DFU firmware flash possibility to Nordic Chips
(like nRF52) as noted in
https://github.com/apache/nuttx-apps/pull/1794#issuecomment-1591769020 when
@raiden00pl provided USB Con
acassis commented on code in PR #9499:
URL: https://github.com/apache/nuttx/pull/9499#discussion_r1230096538
##
Kconfig:
##
@@ -1904,7 +1904,7 @@ config HEAP_COLORATION
config DEBUG_SYMBOLS
bool "Generate Debug Symbols"
- default n
+ default y
Review Comm
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 4bcf454ae5 arch/xtensa/esp32s2: Fix SPI DMA im
xiaoxiang781216 merged PR #9542:
URL: https://github.com/apache/nuttx/pull/9542
--
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 387944b837 usbdev/cdcacm.c: register console only for device with
minor number 0
add 04db52612e libc/fdcheck:
xiaoxiang781216 merged PR #9536:
URL: https://github.com/apache/nuttx/pull/9536
--
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 code in PR #1793:
URL: https://github.com/apache/nuttx-apps/pull/1793#discussion_r1230073325
##
netutils/iperf/iperf.c:
##
@@ -338,7 +338,7 @@ static void iperf_report_task(FAR void *arg)
ts_diff(&start, &start),
ts_diff(&
xiaoxiang781216 commented on code in PR #1793:
URL: https://github.com/apache/nuttx-apps/pull/1793#discussion_r1230072673
##
netutils/iperf/iperf.c:
##
@@ -323,7 +323,7 @@ static void iperf_report_task(FAR void *arg)
ts_diff(&last, &start),
ts_diff(&n
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 387944b837 usbdev/cdcacm.c: register console onl
acassis merged PR #9541:
URL: https://github.com/apache/nuttx/pull/9541
--
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.
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 2f58b55b4d arch/{nrf52|nrf53}/usbd: various fixe
acassis merged PR #9508:
URL: https://github.com/apache/nuttx/pull/9508
--
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 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 400951b7d nsh_usbconsole.c: add support f
xiaoxiang781216 merged PR #1794:
URL: https://github.com/apache/nuttx-apps/pull/1794
--
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
The following commit(s) were added to refs/heads/master by this push:
new 693898d566 netdb/dns: fix dns wrong response I
xiaoxiang781216 merged PR #9534:
URL: https://github.com/apache/nuttx/pull/9534
--
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 code in PR #9543:
URL: https://github.com/apache/nuttx/pull/9543#discussion_r1230066091
##
drivers/net/netdev_upperhalf.c:
##
@@ -72,6 +84,10 @@ struct netdev_upperhalf_s
#else
struct work_s work;
#endif
+
+#ifdef HAVE_ATOMIC
+ atomic_int quota
acassis merged PR #9538:
URL: https://github.com/apache/nuttx/pull/9538
--
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.
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 9b5746cb5f riscv/barrier: Define more granular m
acassis commented on PR #9539:
URL: https://github.com/apache/nuttx/pull/9539#issuecomment-1591841887
Please include the remaining comments from Summary into commit message
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
acassis commented on PR #9540:
URL: https://github.com/apache/nuttx/pull/9540#issuecomment-1591840537
@zyfeier please include the Summary in the log message. Also if you can
please point the PR that changed. I think it was PR
https://github.com/apache/nuttx/pull/8885 correct?
--
This is
cederom commented on PR #1794:
URL: https://github.com/apache/nuttx-apps/pull/1794#issuecomment-1591769020
Thanks @raiden00pl for this great feature! :-)
I was not able to test it though.. looks like some changes were made in the
toolset of the Nordic and they do not go full Open-Sour
mu578 commented on issue #1488:
URL: https://github.com/apache/nuttx/issues/1488#issuecomment-1591764586
Yes that was the point about my comment in the other thread, i.e context
switching overheads entering critical section ; there is something like the
Lamport algorithm if I remember well.
wengzhe opened a new pull request, #9543:
URL: https://github.com/apache/nuttx/pull/9543
## Summary
Patches included:
- netdev/upper: Make quota_load public
- In case some lower-half need to get current quota, like
https://github.com/apache/nuttx/pull/9297
- netdev/upper: Use a
btashton commented on code in PR #9537:
URL: https://github.com/apache/nuttx/pull/9537#discussion_r1229770149
##
arch/risc-v/src/common/Toolchain.defs:
##
@@ -118,14 +118,28 @@ endif
# Generic GNU RVG toolchain
-ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG)
+ifeq ($(CONFIG_RISCV
lucasssvaz opened a new pull request, #9542:
URL: https://github.com/apache/nuttx/pull/9542
## Summary
Fixes broken compilation of SPI DMA on ESP32-S2.
## Impact
Remove compilation errors when enabling SPI DMA.
## Testing
ESP32-S2-Saola-1
--
This is an au
raiden00pl opened a new pull request, #9541:
URL: https://github.com/apache/nuttx/pull/9541
## Summary
- usbdev/cdcacm.c: register console only for device with minor number 0.
With this change, we can register several CDCACM devices where one is used
as a console.
## Impact
raiden00pl opened a new pull request, #1794:
URL: https://github.com/apache/nuttx-apps/pull/1794
## Summary
nsh_usbconsole.c: add support for NSH console over composite device
## Impact
## Testing
nrf53840-dongle
--
This is an automated message from the Apache Git Servi
zyfeier opened a new pull request, #9540:
URL: https://github.com/apache/nuttx/pull/9540
## Summary
Use sigandset function instead of & operation, because the sigset_t
structure has been changed.
## Impact
vfs
## Testing
BES board test with vfs.
--
This
zyfeier opened a new pull request, #9539:
URL: https://github.com/apache/nuttx/pull/9539
## Summary
Resolving the issue with the ltp_interfaces_pthread_join_6_2 test case.
In SMP mode, the pthread may still be in the process of exiting when
pthread_join returns, and calling pth
SunJun8 opened a new pull request, #1793:
URL: https://github.com/apache/nuttx-apps/pull/1793
## Summary
Fix the floating point precision issue when calculating data in the iperf
cycle, to prevent abnormal bandwidth display caused by this.
## Impact
None
## Testing
bl6
pussuw opened a new pull request, #9538:
URL: https://github.com/apache/nuttx/pull/9538
## Summary
Separate barriers for full (memory + I/O) and local memory (cache) flushing.
## Impact
Allow for more granular fencing
## Testing
icicle:knsh
--
This is an automated messag
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 f2690837e7 arch/sim: Support more sockopts
pkarashchenko merged PR #9533:
URL: https://github.com/apache/nuttx/pull/9533
--
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.
no1wudi opened a new pull request, #9537:
URL: https://github.com/apache/nuttx/pull/9537
## Summary
Fix build break with GCC 12.
## Impact
minor
## Testing
local machine and CI
--
This is an automated message from the Apache Git Service.
To respond to the message
hujun260 opened a new pull request, #9536:
URL: https://github.com/apache/nuttx/pull/9536
## Summary
fdcheck compatibility enhancement
## Impact
none
## Testing
none
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
slorquet commented on PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#issuecomment-1590666855
Thanks @pkarashchenko for the extensive proofreading. I'm waiting more
confirmation for the alignments.
@davids5 : Yes, it implements ISO7816, but the framework this goes into is
PC
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229164897
##
arch/arm/src/stm32h7/stm32_serial.c:
##
@@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd,
unsigned long arg)
break;
#endif
+#ifdef CO
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229164233
##
arch/arm/src/stm32h7/stm32_serial.c:
##
@@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd,
unsigned long arg)
break;
#endif
+#ifdef CO
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229163683
##
arch/arm/src/stm32h7/stm32_serial.c:
##
@@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd,
unsigned long arg)
break;
#endif
+#ifdef CO
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229162693
##
arch/arm/src/stm32h7/stm32_serial.c:
##
@@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd,
unsigned long arg)
break;
#endif
+#ifdef CO
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229162693
##
arch/arm/src/stm32h7/stm32_serial.c:
##
@@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd,
unsigned long arg)
break;
#endif
+#ifdef CO
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229159287
##
include/nuttx/serial/tioctl.h:
##
@@ -202,6 +202,23 @@
#define TIOCSLINID _TIOC(0x0037) /* Master send one LIN header with
specified LIN identifier: uint8_t
slorquet commented on code in PR #9530:
URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229160968
##
arch/arm/src/stm32h7/stm32_serial.c:
##
@@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd,
unsigned long arg)
break;
#endif
+#ifdef CO
56 matches
Mail list logo