[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2000: sched: Call up_[use|create]_stack after nxtask_setup_scheduler

2020-10-22 Thread GitBox
masayuki2009 commented on pull request #2000: URL: https://github.com/apache/incubator-nuttx/pull/2000#issuecomment-714301028 @xiaoxiang781216 Hmm, I found that spresense:elf failed ``` CThingSayer::CThingSayer: I am! main: Created MyThingSayer=0x0d013e60 main: Calling My

[incubator-nuttx] 01/01: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch revert-2000-stack in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 693378267a07e9b4794fb02c04459a49e31389ab Author: Masayuki Ishikawa AuthorDate: Thu Oct 22 16:45:59

[incubator-nuttx] branch revert-2000-stack created (now 6933782)

2020-10-22 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch revert-2000-stack in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 6933782 Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler" This branch

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2060: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread GitBox
masayuki2009 opened a new pull request #2060: URL: https://github.com/apache/incubator-nuttx/pull/2060 Reverts apache/incubator-nuttx#2000 ## Summary - I found that spresense:elf failed - So let me revert --

[GitHub] [incubator-nuttx] jerpelea commented on pull request #2060: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread GitBox
jerpelea commented on pull request #2060: URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714306296 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2060: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #2060: URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714310016 @masayuki2009 does the error happen when loading elf from file system? This is an automated mess

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2060: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2060: URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714310016 @masayuki2009 does the error happen when elf load from file system? This is an automated

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2060: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread GitBox
masayuki2009 commented on pull request #2060: URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714314994 > @masayuki2009 does the error happen when elf load from file system? @xiaoxiang781216 I think apps/examples/elf uses romfs.

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 opened a new pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061 ## Summary - This PR refactors interrupt stack related code for all ARM architectures - Also, this PR includes a fix for CPUx Idle stack for Cortex-A SMP - This PR consists of

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
Ouss4 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r509993414 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -1096,7 +1098,7 @@ g_intstackbase: .type g_fiqstackbase, object g_fiqstackalloc:

[GitHub] [incubator-nuttx] rzr opened a new pull request #2062: freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ

2020-10-22 Thread GitBox
rzr opened a new pull request #2062: URL: https://github.com/apache/incubator-nuttx/pull/2062 Depends on other flags that will be enabled automatically by kconfig: CONFIG_SENSORS=y CONFIG_SENSORS_FXOS8700CQ=y Change-Id: Ic9bfbd02cca9f2fd4b1f1fb538100865a1c497ff Bug: h

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #2060: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread GitBox
masayuki2009 merged pull request #2060: URL: https://github.com/apache/incubator-nuttx/pull/2060 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[incubator-nuttx] branch master updated: Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler"

2020-10-22 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 d1f82ce Revert "sched: Call up_[use|

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510023331 ## File path: arch/arm/src/armv7-m/gnu/arm_exception.S ## @@ -321,9 +322,9 @@ exception_common: .bss .global g_intstackalloc

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510025654 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -1096,7 +1098,7 @@ g_intstackbase: .type g_fiqstackbase, object g_fiqstac

[GitHub] [incubator-nuttx] davids5 commented on pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
davids5 commented on pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714417476 @masayuki2009 Thank you for the PR and all the information on what was done. Would you please add some back ground as to why these changes are needed? -

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714427977 > @masayuki2009 Thank you for the PR and all the information on what was done. Would you please add some back ground as to why these changes are needed? @davi

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 edited a comment on pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714427977 > @masayuki2009 Thank you for the PR and all the information on what was done. Would you please add some back ground as to why these changes are needed?

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 edited a comment on pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714427977 > @masayuki2009 Thank you for the PR and all the information on what was done. Would you please add some back ground as to why these changes are needed?

[GitHub] [incubator-nuttx] yamt opened a new pull request #2063: Fix libcxx for sim/macOS

2020-10-22 Thread GitBox
yamt opened a new pull request #2063: URL: https://github.com/apache/incubator-nuttx/pull/2063 ## Summary Fix libcxx for sim/macOS ## Impact ## Testing helloxx cxxtest This is an automated message from

[GitHub] [incubator-nuttx] yamt opened a new pull request #2064: include/sys/types.h: Bail out on unexpected __WCHAR_WIDTH__

2020-10-22 Thread GitBox
yamt opened a new pull request #2064: URL: https://github.com/apache/incubator-nuttx/pull/2064 For NuttX, it should always be 16. ## Summary ## Impact ## Testing This is an automated message from

[incubator-nuttx] 03/03: sensor: add wtgahrs2 init and enable config

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 8bd163325b9865e95ea9423228542c0a901980b5 Author: dongjiuzhu AuthorDate: Sat Sep 26 18:25:43 2020 +0800

[incubator-nuttx] branch master updated (d1f82ce -> 8bd1633)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from d1f82ce Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler" new fa09c6a drive

[incubator-nuttx] 02/03: sensor/driver: wtgahrs2 by serial interface follow sensor.c/sensor.h

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a3f978da025e91bb44344b89a3026548d8c494eb Author: dongjiuzhu AuthorDate: Mon Oct 19 21:30:22 2020 +0800

[incubator-nuttx] 01/03: driver/sensor: add unified management for sensor

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit fa09c6a8bc98be155611a4e3047c46a88e56a79f Author: dongjiuzhu AuthorDate: Mon Oct 19 21:24:13 2020 +0800

[GitHub] [incubator-nuttx] v01d merged pull request #2039: driver/sensor: add unified management for sensor

2020-10-22 Thread GitBox
v01d merged pull request #2039: URL: https://github.com/apache/incubator-nuttx/pull/2039 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [incubator-nuttx] v01d commented on pull request #2039: driver/sensor: add unified management for sensor

2020-10-22 Thread GitBox
v01d commented on pull request #2039: URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-714487641 Ok, I agree with your approach. I just merged. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] v01d merged pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
v01d merged pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [incubator-nuttx] v01d commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
v01d commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714490221 Sure, we can change that later. I'll merge this. Will linkcheck fail CI if it finds errors or will it print a warning? -

[incubator-nuttx] branch master updated (8bd1633 -> 23cd1e0)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 8bd1633 sensor: add wtgahrs2 init and enable config add c412021 Docs: Bump version of pygments to

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1970: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #1970: URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-714491077 @yamt here is the patch: https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3 This is a

[GitHub] [incubator-nuttx] v01d commented on pull request #2054: configure.sh: update custom board config build support

2020-10-22 Thread GitBox
v01d commented on pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714491803 I'm confused, was the description of the PR changed? I remember seeing it was about supporting the colon syntax for custom boards. ---

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1970: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

2020-10-22 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1970: URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-714491077 @yamt here is the patch: https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3 Make.defs need a minor modification, I will move the C++ related s

[incubator-nuttx] 01/02: Revert "Docs: Fix broken links and references in docs"

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch revert-2045-docfix in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e1b440e1d8f7294bd1542956f038344a28832235 Author: Matias N AuthorDate: Thu Oct 22 10:27:31 2020 -

[incubator-nuttx] branch revert-2045-docfix created (now ca87ef3)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch revert-2045-docfix in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at ca87ef3 Revert "Docs: Bump version of pygments to get new GAS lexer" This branch includes t

[GitHub] [incubator-nuttx] v01d commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
v01d commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714493508 It seems this broke CI. linkcheck is erroring the build while it is not failing itself. Most likely linkcheck is not returning zero exit status. I'll revert for now. --

[incubator-nuttx] 02/02: Revert "Docs: Bump version of pygments to get new GAS lexer"

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch revert-2045-docfix in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ca87ef3732106ce739e17e73f05314c8118e8dbd Author: Matias N AuthorDate: Thu Oct 22 10:27:31 2020 -

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1970: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

2020-10-22 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1970: URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-714491077 @yamt here is the patch: https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3 Make.defs need a minor modification, I will move the C++ related s

[GitHub] [incubator-nuttx] v01d edited a comment on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
v01d edited a comment on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714493508 It seems this broke CI. linkcheck is erroring the build while it is not failing itself. Most likely linkcheck is not returning zero exit status. I can open a rever

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #2065: libc: Add quick_exit/at_quick_exit declaration to make libcxx happy

2020-10-22 Thread GitBox
xiaoxiang781216 opened a new pull request #2065: URL: https://github.com/apache/incubator-nuttx/pull/2065 ## Summary will provide the real implementation later ## Impact ## Testing This is an automate

[GitHub] [incubator-nuttx] v01d commented on pull request #1661: Start implementing BTPROTO_HCI socket support

2020-10-22 Thread GitBox
v01d commented on pull request #1661: URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-714504392 Ok, I'll open the PR later today, thanks. I think I may have fixed the same error myself. This is an autom

[GitHub] [incubator-nuttx] yamt commented on pull request #2065: libc: Add quick_exit/at_quick_exit declaration to make libcxx happy

2020-10-22 Thread GitBox
yamt commented on pull request #2065: URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714509515 my understanding is that: * this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined * _LIBCPP_HAS_QUICK_EXIT should not be defined for nuttx am i missing som

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2054: configure.sh: update custom board config build support

2020-10-22 Thread GitBox
Ouss4 commented on pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714513751 > I'm confused, was the description of the PR changed? I remember seeing it was about supporting the colon syntax for custom boards. @liuguo09 decided to only includ

[GitHub] [incubator-nuttx] v01d commented on pull request #2054: configure.sh: update custom board config build support

2020-10-22 Thread GitBox
v01d commented on pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714515356 Ah, I understand now, thanks. So the configure syntax for custom boards will now accept the colon variant?

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2054: configure.sh: update custom board config build support

2020-10-22 Thread GitBox
Ouss4 commented on pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714521972 > Ah, I understand now, thanks. So the configure syntax for custom boards will now accept the colon variant? No, he removed this part. He only kept the ability to

[GitHub] [incubator-nuttx] v01d commented on pull request #2054: configure.sh: update custom board config build support

2020-10-22 Thread GitBox
v01d commented on pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714522591 Ah, great. Thanks for the explanation. This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] v01d merged pull request #2054: configure.sh: update custom board config build support

2020-10-22 Thread GitBox
v01d merged pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[incubator-nuttx] branch master updated (23cd1e0 -> f2d9f5c)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 23cd1e0 Docs: Fix broken links and references in docs add f2d9f5c configure.sh: update custom boar

[incubator-nuttx] branch master updated (23cd1e0 -> f2d9f5c)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 23cd1e0 Docs: Fix broken links and references in docs add f2d9f5c configure.sh: update custom boar

[incubator-nuttx] branch master updated (23cd1e0 -> f2d9f5c)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 23cd1e0 Docs: Fix broken links and references in docs add f2d9f5c configure.sh: update custom boar

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2062: freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ

2020-10-22 Thread GitBox
xiaoxiang781216 merged pull request #2062: URL: https://github.com/apache/incubator-nuttx/pull/2062 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] btashton commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
btashton commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714537716 Let me take a look. The CI passed here. This is an automated message from the Apache Git Service. To re

[incubator-nuttx] branch master updated: freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ

2020-10-22 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 c39e380 freedom-k64f/demo: Enable E

[incubator-nuttx] branch master updated (23cd1e0 -> f2d9f5c)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 23cd1e0 Docs: Fix broken links and references in docs add f2d9f5c configure.sh: update custom boar

[incubator-nuttx] branch master updated (23cd1e0 -> f2d9f5c)

2020-10-22 Thread protobits
This is an automated email from the ASF dual-hosted git repository. protobits pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 23cd1e0 Docs: Fix broken links and references in docs add f2d9f5c configure.sh: update custom boar

[GitHub] [incubator-nuttx] v01d commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
v01d commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714539967 Yes, it is strange, on other PRs it seems to work. This is an automated message from the Apache Git Service

[incubator-nuttx] branch master updated: freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ

2020-10-22 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 c39e380 freedom-k64f/demo: Enable E

[GitHub] [incubator-nuttx] btashton commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
btashton commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714545686 Issue is this for GitHub https://github.com/sphinx-doc/sphinx/issues/7388 I can add GitHub to the skipped pattern for now or we can see how it goes. Alternativ

[GitHub] [incubator-nuttx] v01d commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
v01d commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714551104 We can wait and see if you want. Otherwise making it into a warning sounds a good idea as I don't think a broken link should block a PR. --

[GitHub] [incubator-nuttx] rzr opened a new pull request #2066: freedom-k64f/demo: Support Ethernet

2020-10-22 Thread GitBox
rzr opened a new pull request #2066: URL: https://github.com/apache/incubator-nuttx/pull/2066 It was tested using: nsh> ifconfig eth0Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at DOWN inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0 All flags are

[GitHub] [incubator-nuttx] btashton commented on pull request #2045: Documentation: Misc fixups for broken links, errors, warnings

2020-10-22 Thread GitBox
btashton commented on pull request #2045: URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714555980 I just worry that if it is not an error it will go unnoticed and unfixed 😕. If we see it again let's just add the `|| true` to the end as a work around. The probl

[GitHub] [incubator-nuttx] btashton commented on pull request #2049: Added support for resolution configuration. Added option to start or not the conversion when opening ADC device.

2020-10-22 Thread GitBox
btashton commented on pull request #2049: URL: https://github.com/apache/incubator-nuttx/pull/2049#issuecomment-714562028 Sill not quite right there are a bunch of merges. Try this: ``` git fetch origin git rebase -i origin/master ``` This assumes that `origin` is

[GitHub] [incubator-nuttx] daniel-p-carvalho commented on pull request #2049: Added support for resolution configuration. Added option to start or not the conversion when opening ADC device.

2020-10-22 Thread GitBox
daniel-p-carvalho commented on pull request #2049: URL: https://github.com/apache/incubator-nuttx/pull/2049#issuecomment-714596905 Hi @btashton , thanks for the help I am moving this change to a new branch. Doing this I hope that the PR will be more clean and easy to review. -

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2067: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-10-22 Thread GitBox
hartmannathan opened a new pull request #2067: URL: https://github.com/apache/incubator-nuttx/pull/2067 ## Summary arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h, arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h: * Fix nxstyle errors. #

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510279488 ## File path: arch/arm/src/armv7-a/smp.h ## @@ -58,7 +58,7 @@ #define SMP_STACK_MASK 7 #define SMP_STACK_SIZE ((CONFIG_SMP_I

[incubator-nuttx] branch master updated (c39e380 -> e2274a4)

2020-10-22 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 c39e380 freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ add e2274a4 freedom-k64f/demo: Support Ether

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2066: freedom-k64f/demo: Support Ethernet

2020-10-22 Thread GitBox
xiaoxiang781216 merged pull request #2066: URL: https://github.com/apache/incubator-nuttx/pull/2066 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] daniel-p-carvalho closed pull request #2049: Added support for resolution configuration. Added option to start or not the conversion when opening ADC device.

2020-10-22 Thread GitBox
daniel-p-carvalho closed pull request #2049: URL: https://github.com/apache/incubator-nuttx/pull/2049 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2063: Fix libcxx for sim/macOS

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #2063: URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714616908 @yamt please try https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3 it can build and run on wsl. ---

[GitHub] [incubator-nuttx] daniel-p-carvalho opened a new pull request #2068: STM32L4: Improvements on ADC driver

2020-10-22 Thread GitBox
daniel-p-carvalho opened a new pull request #2068: URL: https://github.com/apache/incubator-nuttx/pull/2068 ## Summary * Add option to start adc at setup * Add option to cofigure ADC resolution * Add option to cofigure ADC sample time * Add option to cofigure ADC DMA

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #434: testing/sensortest: add sensor driver test

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #434: URL: https://github.com/apache/incubator-nuttx-apps/pull/434#issuecomment-714619945 Let's merge this patch since the kernel side is already merged. This is an automated message

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #434: testing/sensortest: add sensor driver test

2020-10-22 Thread GitBox
xiaoxiang781216 merged pull request #434: URL: https://github.com/apache/incubator-nuttx-apps/pull/434 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx-apps] branch master updated: testing/sensortest: add sensor driver test

2020-10-22 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 The following commit(s) were added to refs/heads/master by this push: new 60342ec testing/sensortest: ad

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2065: libc: Add quick_exit/at_quick_exit declaration to make libcxx happy

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #2065: URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714627078 > my understanding is that: > > * this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined > * _LIBCPP_HAS_QUICK_EXIT should not be defined for nuttx

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2065: libc: Add quick_exit/at_quick_exit declaration to make libcxx happy

2020-10-22 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2065: URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714627078 > my understanding is that: > > * this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined > * _LIBCPP_HAS_QUICK_EXIT should not be defined for

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #434: testing/sensortest: add sensor driver test

2020-10-22 Thread GitBox
btashton commented on pull request #434: URL: https://github.com/apache/incubator-nuttx-apps/pull/434#issuecomment-714632664 Thanks guys. I know I asked a lot of questions, but only because I think this is the way forward.

[incubator-nuttx] branch master updated (e2274a4 -> f9a6988)

2020-10-22 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 e2274a4 freedom-k64f/demo: Support Ethernet add f9a6988 tiva/cc13x2_cc26x2: Fix nxstyle errors No

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2067: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-10-22 Thread GitBox
xiaoxiang781216 merged pull request #2067: URL: https://github.com/apache/incubator-nuttx/pull/2067 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
Ouss4 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510375552 ## File path: arch/arm/src/armv7-m/gnu/arm_exception.S ## @@ -321,9 +322,9 @@ exception_common: .bss .global g_intstackalloc

[GitHub] [incubator-nuttx] rzr opened a new pull request #2069: freedom-k64f/demo: Support DHCP renew tool

2020-10-22 Thread GitBox
rzr opened a new pull request #2069: URL: https://github.com/apache/incubator-nuttx/pull/2069 Usage: nsh> ifconfig eth0Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at UP inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0 nsh> renew eth0

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
Ouss4 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510375552 ## File path: arch/arm/src/armv7-m/gnu/arm_exception.S ## @@ -321,9 +322,9 @@ exception_common: .bss .global g_intstackalloc

[GitHub] [incubator-nuttx] acassis commented on pull request #2068: STM32L4: Improvements on ADC driver

2020-10-22 Thread GitBox
acassis commented on pull request #2068: URL: https://github.com/apache/incubator-nuttx/pull/2068#issuecomment-714710040 Hi @daniel-p-carvalho please update your defconfig, it is reporting error This is an automated message f

[GitHub] [incubator-nuttx] daniel-p-carvalho commented on pull request #2068: STM32L4: Improvements on ADC driver

2020-10-22 Thread GitBox
daniel-p-carvalho commented on pull request #2068: URL: https://github.com/apache/incubator-nuttx/pull/2068#issuecomment-714771098 @acassis I don't know what is the problem with defconfig file. It was generated by menuconfig. ---

[GitHub] [incubator-nuttx] yamt commented on pull request #2063: Fix libcxx for sim/macOS

2020-10-22 Thread GitBox
yamt commented on pull request #2063: URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714794005 @xiaoxiang781216 what's wsl? This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] v01d opened a new pull request #2070: Bluetooth: support HCI/L2CAP sockets, support HCI RAW channel

2020-10-22 Thread GitBox
v01d opened a new pull request #2070: URL: https://github.com/apache/incubator-nuttx/pull/2070 ## Summary This PR includes initial work by @btashton (seen in #1661) and work I done on top of that myself (thus this supersedes #1661). Brennan's initial work layed the ground work for

[GitHub] [incubator-nuttx] v01d commented on pull request #2070: Bluetooth: support HCI/L2CAP sockets, support HCI RAW channel

2020-10-22 Thread GitBox
v01d commented on pull request #2070: URL: https://github.com/apache/incubator-nuttx/pull/2070#issuecomment-714800577 I'll leave this as draft for now since I know it needs a bit more work to be ready for merge, but I would still like for it to be reviewed and hopefully someone can test ho

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510517612 ## File path: arch/arm/src/armv7-a/arm_assert.c ## @@ -265,24 +265,10 @@ static void up_dumpstate(void) if (sp > istackbase - istacksize

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510518398 ## File path: arch/arm/src/armv7-a/smp.h ## @@ -58,7 +58,7 @@ #define SMP_STACK_MASK 7 #define SMP_STACK_SIZE ((CONFIG_SMP_IDLE

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510525031 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -261,7 +261,8 @@ arm_vectorirq: /* Call arm_decodeirq() on the interrupt stack

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510525078 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -1004,7 +1005,8 @@ arm_vectorfiq: #if CONFIG_ARCH_INTERRUPTSTACK > 7 setfiq

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510528620 ## File path: arch/arm/src/armv8-m/arm_lazyexception.S ## @@ -210,6 +210,7 @@ exception_common: */ setintstack r2, r3

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510528690 ## File path: arch/arm/src/armv8-m/arm_exception.S ## @@ -213,6 +213,7 @@ exception_common: */ setintstack r2, r3 +

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510531250 ## File path: arch/arm/src/armv6-m/arm_exception.S ## @@ -153,6 +153,7 @@ exception_common: #if CONFIG_ARCH_INTERRUPTSTACK > 3 ldr

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510531423 ## File path: arch/arm/src/armv7-m/gnu/arm_exception.S ## @@ -197,7 +197,8 @@ exception_common: * here prohibits nested interrupts w

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510518398 ## File path: arch/arm/src/armv7-a/smp.h ## @@ -58,7 +58,7 @@ #define SMP_STACK_MASK 7 #define SMP_STACK_SIZE ((CONFIG_SMP_IDLE

[GitHub] [incubator-nuttx] yamt commented on pull request #2063: Fix libcxx for sim/macOS

2020-10-22 Thread GitBox
yamt commented on pull request #2063: URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714839517 @xiaoxiang781216 i tested the latest version of this PR on ubuntu as well. This is an automated message fro

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2065: libc: Add quick_exit/at_quick_exit declaration to make libcxx happy

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #2065: URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714864328 We already implement quick_exit/at_quick_exit in local repo, but hasn't enough free time to upstream yet. This patch just let people can work with libcxx before

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2063: Fix libcxx for sim/macOS

2020-10-22 Thread GitBox
xiaoxiang781216 commented on pull request #2063: URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714865371 > @xiaoxiang781216 what's wsl? The fast way run Ubuntu on Windows https://docs.microsoft.com/en-us/windows/wsl/install-win10 but the real Ubuntu shoul

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510560007 ## File path: arch/arm/src/armv7-m/gnu/arm_exception.S ## @@ -321,9 +322,9 @@ exception_common: .bss .global g_intstackall

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2061: Refactor arm interrupt stack related code

2020-10-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510560312 ## File path: arch/arm/src/armv7-a/arm_assert.c ## @@ -265,24 +265,10 @@ static void up_dumpstate(void) if (sp > istackbase - istacks

  1   2   >