[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #218: sethost: If no host options are specified, try to guess

2020-02-06 Thread GitBox
xiaoxiang781216 merged pull request #218: sethost: If no host options are specified, try to guess URL: https://github.com/apache/incubator-nuttx/pull/218 This is an automated message from the Apache Git Service. To respond

[incubator-nuttx] branch master updated (4c0bc30 -> afd03f5)

2020-02-06 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 4c0bc30 Merge pull request #212 from bkueng/stm32_spibus_initialize_fix add afd03f5 sethost: If

[incubator-nuttx] 03/03: boards: spresense: Update README.txt

2020-02-06 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.git commit edb38ee53a2128df5259119b1081c4ce1a928fc9 Author: Masayuki Ishikawa AuthorDate: Thu Feb 6 11:41:17 2020 +0900

[incubator-nuttx] branch master updated (bc00f6e -> edb38ee)

2020-02-06 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from bc00f6e arch/arm/src/stm32f010g0: Add memorymap and pimmap support for the STM32F030RC new 542df2f

[GitHub] [incubator-nuttx] jerpelea merged pull request #216: spresense module support

2020-02-06 Thread GitBox
jerpelea merged pull request #216: spresense module support URL: https://github.com/apache/incubator-nuttx/pull/216 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-nuttx] 02/03: boards: spresense: Add module configuration

2020-02-06 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.git commit c19ac7da25f56ca52536482c0bd162dcd11d03c2 Author: Masayuki Ishikawa AuthorDate: Thu Feb 6 11:37:49 2020 +0900

[incubator-nuttx] 01/03: boards: spresense: Fix LDMODULEFLAGS in Make.defs

2020-02-06 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.git commit 542df2f80a1b07effa99d09dd6b46f8c6b3ba9a9 Author: Masayuki Ishikawa AuthorDate: Thu Feb 6 11:35:42 2020 +0900

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

2020-02-06 Thread GitBox
jarivanewijk commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-582817302 @davids5 - As discussed, the branch was again rebased onto latest master. The defconfigs were still up-to-date and no additional style fixes were needed

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #218: sethost: If no host options are specified, try to guess

2020-02-06 Thread GitBox
xiaoxiang781216 commented on a change in pull request #218: sethost: If no host options are specified, try to guess URL: https://github.com/apache/incubator-nuttx/pull/218#discussion_r375698399 ## File path: tools/sethost.sh ## @@ -94,6 +94,19 @@ while [ ! -z "$1" ]; do

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #218: sethost: If no host options are specified, try to guess

2020-02-06 Thread GitBox
xiaoxiang781216 commented on a change in pull request #218: sethost: If no host options are specified, try to guess URL: https://github.com/apache/incubator-nuttx/pull/218#discussion_r375698654 ## File path: tools/sethost.sh ## @@ -34,7 +34,7 @@ progname=$0 debug=n

[incubator-nuttx] branch master updated: fix stm32_spibus_initialize: ensure leave_critical_section is called

2020-02-06 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 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 729af00 fix stm32_spibus_initialize:

[GitHub] [incubator-nuttx] davids5 merged pull request #212: fix stm32_spibus_initialize: add missing leave_critical_section

2020-02-06 Thread GitBox
davids5 merged pull request #212: fix stm32_spibus_initialize: add missing leave_critical_section URL: https://github.com/apache/incubator-nuttx/pull/212 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #218: sethost: If no host options are specified, try to guess

2020-02-06 Thread GitBox
yamt commented on a change in pull request #218: sethost: If no host options are specified, try to guess URL: https://github.com/apache/incubator-nuttx/pull/218#discussion_r375739459 ## File path: tools/sethost.sh ## @@ -94,6 +94,19 @@ while [ ! -z "$1" ]; do shift

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

2020-02-06 Thread GitBox
yamt commented on issue #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#issuecomment-582827224 any takers? eventually i want to add windows build which i can't test locally. i guess it's possible as travis ci provides windows env.

[incubator-nuttx] branch pr212 created (now afd03f5)

2020-02-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr212 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at afd03f5 sethost: If no host options are specified, try to guess No new revisions were added by this

[GitHub] [incubator-nuttx] acassis merged pull request #217: Refine Kconfig under drivers folder

2020-02-06 Thread GitBox
acassis merged pull request #217: Refine Kconfig under drivers folder URL: https://github.com/apache/incubator-nuttx/pull/217 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-nuttx] branch pr217 updated: Refine Kconfig under drivers folder

2020-02-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr217 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr217 by this push: new ac2aec9 Refine Kconfig under drivers

[incubator-nuttx] branch master updated (afd03f5 -> ac2aec9)

2020-02-06 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 afd03f5 sethost: If no host options are specified, try to guess add ac2aec9 Refine Kconfig under

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

2020-02-06 Thread GitBox
xiaoxiang781216 edited a comment on issue #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#issuecomment-582984912 Hi @yamt , @liuguo09 will look this patch and try to integrate with cibuild.sh. Since github could: 1.Provide Linux/MacOS/Windows VM

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

2020-02-06 Thread GitBox
xiaoxiang781216 edited a comment on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-582971070 > I don't think Ctrl-C functionality should be enabled unless cancelation points are also enabled. >

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

2020-02-06 Thread GitBox
xiaoxiang781216 edited a comment on issue #210: Reimplement sim uart on top of serial driver framework URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-582971070 > I don't think Ctrl-C functionality should be enabled unless cancelation points are also enabled. >

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

2020-02-06 Thread GitBox
xiaoxiang781216 edited a comment on issue #183: Travis CI configuration URL: https://github.com/apache/incubator-nuttx/pull/183#issuecomment-582984912 Hi @yamt , @liuguo09 will look this patch and try to integrate with cibuild.sh. Since github could: 1.Provide Linux/MacOS/Windows VM

[GitHub] [incubator-nuttx-apps] maht opened a new pull request #55: Fix error about netlib and gs2200m

2020-02-06 Thread GitBox
maht opened a new pull request #55: Fix error about netlib and gs2200m URL: https://github.com/apache/incubator-nuttx-apps/pull/55 As commented [1] all the code guarded by `CONFIG_NET_HAVE_REUSEADDR` was dead code. The pull request [2] made some of it back to life to "undead" code,

[incubator-nuttx] branch master updated: arch/arm/include/stm32f010g0/chip.h: Add support for STM32F030CC

2020-02-06 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 7f91a73

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #220: ELF64 support

2020-02-06 Thread GitBox
masayuki2009 opened a new pull request #220: ELF64 support URL: https://github.com/apache/incubator-nuttx/pull/220 ### Summary - This PR adds ELF64 support to NuttX. - To use ELF64, CONFIG_ELF_64BIT must be enabled. - To support ELF64, some common definitions have been moved

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #160: Nxp drone boards

2020-02-06 Thread GitBox
davids5 commented on a change in pull request #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#discussion_r376112809 ## File path: arch/arm/src/s32k1xx/s32k1xx_enet.c ## @@ -222,7 +231,7 @@ * = 23 */ -#define

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #160: Nxp drone boards

2020-02-06 Thread GitBox
davids5 commented on a change in pull request #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#discussion_r376116790 ## File path: boards/arm/s32k1xx/s32k144evb/include/board.h ## @@ -0,0 +1,164 @@

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #160: Nxp drone boards

2020-02-06 Thread GitBox
davids5 commented on a change in pull request #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#discussion_r375730949 ## File path: arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h ## @@ -0,0 +1,127 @@

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #160: Nxp drone boards

2020-02-06 Thread GitBox
davids5 commented on a change in pull request #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#discussion_r376112297 ## File path: arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h ## @@ -0,0 +1,127 @@

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #55: Fix error about netlib and gs2200m

2020-02-06 Thread GitBox
Ouss4 merged pull request #55: Fix error about netlib and gs2200m URL: https://github.com/apache/incubator-nuttx-apps/pull/55 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-nuttx-apps] 01/02: Change unimplemented requests behaviour in gs2200m

2020-02-06 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr55 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit a5dff52a719fee9e4cadcad240dce826f4fa9c54 Author: Miguel Herranz AuthorDate: Thu Feb 6 19:54:41 2020

[incubator-nuttx] branch master updated: getopt: Fix a typo in a comment

2020-02-06 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 486a05e getopt: Fix a typo in a

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #219: getopt: Fix a typo in a comment

2020-02-06 Thread GitBox
xiaoxiang781216 merged pull request #219: getopt: Fix a typo in a comment URL: https://github.com/apache/incubator-nuttx/pull/219 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #220: ELF64 support

2020-02-06 Thread GitBox
masayuki2009 commented on issue #220: ELF64 support URL: https://github.com/apache/incubator-nuttx/pull/220#issuecomment-583265014 Please note that some typedefs such as Elf32_xxx, Elf64_xxx, Elf_xxx still violate NuttX conding standard. Because modifying all such typedefs impacts many

[incubator-nuttx-apps] branch master updated (2f4b309 -> 960a92c)

2020-02-06 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-apps.git. from 2f4b309 gs2200m: Retry indefinately on GS2200M_IOC_ASSOC failure add a5dff52 Change

[incubator-nuttx-apps] 02/02: Make SO_REUSEADDR not mandatory in netlib

2020-02-06 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr55 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 960a92c652afc3c3c6deec63af3e7ca659db81d6 Author: Miguel Herranz AuthorDate: Thu Feb 6 20:02:48 2020

[incubator-nuttx-apps] branch pr55 updated (2f4b309 -> 960a92c)

2020-02-06 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr55 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from 2f4b309 gs2200m: Retry indefinately on GS2200M_IOC_ASSOC failure new a5dff52 Change

[incubator-nuttx-apps] branch pr55 created (now 2f4b309)

2020-02-06 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr55 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 2f4b309 gs2200m: Retry indefinately on GS2200M_IOC_ASSOC failure No new revisions were added by

[GitHub] [incubator-nuttx] yamt opened a new pull request #219: getopt: Fix a typo in a comment

2020-02-06 Thread GitBox
yamt opened a new pull request #219: getopt: Fix a typo in a comment URL: https://github.com/apache/incubator-nuttx/pull/219 This is an automated message from the Apache Git Service. To respond to the message, please log on