[GitHub] [incubator-nuttx-apps] juniskane commented on pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
juniskane commented on pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-708995071 Calling fclose() on any of the standard text streams is not undefined behavior, just any use of the stream afterwards (including second fclose() and things like pe

[GitHub] [incubator-nuttx-apps] juniskane commented on pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
juniskane commented on pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-708997593 fflush(stdin) is in comp.lang.c FAQ: http://c-faq.com/stdio/stdinflush.html Chapter and verse is ISO/IEC 9899:1999 section 7.19.5.2 The fflush function, c

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #421: Add task trace support

2020-10-15 Thread GitBox
xiaoxiang781216 merged pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx-apps] branch master updated (46650ff -> 71ce72a)

2020-10-15 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-apps.git. from 46650ff interpreters/wamr: This requires CLOCK_MONOTONIC to build add 71ce72a Add trace comma

[GitHub] [incubator-nuttx-apps] juniskane commented on pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
juniskane commented on pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-709038345 > There might be difficulties with setbuf() and setvbuf(), however, if application sets a buffer in stack and relied on fclose() disassociating it from the stream

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
xiaoxiang781216 commented on pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-709052915 stdin/stdout/stderr are still freed when the task exit, only fclose skip these special handlers. ---

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #1978: xtensa/esp32: Add power management of deep-sleep

2020-10-15 Thread GitBox
cwespressif commented on a change in pull request #1978: URL: https://github.com/apache/incubator-nuttx/pull/1978#discussion_r505489388 ## File path: arch/xtensa/src/esp32/esp32_pm.c ## @@ -180,8 +215,28 @@ static struct esp32_sleep_config_t s_config = * Private Functions *

[GitHub] [incubator-nuttx-apps] YuuichiNakamura commented on pull request #421: Add task trace support

2020-10-15 Thread GitBox
YuuichiNakamura commented on pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#issuecomment-709308221 @xiaoxiang781216 Thank you for your great support for my kernel and app PRs! I'll work on the maintenance of the documents in https://github.com/apache/inc

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
patacongo commented on a change in pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#discussion_r505547525 ## File path: graphics/nxwm/src/cnxterm.cxx ## @@ -500,27 +500,18 @@ int CNxTerm::nxterm(int argc, char *argv[]) // console). (2) Don't

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
patacongo commented on a change in pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#discussion_r505547525 ## File path: graphics/nxwm/src/cnxterm.cxx ## @@ -500,27 +500,18 @@ int CNxTerm::nxterm(int argc, char *argv[]) // console). (2) Don't

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #425: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
xiaoxiang781216 commented on a change in pull request #425: URL: https://github.com/apache/incubator-nuttx-apps/pull/425#discussion_r505564741 ## File path: graphics/nxwm/src/cnxterm.cxx ## @@ -500,27 +500,18 @@ int CNxTerm::nxterm(int argc, char *argv[]) // console). (2)

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1993: libc: Skip close stdin/stdout/stderr in fclose

2020-10-15 Thread GitBox
xiaoxiang781216 opened a new pull request #1993: URL: https://github.com/apache/incubator-nuttx/pull/1993 ## Summary See the disscussion here: https://github.com/apache/incubator-nuttx-apps/pull/425 ## Impact ## Testing

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1994: libc: Don't fclose and fopen file in freopen

2020-10-15 Thread GitBox
xiaoxiang781216 opened a new pull request #1994: URL: https://github.com/apache/incubator-nuttx/pull/1994 ## Summary to avoid FILE pointer change after this commit: commit b0797263ca2817cf536be8b843ac5b5aac5d4d9c Author: Xiang Xiao Date: Thu Aug 13 18:17:29 2020 +0800

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #1995: arch: Add custom arch chip build support

2020-10-15 Thread GitBox
liuguo09 opened a new pull request #1995: URL: https://github.com/apache/incubator-nuttx/pull/1995 ## Summary Just like custom board build support, add custom arch chip build support. ## Impact ## Testing Local test with custom chip build well. Update more info later.

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1995: arch: Add custom arch chip build support

2020-10-15 Thread GitBox
Ouss4 commented on a change in pull request #1995: URL: https://github.com/apache/incubator-nuttx/pull/1995#discussion_r505595071 ## File path: boards/Makefile ## @@ -110,19 +111,24 @@ endif depend: .depend -$(DUMMY_KCONFIG): $(BOARD_KCONFIG) - $(call DELFILE, $(DUMM

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1955: Add documentation for note filters and task trace guides

2020-10-15 Thread GitBox
YuuichiNakamura commented on pull request #1955: URL: https://github.com/apache/incubator-nuttx/pull/1955#issuecomment-709381142 @v01d I have updated the commit to incorporate all contents in https://github.com/YuuichiNakamura/nuttx-task-tracer-doc Currently apps/system/trace/README.md

[GitHub] [incubator-nuttx-apps] davids5 opened a new issue #426: Typo IPCFG_USE_DHCPC->IPCFG_USE_DHCP

2020-10-15 Thread GitBox
davids5 opened a new issue #426: URL: https://github.com/apache/incubator-nuttx-apps/issues/426 Find a link time typo https://github.com/apache/incubator-nuttx-apps/blob/71ce72a3415f9e54bf6d7fdb75025910500c9940/netutils/netinit/netinit.c#L373 ---

[GitHub] [incubator-nuttx-apps] davids5 opened a new pull request #427: ipcfg & net init fixes

2020-10-15 Thread GitBox
davids5 opened a new pull request #427: URL: https://github.com/apache/incubator-nuttx-apps/pull/427 ## Summary Fix compiler warning in ipcfg_binary.c Fix typo in net init. ## Impact will not link ## Testing built with px4_fmu-v5x -

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #1986: tools/Config.mk: Don't set HOSTEXEEXT to .exe for Ubuntu on Windows

2020-10-15 Thread GitBox
xiaoxiang781216 closed pull request #1986: URL: https://github.com/apache/incubator-nuttx/pull/1986 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1996: tools/Config.mk: Don't set HOSTEXEEXT to .exe for Ubuntu on Windows

2020-10-15 Thread GitBox
xiaoxiang781216 opened a new pull request #1996: URL: https://github.com/apache/incubator-nuttx/pull/1996 ## Summary Fix issue report here: #1985 ## Impact ## Testing The follow command should work without error: ``` ./tools/configure.sh -u nucleo-h743zi:nsh mak

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #1979: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
xiaoxiang781216 closed pull request #1979: URL: https://github.com/apache/incubator-nuttx/pull/1979 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1997: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
xiaoxiang781216 commented on pull request #1997: URL: https://github.com/apache/incubator-nuttx/pull/1997#issuecomment-709429850 Here is the similar fix in apps: apache/incubator-nuttx-apps#425 This is an automated message fr

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1997: Remove all fclose with stdin, stdout and stderr

2020-10-15 Thread GitBox
xiaoxiang781216 opened a new pull request #1997: URL: https://github.com/apache/incubator-nuttx/pull/1997 ## Summary since it is wrong to close the builtin stream and specially note https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html: Since after the call to f

[incubator-nuttx-apps] branch fclose updated (772f68a -> c5822bc)

2020-10-15 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch fclose in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. discard 772f68a Remove all fclose with stdin, stdout and stderr add 46650ff interpreters/wamr: This r

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1955: Add documentation for note filters and task trace guides

2020-10-15 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1955: URL: https://github.com/apache/incubator-nuttx/pull/1955#discussion_r505672142 ## File path: Documentation/guides/tasktraceuser.rst ## @@ -0,0 +1,348 @@ += +Task Trace User Guide +=

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #1998: tiva/cc13xx: Fix nxstyle errors

2020-10-15 Thread GitBox
hartmannathan opened a new pull request #1998: URL: https://github.com/apache/incubator-nuttx/pull/1998 ## Summary arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c: - Fix nxstyle errors. - No functional changes; however modified one function, trim_wakeup_fromshutdown(), to avoid block

[incubator-nuttx] 03/03: Update timer.rst

2020-10-15 Thread acassis
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 commit d1f0c71d2cd5b3bb0645951fddcb234fe65f5073 Author: saramonteiro AuthorDate: Wed Oct 14 15:52:27 2020 -0300

[incubator-nuttx] 02/03: Update timer.rst

2020-10-15 Thread acassis
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 commit b0416202f635ed21f1e7110559364d521c3691e8 Author: saramonteiro AuthorDate: Wed Oct 14 15:24:09 2020 -0300

[incubator-nuttx] branch master updated (35fa8bd -> d1f0c71)

2020-10-15 Thread acassis
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 35fa8bd freedom-k64f: Add I2C initial support new 8c455369 Documentation for the Timer Driver ne

[GitHub] [incubator-nuttx] acassis merged pull request #1959: Documentation for the Timer Driver

2020-10-15 Thread GitBox
acassis merged pull request #1959: URL: https://github.com/apache/incubator-nuttx/pull/1959 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 t

[incubator-nuttx] 01/03: Documentation for the Timer Driver

2020-10-15 Thread acassis
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 commit 8c4553693bb481ce8e8c8d49157e845b51094cf9 Author: saramonteiro AuthorDate: Thu Oct 8 12:36:47 2020 -0300 D

[GitHub] [incubator-nuttx] davids5 commented on pull request #1959: Documentation for the Timer Driver

2020-10-15 Thread GitBox
davids5 commented on pull request #1959: URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-709624179 Nice! Where is this published too? This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] v01d commented on pull request #1959: Documentation for the Timer Driver

2020-10-15 Thread GitBox
v01d commented on pull request #1959: URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-709624735 Docs are at: https://nuttx.apache.org/docs/latest/ However they are only updated daily for now, as we lack the proper setup to rebuild the website on pushes to this repo.

[incubator-nuttx-website] branch master updated: fix deploy not working on schedule

2020-10-15 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-website.git The following commit(s) were added to refs/heads/master by this push: new feb2499 fix deploy not worki

[GitHub] [incubator-nuttx-website] btashton merged pull request #35: fix deploy not working on schedule

2020-10-15 Thread GitBox
btashton merged pull request #35: URL: https://github.com/apache/incubator-nuttx-website/pull/35 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx] davids5 commented on pull request #1959: Documentation for the Timer Driver

2020-10-15 Thread GitBox
davids5 commented on pull request #1959: URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-709625583 @v01d - Thank you! This is an automated message from the Apache Git Service. To respond to the message

[incubator-nuttx-website] branch asf-site updated: Publishing web: feb249977349f687d40e57cfe5f0d39e5c5c71f9 docs: d1f0c71d2cd5b3bb0645951fddcb234fe65f5073

2020-10-15 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 66abfa1 Publishing web

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1955: Add documentation for note filters and task trace guides

2020-10-15 Thread GitBox
YuuichiNakamura commented on a change in pull request #1955: URL: https://github.com/apache/incubator-nuttx/pull/1955#discussion_r505931387 ## File path: Documentation/guides/tasktraceuser.rst ## @@ -0,0 +1,348 @@ += +Task Trace User Guide +=

[incubator-nuttx-website] branch asf-site updated: Publishing web: feb249977349f687d40e57cfe5f0d39e5c5c71f9 docs: d1f0c71d2cd5b3bb0645951fddcb234fe65f5073

2020-10-15 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 2780834 Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1998: tiva/cc13xx: Fix nxstyle errors

2020-10-15 Thread GitBox
xiaoxiang781216 merged pull request #1998: URL: https://github.com/apache/incubator-nuttx/pull/1998 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 (d1f0c71 -> 5c258f5)

2020-10-15 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 d1f0c71 Update timer.rst add 5c258f5 tiva/cc13xx: Fix nxstyle errors No new revisions were added

[incubator-nuttx] branch master updated (d1f0c71 -> 5c258f5)

2020-10-15 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 d1f0c71 Update timer.rst add 5c258f5 tiva/cc13xx: Fix nxstyle errors No new revisions were added

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1989: sensors: Support fxos8700cq motion I2C sensor

2020-10-15 Thread GitBox
xiaoxiang781216 merged pull request #1989: URL: https://github.com/apache/incubator-nuttx/pull/1989 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #427: ipcfg & net init fixes

2020-10-15 Thread GitBox
xiaoxiang781216 merged pull request #427: URL: https://github.com/apache/incubator-nuttx-apps/pull/427 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 closed issue #426: Typo IPCFG_USE_DHCPC->IPCFG_USE_DHCP

2020-10-15 Thread GitBox
xiaoxiang781216 closed issue #426: URL: https://github.com/apache/incubator-nuttx-apps/issues/426 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[incubator-nuttx] branch master updated: sensors: Support fxos8700cq motion I2C sensor

2020-10-15 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 cafe245 sensors: Support fxos8700cq

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1955: Add documentation for note filters and task trace guides

2020-10-15 Thread GitBox
xiaoxiang781216 merged pull request #1955: URL: https://github.com/apache/incubator-nuttx/pull/1955 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-apps] 01/02: ipcfg_binary: Fix compiler warning

2020-10-15 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-apps.git commit 9f9fed323217dfbe638cba2a001ae9d62580e713 Author: David Sidrane AuthorDate: Thu Oct 15 08:46:28 2020 -07

[incubator-nuttx-apps] 02/02: netinit:Fix typo IPCFG_USE_DHCPC->IPCFG_USE_DHCP

2020-10-15 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-apps.git commit cb111c0ee8a52c2c33e42759d1a5a4178d64a64e Author: David Sidrane AuthorDate: Thu Oct 15 08:50:00 2020 -07

[incubator-nuttx-apps] branch master updated (71ce72a -> cb111c0)

2020-10-15 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-apps.git. from 71ce72a Add trace command for task trace new 9f9fed3 ipcfg_binary: Fix compiler warning

[incubator-nuttx-apps] branch master updated (71ce72a -> cb111c0)

2020-10-15 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-apps.git. from 71ce72a Add trace command for task trace new 9f9fed3 ipcfg_binary: Fix compiler warning

[incubator-nuttx-apps] 01/02: ipcfg_binary: Fix compiler warning

2020-10-15 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-apps.git commit 9f9fed323217dfbe638cba2a001ae9d62580e713 Author: David Sidrane AuthorDate: Thu Oct 15 08:46:28 2020 -07

[incubator-nuttx-apps] 02/02: netinit:Fix typo IPCFG_USE_DHCPC->IPCFG_USE_DHCP

2020-10-15 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-apps.git commit cb111c0ee8a52c2c33e42759d1a5a4178d64a64e Author: David Sidrane AuthorDate: Thu Oct 15 08:50:00 2020 -07

[incubator-nuttx] branch master updated (cafe245 -> 1472a91)

2020-10-15 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 cafe245 sensors: Support fxos8700cq motion I2C sensor add 1472a91 Add documentation for note filte

[incubator-nuttx] branch master updated (cafe245 -> 1472a91)

2020-10-15 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 cafe245 sensors: Support fxos8700cq motion I2C sensor add 1472a91 Add documentation for note filte

[GitHub] [incubator-nuttx] liuguo09 commented on a change in pull request #1995: arch: Add custom arch chip build support

2020-10-15 Thread GitBox
liuguo09 commented on a change in pull request #1995: URL: https://github.com/apache/incubator-nuttx/pull/1995#discussion_r506031850 ## File path: boards/Makefile ## @@ -110,19 +111,24 @@ endif depend: .depend -$(DUMMY_KCONFIG): $(BOARD_KCONFIG) - $(call DELFILE, $(D

[GitHub] [incubator-nuttx] liuguo09 commented on a change in pull request #1995: arch: Add custom arch chip build support

2020-10-15 Thread GitBox
liuguo09 commented on a change in pull request #1995: URL: https://github.com/apache/incubator-nuttx/pull/1995#discussion_r506070155 ## File path: boards/Makefile ## @@ -110,19 +111,24 @@ endif depend: .depend -$(DUMMY_KCONFIG): $(BOARD_KCONFIG) - $(call DELFILE, $(D

[GitHub] [incubator-nuttx] YuuichiNakamura commented on issue #1882: documentation for task trace feature

2020-10-15 Thread GitBox
YuuichiNakamura commented on issue #1882: URL: https://github.com/apache/incubator-nuttx/issues/1882#issuecomment-709844658 The documentation was added in #1955 This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] YuuichiNakamura closed issue #1882: documentation for task trace feature

2020-10-15 Thread GitBox
YuuichiNakamura closed issue #1882: URL: https://github.com/apache/incubator-nuttx/issues/1882 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