masayuki2009 opened a new pull request, #6582:
URL: https://github.com/apache/incubator-nuttx/pull/6582
## Summary
- This commit adds iperf to rndis/defconfig
- NOTE: This commit also removes CONFIG_HOST_WINDOWS=y
## Impact
- None
## Testing
```
nsh> i
chengli1212 closed pull request #6574: add empty ioctl for mmcsd_spi
URL: https://github.com/apache/incubator-nuttx/pull/6574
--
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
chengli1212 commented on code in PR #6574:
URL: https://github.com/apache/incubator-nuttx/pull/6574#discussion_r91909
##
drivers/mmcsd/mmcsd_spi.c:
##
@@ -215,7 +217,7 @@ static const struct block_operations g_bops =
NULL, /* write*/
#endif
mmcsd_geometr
yamt opened a new pull request, #1215:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1215
## Summary
NETUTILS_DHCPC_RECV_TIMEOUT -> NETUTILS_DHCPC_RECV_TIMEOUT_MS
Recently its unit has been changed from second to millisecond. [1]
Using the same Kconfig name for a d
pkarashchenko commented on code in PR #6581:
URL: https://github.com/apache/incubator-nuttx/pull/6581#discussion_r915613776
##
arch/risc-v/src/common/riscv_assert.c:
##
@@ -291,26 +283,18 @@ static inline void riscv_showtasks(void)
_alert(" "
# ifdef CONFIG_SMP
pkarashchenko merged PR #6582:
URL: https://github.com/apache/incubator-nuttx/pull/6582
--
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.
pkarashchenko 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 7307b8b6d5 boards: stm32f4discov
xiaoxiang781216 commented on code in PR #6576:
URL: https://github.com/apache/incubator-nuttx/pull/6576#discussion_r915718775
##
drivers/video/vnc/vnc_touch.c:
##
@@ -0,0 +1,97 @@
+/
+ * drivers/video/vn
zouboan commented on issue #6575:
URL:
https://github.com/apache/incubator-nuttx/issues/6575#issuecomment-1177557281
I build on ubuntu 16.04 and gcc-arm-none-eabi-7-2017-q4-major
the stm32f4discovery:usbnsh on nuttx-master and nuttx-10.3.0 is OK
--
This is an automated message from the
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915836788
##
arch/arm64/include/irq.h:
##
@@ -0,0 +1,435 @@
+/
+ * arch/arm64/include/irq.h
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915845856
##
arch/arm64/include/irq.h:
##
@@ -0,0 +1,435 @@
+/
+ * arch/arm64/include/irq.h
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915846897
##
arch/arm64/include/irq.h:
##
@@ -0,0 +1,435 @@
+/
+ * arch/arm64/include/irq.h
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915847144
##
arch/arm64/include/irq.h:
##
@@ -0,0 +1,435 @@
+/
+ * arch/arm64/include/irq.h
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915859107
##
arch/arm64/include/irq.h:
##
@@ -0,0 +1,435 @@
+/
+ * arch/arm64/include/irq.h
xiaoxiang781216 merged PR #1215:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1215
--
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-u
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 83505e217 dhcpc: Rename timeout
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915894535
##
arch/arm64/include/irq.h:
##
@@ -0,0 +1,435 @@
+/
+ * arch/arm64/include/irq.h
xiaoxiang781216 commented on code in PR #6581:
URL: https://github.com/apache/incubator-nuttx/pull/6581#discussion_r915932360
##
arch/risc-v/src/common/riscv_assert.c:
##
@@ -291,26 +283,18 @@ static inline void riscv_showtasks(void)
_alert(" "
# ifdef CONFIG_SM
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915936543
##
arch/arm64/include/types.h:
##
@@ -0,0 +1,110 @@
+/
+ * arch/arm64/include/type
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915946669
##
arch/arm64/include/types.h:
##
@@ -0,0 +1,110 @@
+/
+ * arch/arm64/include/type
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915952512
##
arch/arm64/include/syscall.h:
##
@@ -0,0 +1,390 @@
+/
+ * arch/arm64/include/sy
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r915966821
##
arch/arm64/include/syscall.h:
##
@@ -0,0 +1,390 @@
+/
+ * arch/arm64/include/sy
Ouss4 opened a new pull request, #6583:
URL: https://github.com/apache/incubator-nuttx/pull/6583
## Summary
Add the rest of the reset causes for ESP32-C3.
## Impact
N/A
## Testing
N/A
--
This is an automated message from the Apache Git Service.
To respond to the message,
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r916004637
##
arch/arm64/src/Makefile:
##
@@ -0,0 +1,213 @@
+
+# arch/arm64/src/Makefile
+#
+
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r916004637
##
arch/arm64/src/Makefile:
##
@@ -0,0 +1,213 @@
+
+# arch/arm64/src/Makefile
+#
+
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r916004637
##
arch/arm64/src/Makefile:
##
@@ -0,0 +1,213 @@
+
+# arch/arm64/src/Makefile
+#
+
acassis commented on issue #6575:
URL:
https://github.com/apache/incubator-nuttx/issues/6575#issuecomment-1177801531
thank you @ALTracer @hartmannathan @masayuki2009 and @zouboan to confirm it
is working, so the issue could be in my computer
DELL XPS 9510 (using default Ubuntu 20.04
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r916015151
##
arch/arm64/src/Toolchain.defs:
##
@@ -0,0 +1,126 @@
+
+# arch/arm64/src/Toolcha
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r916018027
##
arch/arm64/src/Toolchain.defs:
##
@@ -0,0 +1,126 @@
+
+# arch/arm64/src/Toolcha
acassis commented on issue #6575:
URL:
https://github.com/apache/incubator-nuttx/issues/6575#issuecomment-1177816923
@ALTracer about your comment:
```
Telnet works, which is the sole purpose of "usbnsh", I guess
```
The "usbnsh" configuration doesn't use or depends on telnet,
acassis commented on PR #6579:
URL: https://github.com/apache/incubator-nuttx/pull/6579#issuecomment-1177820543
Nice work @curuvar , kudos!!!
--
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 s
acassis merged PR #6579:
URL: https://github.com/apache/incubator-nuttx/pull/6579
--
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 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 aa6ec6518c Added ADC to RP2040
aa6ec65
acassis commented on PR #6537:
URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1177843538
@mlyszczek I think we can keep your design as it is. "Being simple isn't
banal. It's elegant" -- Leonardo Da Vinci
--
This is an automated message from the Apache Git Service.
T
hartmannathan opened a new pull request, #6584:
URL: https://github.com/apache/incubator-nuttx/pull/6584
## Summary
Fixes various typos.
## Impact
Improves readability.
## Testing
None.
--
This is an automated message from the Apache Git Service.
To respo
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r916056943
##
arch/arm64/src/common/arm64_gic.h:
##
@@ -0,0 +1,317 @@
+/
+ * arch/arm64/src/c
pkarashchenko commented on PR #6584:
URL: https://github.com/apache/incubator-nuttx/pull/6584#issuecomment-1177885528
Should we ignore nxstyle issues?
--
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
hartmannathan commented on PR #6584:
URL: https://github.com/apache/incubator-nuttx/pull/6584#issuecomment-1177888941
> Should we ignore nxstyle issues?
I think so, since we're just fixing typos/misspelled words here.
--
This is an automated message from the Apache Git Service.
To r
pkarashchenko merged PR #6581:
URL: https://github.com/apache/incubator-nuttx/pull/6581
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from aa6ec6518c Added ADC to RP2040
add 9ff0971d3f arch: Correct the order of stack related informatio
xiaoxiang781216 merged PR #6583:
URL: https://github.com/apache/incubator-nuttx/pull/6583
--
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 0bdf713df0 risc-v/esp32c3: Add the r
xiaoxiang781216 commented on PR #6584:
URL: https://github.com/apache/incubator-nuttx/pull/6584#issuecomment-1177948914
how about we add -c to checkpatch.sh to check the spell automatically?
https://github.com/apache/incubator-nuttx/blob/master/tools/checkpatch.sh#L73-L76
--
This is an
xiaoxiang781216 merged PR #6584:
URL: https://github.com/apache/incubator-nuttx/pull/6584
--
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 849f760b77 Fix various typos
849f760
hartmannathan commented on PR #6584:
URL: https://github.com/apache/incubator-nuttx/pull/6584#issuecomment-1178036345
> how about we add -c to checkpatch.sh to check the spell automatically?
>
>
https://github.com/apache/incubator-nuttx/blob/master/tools/checkpatch.sh#L73-L76
M
acassis opened a new pull request, #6585:
URL: https://github.com/apache/incubator-nuttx/pull/6585
## Summary
Add support to ST7735 SPI LCD
## Impact
Only ESP32S3
## Testing
ESP32S3-Devkit
--
This is an automated message from the Apache Git Service.
To respond to the mes
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/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e9f3787 Publishing web
xiaoxiang781216 commented on code in PR #6576:
URL: https://github.com/apache/incubator-nuttx/pull/6576#discussion_r916398372
##
drivers/video/vnc/vnc_fbdev.c:
##
@@ -598,9 +600,39 @@ static inline int vnc_wait_start(int display)
int up_fbinitialize(int display)
{
int ret;
masayuki2009 opened a new pull request, #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586
## Summary
- This PR consists of the following 2 commits
- commit 1: syscall: Fix task_tls_alloc in syscall.csv
- commit 2: boards: sabre-6quad: Add netknsh/defconfig
no1wudi commented on code in PR #6576:
URL: https://github.com/apache/incubator-nuttx/pull/6576#discussion_r916414669
##
drivers/video/vnc/vnc_fbdev.c:
##
@@ -598,9 +600,39 @@ static inline int vnc_wait_start(int display)
int up_fbinitialize(int display)
{
int ret;
+ FAR s
masayuki2009 commented on PR #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586#issuecomment-1178507556
Hmm, it seems that the build failed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
xiaoxiang781216 commented on PR #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586#issuecomment-1178528113
> Hmm, it seems that the build failed.
Is it the first ci try to build tcpblaster/udpblaster? look like both
examples forget to clean up the temp files.
--
This i
masayuki2009 commented on PR #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586#issuecomment-1178533105
>Is it the first ci try to build tcpblaster/udpblaster? look like both
examples forget to clean up the temp files.
Yes for CONFIG_BUILD_KERNEL=y but no for CONFIG_BUILD
masayuki2009 commented on PR #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586#issuecomment-1178538450
Let me try to remove tcpblaster and udpblaster from sabre-6quad:netknsh.
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
xiaoxiang781216 commented on PR #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586#issuecomment-1178568349
How about we fix the problem instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
xiaoxiang781216 merged PR #6576:
URL: https://github.com/apache/incubator-nuttx/pull/6576
--
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 849f760b77 Fix various typos
add 2e9fa4586b boards/sim/vncserver: Enable LPWORK to fix warning
a
yamt opened a new pull request, #6587:
URL: https://github.com/apache/incubator-nuttx/pull/6587
## Summary
This reverts commit b88a1fd7fdf713f7c653453f40094e3e98b2ff6c. [1]
Because:
* It casues assertion failures like [2].
* I don't understand what it attempted to
59 matches
Mail list logo