[incubator-nuttx] branch master updated: arch: imx6: Apply the latest imxrt/imxrt_enet.c to imx6/imx_enet.c

2021-01-27 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 977367c arch: imx6: Apply the

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2763: arch: imx6: Apply the latest imxrt/imxrt_enet.c to imx6/imx_enet.c

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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2763: arch: imx6: Apply the latest imxrt/imxrt_enet.c to imx6/imx_enet.c

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2763: URL: https://github.com/apache/incubator-nuttx/pull/2763#issuecomment-768843806 > Hmm, the CI did not start... I've just pushed with the latest timestamp, the CI started but finished immediately...

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2763: arch: imx6: Apply the latest imxrt/imxrt_enet.c to imx6/imx_enet.c

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2763: URL: https://github.com/apache/incubator-nuttx/pull/2763#issuecomment-768841586 Hmm, the CI did not start... This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2763: arch: imx6: Apply the latest imxrt/imxrt_enet.c to imx6/imx_enet.c

2021-01-27 Thread GitBox
masayuki2009 opened a new pull request #2763: URL: https://github.com/apache/incubator-nuttx/pull/2763 ## Summary - Since imx_enet.c is based on imxrt_enet.c and still under debugging, the differences should be minimum to keep tracking the changes ## Impact - None

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
btashton commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565853935 ## File path: arch/arm/src/nrf52/Make.defs ## @@ -163,3 +163,89 @@ endif ifeq ($(CONFIG_PM),y) CHIP_CSRCS += nrf52_pminitialize.c endif +

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
btashton commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565844647 ## File path: arch/arm/src/nrf52/nrf52_sdc.c ## @@ -0,0 +1,609 @@ +/

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #576: netcat fixes and improvements

2021-01-27 Thread GitBox
yamt commented on pull request #576: URL: https://github.com/apache/incubator-nuttx-apps/pull/576#issuecomment-768833532 the ci failure looks unrelated. let me restart. ``` fatal: repository 'https://github.com/spiriou/microADB.git/' not found ```

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
btashton commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565842825 ## File path: arch/arm/src/nrf52/nrf52_sdc.c ## @@ -0,0 +1,609 @@ +/

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #576: netcat fixes and improvements

2021-01-27 Thread GitBox
yamt opened a new pull request #576: URL: https://github.com/apache/incubator-nuttx-apps/pull/576 ## Summary * Make "netcat -l" stop after processing a connection * Stop echoing back the input. It isn't the responsibility of this app, IMO. * Allow

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #572: Add support in printf command to send 8-32 bits value

2021-01-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #572: URL: https://github.com/apache/incubator-nuttx-apps/pull/572#discussion_r565789424 ## File path: nshlib/nsh_printf.c ## @@ -84,7 +87,34 @@ int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2761: arch/risc-v: Remove unused and undefined file section "Public Variables"

2021-01-27 Thread GitBox
xiaoxiang781216 merged pull request #2761: URL: https://github.com/apache/incubator-nuttx/pull/2761 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] branch master updated: arch/risc-v: Remove unused and undefined file section "Public Variables"

2021-01-27 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 0f2b774 arch/risc-v: Remove unused

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2760: drivers: mtd: nxstyle error fixes

2021-01-27 Thread GitBox
xiaoxiang781216 merged pull request #2760: URL: https://github.com/apache/incubator-nuttx/pull/2760 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] branch master updated (6f5793e -> 6d786be)

2021-01-27 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 6f5793e sched: mqueue: Remove an unnecessary comment in mq_send.c add 822fbe5 drivers: mtd:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2759: esp32/psram: Fix missing configs

2021-01-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2759: URL: https://github.com/apache/incubator-nuttx/pull/2759#discussion_r565778356 ## File path: arch/xtensa/src/esp32/esp32_psram.c ## @@ -153,7 +153,11 @@ #define PICO_PSRAM_CLK_IO 6 #ifndef

[incubator-nuttx] branch master updated: sched: mqueue: Remove an unnecessary comment in mq_send.c

2021-01-27 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 6f5793e sched: mqueue: Remove an

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2762: sched: mqueue: Remove an unnecessary comment in mq_send.c

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

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-01-27 Thread GitBox
btashton commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-768684410 > Hi, > > Just a note on adding this Mbed is dual licensed under Apache 2.0 and GPL so license wise this is OK. But you may need to inform the US government

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: 82aae4deb69aeeda0cd1cad25cee0d5ecd5c9c3d

2021-01-27 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 12dac6d Publishing

[GitHub] [incubator-nuttx-apps] justinmclean commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-01-27 Thread GitBox
justinmclean commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-768671705 Hi, Just a note on adding this Mbed is dual licensed under Apache 2.0 and GPL so license wise this is OK. But you may need to inform the US government

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2762: sched: mqueue: Remove an unnecessary comment in mq_send.c

2021-01-27 Thread GitBox
masayuki2009 opened a new pull request #2762: URL: https://github.com/apache/incubator-nuttx/pull/2762 ## Summary - Remove an unnecessary comment in mq_send.c ## Impact - None ## Testing - None

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #2757: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

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

[incubator-nuttx] branch master updated: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

2021-01-27 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 82aae4d esp32/esp32_wifi_adapter.c:

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2757: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2757: URL: https://github.com/apache/incubator-nuttx/pull/2757#issuecomment-768630981 LGTM This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2757: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2757: URL: https://github.com/apache/incubator-nuttx/pull/2757#issuecomment-768630895 >BTW, if you want to also remove some of the output from the 2nd stage bootloader, you need to build one from IDF with >BOOTLOADER_LOG_LEVEL_NONE selected. This is

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2761: arch/risc-v: Remove unused and undefined file section "Public Variables"

2021-01-27 Thread GitBox
Ouss4 opened a new pull request #2761: URL: https://github.com/apache/incubator-nuttx/pull/2761 ## Summary Remove unused and undefined file section "Public Variables" ## Impact N/A ## Testing N/A This is

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565621571 ## File path: arch/arm/src/nrf52/Make.defs ## @@ -163,3 +163,89 @@ endif ifeq ($(CONFIG_PM),y) CHIP_CSRCS += nrf52_pminitialize.c endif + +ifeq

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #2760: drivers: mtd: nxstyle error fixes

2021-01-27 Thread GitBox
jerpelea opened a new pull request #2760: URL: https://github.com/apache/incubator-nuttx/pull/2760 ## Summary drivers: mtd: nxstyle error fixes ## Impact none ## Testing local run of nxstyle This

[GitHub] [incubator-nuttx] acassis opened a new pull request #2759: esp32/psram: Fix missing configs

2021-01-27 Thread GitBox
acassis opened a new pull request #2759: URL: https://github.com/apache/incubator-nuttx/pull/2759 ## Summary esp32/psram: Fix missing configs ## Impact Default configuration will work even without board pin definition ## Testing ESP32

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2758: arch/xtensa/Kconfig: Reduce the default value of the internal memory.

2021-01-27 Thread GitBox
xiaoxiang781216 merged pull request #2758: URL: https://github.com/apache/incubator-nuttx/pull/2758 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] branch master updated: arch/xtensa/Kconfig: Reduce the default value of the internal memory.

2021-01-27 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 6bc0700 arch/xtensa/Kconfig:

[incubator-nuttx] branch master updated (c33040f -> e5200d4)

2021-01-27 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 c33040f License/authorship handling scripts add e5200d4 nrf52: add stackcheck support No new

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2756: nrf52: add stackcheck support

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

[GitHub] [incubator-nuttx] v01d commented on pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#issuecomment-768426849 > > @btashton regarding your comments, is your concern download size or having include flags for these external HALs? While the flags would also apply for arch-level

[GitHub] [incubator-nuttx] btashton commented on pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
btashton commented on pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#issuecomment-768425954 > @btashton regarding your comments, is your concern download size or having include flags for these external HALs? While the flags would also apply for arch-level

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #2751: the real wait time of sigtimedwait() more than specified time one CONFIG_USEC_PER_TICK

2021-01-27 Thread GitBox
patacongo edited a comment on issue #2751: URL: https://github.com/apache/incubator-nuttx/issues/2751#issuecomment-768321262 What the op is seeing here is not normally timer behavior. It is a consequence of running the setup up the timer consistent in phase the system time and, hence,

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #2751: the real wait time of sigtimedwait() more than specified time one CONFIG_USEC_PER_TICK

2021-01-27 Thread GitBox
patacongo edited a comment on issue #2751: URL: https://github.com/apache/incubator-nuttx/issues/2751#issuecomment-768321262 What the op is seeing here is not normally timer behavior. It is a consequence of running the setup up the timer consistent in phase the system time and, hence,

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565409512 ## File path: arch/arm/src/nrf52/Make.defs ## @@ -163,3 +163,89 @@ endif ifeq ($(CONFIG_PM),y) CHIP_CSRCS += nrf52_pminitialize.c endif + +ifeq

[incubator-nuttx] branch master updated (b9d4bd0 -> c33040f)

2021-01-27 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 b9d4bd0 arch: esp32: Fix compile errors with CONFIG_SMP=y add c33040f License/authorship

[GitHub] [incubator-nuttx] hartmannathan merged pull request #1834: License/authorship handling scripts

2021-01-27 Thread GitBox
hartmannathan merged pull request #1834: URL: https://github.com/apache/incubator-nuttx/pull/1834 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] hartmannathan commented on pull request #1834: License/authorship handling scripts

2021-01-27 Thread GitBox
hartmannathan commented on pull request #1834: URL: https://github.com/apache/incubator-nuttx/pull/1834#issuecomment-768348267 > Why not merge the patch? then we can refine the script in IP clean process. Agreed. I will merge the patch now and we will go from there.

[GitHub] [incubator-nuttx] patacongo commented on issue #2751: the real wait time of sigtimedwait() more than specified time one CONFIG_USEC_PER_TICK

2021-01-27 Thread GitBox
patacongo commented on issue #2751: URL: https://github.com/apache/incubator-nuttx/issues/2751#issuecomment-768321262 What the op is seeing here is not normally timer behavior. It is a consequence of running the setup up the timer consistent in phase the system time and, hence,

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2758: arch/xtensa/Kconfig: Reduce the default value of the internal memory.

2021-01-27 Thread GitBox
Ouss4 opened a new pull request #2758: URL: https://github.com/apache/incubator-nuttx/pull/2758 ## Summary The static memory for ESP32 is now divided at almost the middle to not override the ROM data. The old 0x28000 will take all of what's left for heap region1. ## Impact

[GitHub] [incubator-nuttx] Ouss4 edited a comment on pull request #2757: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

2021-01-27 Thread GitBox
Ouss4 edited a comment on pull request #2757: URL: https://github.com/apache/incubator-nuttx/pull/2757#issuecomment-768287657 @masayuki2009 BTW, if you want to also remove some of the output from the 2nd stage bootloader, you need to build one from IDF with BOOTLOADER_LOG_LEVEL_NONE

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2757: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

2021-01-27 Thread GitBox
Ouss4 commented on pull request #2757: URL: https://github.com/apache/incubator-nuttx/pull/2757#issuecomment-768287657 @masayuki2009 BTW, if you want to also remove some of the output from the 2nd stage bootloader, you need to build one from IDF with BOOTLOADER_LOG_LEVEL_NONE

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2757: esp32/esp32_wifi_adapter.c: Print debug output only when DEBUG_WIRLESS* are enabled.

2021-01-27 Thread GitBox
Ouss4 opened a new pull request #2757: URL: https://github.com/apache/incubator-nuttx/pull/2757 ## Summary Condition the output printed by the Wifi driver with DEBUG_WIRELESS* ## Impact Remove some debug messages when DEBUG_WIRELESS are disabled. ## Testing

[GitHub] [incubator-nuttx] patacongo commented on issue #2751: the real wait time of sigtimedwait() more than specified time one CONFIG_USEC_PER_TICK

2021-01-27 Thread GitBox
patacongo commented on issue #2751: URL: https://github.com/apache/incubator-nuttx/issues/2751#issuecomment-768285491 > > > @shiliqinghuan it should be fine to remove the extra tick, could you provide a patch to fix it? No, that we be logic error. You should not remove the

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565283680 ## File path: arch/arm/src/nrf52/nrf52_sdc.c ## @@ -0,0 +1,608 @@ +/ + *

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565283599 ## File path: arch/arm/src/nrf52/nrf52_sdc.h ## @@ -0,0 +1,65 @@ +/ + *

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565283070 ## File path: arch/arm/src/nrf52/nrf52_sdc.h ## @@ -0,0 +1,65 @@ +/ + *

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
acassis commented on a change in pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#discussion_r565281775 ## File path: arch/arm/src/nrf52/nrf52_sdc.c ## @@ -0,0 +1,608 @@ +/

[GitHub] [incubator-nuttx] v01d commented on pull request #2756: nrf52: add stackcheck support

2021-01-27 Thread GitBox
v01d commented on pull request #2756: URL: https://github.com/apache/incubator-nuttx/pull/2756#issuecomment-768262924 Ok, we can do that later then. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] v01d commented on pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#issuecomment-768262291 Also, I'm supposed to avoid any concurrent calls to SDC/MPL functions. I added semaphores for mutual exclusion. But it seems that I should also not interrupt these calls

[incubator-nuttx] branch master updated: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 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 b9d4bd0 arch: esp32: Fix compile

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

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

[GitHub] [incubator-nuttx] v01d commented on pull request #2735: nRF52: add support for building SoftDevice BLE controller

2021-01-27 Thread GitBox
v01d commented on pull request #2735: URL: https://github.com/apache/incubator-nuttx/pull/2735#issuecomment-768260196 Ok, I managed to make this work. We can have full BLE controller now on nRF52 =) I tested this with nimBLE and it works perfectly. @btashton regarding your

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2756: nrf52: add stackcheck support

2021-01-27 Thread GitBox
xiaoxiang781216 commented on pull request #2756: URL: https://github.com/apache/incubator-nuttx/pull/2756#issuecomment-768259611 > This requires the appropriate build flag (-finstrument-functions). @xiaoxiang781216 since you've been migrating repeating flags for boards, is there a general

[GitHub] [incubator-nuttx] v01d commented on pull request #2756: nrf52: add stackcheck support

2021-01-27 Thread GitBox
v01d commented on pull request #2756: URL: https://github.com/apache/incubator-nuttx/pull/2756#issuecomment-768255113 This requires the appropriate build flag (-finstrument-functions). @xiaoxiang781216 since you've been migrating repeating flags for boards, is there a general place where

[GitHub] [incubator-nuttx] v01d opened a new pull request #2756: nrf52: add stackcheck support

2021-01-27 Thread GitBox
v01d opened a new pull request #2756: URL: https://github.com/apache/incubator-nuttx/pull/2756 ## Summary Add required code to support stack checking functionality. ## Impact Add feature ## Testing Built OK, can't verify if it is working though.

[GitHub] [incubator-nuttx-apps] acassis commented on a change in pull request #572: Add support in printf command to send 8-32 bits value

2021-01-27 Thread GitBox
acassis commented on a change in pull request #572: URL: https://github.com/apache/incubator-nuttx-apps/pull/572#discussion_r565269179 ## File path: nshlib/nsh_printf.c ## @@ -84,7 +87,34 @@ int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) {

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
masayuki2009 edited a comment on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768248369 >@masayuki2009 the following could solve that: @Ouss4 Thanks. Can you create a new PR for it? I think we need to support

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768248369 >@masayuki2009 the following could solve that: @Ouss4 Thanks. Can you create a new PR for it?

[GitHub] [incubator-nuttx] Ouss4 edited a comment on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
Ouss4 edited a comment on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768235520 > By the way, do you know how to suppress the following messages? I'd like to see such messages only with CONFIG_DEBUG_WIRELESS_INFO=y @masayuki2009 the

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
Ouss4 commented on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768235520 > By the way, do you know how to suppress the following messages? I'd like to see such messages only with CONFIG_DEBUG_WIRELESS_INFO=y @masayuki2009 the following

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768227168 @Ouss4 By the way, do you know how to suppress the following messages? I'd like to see such messages only with CONFIG_DEBUG_WIRELESS_INFO=y ```

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768220887 ESP32 Wi-Fi works in SMP mode now. ``` NuttShell (NSH) NuttX-10.0.1 nsh> wapi psk wlan0 wifi-test-24g 1 nsh> wapi essid wlan0 raspi3-g 1 I (99533)

[incubator-nuttx] branch master updated (99a9e2b -> 6b48f8b)

2021-01-27 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 99a9e2b esp32: Enable renew for "wapi" configs add 6b48f8b netdb: A few build fixes No new

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2754: netdb: A few build fixes

2021-01-27 Thread GitBox
Ouss4 merged pull request #2754: URL: https://github.com/apache/incubator-nuttx/pull/2754 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] masayuki2009 commented on pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
masayuki2009 commented on pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755#issuecomment-768199753 Please ignore style errors in esp32_spiflash.c The symbols exist in the ROM code. This

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2755: arch: esp32: Fix compile errors with CONFIG_SMP=y

2021-01-27 Thread GitBox
masayuki2009 opened a new pull request #2755: URL: https://github.com/apache/incubator-nuttx/pull/2755 ## Summary - This commit fixes compile errors in esp32_spiflash.c and esp32_wifi_adapter.c with CONFIG_SMP=y ## Impact - SMP only ## Testing -

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #575: netdb: Fix usage and comment

2021-01-27 Thread GitBox
jerpelea merged pull request #575: URL: https://github.com/apache/incubator-nuttx-apps/pull/575 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx-apps] branch master updated: netdb: Fix usage and comment

2021-01-27 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new bb620bb netdb: Fix usage and

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #572: Add support in printf command to send 8-32 bits value

2021-01-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #572: URL: https://github.com/apache/incubator-nuttx-apps/pull/572#discussion_r565195330 ## File path: nshlib/nsh_printf.c ## @@ -84,7 +87,34 @@ int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #574: netcat: Fix a buffer overflow

2021-01-27 Thread GitBox
jerpelea merged pull request #574: URL: https://github.com/apache/incubator-nuttx-apps/pull/574 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx-apps] branch master updated (3b21cd9 -> 87c876c)

2021-01-27 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-apps.git. from 3b21cd9 netutils/ntpclient: add more features add 87c876c netcat: Fix a buffer overflow No

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2751: the real wait time of sigtimedwait() more than specified time one CONFIG_USEC_PER_TICK

2021-01-27 Thread GitBox
xiaoxiang781216 commented on issue #2751: URL: https://github.com/apache/incubator-nuttx/issues/2751#issuecomment-768178375 @shiliqinghuan it should be fine to remove the extra tick, could you provide a patch to fix it?

[GitHub] [incubator-nuttx] SChina-CSC-SDD-Dev removed a comment on pull request #2625: Add time ticket related APIs to support hot sleep function

2021-01-27 Thread GitBox
SChina-CSC-SDD-Dev removed a comment on pull request #2625: URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-768100795 We will propose the three below solutions as above suggestion. - Solution One We will create a new API like nxsched_process_timer_ext(ticks)

[GitHub] [incubator-nuttx] yamt opened a new pull request #2754: netdb: A few build fixes

2021-01-27 Thread GitBox
yamt opened a new pull request #2754: URL: https://github.com/apache/incubator-nuttx/pull/2754 ## Summary netdb: A few build fixes ## Impact ## Testing locally build-tested This is an automated message

[incubator-nuttx] branch master updated: esp32: Enable renew for "wapi" configs

2021-01-27 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 99a9e2b esp32: Enable renew for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2753: esp32: Enable renew for "wapi" configs

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

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #575: netdb: Fix usage and comment

2021-01-27 Thread GitBox
yamt opened a new pull request #575: URL: https://github.com/apache/incubator-nuttx-apps/pull/575 ## Summary netdb: Fix usage and comment ## Impact ## Testing tested on esp32-devkitc This is an automated

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #574: netcat: Fix a buffer overflow

2021-01-27 Thread GitBox
yamt opened a new pull request #574: URL: https://github.com/apache/incubator-nuttx-apps/pull/574 ## Summary The buffer doesn't have the space for the terminating NUL. Fix it by replacing it with fwrite, as there seems to be little reason to use fprintf and NUL-terminated