btashton commented on a change in pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#discussion_r552405193
##
File path: arch/risc-v/src/bl602/bl602_pwm_lowerhalf.c
##
@@ -0,0 +1,472 @@
+/
yamt commented on pull request #2572:
URL: https://github.com/apache/incubator-nuttx/pull/2572#issuecomment-755167281
> Look good to me now. But @yamt could you reorg your pathset to more
reasonable?
>
> 1. Merge "fs/spiffs/Kconfig: Add SPIFFS_COMPAT_OLD_NUTTX" and
"spiffs_pgobj
xiaoxiang781216 commented on pull request #2572:
URL: https://github.com/apache/incubator-nuttx/pull/2572#issuecomment-755176697
Ok.
This is an automated message from the Apache Git Service.
To respond to the message, please
xiaoxiang781216 merged pull request #2572:
URL: https://github.com/apache/incubator-nuttx/pull/2572
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 98382dd sched: Add include/sys/poll.h
add e38463f fs/spiffs/src/spiffs_core.h: Appease nxstyle
Ouss4 merged pull request #554:
URL: https://github.com/apache/incubator-nuttx-apps/pull/554
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 bfa826d system/trace: Fix fp
cwespressif opened a new pull request #555:
URL: https://github.com/apache/incubator-nuttx-apps/pull/555
This example was implemented by Chen Wen chen...@espressif.com and reviewed
by Abdelatif Guettouche
## Summary
Add iperf example.
## Impact
## Testing
Ouss4 commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r552509026
##
File path: netutils/argtable3/Make.defs
##
@@ -0,0 +1,23 @@
+
+#
cwespressif commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r552520733
##
File path: netutils/argtable3/Make.defs
##
@@ -0,0 +1,23 @@
+##
liangzhanggb commented on a change in pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#discussion_r552597398
##
File path: arch/risc-v/src/bl602/bl602_start.c
##
@@ -97,9 +86,7 @@ uint32_t boot2_get_flash_addr(void)
{
Review comment:
I have
liangzhanggb commented on a change in pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#discussion_r552604254
##
File path: arch/risc-v/src/bl602/bl602_pwm_lowerhalf.c
##
@@ -0,0 +1,472 @@
+/
liangzhanggb commented on a change in pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#discussion_r552604380
##
File path: arch/risc-v/src/bl602/Make.defs
##
@@ -58,7 +54,12 @@ endif
ifeq ($(CONFIG_ONESHOT),y)
CHIP_CSRCS += bl602_oneshot_lowerhalf
xiaoxiang781216 commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r552663286
##
File path: netutils/iperf/iperf_main.c
##
@@ -0,0 +1,230 @@
+/*
btashton commented on pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#issuecomment-755479970
@liangzhanggb One more minor fix that I think will also get the build to
pass. I verified your latest changes and they all look good. Thanks.
```c
diff --git a/a
hartmannathan opened a new pull request #2657:
URL: https://github.com/apache/incubator-nuttx/pull/2657
## Summary
Fixes nxstyle errors in:
- arch/arm/src/stm32h7/stm32_pwr.c
- arch/arm/src/stm32h7/stm32_pmstop.c
- arch/arm/src/stm32h7/stm32_dma.h
- arch/arm/src/stm32h7/ch
masayuki2009 opened a new pull request #2658:
URL: https://github.com/apache/incubator-nuttx/pull/2658
## Summary
- This commit updates how to build the u-boot
- Also adds tftpboot
## Impact
- No impact
## Testing
- Tested with sabre-6quad board
Ouss4 merged pull request #2657:
URL: https://github.com/apache/incubator-nuttx/pull/2657
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from b3d3621 spiffs: Document how to generate images
add 8cc9308 arch/stm32h7: Fix nxstyle errors
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 6bec079 Publishing web
xiaoxiang781216 merged pull request #2658:
URL: https://github.com/apache/incubator-nuttx/pull/2658
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 84283d0 boards: sabre-6quad: Update
liangzhanggb commented on pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#issuecomment-755850698
> @liangzhanggb One more minor fix that I think will also get the build to
pass. I verified your latest changes and they all look good. Thanks.
>
> ```c
>
cwespressif commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r553098561
##
File path: netutils/iperf/iperf_main.c
##
@@ -0,0 +1,230 @@
+/*
xiaoxiang781216 commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r553124026
##
File path: netutils/iperf/iperf_main.c
##
@@ -0,0 +1,230 @@
+/*
xiaoxiang781216 commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r553124296
##
File path: netutils/argtable3/Make.defs
##
@@ -0,0 +1,27 @@
+##
cwespressif commented on a change in pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#discussion_r553146394
##
File path: netutils/argtable3/Make.defs
##
@@ -0,0 +1,27 @@
+##
btashton commented on pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#issuecomment-755944366
LGTM I see a couple other unrelated things for this port in the Kconfigs
that I can clean in another PR.
--
btashton merged pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655
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
This is an automated email from the ASF dual-hosted git repository.
btashton 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 2889315 arch/risc-v/bl602 : add pwm
SChina-CSC-SDD-Dev commented on a change in pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#discussion_r553163678
##
File path: sched/wdog/wd_setsleepticks.c
##
@@ -0,0 +1,67 @@
+/*
31 matches
Mail list logo