[GitHub] [incubator-nuttx] yamt commented on a change in pull request #183: Travis CI configuration

2020-02-03 Thread GitBox
yamt commented on a change in pull request #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#discussion_r374500824 ## File path: .travis.yml ## @@ -0,0 +1,17 @@ +sudo: required Review comment: i added apache license to this file too

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on issue #207: SMP for Cortex-A MPcore is unstable

2020-02-03 Thread GitBox
masayuki2009 edited a comment on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-581763631 I thought the memory corruption issue relates to an IPI (Inter Processor Interrupt) issue. But I noticed that there was no nes

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable

2020-02-03 Thread GitBox
masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-581764825 Hello @gregory-nutt, What do you think about my comments on irqtmp in armv7-a/arm_vectors.S?

[incubator-nuttx-testing] branch master updated: Initial checkin CI related scripts and testlist files

2020-02-03 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-testing.git The following commit(s) were added to refs/heads/master by this push: new b2588d3 Initial checkin CI

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable

2020-02-03 Thread GitBox
masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-581763631 I thought the memory corruption issue relates to an IPI (Inter Processor Interrupt) issue. But I noticed that there was no nested int

[GitHub] [incubator-nuttx] masayuki2009 opened a new issue #207: SMP for Cortex-A MPcore is unstable

2020-02-03 Thread GitBox
masayuki2009 opened a new issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207 There were several discussions on SMP issues for Cortex-A MPcore in NuttX mailing list before. Yesterday I tried sabre-6quad:smp configuration with QEMU, an

[incubator-nuttx] branch master updated: tools/nxstyle.c: Fix logic error in previous change.

2020-02-03 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.git The following commit(s) were added to refs/heads/master by this push: new dfcbc42 tools/nxstyle.c: Fix log

[GitHub] [incubator-nuttx] Ouss4 merged pull request #206: tools/nxstyle.c: Fix logic error in previous change.

2020-02-03 Thread GitBox
Ouss4 merged pull request #206: tools/nxstyle.c: Fix logic error in previous change. URL: https://github.com/apache/incubator-nuttx/pull/206 This is an automated message from the Apache Git Service. To respond to the messag

[incubator-nuttx-apps] branch master updated: Remove all CONFIG_NET_HAVE_REUSEADDR guard

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 e0adf5e Remove all CONFIG_NET_HAVE

[incubator-nuttx-apps] branch pr47 updated: Remove all CONFIG_NET_HAVE_REUSEADDR guard

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr47 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/pr47 by this push: new 9738e0b Remove all CONFIG_NET_HAVE_REU

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #47: Remove all CONFIG_NET_HAVE_REUSEADDR guard

2020-02-03 Thread GitBox
patacongo merged pull request #47: Remove all CONFIG_NET_HAVE_REUSEADDR guard URL: https://github.com/apache/incubator-nuttx-apps/pull/47 This is an automated message from the Apache Git Service. To respond to the message, pl

[incubator-nuttx-apps] branch pr47 created (now 1d6fcfa)

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr47 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 1d6fcfa Build system: Reference tools/define.sh through DEFINE macro No new revisions were added by this

[incubator-nuttx-apps] branch master updated: Build system: Reference tools/define.sh through DEFINE macro

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 1d6fcfa Build system: Reference to

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #46: Reference tools/define.sh through DEFINE macro

2020-02-03 Thread GitBox
patacongo merged pull request #46: Reference tools/define.sh through DEFINE macro URL: https://github.com/apache/incubator-nuttx-apps/pull/46 This is an automated message from the Apache Git Service. To respond to the messag

[incubator-nuttx-apps] branch pr46 updated: Reference tools/define.sh through DEFINE macro

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr46 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/pr46 by this push: new 9c4dee8 Reference tools/define.sh thro

[incubator-nuttx-apps] branch pr46 created (now 724a34b)

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr46 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 724a34b Run all files modified by pr45 through nxstyle. No new revisions were added by this update.

[incubator-nuttx] branch master updated: tools/Config.mk: add DEFINE macro like INCDIR

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 adbff7d tools/Config.mk: add DEFINE mac

[incubator-nuttx] branch pr205 updated: Config.mk: add DEFINE macro like INCDIR

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr205 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr205 by this push: new a66f48e Config.mk: add DEFINE macro like

[incubator-nuttx] branch pr205 created (now 5f7a797)

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr205 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 5f7a797 net/igmp/igmp.h: include to fix build break No new revisions were added by this update.

[GitHub] [incubator-nuttx] patacongo merged pull request #205: Config.mk: add DEFINE macro like INCDIR

2020-02-03 Thread GitBox
patacongo merged pull request #205: Config.mk: add DEFINE macro like INCDIR URL: https://github.com/apache/incubator-nuttx/pull/205 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx] patacongo opened a new pull request #206: tools/nxstyle.c: Fix logic error in previous change.

2020-02-03 Thread GitBox
patacongo opened a new pull request #206: tools/nxstyle.c: Fix logic error in previous change. URL: https://github.com/apache/incubator-nuttx/pull/206 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #204: tools/nxstyle.c: Ignore inttypes.h constants.

2020-02-03 Thread GitBox
patacongo commented on a change in pull request #204: tools/nxstyle.c: Ignore inttypes.h constants. URL: https://github.com/apache/incubator-nuttx/pull/204#discussion_r374301101 ## File path: tools/nxstyle.c ## @@ -1265,27 +1265,38 @@ int main(int argc, char **argv, char

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #204: tools/nxstyle.c: Ignore inttypes.h constants.

2020-02-03 Thread GitBox
davids5 commented on a change in pull request #204: tools/nxstyle.c: Ignore inttypes.h constants. URL: https://github.com/apache/incubator-nuttx/pull/204#discussion_r374286827 ## File path: tools/nxstyle.c ## @@ -1265,27 +1265,38 @@ int main(int argc, char **argv, char **

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #47: Remove all CONFIG_NET_HAVE_REUSEADDR guard

2020-02-03 Thread GitBox
xiaoxiang781216 opened a new pull request #47: Remove all CONFIG_NET_HAVE_REUSEADDR guard URL: https://github.com/apache/incubator-nuttx-apps/pull/47 Change-Id: I24990bbec8cc4d6d0f06899bec45c575dd35b77f Signed-off-by: Xiang Xiao -

[GitHub] [incubator-nuttx] Ouss4 merged pull request #204: tools/nxstyle.c: Ignore inttypes.h constants.

2020-02-03 Thread GitBox
Ouss4 merged pull request #204: tools/nxstyle.c: Ignore inttypes.h constants. URL: https://github.com/apache/incubator-nuttx/pull/204 This is an automated message from the Apache Git Service. To respond to the message, pleas

[incubator-nuttx] branch master updated (5f7a797 -> 2483b65)

2020-02-03 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 5f7a797 net/igmp/igmp.h: include to fix build break add 2483b65 tools/nxstyle.c: Ignore intty

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #205: Config.mk: add DEFINE macro like INCDIR

2020-02-03 Thread GitBox
xiaoxiang781216 opened a new pull request #205: Config.mk: add DEFINE macro like INCDIR URL: https://github.com/apache/incubator-nuttx/pull/205 Change-Id: I41eb8003a386e83ef3afd94bf8f0ebb5348f79e0 Signed-off-by: Xiang Xiao ---

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #46: Reference tools/define.sh through DEFINE macro

2020-02-03 Thread GitBox
xiaoxiang781216 opened a new pull request #46: Reference tools/define.sh through DEFINE macro URL: https://github.com/apache/incubator-nuttx-apps/pull/46 Change-Id: I496328d3692ad6a7e556b098ae07298d2d25d151 Signed-off-by: Xiang Xiao -

[GitHub] [incubator-nuttx] patacongo opened a new pull request #204: tools/nxstyle.c: Ignore inttypes.h constants.

2020-02-03 Thread GitBox
patacongo opened a new pull request #204: tools/nxstyle.c: Ignore inttypes.h constants. URL: https://github.com/apache/incubator-nuttx/pull/204 Eliminate warnings. Ignore mixed case identifies beginning with PRIx. These most likely come from inttypes.h and we nxstyle must tolerate t

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
patacongo commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374112803 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR char *arg

[incubator-nuttx-apps] 01/01: Run all files modified by pr45 through nxstyle.

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 724a34bd3b68674e75d88af1e7a99b3ec7675c0d Author: Gregory Nutt AuthorDate: Mon Feb 3 07:35:37 2020 -0600

[incubator-nuttx-apps] branch master updated (1154735 -> 724a34b)

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from 1154735 Refine the preprocess conditional guard style add 28891ef Remove the global variable in t

[GitHub] [incubator-nuttx-apps] jerpelea commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
jerpelea commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374105000 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR char *argv

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374104120 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR cha

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374104120 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR cha

[incubator-nuttx-apps] 02/06: Remove CONFIG_NET_HAVE_REUSEADDR check from telnetd_daemon

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 579327a972341210e6ee6bb382a81960878a5cee Author: Xiang Xiao AuthorDate: Mon Feb 3 16:58:00 2020 +0800 Re

[incubator-nuttx-apps] 03/06: Skip to close acceptsd since it is already closed in SIOCTELNET handler

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit d6e450e39a228776f52da3a3653760561071fa56 Author: Xiang Xiao AuthorDate: Mon Feb 3 17:11:41 2020 +0800 Sk

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #45: Improve telnetd

2020-02-03 Thread GitBox
patacongo merged pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[incubator-nuttx-apps] 05/06: Fix ret undefined error in nsh_telnetlogin when CONFIG_NSH_LOGIN_PLATFORM enable

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit c44f2711957c4e687f856eae79a499d96e5c08ef Author: Xiang Xiao AuthorDate: Mon Feb 3 16:43:43 2020 +0800 Fi

[incubator-nuttx-apps] 06/06: telnetd should listen both IPv4 and IPv6 for the dual stack

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 37135e5dfe7da4ad11add0dbb11c3b6838ce5e20 Author: Xiang Xiao AuthorDate: Mon Feb 3 17:50:16 2020 +0800 te

[incubator-nuttx-apps] branch pr45 created (now 1154735)

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 1154735 Refine the preprocess conditional guard style No new revisions were added by this update.

[incubator-nuttx-apps] 04/06: Free daemon struct in all telnetd_daemon error path

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 72bbc27b0fc57136364259a0eaf8cf1a67b5f44c Author: Xiang Xiao AuthorDate: Mon Feb 3 17:16:49 2020 +0800 Fr

[incubator-nuttx-apps] 01/06: Remove the global variable in telnetd_daemon

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 28891ef27e841d4a6f8b1a12f268f1261e8d78ee Author: Xiang Xiao AuthorDate: Mon Feb 3 16:54:54 2020 +0800 Re

[incubator-nuttx-apps] branch pr45 updated (1154735 -> 37135e5)

2020-02-03 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr45 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from 1154735 Refine the preprocess conditional guard style new 28891ef Remove the global variable in tel

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
patacongo commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374093618 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR char *arg

[GitHub] [incubator-nuttx-apps] jerpelea commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
jerpelea commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374069650 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR char *argv

[GitHub] [incubator-nuttx-apps] jerpelea commented on a change in pull request #45: Improve telnetd

2020-02-03 Thread GitBox
jerpelea commented on a change in pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45#discussion_r374069650 ## File path: netutils/telnetd/telnetd_daemon.c ## @@ -183,14 +181,12 @@ static int telnetd_daemon(int argc, FAR char *argv

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #45: Improve telnetd

2020-02-03 Thread GitBox
xiaoxiang781216 opened a new pull request #45: Improve telnetd URL: https://github.com/apache/incubator-nuttx-apps/pull/45 This is an automated message from the Apache Git Service. To respond to the message, please log on to