[GitHub] [incubator-nuttx] patacongo commented on issue #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on issue #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-577982852 The best long term solution would be to use the buildroot toolchains which do use the NuttX sys/types.h and are always guaranteed to have binary compatibility.

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #131: Improve config

2020-01-23 Thread GitBox
patacongo edited a comment on issue #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-577979384 _But it isn't consistent from your explanation: 1.If size_t definition is provided by toolchain(either tool self or c library) and NuttX use that

[GitHub] [incubator-nuttx] patacongo commented on issue #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on issue #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-577979384 _But it isn't consistent from your explanation: 1.If size_t definition is provided by toolchain(either tool self or c library) and NuttX use that definition

[GitHub] [incubator-nuttx] patacongo commented on issue #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on issue #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-577975782 The is the configuration that fails to build: stm3240g-eval/knxwm. I am using the ARM Emedded toolchain. It will not build in my buildtest to to undefined

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #158: Fix boards/x86 qemu configs build breaks

2020-01-23 Thread GitBox
liuguo09 opened a new pull request #158: Fix boards/x86 qemu configs build breaks URL: https://github.com/apache/incubator-nuttx/pull/158 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370450232 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370450232 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370449592 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370449759 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370448873 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx-website] xiaoxiang781216 merged pull request #13: Add .asf.yaml file used in other Apache NuttX repos

2020-01-23 Thread GitBox
xiaoxiang781216 merged pull request #13: Add .asf.yaml file used in other Apache NuttX repos URL: https://github.com/apache/incubator-nuttx-website/pull/13 This is an automated message from the Apache Git Service. To

[incubator-nuttx-website] branch master updated: Add .asf.yaml file used in other Apache NuttX repos

2020-01-23 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-website.git The following commit(s) were added to refs/heads/master by this push: new cb091db Add .asf.yaml file

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370447374 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #151: Fix kconfig warning

2020-01-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #151: Fix kconfig warning URL: https://github.com/apache/incubator-nuttx/pull/151#discussion_r370443637 ## File path: arch/arm/src/lpc31xx/Kconfig ## @@ -60,7 +60,7 @@ config LPC31_SPI config LPC31_USBOTG bool

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370441629 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370441629 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools || {

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370440719 ## File path: tools/testbuild.sh ## @@ -163,83 +138,19 @@ function distclean { function configure { cd $nuttx/tools

[GitHub] [incubator-nuttx] patacongo merged pull request #157: Disable MKRD RAMDISK support to save 1KB of memory

2020-01-23 Thread GitBox
patacongo merged pull request #157: Disable MKRD RAMDISK support to save 1KB of memory URL: https://github.com/apache/incubator-nuttx/pull/157 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch master updated: Disable MKRD RAMDISK support to save 1KB of memory

2020-01-23 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 05a3462 Disable MKRD RAMDISK support

[incubator-nuttx] branch master updated (50c3f9c -> d644b75)

2020-01-23 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 50c3f9c boards/arm/c5471/c5471evm/configs/nsh/defconfig: Fix build breakage add d644b75

[GitHub] [incubator-nuttx] acassis merged pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure.

2020-01-23 Thread GitBox
acassis merged pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure. URL: https://github.com/apache/incubator-nuttx/pull/156 This is an automated message from the Apache Git Service. To respond

[incubator-nuttx] branch pr156 created (now 50c3f9c)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr156 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 50c3f9c boards/arm/c5471/c5471evm/configs/nsh/defconfig: Fix build breakage No new revisions were added

[incubator-nuttx] branch pr156 updated: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure.

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr156 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr156 by this push: new d644b75

[GitHub] [incubator-nuttx] acassis opened a new pull request #157: Disable MKRD RAMDISK support to save 1KB of memory

2020-01-23 Thread GitBox
acassis opened a new pull request #157: Disable MKRD RAMDISK support to save 1KB of memory URL: https://github.com/apache/incubator-nuttx/pull/157 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo opened a new pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure.

2020-01-23 Thread GitBox
patacongo opened a new pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure. URL: https://github.com/apache/incubator-nuttx/pull/156 Fix these build errors which occurred if there was no PHY: chip/lpc17_40_ethernet.c:1643:31: error: expected expression

[incubator-nuttx] branch pr154 updated: boards/arm/c5471/c5471evm/configs/nsh/defconfig: Fix build breakage

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr154 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr154 by this push: new 50c3f9c

[GitHub] [incubator-nuttx] acassis closed pull request #154: Disable MKRD RAMDISK support to save 1KB of memory

2020-01-23 Thread GitBox
acassis closed pull request #154: Disable MKRD RAMDISK support to save 1KB of memory URL: https://github.com/apache/incubator-nuttx/pull/154 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] btashton commented on issue #154: Disable MKRD RAMDISK support to save 1KB of memory

2020-01-23 Thread GitBox
btashton commented on issue #154: Disable MKRD RAMDISK support to save 1KB of memory URL: https://github.com/apache/incubator-nuttx/pull/154#issuecomment-577879741 This really needs a rebase @acassis It contains a whole lot of other commits as part of it.

[GitHub] [incubator-nuttx] btashton commented on issue #128: Files missing ASF headers

2020-01-23 Thread GitBox
btashton commented on issue #128: Files missing ASF headers URL: https://github.com/apache/incubator-nuttx/issues/128#issuecomment-577878624 @justinmclean Can you help me understand our requirements here a little bit more with a couple examples: 1. >

[GitHub] [incubator-nuttx] acassis merged pull request #153: Remove unused configuration option CONFIG_RAMDISK

2020-01-23 Thread GitBox
acassis merged pull request #153: Remove unused configuration option CONFIG_RAMDISK URL: https://github.com/apache/incubator-nuttx/pull/153 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch master updated (ac4735c -> 211c6dc)

2020-01-23 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 ac4735c Many fixes on Kconfigs and defconfigs do SDIO, NETDEV, USBHOST add 211c6dc Remove unused

[incubator-nuttx] branch pr153 created (now ac4735c)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr153 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at ac4735c Many fixes on Kconfigs and defconfigs do SDIO, NETDEV, USBHOST No new revisions were added by

[GitHub] [incubator-nuttx] patacongo opened a new pull request #153: Remove unused configuration option CONFIG_RAMDISK

2020-01-23 Thread GitBox
patacongo opened a new pull request #153: Remove unused configuration option CONFIG_RAMDISK URL: https://github.com/apache/incubator-nuttx/pull/153 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-website] btashton opened a new pull request #13: Add .asf.yaml file used in other Apache NuttX repos

2020-01-23 Thread GitBox
btashton opened a new pull request #13: Add .asf.yaml file used in other Apache NuttX repos URL: https://github.com/apache/incubator-nuttx-website/pull/13 Lets at least be consistent in the features we have enabled until we have a proper flow defined.

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370323090 ## File path: tools/configure.c ## @@ -174,11 +174,13 @@ static const char *g_optfiles[] = static void show_usage(const

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370324017 ## File path: tools/configure.c ## @@ -174,11 +174,13 @@ static const char *g_optfiles[] = static void show_usage(const

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #131: Improve config

2020-01-23 Thread GitBox
patacongo commented on a change in pull request #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#discussion_r370323090 ## File path: tools/configure.c ## @@ -174,11 +174,13 @@ static const char *g_optfiles[] = static void show_usage(const

[incubator-nuttx] branch master updated: Many fixes on Kconfigs and defconfigs do SDIO, NETDEV, USBHOST

2020-01-23 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 The following commit(s) were added to refs/heads/master by this push: new ac4735c Many fixes on Kconfigs and

[incubator-nuttx-apps] branch master updated: Remove CONFIG_TIME_EXTENDED conditioning

2020-01-23 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 fd3775e Remove

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #151: Fix kconfig warning

2020-01-23 Thread GitBox
jerpelea commented on a change in pull request #151: Fix kconfig warning URL: https://github.com/apache/incubator-nuttx/pull/151#discussion_r370153618 ## File path: arch/arm/src/lpc31xx/Kconfig ## @@ -60,7 +60,7 @@ config LPC31_SPI config LPC31_USBOTG bool "USB

[incubator-nuttx] branch pr151 updated (1e3f457 -> 1ef0d6b)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr151 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 1e3f457 Remove TIME_EXTENDED option to more conform C standard new 042b359 Fix warning: selects

[incubator-nuttx] 01/04: Fix warning: selects USBHOST_HAVE_ASYNCH which has unmet direct dependencies (USBHOST)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr151 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 042b359509202e3042bf79e43452049cc029dc5e Author: Xiang Xiao AuthorDate: Thu Jan 23 13:49:36 2020 +0800

[incubator-nuttx] 02/04: Fix warning: selects ARCH_PHY_INTERRUPT which has unmet direct dependencies (NETDEVICES && ARCH_HAVE_PHY)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr151 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d944bf25c3f6ae990b724bf5a95c09262e1740bf Author: Xiang Xiao AuthorDate: Thu Jan 23 14:11:18 2020 +0800

[incubator-nuttx] 04/04: Fix warning: selects SDIO_DMA or SDIO_BLOCKSETUP which has unmet direct dependencies (MMCSD)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr151 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 1ef0d6b46a45273d8a8e6c4c90a707788d95ffa7 Author: Xiang Xiao AuthorDate: Thu Jan 23 15:04:27 2020 +0800

[incubator-nuttx] 03/04: Fix warning: selects NETDEV_TELNET which has unmet direct dependencies (NETDEVICES && NET && NET_TCP)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr151 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 94722d3eb82fbf7574484238db21b01ed5298c0f Author: Xiang Xiao AuthorDate: Thu Jan 23 14:52:43 2020 +0800

[GitHub] [incubator-nuttx] acassis merged pull request #151: Fix kconfig warning

2020-01-23 Thread GitBox
acassis merged pull request #151: Fix kconfig warning URL: https://github.com/apache/incubator-nuttx/pull/151 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-nuttx] branch pr151 created (now 1e3f457)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr151 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 1e3f457 Remove TIME_EXTENDED option to more conform C standard No new revisions were added by this

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #29: Remove TIME_EXTENDED related stuff since kernel remove this option

2020-01-23 Thread GitBox
patacongo merged pull request #29: Remove TIME_EXTENDED related stuff since kernel remove this option URL: https://github.com/apache/incubator-nuttx-apps/pull/29 This is an automated message from the Apache Git Service. To

[incubator-nuttx-apps] branch pr29 updated: Remove TIME_EXTENDED related stuff since kernel remove this option

2020-01-23 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr29 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/pr29 by this push: new cf6f30e Remove TIME_EXTENDED related

[incubator-nuttx-apps] branch pr29 created (now 285f7b4)

2020-01-23 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr29 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 285f7b4 Merge pull request #30 from xiaoxiang781216/fix-NXGLYPHS_BACKGROUNDCOLOR-invalid No new

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #151: Fix kconfig warning

2020-01-23 Thread GitBox
acassis commented on a change in pull request #151: Fix kconfig warning URL: https://github.com/apache/incubator-nuttx/pull/151#discussion_r370150029 ## File path: arch/arm/src/lpc31xx/Kconfig ## @@ -60,7 +60,7 @@ config LPC31_SPI config LPC31_USBOTG bool "USB

[incubator-nuttx] branch master updated: Remove TIME_EXTENDED option to more conform C standard

2020-01-23 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 1e3f457 Remove TIME_EXTENDED option to

[GitHub] [incubator-nuttx] patacongo merged pull request #152: remove TIME_EXTENDED option to more conform C standard

2020-01-23 Thread GitBox
patacongo merged pull request #152: remove TIME_EXTENDED option to more conform C standard URL: https://github.com/apache/incubator-nuttx/pull/152 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch master updated (540e947 -> c09071f)

2020-01-23 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 540e947 Run ./tools/refresh.sh --silent all add c09071f tools/testbuild.sh: use fail to record

[GitHub] [incubator-nuttx] acassis merged pull request #150: tools/testbuild.sh: use fail to record build result

2020-01-23 Thread GitBox
acassis merged pull request #150: tools/testbuild.sh: use fail to record build result URL: https://github.com/apache/incubator-nuttx/pull/150 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch pr150 updated: tools/testbuild.sh: use fail to record build result

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr150 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr150 by this push: new c09071f tools/testbuild.sh: use fail

[incubator-nuttx] branch pr150 created (now 540e947)

2020-01-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr150 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 540e947 Run ./tools/refresh.sh --silent all No new revisions were added by this update.

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #30: Set NXGLYPHS_BACKGROUNDCOLOR default value

2020-01-23 Thread GitBox
jerpelea merged pull request #30: Set NXGLYPHS_BACKGROUNDCOLOR default value URL: https://github.com/apache/incubator-nuttx-apps/pull/30 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx-apps] branch master updated: Set NXGLYPHS_BACKGROUNDCOLOR default value

2020-01-23 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 6cd8ba3 Set

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #151: Fix kconfig warning

2020-01-23 Thread GitBox
jerpelea commented on a change in pull request #151: Fix kconfig warning URL: https://github.com/apache/incubator-nuttx/pull/151#discussion_r369980298 ## File path: arch/arm/src/lpc31xx/Kconfig ## @@ -60,7 +60,7 @@ config LPC31_SPI config LPC31_USBOTG bool "USB

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #151: Fix kconfig warning

2020-01-23 Thread GitBox
jerpelea commented on a change in pull request #151: Fix kconfig warning URL: https://github.com/apache/incubator-nuttx/pull/151#discussion_r369980298 ## File path: arch/arm/src/lpc31xx/Kconfig ## @@ -60,7 +60,7 @@ config LPC31_SPI config LPC31_USBOTG bool "USB