[incubator-nuttx] 01/03: tcp: add macros to deal with sequence number wraparound

2021-06-10 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 commit 433a2b27d9e375359f46f8dcbaaa1e4f9f73cb98 Author: YAMAMOTO Takashi AuthorDate: Tue Jun 1 13:48:47 2021 +0900

[incubator-nuttx] branch master updated (bf1d587 -> 7d82e7a)

2021-06-10 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 bf1d587 Documentation: Update kconfig-frontends install instructions new 433a2b2 tcp: add macros

[incubator-nuttx] 02/03: tcp: Use the tcp seq macros in some obvious places

2021-06-10 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 commit eb00e00e485cd80451514ff01d8799ae279a9765 Author: YAMAMOTO Takashi AuthorDate: Thu Jun 3 16:42:02 2021 +0900

[incubator-nuttx] 03/03: tcp_input: fix a confusing variable name and a comment

2021-06-10 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 commit 7d82e7a7c4e93f7592c8f8114943e24658eb7035 Author: YAMAMOTO Takashi AuthorDate: Fri Jun 4 10:53:06 2021 +0900

[incubator-nuttx-website] branch asf-site updated: Publishing web: 9ffd1f116b5230ce5b4c4266125dbb3e9db3fc8e docs: bf1d5870630db8ff036e9f49e94e2fbe646f7268

2021-06-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 3e4b43b Publishing

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
gustavonihei commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-859149602 > By the way, in places like this: > > ``` > NXFLATLDFLAGS1 = -r -Wl,-d -Wl,-warn-common > ``` > > Why does the `-r` option need to remain

[GitHub] [incubator-nuttx] yamt commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
yamt commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-859143242 why do we need -nostartfiles -nodefaultlibs at all? my understanding is that these options controls how cc generates ld command line arguments. i don't see how it

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
hartmannathan commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-859123970 By the way, in places like this: ``` NXFLATLDFLAGS1 = -r -Wl,-d -Wl,-warn-common ``` Why does the `-r` option need to remain without `-Wl,`?

[GitHub] [incubator-nuttx] hartmannathan merged pull request #3899: Documentation: Update kconfig-frontends install instructions

2021-06-10 Thread GitBox
hartmannathan merged pull request #3899: URL: https://github.com/apache/incubator-nuttx/pull/3899 -- 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 go to the specific comment. For queries about this

[incubator-nuttx] branch master updated (7259601 -> bf1d587)

2021-06-10 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 7259601 ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1 add bf1d587

[GitHub] [incubator-nuttx] hartmannathan commented on issue #3826: arm-none-eabi-ld: Error: unable to disambiguate: -nostartfiles

2021-06-10 Thread GitBox
hartmannathan commented on issue #3826: URL: https://github.com/apache/incubator-nuttx/issues/3826#issuecomment-859117731 This is caused by Binutils being updated to the 2.36.x line. This is fixed by PR #3836 This is now documented at Release Notes for the (future) NuttX-10.2

[GitHub] [incubator-nuttx] hartmannathan commented on issue #3209: Unable to build for NUCLEO-L432KC under Arch Linux using ARM GNU toolchain in package repository

2021-06-10 Thread GitBox
hartmannathan commented on issue #3209: URL: https://github.com/apache/incubator-nuttx/issues/3209#issuecomment-859117480 This is caused by Binutils being updated to the 2.36.x line. This is fixed by PR #3836 This is now documented at Release Notes for the (future)

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
hartmannathan commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-859115765 @xiaoxiang781216 , @davids5 , @AlexanderVasiljev This change is now described in the CWIKI Release Notes for the (future) 10.2 release:

[GitHub] [incubator-nuttx-apps] Ouss4 commented on a change in pull request #760: system: update licenses to Apache

2021-06-10 Thread GitBox
Ouss4 commented on a change in pull request #760: URL: https://github.com/apache/incubator-nuttx-apps/pull/760#discussion_r649553539 ## File path: system/ping6/ping6.c ## @@ -204,7 +198,8 @@ static void ping6_result(FAR const struct ping6_result_s *result)

[GitHub] [incubator-nuttx] saramonteiro commented on pull request #3899: Documentation: Update kconfig-frontends install instructions

2021-06-10 Thread GitBox
saramonteiro commented on pull request #3899: URL: https://github.com/apache/incubator-nuttx/pull/3899#issuecomment-858878647 LGTM after CI tests pass -- 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

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #3899: Documentation: Update kconfig-frontends install instructions

2021-06-10 Thread GitBox
gustavonihei opened a new pull request #3899: URL: https://github.com/apache/incubator-nuttx/pull/3899 ## Summary This PR intends to update the instructions for the installation of the `kconfig-frontends` from source. It still assumed kconfig-frontends as part of the core NuttX

[incubator-nuttx] branch master updated (f6e6bc6 -> 7259601)

2021-06-10 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.git. from f6e6bc6 boards/b-g431b-esc1: add support for FOC configurations add 7259601 ReleaseNotes: Fix

[GitHub] [incubator-nuttx] Ouss4 merged pull request #3897: ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1

2021-06-10 Thread GitBox
Ouss4 merged pull request #3897: URL: https://github.com/apache/incubator-nuttx/pull/3897 -- 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 go to the specific comment. For queries about this service,

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
gustavonihei commented on a change in pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#discussion_r649371107 ## File path: arch/arm/src/Makefile ## @@ -93,8 +93,8 @@ LDFLAGS += $(ARCHSCRIPT) $(EXTRALINKCMDS) # Override in Make.defs if linker is

[incubator-nuttx-website] branch asf-site updated: Publishing web: 9ffd1f116b5230ce5b4c4266125dbb3e9db3fc8e docs: 9d0da9818cc8ce14a34141cb087580a1d64c113e

2021-06-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 7857474 Publishing

[incubator-nuttx] branch master updated (805d3a2 -> f6e6bc6)

2021-06-10 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 805d3a2 net/local: add local_nextconn() helper add 7a2aa8a b-g431b-esc1: refactor bringup logic for

[GitHub] [incubator-nuttx] acassis merged pull request #3878: Add FOC support for B-G431-ESC1 board

2021-06-10 Thread GitBox
acassis merged pull request #3878: URL: https://github.com/apache/incubator-nuttx/pull/3878 -- 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 go to the specific comment. For queries about this

[incubator-nuttx] branch master updated (9d0da98 -> 805d3a2)

2021-06-10 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 9d0da98 arch/arm/src/stm32h7: qspi use indirect write instead indirect read without data. add

[GitHub] [incubator-nuttx] acassis merged pull request #3896: net/local: add local_nextconn() helper

2021-06-10 Thread GitBox
acassis merged pull request #3896: URL: https://github.com/apache/incubator-nuttx/pull/3896 -- 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 go to the specific comment. For queries about this

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #3895: net/accept: alloc the accept fd after accept success

2021-06-10 Thread GitBox
xiaoxiang781216 edited a comment on pull request #3895: URL: https://github.com/apache/incubator-nuttx/pull/3895#issuecomment-858783554 It's a common case that the main thread is blocking in accept to wait the new connection, and many work threads service the client request concurrently.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3895: net/accept: alloc the accept fd after accept success

2021-06-10 Thread GitBox
xiaoxiang781216 commented on pull request #3895: URL: https://github.com/apache/incubator-nuttx/pull/3895#issuecomment-858783554 It's a common case that the main thread is blocking in accept to wait the new connection, and many work threads service the client request concurrently. If the

[GitHub] [incubator-nuttx-apps] jerpelea commented on pull request #760: system: update licenses to Apache

2021-06-10 Thread GitBox
jerpelea commented on pull request #760: URL: https://github.com/apache/incubator-nuttx-apps/pull/760#issuecomment-858779945 please ignore the remaining nxstyle errors -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] anchao commented on pull request #3895: net/accept: alloc the accept fd after accept success

2021-06-10 Thread GitBox
anchao commented on pull request #3895: URL: https://github.com/apache/incubator-nuttx/pull/3895#issuecomment-858771262 > > The new fd will be in a pending state before accept is successful, if the application creates a task when accepting, the pending fd will be dup(), but since

[GitHub] [incubator-nuttx-website] xiaoxiang781216 merged pull request #57: ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1.0

2021-06-10 Thread GitBox
xiaoxiang781216 merged pull request #57: URL: https://github.com/apache/incubator-nuttx-website/pull/57 -- 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 go to the specific comment. For queries about

[incubator-nuttx-website] branch master updated: ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1.0

2021-06-10 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 9ffd1f1 ReleaseNotes: Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #3898: posix_spawn handle the argv[0] in the wrong way

2021-06-10 Thread GitBox
xiaoxiang781216 commented on issue #3898: URL: https://github.com/apache/incubator-nuttx/issues/3898#issuecomment-858769085 posix_spawn(exec...) need remove this special insertion to confirm standard. But how to handle other similar but NuttX specific function(e.g. task_spawn,

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new issue #3898: posix_spawn handle the argv[0] in the wrong way

2021-06-10 Thread GitBox
xiaoxiang781216 opened a new issue #3898: URL: https://github.com/apache/incubator-nuttx/issues/3898 From https://pubs.opengroup.org/onlinepubs/009695399/functions/posix_spawn.html: ``` The argument argv is an array of character pointers to null-terminated strings. The last member

[GitHub] [incubator-nuttx] yamt commented on pull request #3895: net/accept: alloc the accept fd after accept success

2021-06-10 Thread GitBox
yamt commented on pull request #3895: URL: https://github.com/apache/incubator-nuttx/pull/3895#issuecomment-858740954 > The new fd will be in a pending state before accept is successful, if the application creates a task when accepting, the pending fd will be dup(), but since

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3892: arch/arm/src/stm32h7: qspi use indirect write instead of indirect read

2021-06-10 Thread GitBox
xiaoxiang781216 merged pull request #3892: URL: https://github.com/apache/incubator-nuttx/pull/3892 -- 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 go to the specific comment. For queries about

[incubator-nuttx] branch master updated: arch/arm/src/stm32h7: qspi use indirect write instead indirect read without data.

2021-06-10 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 9d0da98 arch/arm/src/stm32h7: qspi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3102: mm/iob: add iob_free_queue() interface

2021-06-10 Thread GitBox
xiaoxiang781216 merged pull request #3102: URL: https://github.com/apache/incubator-nuttx/pull/3102 -- 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 go to the specific comment. For queries about

[incubator-nuttx] 01/02: Documentation/iob: update the function prototype

2021-06-10 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 commit e73883aba5569880a2a8f09192905e7dc10dca03 Author: chao.an AuthorDate: Tue Jun 8 23:34:54 2021 +0800

[incubator-nuttx] 02/02: mm/iob: add an interface to support dequeue an iob from the queue

2021-06-10 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 commit 2c51c29768d395c3a1689b7d083c8beec8782a38 Author: chao.an AuthorDate: Tue Jun 8 23:38:26 2021 +0800

[incubator-nuttx] branch master updated (7c20199 -> 2c51c29)

2021-06-10 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 7c20199 riscv/bl602:replace syslog to debugging log macros new e73883a Documentation/iob: update

[GitHub] [incubator-nuttx-website] hartmannathan opened a new pull request #57: ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1.0

2021-06-10 Thread GitBox
hartmannathan opened a new pull request #57: URL: https://github.com/apache/incubator-nuttx-website/pull/57 ## Summary _releases/9.1.0.md: Discovered that the entire Compatibility Concerns section for NuttX-9.1.0 was missing from the website copy of the release notes. Copied this

[GitHub] [incubator-nuttx] juniskane commented on a change in pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
juniskane commented on a change in pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#discussion_r649267611 ## File path: arch/arm/src/Makefile ## @@ -93,8 +93,8 @@ LDFLAGS += $(ARCHSCRIPT) $(EXTRALINKCMDS) # Override in Make.defs if linker is not

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #3897: ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1

2021-06-10 Thread GitBox
hartmannathan opened a new pull request #3897: URL: https://github.com/apache/incubator-nuttx/pull/3897 ## Summary Discovered that the entire Compatibility Concerns section for NuttX-9.1 was missing. Fixed by copying this information from the [CWIKI

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858693582 @masayuki2009 I have just installed Ubuntu 18.04. I can see the same error. I will investigate it. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] anchao opened a new pull request #3896: net/local: add local_nextconn() helper

2021-06-10 Thread GitBox
anchao opened a new pull request #3896: URL: https://github.com/apache/incubator-nuttx/pull/3896 ## Summary net/local: add local_nextconn() helper ## Impact N/A ## Testing local connections foreach -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #760: system: update licenses to Apache

2021-06-10 Thread GitBox
jerpelea opened a new pull request #760: URL: https://github.com/apache/incubator-nuttx-apps/pull/760 ## Summary Gregory Nutt is has submitted the SGA Ken Pettit has submitted the ICLA as a result we can migrate the licenses to Apache. ## Impact LICENSE

[GitHub] [incubator-nuttx] anchao opened a new pull request #3895: net/accept: alloc the accept fd after accept success

2021-06-10 Thread GitBox
anchao opened a new pull request #3895: URL: https://github.com/apache/incubator-nuttx/pull/3895 ## Summary net/accept: alloc the accept fd after accept success The new fd will be in a pending state before accept is successful, if the application creates a task when

[incubator-nuttx] branch master updated (2ef9078 -> 7c20199)

2021-06-10 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 2ef9078 setjmp.h: Added missing include. add 7c20199 riscv/bl602:replace syslog to debugging log

[incubator-nuttx] branch master updated (c0fdddc -> 2ef9078)

2021-06-10 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 c0fdddc arch: Remove all go_nx_start from chip specifc source add 2ef9078 setjmp.h: Added missing

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3891: riscv/bl602:Remove the direct call of syslog in the flash driver

2021-06-10 Thread GitBox
xiaoxiang781216 merged pull request #3891: URL: https://github.com/apache/incubator-nuttx/pull/3891 -- 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 go to the specific comment. For queries about

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3890: setjmp.h: Added missing include.

2021-06-10 Thread GitBox
xiaoxiang781216 merged pull request #3890: URL: https://github.com/apache/incubator-nuttx/pull/3890 -- 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 go to the specific comment. For queries about

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3718: sched/init: don't check remain stack for idle task

2021-06-10 Thread GitBox
xiaoxiang781216 commented on pull request #3718: URL: https://github.com/apache/incubator-nuttx/pull/3718#issuecomment-858646731 Close since all idle thread stack colorize now with #3888. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #3718: sched/init: don't check remain stack for idle task

2021-06-10 Thread GitBox
xiaoxiang781216 closed pull request #3718: URL: https://github.com/apache/incubator-nuttx/pull/3718 -- 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 go to the specific comment. For queries about

[incubator-nuttx-apps] 06/06: testing: smp: nxstyle fixes

2021-06-10 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 0f68fb7075f2ca465648008e4df249d94a2960f3 Author: Alin Jerpelea AuthorDate: Thu Jun 10 12:32:19 2021

[GitHub] [incubator-nuttx] davids5 merged pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
davids5 merged pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888 -- 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 go to the specific comment. For queries about this

[GitHub] [incubator-nuttx] davids5 closed issue #1769: All arch need colorize the idle thread stack correctly

2021-06-10 Thread GitBox
davids5 closed issue #1769: URL: https://github.com/apache/incubator-nuttx/issues/1769 -- 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 go to the specific comment. For queries about this service,

[incubator-nuttx] branch master updated (dbf9c87 -> c0fdddc)

2021-06-10 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from dbf9c87 risc-v/esp32c3: Support ESP32-C3 RTC driver add fa0d123 arch: Colorize the idle thread

[incubator-nuttx-apps] 03/06: testing: update licenses to Apache

2021-06-10 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 590307e957f2710d8810867c9899220ae69900ea Author: Alin Jerpelea AuthorDate: Thu Jun 10 07:51:27 2021

[incubator-nuttx-apps] branch master updated (087b4da -> 0f68fb7)

2021-06-10 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 087b4da wireless: ieee802154: libmac: nxstyle fixes new 96938f8 LICENSE: add license for

[incubator-nuttx-apps] 02/06: tools: update licenses to Apache

2021-06-10 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 54f47f3168cf0a0d84be305dc08c3d7393339a02 Author: Alin Jerpelea AuthorDate: Thu Jun 10 07:37:15 2021

[incubator-nuttx-apps] 05/06: testing: smart_test: nxstyle fixes

2021-06-10 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 d2db78f8bc6fc3c8a6f10a41627ba0a318830e60 Author: Alin Jerpelea AuthorDate: Thu Jun 10 12:29:20 2021

[incubator-nuttx-apps] 01/06: LICENSE: add license for apps/wireless/wapi

2021-06-10 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 96938f8a0d97e6c07739741cc6f3d70e8836114b Author: Alin Jerpelea AuthorDate: Thu Jun 10 07:30:55 2021

[incubator-nuttx-apps] 04/06: testing: ostest: nxstyle fixes

2021-06-10 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 3378b8ef5488476d5a8df9570a13cdae7dc50eb2 Author: Alin Jerpelea AuthorDate: Thu Jun 10 11:56:16 2021

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #759: tools: update licenses to Apache

2021-06-10 Thread GitBox
xiaoxiang781216 merged pull request #759: URL: https://github.com/apache/incubator-nuttx-apps/pull/759 -- 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 go to the specific comment. For queries about

[GitHub] [incubator-nuttx] anchao opened a new pull request #3894: net/telnet: fix a potential busyloop if rxbuffer writes faster than read

2021-06-10 Thread GitBox
anchao opened a new pull request #3894: URL: https://github.com/apache/incubator-nuttx/pull/3894 ## Summary net/telnet: fix a potential busyloop if rxbuffer writes faster than read Telnet cache will calculate be 0 if write faster than reading:

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
gustavonihei commented on a change in pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#discussion_r649199464 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -83,7 +83,7 @@ endif CC = $(CROSSDEV)cc CXX = $(CROSSDEV)c++ CPP = $(CROSSDEV)cc

[GitHub] [incubator-nuttx] lulingar commented on a change in pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
lulingar commented on a change in pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#discussion_r649190581 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -83,7 +83,7 @@ endif CC = $(CROSSDEV)cc CXX = $(CROSSDEV)c++ CPP = $(CROSSDEV)cc -E

[GitHub] [incubator-nuttx] anchao opened a new pull request #3893: libs/libc/netdb: add dns clear interface

2021-06-10 Thread GitBox
anchao opened a new pull request #3893: URL: https://github.com/apache/incubator-nuttx/pull/3893 ## Summary libs/libc/netdb: add dns clear interface ## Impact The DNS cache should be cleared if a new server is added. ## Testing dns add server/dns cache

[GitHub] [incubator-nuttx] davids5 commented on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
davids5 commented on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858632473 > @xiaoxiang781216 Do you feel the unification is more important than the benefit of the early debugging? I will take that as a yes. -- This is an automated

[GitHub] [incubator-nuttx] protobits commented on pull request #3704: Migrate build system to CMake

2021-06-10 Thread GitBox
protobits commented on pull request #3704: URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-858631878 Sorry I though you were passing multiple defaults. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] lulingar commented on a change in pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
lulingar commented on a change in pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#discussion_r649190581 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -83,7 +83,7 @@ endif CC = $(CROSSDEV)cc CXX = $(CROSSDEV)c++ CPP = $(CROSSDEV)cc -E

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
xiaoxiang781216 commented on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858625010 Copy from https://github.com/apache/incubator-nuttx/issues/1769#issuecomment-692630952: > > Since you prefer this method, I will drop my colorize related

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
xiaoxiang781216 edited a comment on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858617882 > > @xiaoxiang781216 Do you feel the unification is more important than the benefit of the early debugging? 1. Many chips forget to colorize

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
xiaoxiang781216 edited a comment on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858617882 > > @xiaoxiang781216 Do you feel the unification is more important than the benefit of the early debugging? 1. Many chips forget to colorize

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
xiaoxiang781216 commented on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858617882 > > @xiaoxiang781216 Do you feel the unification is more important than the benefit of the early debugging? 1. Many chips forget to colorize the idle

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
masayuki2009 commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858608424 > I gave up to migrate x86. Could you explain why -static is needed there? @AlexanderVasiljev When I added the change, I had link errors with gcc on my

[GitHub] [incubator-nuttx] Donny9 commented on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
Donny9 commented on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858605010 > @xiaoxiang781216 Do you have a stack trace you can share of an arm of at the time of the call to coloration? > @Donny9 - Thank you. What needs to be

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3704: Migrate build system to CMake

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3704: URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-858600351 This is Kconfig localy on my PC. I can open menu with "make menuconfig" and with "cmake --build build -t menuconfig". ``` choice prompt

[GitHub] [incubator-nuttx] protobits commented on pull request #3704: Migrate build system to CMake

2021-06-10 Thread GitBox
protobits commented on pull request #3704: URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-858596866 > Separate branch is definitely a showstopper. I am willing to migrate my custom board to cmake, but if it is in separate branch I will stuck to this branch. When it

[GitHub] [incubator-nuttx] AlexanderVasiljev opened a new pull request #3892: arch/arm/src/stm32h7: qspi use indirect write instead of indirect read

2021-06-10 Thread GitBox
AlexanderVasiljev opened a new pull request #3892: URL: https://github.com/apache/incubator-nuttx/pull/3892 On my stm32h7 board with CONFIG_STM32H7_QSPI_INTERRUPTS QSPI hanged when was making command without data. When I changed sending command from indirect read mode to indirect write

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858581940 @masayuki2009 I remember that I encountered this error with -lgcc_s. It was when I tried to migrate ld to gcc for x86. It failed because of "-static" flag,

[GitHub] [incubator-nuttx] acassis merged pull request #3794: risc-v/esp32c3: Support ESP32-C3 RTC driver

2021-06-10 Thread GitBox
acassis merged pull request #3794: URL: https://github.com/apache/incubator-nuttx/pull/3794 -- 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 go to the specific comment. For queries about this

[incubator-nuttx] branch master updated (45672c2 -> dbf9c87)

2021-06-10 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 45672c2 Make: use gcc as LD add dbf9c87 risc-v/esp32c3: Support ESP32-C3 RTC driver No new

[GitHub] [incubator-nuttx] saramonteiro commented on pull request #3794: risc-v/esp32c3: Support ESP32-C3 RTC driver

2021-06-10 Thread GitBox
saramonteiro commented on pull request #3794: URL: https://github.com/apache/incubator-nuttx/pull/3794#issuecomment-858580628 LGTM -- 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 go to the specific

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858567182 @masayuki2009 Is your apps on the recent commit? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] acassis commented on pull request #3704: Migrate build system to CMake

2021-06-10 Thread GitBox
acassis commented on pull request #3704: URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-858559595 Hi @AlexanderVasiljev and @protobits yes, if we get cmake and make working side by side without one interfering in the other, then we could merge the initial support,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3890: setjmp.h: Added missing include.

2021-06-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3890: URL: https://github.com/apache/incubator-nuttx/pull/3890#discussion_r649113870 ## File path: arch/arm/include/setjmp.h ## @@ -25,6 +25,7 @@ * Included Files

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858555616 @masayuki2009 Here are my steps git clone https://github.com/apache/incubator-nuttx.git tools/configure.sh sim:smp make V=1 -j7 Result

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
masayuki2009 commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858551238 > @masayuki2009 It have built successfully on my PC. Can you make clean? > > ``` > CC: sim_appinit.c > CC: sim_bringup.c > AR (create): libboard.a

[GitHub] [incubator-nuttx] AlexanderVasiljev edited a comment on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev edited a comment on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858549128 @masayuki2009 It have built successfully on my PC. Can you make clean? And reconfigure! Make.defs file should be relocated! ``` CC:

[GitHub] [incubator-nuttx] AlexanderVasiljev edited a comment on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev edited a comment on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858549128 @masayuki2009 It have built successfully on my PC. Can you make clean? And reconfigure! Make.def file should be relocated! ``` CC:

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858549128 @masayuki2009 It have built successfully on my PC. Can you make clean? ``` CC: sim_appinit.c CC: sim_bringup.c AR (create): libboard.a

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3890: setjmp.h: Added missing include.

2021-06-10 Thread GitBox
fjpanag commented on a change in pull request #3890: URL: https://github.com/apache/incubator-nuttx/pull/3890#discussion_r649101911 ## File path: arch/arm/include/setjmp.h ## @@ -25,6 +25,7 @@ * Included Files

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3890: setjmp.h: Added missing include.

2021-06-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3890: URL: https://github.com/apache/incubator-nuttx/pull/3890#discussion_r649100963 ## File path: arch/arm/include/setjmp.h ## @@ -25,6 +25,7 @@ * Included Files

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
masayuki2009 commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858547595 > @masayuki2009 What is your config name? sim:smp -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] AlexanderVasiljev commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
AlexanderVasiljev commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858546542 @masayuki2009 What is your config name? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
masayuki2009 edited a comment on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858544411 Hmmm, my build test on ubuntu 18.04 x86_64 failed. ``` make[2]: Leaving directory

[GitHub] [incubator-nuttx] Virus-V opened a new pull request #3891: riscv/bl602:Remove the direct call of syslog in the flash driver

2021-06-10 Thread GitBox
Virus-V opened a new pull request #3891: URL: https://github.com/apache/incubator-nuttx/pull/3891 ## Summary Remove the direct call of syslog in the flash driver ## Impact ## Testing BL602 Boards -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
masayuki2009 commented on pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#issuecomment-858544411 Hmmm, my build test failed. ``` make[2]: Leaving directory '/mnt/m2ssd/opensource/github_masayuki2009-buildtest2/nuttx/boards/sim/sim/sim/src' CPP:

[GitHub] [incubator-nuttx] davids5 commented on pull request #3888: arch: Colorize the idle thread stack in an unified way

2021-06-10 Thread GitBox
davids5 commented on pull request #3888: URL: https://github.com/apache/incubator-nuttx/pull/3888#issuecomment-858529875 @Donny9 - Thank you. What needs to be observed is on the idle thread. can you do it from `__start` to `arm_stack_color`? The obvious difference this PR has as

[GitHub] [incubator-nuttx] davids5 merged pull request #3836: Make: -nostartfiles -nodefaultlibs are not flags of LD but flags of GCC

2021-06-10 Thread GitBox
davids5 merged pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836 -- 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 go to the specific comment. For queries about this

  1   2   >