[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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 @@ +/

[GitHub] [incubator-nuttx] yamt commented on pull request #2572: spiffs fixes

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2572: spiffs fixes

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2572: spiffs fixes

2021-01-06 Thread GitBox
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

[incubator-nuttx] branch master updated (98382dd -> b3d3621)

2021-01-06 Thread xiaoxiang
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

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #554: system/trace: Fix fprintf format warnings

2021-01-06 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: system/trace: Fix fprintf format warnings

2021-01-06 Thread aguettouche
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

[GitHub] [incubator-nuttx-apps] cwespressif opened a new pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] Ouss4 commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ + +#

[GitHub] [incubator-nuttx-apps] cwespressif commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ +##

[GitHub] [incubator-nuttx] liangzhanggb commented on a change in pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx] liangzhanggb commented on a change in pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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 @@ +/

[GitHub] [incubator-nuttx] liangzhanggb commented on a change in pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ +/*

[GitHub] [incubator-nuttx] btashton commented on pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2657: Stm32h7 various nxstyle

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2658: boards: sabre-6quad: Update README.txt

2021-01-06 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2657: stm32h7: nxstyle fixes

2021-01-06 Thread GitBox
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

[incubator-nuttx] branch master updated (b3d3621 -> 2cfbfa8)

2021-01-06 Thread aguettouche
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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: 2cfbfa8213bb70fe46dee3977b18315c7500ff0b

2021-01-06 Thread github-bot
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2658: boards: sabre-6quad: Update README.txt

2021-01-06 Thread GitBox
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

[incubator-nuttx] branch master updated: boards: sabre-6quad: Update README.txt

2021-01-06 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] liangzhanggb commented on pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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 >

[GitHub] [incubator-nuttx-apps] cwespressif commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ +/*

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ +/*

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ +##

[GitHub] [incubator-nuttx-apps] cwespressif commented on a change in pull request #555: netutils/iperf: Add iperf example.

2021-01-06 Thread GitBox
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 @@ +##

[GitHub] [incubator-nuttx] btashton commented on pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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. --

[GitHub] [incubator-nuttx] btashton merged pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread GitBox
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

[incubator-nuttx] branch master updated: arch/risc-v/bl602 : add pwm onshot watchdog driver.

2021-01-06 Thread btashton
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

[GitHub] [incubator-nuttx] SChina-CSC-SDD-Dev commented on a change in pull request #2625: Add time ticket related APIs to support hot sleep function

2021-01-06 Thread GitBox
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 @@ +/*