[incubator-nuttx] branch master updated: include/netinet/arp.h: Previous network changes broke the build test (#193)

2020-01-31 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 e86b516 include/netinet/arp.h: P

[GitHub] [incubator-nuttx] Ouss4 merged pull request #193: include/netinet/arp.h: Previous network changes broke the build test

2020-01-31 Thread GitBox
Ouss4 merged pull request #193: include/netinet/arp.h: Previous network changes broke the build test URL: https://github.com/apache/incubator-nuttx/pull/193 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-nuttx] patacongo opened a new pull request #193: include/netinet/arp.h: Previous network changes broke the build test

2020-01-31 Thread GitBox
patacongo opened a new pull request #193: include/netinet/arp.h: Previous network changes broke the build test URL: https://github.com/apache/incubator-nuttx/pull/193 Previous PR broke the build. Compilation fails with: include/netinet/arp.h:84:27: error: `IFNAMSIZ` undeclared

[incubator-nuttx] branch master updated (2def803 -> 4a238f2)

2020-01-31 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.git. from 2def803 sched/sched/sched_getcpu.c: Implement non-standard interface. new 9f9566c Rename net_clone/ne

[incubator-nuttx] 06/10: Implment SO_ACCEPTCONN

2020-01-31 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 commit 7e67add99951bbd988858ee03033ca49004b10f5 Author: Xiang Xiao AuthorDate: Fri Jan 31 17:57:02 2020 +0800 Impl

[incubator-nuttx] 07/10: sendto should always call send if to == NULL || tolen <= 0

2020-01-31 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 commit 0fc7668d657efca2702227a22bdcb9ea684c8519 Author: Xiang Xiao AuthorDate: Fri Jan 31 18:00:39 2020 +0800 send

[incubator-nuttx] 09/10: Add FAR for pointer type for socket header files

2020-01-31 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 commit 3ae5f5275742d17b5781288109792fcf81c8651f Author: Xiang Xiao AuthorDate: Sat Feb 1 02:47:00 2020 +0800 Add F

[incubator-nuttx] 01/10: Rename net_clone/net_dupsd[2] to psock_dup2/net_dup[2] like vfs

2020-01-31 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 commit 9f9566c0eb5515d89c2324c71cc2ca4ea619f8de Author: Xiang Xiao AuthorDate: Fri Jan 31 16:44:28 2020 +0800 Rena

[incubator-nuttx] 04/10: Move _SF_BOUND and _SF_CONNECTED modification to common place

2020-01-31 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 commit 6e6c67019010af40dbd534885c641dd7fad6611b Author: Xiang Xiao AuthorDate: Fri Jan 31 17:34:28 2020 +0800 Move

[incubator-nuttx] 08/10: Remove psock_send and sockfd_socket from net/socket/socket.h

2020-01-31 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 commit c1b0aa118c92f6b11645ebd8e96a8986891e79a1 Author: Xiang Xiao AuthorDate: Sat Feb 1 02:09:01 2020 +0800 Remov

[incubator-nuttx] 03/10: Move the lock from psock_release to sockfd_release

2020-01-31 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 commit 709dc1935036dc44481e93cf842e91898212e34f Author: Xiang Xiao AuthorDate: Fri Jan 31 17:43:41 2020 +0800 Move

[incubator-nuttx] 05/10: Replace set_errno to _SO_SETERRNO

2020-01-31 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 commit cf2ddbb2b1aeb6500afd4d043f17af6994cd6d8c Author: Xiang Xiao AuthorDate: Fri Jan 31 17:48:46 2020 +0800 Repl

[incubator-nuttx] 10/10: Fix the wrong IPv6 TCP MSS calculation

2020-01-31 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 commit 4a238f2e7b27d285c0771933e64e255f573a792f Author: Xiang Xiao AuthorDate: Sat Feb 1 02:59:54 2020 +0800 Fix t

[incubator-nuttx] 02/10: Ensure psock_socket and psock_accept initialize s_crefs to 1

2020-01-31 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 commit 0b860726db80019186a2f442f86fcda93b4e2adc Author: Xiang Xiao AuthorDate: Fri Jan 31 17:27:46 2020 +0800 Ensu

[incubator-nuttx] branch master updated: sched/sched/sched_getcpu.c: Implement non-standard interface.

2020-01-31 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 2def803 sched/sched/sched_getcpu.

[incubator-nuttx] 01/10: Rename net_clone/net_dupsd[2] to psock_dup2/net_dup[2] like vfs

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 285b089e90c0ca94c6eef04f2baaf0a1e6e07cf2 Author: Xiang Xiao AuthorDate: Fri Jan 31 16:44:28 2020 +0800 Renam

[incubator-nuttx] branch pr192 updated (80277d1 -> c8fb486)

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 80277d1 Refine the preprocessor conditional guard style (#190) new 285b089 Rename net_clone/net_dupsd[2

[incubator-nuttx] 06/10: Implment SO_ACCEPTCONN

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5016dee74e839c60731486cb93086fb278d3c3e7 Author: Xiang Xiao AuthorDate: Fri Jan 31 17:57:02 2020 +0800 Implm

[incubator-nuttx] 05/10: Replace set_errno to _SO_SETERRNO

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6db5375b198af072dde4f528fa6c977b4bc27d5f Author: Xiang Xiao AuthorDate: Fri Jan 31 17:48:46 2020 +0800 Repla

[incubator-nuttx] 03/10: Move the lock from psock_release to sockfd_release

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 449778e448e86c186eb2b0db1946dcf37dcba198 Author: Xiang Xiao AuthorDate: Fri Jan 31 17:43:41 2020 +0800 Move

[incubator-nuttx] 08/10: Remove psock_send and sockfd_socket from net/socket/socket.h

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ccd9ec1c1479cd119b2ee0150f3cda0e072e606d Author: Xiang Xiao AuthorDate: Sat Feb 1 02:09:01 2020 +0800 Remove

[GitHub] [incubator-nuttx] patacongo merged pull request #192: Fix socket layer

2020-01-31 Thread GitBox
patacongo merged pull request #192: Fix socket layer URL: https://github.com/apache/incubator-nuttx/pull/192 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[incubator-nuttx] 09/10: Add FAR for pointer type for socket header files

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit f79e9f522b16710bd30e43e6923a3feacc9e5f0c Author: Xiang Xiao AuthorDate: Sat Feb 1 02:47:00 2020 +0800 Add FA

[incubator-nuttx] 02/10: Ensure psock_socket and psock_accept initialize s_crefs to 1

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3db0f2388f09d89652ee0942e78c65ac0caf9440 Author: Xiang Xiao AuthorDate: Fri Jan 31 17:27:46 2020 +0800 Ensur

[incubator-nuttx] 07/10: sendto should always call send if to == NULL || tolen <= 0

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 60e3d8e6038e76594bc578078f198daf63a295ce Author: Xiang Xiao AuthorDate: Fri Jan 31 18:00:39 2020 +0800 sendt

[incubator-nuttx] 10/10: Fix the wrong IPv6 TCP MSS calculation

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c8fb4863f2cf993c7fa3ebd42842189bca5b559d Author: Xiang Xiao AuthorDate: Sat Feb 1 02:59:54 2020 +0800 Fix th

[incubator-nuttx] 04/10: Move _SF_BOUND and _SF_CONNECTED modification to common place

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 644f78fb444d48da582a937f6aa99424dab58131 Author: Xiang Xiao AuthorDate: Fri Jan 31 17:34:28 2020 +0800 Move

[incubator-nuttx] branch pr192 created (now 80277d1)

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr192 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 80277d1 Refine the preprocessor conditional guard style (#190) No new revisions were added by this update.

[incubator-nuttx] 01/02: sched/sched/sched_getcpu.c: Implement non-standard interface.

2020-01-31 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr191 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 989770470c82f84896c6f368105451015b7a Author: Gregory Nutt AuthorDate: Fri Jan 31 12:22:38 2020 -0600

[incubator-nuttx] 02/02: sched/sched/sched_getcpu.c: Add file needed by previous commit.

2020-01-31 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr191 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit fd5fa3d60f77052693c7a66a019c5a2b968f5b96 Author: Gregory Nutt AuthorDate: Fri Jan 31 12:52:25 2020 -0600

[GitHub] [incubator-nuttx] Ouss4 merged pull request #191: sched/sched/sched_getcpu.c: Implement non-standard interface.

2020-01-31 Thread GitBox
Ouss4 merged pull request #191: sched/sched/sched_getcpu.c: Implement non-standard interface. URL: https://github.com/apache/incubator-nuttx/pull/191 This is an automated message from the Apache Git Service. To respond to t

[incubator-nuttx] branch pr191 updated (80277d1 -> fd5fa3d)

2020-01-31 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr191 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 80277d1 Refine the preprocessor conditional guard style (#190) new 9897704 sched/sched/sched_getc

[incubator-nuttx] branch pr191 created (now 80277d1)

2020-01-31 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr191 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 80277d1 Refine the preprocessor conditional guard style (#190) No new revisions were added by this upd

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #192: Fix socket layer

2020-01-31 Thread GitBox
xiaoxiang781216 opened a new pull request #192: Fix socket layer URL: https://github.com/apache/incubator-nuttx/pull/192 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-nuttx] patacongo opened a new pull request #191: sched/sched/sched_getcpu.c: Implement non-standard interface.

2020-01-31 Thread GitBox
patacongo opened a new pull request #191: sched/sched/sched_getcpu.c: Implement non-standard interface. URL: https://github.com/apache/incubator-nuttx/pull/191 If SMP is enabled this function will return the number of the CPU that the thread is running on. This is non-standard but follow

[GitHub] [incubator-nuttx] Ouss4 merged pull request #190: Refine the preprocess conditional guard style

2020-01-31 Thread GitBox
Ouss4 merged pull request #190: Refine the preprocess conditional guard style URL: https://github.com/apache/incubator-nuttx/pull/190 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #190: Refine the preprocess conditional guard style

2020-01-31 Thread GitBox
xiaoxiang781216 opened a new pull request #190: Refine the preprocess conditional guard style URL: https://github.com/apache/incubator-nuttx/pull/190 Change-Id: I0667574133875337facbeb2f8c55d66544491875 Signed-off-by: Xiang Xiao -

[GitHub] [incubator-nuttx] patacongo commented on issue #160: Nxp drone boards

2020-01-31 Thread GitBox
patacongo commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-580824562 @davids5 Please merge this when it is ready. This is an automated message from the Apache Git S

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #174: Example of use of tools/Jenkinsfile

2020-01-31 Thread GitBox
patacongo commented on a change in pull request #174: Example of use of tools/Jenkinsfile URL: https://github.com/apache/incubator-nuttx/pull/174#discussion_r373588992 ## File path: tools/Jenkinsfile ## @@ -0,0 +1,11 @@ +#!/usr/bin/env groovy + Review comment: Is a l

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

2020-01-31 Thread GitBox
patacongo commented on a change in pull request #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#discussion_r373588071 ## File path: .travis.yml ## @@ -0,0 +1,17 @@ +sudo: required Review comment: Question: Do .yml files require l

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

2020-01-31 Thread GitBox
patacongo commented on a change in pull request #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#discussion_r373588071 ## File path: .travis.yml ## @@ -0,0 +1,17 @@ +sudo: required Review comment: Question: Do .yml files require l

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

2020-01-31 Thread GitBox
patacongo commented on a change in pull request #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#discussion_r373587818 ## File path: tools/travis/travis.sh ## @@ -0,0 +1,46 @@ +#! /bin/sh Review comment: PLEASE FIX: All .sh files

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

2020-01-31 Thread GitBox
patacongo commented on a change in pull request #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#discussion_r373587235 ## File path: boards/sim/sim/sim/configs/ostest/defconfig ## @@ -10,10 +10,12 @@ CONFIG_ARCH_BOARD="sim" CONFIG_ARCH_

[incubator-nuttx-apps] branch master updated: Refine the preprocess conditional guard style

2020-01-31 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 1154735 Refine the preprocess cond

[incubator-nuttx-apps] branch pr44 updated: Refine the preprocess conditional guard style

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr44 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/pr44 by this push: new 42db60f Refine the preprocess conditio

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #44: Refine the preprocess conditional guard style

2020-01-31 Thread GitBox
patacongo merged pull request #44: Refine the preprocess conditional guard style URL: https://github.com/apache/incubator-nuttx-apps/pull/44 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx-apps] branch pr44 created (now e0dcfa0)

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr44 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at e0dcfa0 Remove extra whitespace from files (#43) No new revisions were added by this update.

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #183: Travis CI configuration

2020-01-31 Thread GitBox
davids5 edited a comment on issue #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#issuecomment-580817548 What is the harm in merging this to see how well it works. Is it not completely low-risk?

[GitHub] [incubator-nuttx-apps] patacongo commented on issue #37: examples: hello: Show CPU index when running in SMP mode

2020-01-31 Thread GitBox
patacongo commented on issue #37: examples: hello: Show CPU index when running in SMP mode URL: https://github.com/apache/incubator-nuttx-apps/pull/37#issuecomment-580817657 "... but the better approach is expose this information through the offiical API, something lke sched_getcpu: http

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #44: Refine the preprocess conditional guard style

2020-01-31 Thread GitBox
xiaoxiang781216 opened a new pull request #44: Refine the preprocess conditional guard style URL: https://github.com/apache/incubator-nuttx-apps/pull/44 Change-Id: I1fc8b47d4ce4374018254ce41ccea27a750034b4 Signed-off-by: Xiang Xiao --

[GitHub] [incubator-nuttx] davids5 commented on issue #183: Travis CI configuration

2020-01-31 Thread GitBox
davids5 commented on issue #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#issuecomment-580817548 What is the harm in merging this to see how well it works. Is it not completely over low-risk? --

[GitHub] [incubator-nuttx] patacongo removed a comment on issue #189: Remove exra space line

2020-01-31 Thread GitBox
patacongo removed a comment on issue #189: Remove exra space line URL: https://github.com/apache/incubator-nuttx/pull/189#issuecomment-580776432 This change effects some windows files that should have CR-LF at the end. That is not many files, I will revert the changes for those. -

[GitHub] [incubator-nuttx] patacongo commented on issue #189: Remove exra space line

2020-01-31 Thread GitBox
patacongo commented on issue #189: Remove exra space line URL: https://github.com/apache/incubator-nuttx/pull/189#issuecomment-580776432 This change effects some windows files that should have CR-LF at the end. That is not many files, I will revert the changes for those. -

[GitHub] [incubator-nuttx] patacongo merged pull request #189: Remove exra space line

2020-01-31 Thread GitBox
patacongo merged pull request #189: Remove exra space line URL: https://github.com/apache/incubator-nuttx/pull/189 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[incubator-nuttx] branch pr189 created (now 960c264)

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr189 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 960c264 Run tools/nxstyle against all files modified by PR187 and correct complaints No new revisions were

[GitHub] [incubator-nuttx] patacongo commented on issue #188: Fixed USB RNDIS not to send over MTU packet

2020-01-31 Thread GitBox
patacongo commented on issue #188: Fixed USB RNDIS not to send over MTU packet URL: https://github.com/apache/incubator-nuttx/pull/188#issuecomment-580767263 I just put the above information into a Wiki page at: https://cwiki.apache.org/confluence/display/NUTTX/CONFIG_NET_GUARDSIZE --

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #43: Remove extra space line

2020-01-31 Thread GitBox
patacongo merged pull request #43: Remove extra space line URL: https://github.com/apache/incubator-nuttx-apps/pull/43 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[incubator-nuttx-apps] branch pr43 created (now 3dbf8d5)

2020-01-31 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr43 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 3dbf8d5 testing/cxxtest/Make.defs: Append cxxtest to CONFIGURED_APPS (#42) No new revisions were added

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #189: Remove exra space line

2020-01-31 Thread GitBox
xiaoxiang781216 opened a new pull request #189: Remove exra space line URL: https://github.com/apache/incubator-nuttx/pull/189 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #188: Fixed USB RNDIS not to send over MTU packet

2020-01-31 Thread GitBox
patacongo edited a comment on issue #188: Fixed USB RNDIS not to send over MTU packet URL: https://github.com/apache/incubator-nuttx/pull/188#issuecomment-580740973 There is a lot more that we would need to discuss to decide what to do with CONFIG_NET_GUARDSIZE. Currently it is a very sma

[GitHub] [incubator-nuttx] patacongo commented on issue #188: Fixed USB RNDIS not to send over MTU packet

2020-01-31 Thread GitBox
patacongo commented on issue #188: Fixed USB RNDIS not to send over MTU packet URL: https://github.com/apache/incubator-nuttx/pull/188#issuecomment-580740973 There is a lot more that we would need to discuss to decide what to do with CONFIG_NET_GUARDSIZE. Currently it is a very small value

[incubator-nuttx-apps] branch master updated: testing/cxxtest/Make.defs: Append cxxtest to CONFIGURED_APPS (#42)

2020-01-31 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 3dbf8d5 testing/cxxtest/Make

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #42: Append $(APPDIR)/testing/cxxtest to CONFIGURED_APPS

2020-01-31 Thread GitBox
Ouss4 merged pull request #42: Append $(APPDIR)/testing/cxxtest to CONFIGURED_APPS URL: https://github.com/apache/incubator-nuttx-apps/pull/42 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #43: Remove extra space line

2020-01-31 Thread GitBox
xiaoxiang781216 opened a new pull request #43: Remove extra space line URL: https://github.com/apache/incubator-nuttx-apps/pull/43 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #42: Append $(APPDIR)/testing/cxxtest to CONFIGURED_APPS

2020-01-31 Thread GitBox
xiaoxiang781216 opened a new pull request #42: Append $(APPDIR)/testing/cxxtest to CONFIGURED_APPS URL: https://github.com/apache/incubator-nuttx-apps/pull/42 Signed-off-by: Xiang Xiao This is an automated message from the A