[GitHub] [incubator-nuttx] lukegluke commented on issue #1831: Echo stucks in initial script if USB console is used

2020-11-13 Thread GitBox
lukegluke commented on issue #1831: URL: https://github.com/apache/incubator-nuttx/issues/1831#issuecomment-726643359 I've tested with latest master that includes fix #2263 for #2203. No problems. I'm still not sure about NuttX 8.2. Don't have much time to test, so I'm closing this iss

[GitHub] [incubator-nuttx] lukegluke closed issue #1831: Echo stucks in initial script if USB console is used

2020-11-13 Thread GitBox
lukegluke closed issue #1831: URL: https://github.com/apache/incubator-nuttx/issues/1831 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] donghengqaz opened a new pull request #2294: xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
donghengqaz opened a new pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294 ## Summary Refactor ESP32 Wi-Fi driver. ## Impact Increate UDP/TX throughput. ## Testing Using iperf to test TCP/UDP throughput.

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #472: Fix random printf format warnings and type mismatches

2020-11-13 Thread GitBox
yamt commented on a change in pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#discussion_r522848451 ## File path: include/graphics/nxwidgets/itextbox.hxx ## @@ -208,7 +208,7 @@ namespace NXWidgets * @return position The cursor position.

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #472: Fix random printf format warnings and type mismatches

2020-11-13 Thread GitBox
yamt commented on pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#issuecomment-726673434 the following nxstyle errors are expected. ``` examples/nrf24l01_term/nrf24l01_term.c:125:33: error: Mixed case identifier found examples/nrf24l01_term/

[GitHub] [incubator-nuttx] yamt opened a new pull request #2295: Remove ARCROSSDEV leftovers

2020-11-13 Thread GitBox
yamt opened a new pull request #2295: URL: https://github.com/apache/incubator-nuttx/pull/2295 It has been removed while ago. cf. https://github.com/apache/incubator-nuttx/commit/5efa93ec26fd8a3fd85b24a2008bb743f96027fb ## Summary ## Impact ## Testing -

[incubator-nuttx] 02/03: boards/sim: correct the ARCHDEFINES definition

2020-11-13 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3ecdf5c644c3369ebe3bc875e89f07051ab32e01 Author: chao.an AuthorDate: Mon Nov 9 20:59:32 2020 +0800

[incubator-nuttx] 01/03: boards/sim: enable run-time type identification

2020-11-13 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 9147014c1a54292a7c9dc53738b8e982b429650f Author: chao.an AuthorDate: Mon Nov 9 17:12:55 2020 +0800

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2290: [BACKPORT #2265/#2267/#2281] sim: Remove cxxtest specifial Make.defs

2020-11-13 Thread GitBox
Ouss4 merged pull request #2290: URL: https://github.com/apache/incubator-nuttx/pull/2290 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

[incubator-nuttx] branch releases/10.0 updated (3cfdf42 -> c3c4e92)

2020-11-13 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 3cfdf42 libc/stdio: Preallocate the stdin, stdout and stderr new 9147014 boards/sim: enab

[incubator-nuttx] 03/03: sim: Remove cxxtest specifial Make.defs

2020-11-13 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c3c4e9240ec9806932c43681b8c98de2c20e0483 Author: Xiang Xiao AuthorDate: Wed Nov 11 15:54:28 2020 +0

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
Ouss4 commented on pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#issuecomment-726751988 @donghengqaz I'm converting it to draft to avoid an accidental merge. This is an automated message from th

[GitHub] [incubator-nuttx] davids5 commented on pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-13 Thread GitBox
davids5 commented on pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#issuecomment-726767529 @raiden00pl - theses are all good arguments. On the consistency aspect: Shall we do away with chip.h and move all the information to Kconfig? (remember that Kconfig was

[GitHub] [incubator-nuttx] davids5 commented on pull request #2293: [BACKPORT #2263] libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-13 Thread GitBox
davids5 commented on pull request #2293: URL: https://github.com/apache/incubator-nuttx/pull/2293#issuecomment-726769602 > @davids5 I tried to follow the issue and PR around this, it seems like this is the only backport needed (beyond the ones we already have) to resolve the console issue?

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #472: Fix random printf format warnings and type mismatches

2020-11-13 Thread GitBox
xiaoxiang781216 commented on pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#issuecomment-726771874 Ok, let's skip canutils nxstyle warning now. This is an automated message from the Apache Gi

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #472: Fix random printf format warnings and type mismatches

2020-11-13 Thread GitBox
xiaoxiang781216 merged pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472 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] xiaoxiang781216 commented on pull request #472: Fix random printf format warnings and type mismatches

2020-11-13 Thread GitBox
xiaoxiang781216 commented on pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#issuecomment-726775601 LGTM, @yamt I will merge this PR now. If there are more nxstyle warnings, please create a new PR to address them. --

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #475: Add ESP32 High Memory Application Example

2020-11-13 Thread GitBox
xiaoxiang781216 merged pull request #475: URL: https://github.com/apache/incubator-nuttx-apps/pull/475 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] xiaoxiang781216 merged pull request #2295: Remove ARCROSSDEV leftovers

2020-11-13 Thread GitBox
xiaoxiang781216 merged pull request #2295: URL: https://github.com/apache/incubator-nuttx/pull/2295 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] 01/02: Add ESP32 High Memory Application Example

2020-11-13 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 048c44cd61919149f8118e88dad2913dd0040e92 Author: Alan C. Assis AuthorDate: Wed Nov 11 15:05:50 2020 -03

[incubator-nuttx-apps] branch master updated (937b67b -> 590e643)

2020-11-13 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 937b67b wapi/wireless: add get sensitivity support new b04e19f examples/pwm/pwm_main.c: Appea

[incubator-nuttx-apps] 02/02: Fix license headers on Make.defs and Makefile

2020-11-13 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 03284a07b988554d12b47a0161a7d2724e3eb32d Author: Alan C. Assis AuthorDate: Thu Nov 12 11:22:43 2020 -03

[incubator-nuttx-apps] branch master updated (590e643 -> 03284a0)

2020-11-13 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 590e643 examples/udp/udp_client.c: Fix a printf format warning new 048c44c Add ESP32 High Mem

[incubator-nuttx] branch master updated (bfb5214 -> ca9bd8b)

2020-11-13 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 bfb5214 xtensa/esp32: Add SPI Flash hardware encryption I/O support add ca9bd8b Remove ARCROSSDEV

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2230: Support for MAX1161X family of I2C 12 bit ADC chips:

2020-11-13 Thread GitBox
xiaoxiang781216 commented on pull request #2230: URL: https://github.com/apache/incubator-nuttx/pull/2230#issuecomment-726783833 @fckruegel could you resolve the conflict? This is an automated message from the Apache Git Serv

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

2020-11-13 Thread GitBox
xiaoxiang781216 commented on pull request #2063: URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-726786688 @yamt could you reorg this patch and https://github.com/apache/incubator-nuttx/pull/2111, https://github.com/apache/incubator-nuttx/pull/2114, https://github.co

[GitHub] [incubator-nuttx] saramonteiro opened a new pull request #2296: xtensa/esp32: added support to automonitor by capture

2020-11-13 Thread GitBox
saramonteiro opened a new pull request #2296: URL: https://github.com/apache/incubator-nuttx/pull/2296 ## Summary It fixes the handler's arg and allows the auto monitor by capture choice works. ## Impact Adds support for automonitor by capture. ## Testing After select

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #2086: sim:cxxtest Build Broken

2020-11-13 Thread GitBox
xiaoxiang781216 closed issue #2086: URL: https://github.com/apache/incubator-nuttx/issues/2086 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2086: sim:cxxtest Build Broken

2020-11-13 Thread GitBox
xiaoxiang781216 commented on issue #2086: URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-72682 Fixed, let's close it. This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
ghn-certi commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r522993141 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -307,76 +361,204 @@ static inline bool esp_isfreebuffer(FAR struct esp_dev_s *priv) *

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
ghn-certi commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r522993825 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -307,76 +361,204 @@ static inline bool esp_isfreebuffer(FAR struct esp_dev_s *priv) *

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
ghn-certi commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r522994905 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -307,76 +361,204 @@ static inline bool esp_isfreebuffer(FAR struct esp_dev_s *priv) *

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
ghn-certi commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r522995549 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -389,149 +571,166 @@ static int esp_recvframe(FAR struct esp_dev_s *priv) * *

[GitHub] [incubator-nuttx] acassis merged pull request #2296: xtensa/esp32: added support to automonitor by capture

2020-11-13 Thread GitBox
acassis merged pull request #2296: URL: https://github.com/apache/incubator-nuttx/pull/2296 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 t

[incubator-nuttx] branch master updated: xtensa/esp32: added support to automonitor by capture

2020-11-13 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 e6b6f06 xtensa/esp32: added support t

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-13 Thread GitBox
acassis commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r523040315 ## File path: arch/xtensa/src/esp32/Make.defs ## @@ -193,8 +193,7 @@ chip/$(WIRELESS_DRV_UNPACK): $(WIRELESS_DRV_ZIP) context:: chip/$(WIRELESS_D

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-13 Thread GitBox
raiden00pl commented on pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#issuecomment-726996524 @davids5 It could be good. I think we already have almost all the necessary information in Kconfig, directly or indirectly. The only problem here is the STM32_NGPI

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2297: stm32/stm32_aes.c: Fix nxstyle errors

2020-11-13 Thread GitBox
hartmannathan opened a new pull request #2297: URL: https://github.com/apache/incubator-nuttx/pull/2297 ## Summary arch/arm/src/stm32/stm32_aes.c: * Fix nxstyle errors. ## Impact Removes nxstyle error. ## Testing nxstyle ---

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #476: fix printf format wanings

2020-11-13 Thread GitBox
yamt opened a new pull request #476: URL: https://github.com/apache/incubator-nuttx-apps/pull/476 ## Summary see https://github.com/apache/incubator-nuttx/pull/ now i visited all errors in apps found by local testlist/all.dat testbuild on macos. ## Impact ## Test

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 commented on pull request #79: testlist: Enable cxxtest build on sim

2020-11-13 Thread GitBox
xiaoxiang781216 commented on pull request #79: URL: https://github.com/apache/incubator-nuttx-testing/pull/79#issuecomment-727095139 @btashton could you help me merge this patch? https://github.com/apache/incubator-nuttx/pull/2283 depends on it. --

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2297: stm32/stm32_aes.c: Fix nxstyle errors

2020-11-13 Thread GitBox
xiaoxiang781216 commented on pull request #2297: URL: https://github.com/apache/incubator-nuttx/pull/2297#issuecomment-727095221 LGTM. This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2297: stm32/stm32_aes.c: Fix nxstyle errors

2020-11-13 Thread GitBox
xiaoxiang781216 merged pull request #2297: URL: https://github.com/apache/incubator-nuttx/pull/2297 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 (e6b6f06 -> 1aac3d7)

2020-11-13 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 e6b6f06 xtensa/esp32: added support to automonitor by capture add 1aac3d7 stm32/stm32_aes.c: Fix n

[GitHub] [incubator-nuttx-testing] btashton merged pull request #79: testlist: Enable cxxtest build on sim

2020-11-13 Thread GitBox
btashton merged pull request #79: URL: https://github.com/apache/incubator-nuttx-testing/pull/79 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

[GitHub] [incubator-nuttx-testing] btashton commented on pull request #79: testlist: Enable cxxtest build on sim

2020-11-13 Thread GitBox
btashton commented on pull request #79: URL: https://github.com/apache/incubator-nuttx-testing/pull/79#issuecomment-727095419 Sure no reason not to. This is an automated message from the Apache Git Service. To respond to th

[incubator-nuttx-testing] 02/02: testlist: Don't build sim:libcxxtest on macOS

2020-11-13 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit 24de04a72985ad92bb8b165dc9890074e92d2239 Author: Xiang Xiao AuthorDate: Sat Nov 14 02:22:47 2020 +080

[incubator-nuttx-testing] branch master updated (9cf3db3 -> 24de04a)

2020-11-13 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git. from 9cf3db3 CI: Add Linux headers to docker image new 76b96ee testlist: Enable cxxtest build on

[incubator-nuttx-testing] 01/02: testlist: Enable cxxtest build on sim

2020-11-13 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit 76b96ee5bfe35aab3faa8d7e9dd3d48b5ec71934 Author: Xiang Xiao AuthorDate: Wed Nov 11 13:59:56 2020 +080

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-13 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r523297170 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-13 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r523297890 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: 1aac3d7e57bdd6ac89a88fdd03c8d27c14b4145c

2020-11-13 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 2c03a6d Publishing web