[incubator-nuttx] branch master updated: boards: sabre-6quad: Add QEMU instructions to README.txt

2020-02-08 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 cf1180e boards: sabre-6quad: Add QE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #233: boards: sabre-6quad: Add QEMU instructions to README.txt

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #233: boards: sabre-6quad: Add QEMU instructions to README.txt URL: https://github.com/apache/incubator-nuttx/pull/233#issuecomment-583804158 @masayuki2009 thanks, I have merged it. This is

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #233: boards: sabre-6quad: Add QEMU instructions to README.txt

2020-02-08 Thread GitBox
xiaoxiang781216 merged pull request #233: boards: sabre-6quad: Add QEMU instructions to README.txt URL: https://github.com/apache/incubator-nuttx/pull/233 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] liuguo09 closed pull request #234: tools/checkpatch.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
liuguo09 closed pull request #234: tools/checkpatch.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/234 This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #234: tools/checkpatch.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
liuguo09 opened a new pull request #234: tools/checkpatch.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/234 Signed-off-by: liuhaitao This is an automated message from

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

2020-02-08 Thread GitBox
masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583792173 @xiaoxiang781216 @patacongo I've just sent a PR https://github.com/apache/incubator-nuttx/pull/233

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #233: boards: sabre-6quad: Add QEMU instructions to README.txt

2020-02-08 Thread GitBox
masayuki2009 opened a new pull request #233: boards: sabre-6quad: Add QEMU instructions to README.txt URL: https://github.com/apache/incubator-nuttx/pull/233 As requested in https://github.com/apache/incubator-nuttx/issues/207, I added QEMU instructions to README.txt. I hope this would he

[incubator-nuttx] branch master updated: Kconfig: Move the ARCH_PHY_INTERRUPT option to net/Kconfig and make it unconditionally selectable.

2020-02-08 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 10721c0 Kconfig: Move the ARCH_PH

[incubator-nuttx] 01/03: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr232 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 429c8b8a9e755d0bb19290cfb4419bec4c9a9bc0 Author: Gregory Nutt AuthorDate: Sat Feb 8 12:37:30 2020 -0600

[incubator-nuttx] 02/03: Kconfig: Alternative implementation

2020-02-08 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr232 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 569ac29df0449b6241f57767e7104eb39b7c927f Author: Gregory Nutt AuthorDate: Sat Feb 8 13:09:58 2020 -0600

[incubator-nuttx] 03/03: Revert a portion of previous commit in the PR set.

2020-02-08 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr232 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ed5fe4953fa1e4e0fbcf1fba99666be693e5277c Author: Gregory Nutt AuthorDate: Sat Feb 8 13:14:10 2020 -0600

[incubator-nuttx] branch pr232 updated (04128b4 -> ed5fe49)

2020-02-08 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr232 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 04128b4 arch/sim/src: Rename board_lcd.c to up_lcd.c like other sim code new 429c8b8 Kconfig: F

[GitHub] [incubator-nuttx] Ouss4 merged pull request #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
Ouss4 merged pull request #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232 This is an automated message from the Apache Git Service. To respond to the messa

[incubator-nuttx] branch pr232 created (now 04128b4)

2020-02-08 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr232 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 04128b4 arch/sim/src: Rename board_lcd.c to up_lcd.c like other sim code No new revisions were added

[incubator-nuttx-apps] branch master updated: apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning

2020-02-08 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 d2e1c8a apps/wireless/gs2200

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #58: apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning

2020-02-08 Thread GitBox
Ouss4 merged pull request #58: apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning URL: https://github.com/apache/incubator-nuttx-apps/pull/58 This is an automated message from the Apache Git Service. To respond to th

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

2020-02-08 Thread GitBox
masayuki2009 commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583782986 @xiaoxiang781216 @patacongo I'll add comments on how to run sabre-6quad nuttx image on QEMU later. (FYI, running RISC-V FE310 and K210 i

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #58: apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning

2020-02-08 Thread GitBox
patacongo opened a new pull request #58: apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning URL: https://github.com/apache/incubator-nuttx-apps/pull/58 Eliminate warning: gs2200m_main.c: In function 'gs2200m_loop': gs2200m_main.c:1416:1: warning: label 'errout' d

[GitHub] [incubator-nuttx] patacongo commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
patacongo commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232#issuecomment-583768181 It took me three commits to get this right. Please squash into one if/when you merge. Thanks!

[GitHub] [incubator-nuttx] patacongo commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
patacongo commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232#issuecomment-583766888 This, however, is not an ARCH_HAVE_* configuration. This actually enables functionality, it does not just indicate featu

[GitHub] [incubator-nuttx] patacongo commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
patacongo commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232#issuecomment-583766317 Okay, I will update the PR. This is an automated mes

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232#issuecomment-583766201 Should we follow the same princple mention below: https://github.com/apache/incubator-nuttx/pull/228 https://g

[GitHub] [incubator-nuttx] patacongo opened a new pull request #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT

2020-02-08 Thread GitBox
patacongo opened a new pull request #232: Kconfig: Fix unmet dependencies on ARCH_PHY_INTERRUPT URL: https://github.com/apache/incubator-nuttx/pull/232 Fix new warnings in the build test output. The warnings were were of the form "... selects ARCH_PHY_INTERRUPT which has unmet dependenci

[incubator-nuttx-apps] 02/02: netutils/telnetd/telnetd_daemon.c: Avoid a warning if CONFIG_NET_SOCKOPTS=n

2020-02-08 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 c8dbd59e9a8f2f7c9bb4391a32fda01b409059e2 Author: Gregory Nutt AuthorDate: Sat Feb 8 10:24:16 2020 -0600

[incubator-nuttx-apps] branch master updated (f14aead -> c8dbd59)

2020-02-08 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 f14aead Shouldn't use local readline in telnet new d2522e2 apps/netutils/telnetd: Fix undefi

[incubator-nuttx-apps] 01/02: apps/netutils/telnetd: Fix undefined reference to setsockopt.

2020-02-08 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 d2522e282184975668c4629dca1b2428781f5fe3 Author: Gregory Nutt AuthorDate: Sat Feb 8 10:16:13 2020 -0600

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #57: apps/netutils/telnetd: Fix undefined reference to setsockopt.

2020-02-08 Thread GitBox
xiaoxiang781216 merged pull request #57: apps/netutils/telnetd: Fix undefined reference to setsockopt. URL: https://github.com/apache/incubator-nuttx-apps/pull/57 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #57: apps/netutils/telnetd: Fix undefined reference to setsockopt.

2020-02-08 Thread GitBox
patacongo opened a new pull request #57: apps/netutils/telnetd: Fix undefined reference to setsockopt. URL: https://github.com/apache/incubator-nuttx-apps/pull/57 Recent change from Xiao Xiang enabled the SO_REUSEADDR socket option unconditionally. This, of course, causes link time failu

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

2020-02-08 Thread GitBox
patacongo commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583744856 For the case of the i.MX6 QEMU, this would be appropriate in boards/arm/imx6/sabre-6quad/README.txt --

[incubator-nuttx] branch master updated: arch/sim/src: Rename board_lcd.c to up_lcd.c like other sim code

2020-02-08 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 04128b4 arch/sim/src: Rename board_lcd.

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

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583743035 @masayuki2009 QEMU is very important for automatiton test in the next step, it's great if you can create a basic config for both risc

[GitHub] [incubator-nuttx] patacongo merged pull request #231: Rename board_lcd.c to up_lcd.c like other sim code

2020-02-08 Thread GitBox
patacongo merged pull request #231: Rename board_lcd.c to up_lcd.c like other sim code URL: https://github.com/apache/incubator-nuttx/pull/231 This is an automated message from the Apache Git Service. To respond to the messa

[incubator-nuttx] branch pr231 updated: Rename board_lcd.c to up_lcd.c like other sim code

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr231 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr231 by this push: new f02a23e Rename board_lcd.c to up_lcd.c li

[incubator-nuttx] branch pr231 created (now 3cb259d)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr231 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 3cb259d drivers/Kconfig: Move if/endif to subfolder Kconfig No new revisions were added by this update.

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #231: Rename board_lcd.c to up_lcd.c like other sim code

2020-02-08 Thread GitBox
xiaoxiang781216 opened a new pull request #231: Rename board_lcd.c to up_lcd.c like other sim code URL: https://github.com/apache/incubator-nuttx/pull/231 and compile up_spiflash.c and up_qspiflash.c conditionally Change-Id: Ice45c2e47141bb47d5332e7fcc2e7eb279b3be84 Signed-off-by:

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

2020-02-08 Thread GitBox
patacongo edited a comment on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583741296 @masayuki2009 "I also noticed that calling setirqstack in arm_vectors.S destroys $r5 which should be preserved." Are you refe

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

2020-02-08 Thread GitBox
patacongo commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583741423 I don't have a test setup here so I can't verify it. If you approve, I can submit the PR. If you were to document how to use QEMU i

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

2020-02-08 Thread GitBox
patacongo commented on issue #207: SMP for Cortex-A MPcore is unstable URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-583741296 @masayuki2009 "I also noticed that calling setirqstack in arm_vectors.S destroys $r5 which should be preserved." Are you referring t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-583739986 > Has everything discussed been resolved? Is this PR ready to be merged? Yes, I have fixed all comment from @

[incubator-nuttx] branch master updated: drivers/Kconfig: Move if/endif to subfolder Kconfig

2020-02-08 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 3cb259d drivers/Kconfig: Move if/endif

[incubator-nuttx] branch pr228 created (now fa3e66f)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr228 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at fa3e66f arch/sim/src/: Reimplement sim uart on top of serial driver framework No new revisions were added

[GitHub] [incubator-nuttx] patacongo merged pull request #228: drivers/Kconfig: move if/endif to subfolder Kconfig

2020-02-08 Thread GitBox
patacongo merged pull request #228: drivers/Kconfig: move if/endif to subfolder Kconfig URL: https://github.com/apache/incubator-nuttx/pull/228 This is an automated message from the Apache Git Service. To respond to the mess

[incubator-nuttx] branch pr228 updated: drivers/Kconfig: move if/endif to subfolder Kconfig

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr228 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr228 by this push: new 46235e7 drivers/Kconfig: move if/endif to

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #56: Ensure all source code end with one and only one newline

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #56: Ensure all source code end with one and only one newline URL: https://github.com/apache/incubator-nuttx-apps/pull/56#issuecomment-583739210 @patacongo since the samiliar patch is alrady merged in nuttx repo: https://github.com/apache/incubator-nut

[incubator-nuttx-apps] branch master updated: Shouldn't use local readline in telnet

2020-02-08 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 f14aead Shouldn't use local readli

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #52: Shouldn't use local readline in telnet

2020-02-08 Thread GitBox
patacongo merged pull request #52: Shouldn't use local readline in telnet URL: https://github.com/apache/incubator-nuttx-apps/pull/52 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-nuttx-apps] branch pr52 updated: Shouldn't use local readline in telnet

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr52 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/pr52 by this push: new e2c7402 Shouldn't use local readline i

[incubator-nuttx-apps] branch pr52 created (now 960a92c)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr52 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 960a92c Make SO_REUSEADDR not mandatory in netlib No new revisions were added by this update.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #228: drivers/Kconfig: move if/endif to subfolder Kconfig

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #228: drivers/Kconfig: move if/endif to subfolder Kconfig URL: https://github.com/apache/incubator-nuttx/pull/228#issuecomment-583738674 @patacongo @Ouss4 the conflict get fixed. This is an

[incubator-nuttx] branch master updated: arch/sim/src/: Reimplement sim uart on top of serial driver framework

2020-02-08 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 fa3e66f arch/sim/src/: Reimplement sim

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #228: drivers/Kconfig: move if/endif to subfolder Kconfig

2020-02-08 Thread GitBox
xiaoxiang781216 commented on issue #228: drivers/Kconfig: move if/endif to subfolder Kconfig URL: https://github.com/apache/incubator-nuttx/pull/228#issuecomment-583738065 > This PR has conflicts. I will rebase on the latest mainline and resend again. ---

[GitHub] [incubator-nuttx] patacongo merged pull request #210: Reimplement sim uart on top of serial driver framework

2020-02-08 Thread GitBox
patacongo merged pull request #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210 This is an automated message from the Apache Git Service. To respond to the m

[incubator-nuttx] branch pr210 created (now 6d69439)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr210 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 6d69439 Call xxx_timer_initialize from clock subsystem No new revisions were added by this update.

[incubator-nuttx] branch pr210 updated: Reimplement sim uart on top of serial driver framework

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr210 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr210 by this push: new 50bd875 Reimplement sim uart on top of se

[incubator-nuttx] 02/02: Call xxx_timer_initialize from clock subsystem

2020-02-08 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 6d69439f58c761561298f91fdf997a24334d2a94 Author: Xiang Xiao AuthorDate: Fri Feb 7 15:14:06 2020 +0800 Call

[incubator-nuttx] 01/02: Call up_irqinitialize from irq subsystem

2020-02-08 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 76bbed07a4bffca91248d61bad325fe4c23a7d3c Author: Xiang Xiao AuthorDate: Fri Feb 7 14:41:58 2020 +0800 Call

[incubator-nuttx] branch master updated (48f1793 -> 6d69439)

2020-02-08 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 48f1793 tools/testbuild.sh: make sure fail get the real return error value new 76bbed0 Call up_irqini

[GitHub] [incubator-nuttx] patacongo merged pull request #225: Timer improvement

2020-02-08 Thread GitBox
patacongo merged pull request #225: Timer improvement URL: https://github.com/apache/incubator-nuttx/pull/225 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[incubator-nuttx] branch pr225 updated (48f1793 -> 9780053)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr225 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 48f1793 tools/testbuild.sh: make sure fail get the real return error value new eb09e1d Call up_irqinit

[incubator-nuttx] 02/02: Call xxx_timer_initialize from clock subsystem

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr225 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 978005397bb43b16f08baceb55399a76222c49af Author: Xiang Xiao AuthorDate: Fri Feb 7 15:14:06 2020 +0800 Call x

[incubator-nuttx] 01/02: Call up_irqinitialize from irq subsystem

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr225 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit eb09e1d8d713eaf41129f79a5ad5653c4c810f55 Author: Xiang Xiao AuthorDate: Fri Feb 7 14:41:58 2020 +0800 Call u

[incubator-nuttx] branch pr225 created (now 48f1793)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr225 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 48f1793 tools/testbuild.sh: make sure fail get the real return error value No new revisions were added by t

[incubator-nuttx] branch master updated: tools/testbuild.sh: make sure fail get the real return error value

2020-02-08 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 48f1793 tools/testbuild.sh: make sure f

[GitHub] [incubator-nuttx] patacongo merged pull request #230: tools/testbuild.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
patacongo merged pull request #230: tools/testbuild.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/230 This is an automated message from the Apache Git Service. To resp

[incubator-nuttx] branch pr230 updated: tools/testbuild.sh: make sure fail get the real return error value

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr230 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr230 by this push: new 33b0b51 tools/testbuild.sh: make sure fai

[incubator-nuttx] branch pr230 created (now a8de37f)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr230 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at a8de37f Ensure all source code end with one and only one newline No new revisions were added by this update.

[GitHub] [incubator-nuttx] patacongo commented on issue #228: drivers/Kconfig: move if/endif to subfolder Kconfig

2020-02-08 Thread GitBox
patacongo commented on issue #228: drivers/Kconfig: move if/endif to subfolder Kconfig URL: https://github.com/apache/incubator-nuttx/pull/228#issuecomment-583736804 This PR has conflicts. This is an automated message from th

[incubator-nuttx] branch master updated (81f1133 -> a8de37f)

2020-02-08 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 81f1133 ELF64 support (#220) add a8de37f Ensure all source code end with one and only one newline No

[GitHub] [incubator-nuttx] patacongo merged pull request #226: Ensure all source code end with one and only one newline

2020-02-08 Thread GitBox
patacongo merged pull request #226: Ensure all source code end with one and only one newline URL: https://github.com/apache/incubator-nuttx/pull/226 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch pr226 updated: Ensure all source code end with one and only one newline

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr226 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr226 by this push: new b3ab38c Ensure all source code end with o

[incubator-nuttx] branch pr226 created (now 81f1133)

2020-02-08 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr226 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 81f1133 ELF64 support (#220) No new revisions were added by this update.

[GitHub] [incubator-nuttx] patacongo commented on issue #210: Reimplement sim uart on top of serial driver framework

2020-02-08 Thread GitBox
patacongo commented on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-583735430 Has everything discussed been resolved? Is this PR ready to be merged? -

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #230: tools/testbuild.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
liuguo09 opened a new pull request #230: tools/testbuild.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/230 Change-Id: I9754a797e9bbf45749d19b0fd53ce7dd2693e476 Signed-off-by: liuhaitao

[GitHub] [incubator-nuttx] liuguo09 closed pull request #229: tools/testbuild.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
liuguo09 closed pull request #229: tools/testbuild.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/229 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #229: tools/testbuild.sh: make sure fail get the real return error value

2020-02-08 Thread GitBox
liuguo09 opened a new pull request #229: tools/testbuild.sh: make sure fail get the real return error value URL: https://github.com/apache/incubator-nuttx/pull/229 Signed-off-by: liuhaitao This is an automated message from t