[GitHub] [incubator-nuttx] anchao commented on issue #2428: DEPPATH fails in the current make dependencies process(Make.dep)

2020-11-27 Thread GitBox
anchao commented on issue #2428: URL: https://github.com/apache/incubator-nuttx/issues/2428#issuecomment-735062619 Hi, @v01d Could you please have a look? thank you! This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] anchao opened a new issue #2428: DEPPATH fails in the current make dependencies process(Make.dep)

2020-11-27 Thread GitBox
anchao opened a new issue #2428: URL: https://github.com/apache/incubator-nuttx/issues/2428 DEPPATH fails in the current make dependencies process(Make.dep), which makes it impossible for many submodules using DEPPATH to be incrementally compiled. e.g: mm/bin: origin(

[GitHub] [incubator-nuttx] yjdwbj commented on pull request #2422: Dev/stm32l152re ili93418b driver

2020-11-27 Thread GitBox
yjdwbj commented on pull request #2422: URL: https://github.com/apache/incubator-nuttx/pull/2422#issuecomment-735050616 > @yjdwbj please remove: > > ``` > Merge remote-tracking branch 'upstream/master' into dev/stm32l152re-ili93418b-driver > ``` > > from the pathset.

[GitHub] [incubator-nuttx-apps] anchao opened a new pull request #509: style: remove unnecessary trailing whitespace

2020-11-27 Thread GitBox
anchao opened a new pull request #509: URL: https://github.com/apache/incubator-nuttx-apps/pull/509 ## Summary style: remove unnecessary trailing whitespace ## Impact N/A ## Testing N/A

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2427: style: remove unnecessary trailing whitespace

2020-11-27 Thread GitBox
anchao commented on a change in pull request #2427: URL: https://github.com/apache/incubator-nuttx/pull/2427#discussion_r531957941 ## File path: tools/configure.bat ## @@ -1,158 +1,158 @@ -@echo off - -rem tools/configure.bat -rem -rem Copyright (C) 2012, 2017 Gregory Nutt. A

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2391: Add simple wm8994 codec driver

2020-11-27 Thread GitBox
xiaoxiang781216 commented on pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#issuecomment-735048061 Ok, @ChaochaoCui it's better to move the change in arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h to another PR, so we can merge this PR first.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2391: Add simple wm8994 codec driver

2020-11-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r531955885 ## File path: boards/arm/stm32f7/stm32f746g-disco/include/board.h ## @@ -366,7 +374,7 @@ #define GPIO_TP_INT (GPIO_INPUT|GPIO_FLOAT|GP

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2427: style: remove unnecessary trailing whitespace

2020-11-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2427: URL: https://github.com/apache/incubator-nuttx/pull/2427#discussion_r531952588 ## File path: tools/configure.bat ## @@ -1,158 +1,158 @@ -@echo off - -rem tools/configure.bat -rem -rem Copyright (C) 2012, 2017 Gregor

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2424: arch/stm32: Fix nxstyle errors

2020-11-27 Thread GitBox
xiaoxiang781216 merged pull request #2424: URL: https://github.com/apache/incubator-nuttx/pull/2424 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 (4305718 -> 675c1b8)

2020-11-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 4305718 net/tcp: fix nxstyle warnings add 675c1b8 arch/stm32: Fix nxstyle errors No new revisions

[incubator-nuttx] 01/02: net/tcp: fallback to unthrottle pool to avoid deadlock

2020-11-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 commit bf210560017b8df1201c02bcf1afee1fabaa37e8 Author: chao.an AuthorDate: Fri Nov 27 09:50:38 2020 +0800 net

[incubator-nuttx] branch master updated (4b6d117 -> 4305718)

2020-11-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 4b6d117 boards/arm/lpc214x/zp214xpa/src/lpc2148_spi1.c: Fix syslog formats new bf21056 net/tcp: f

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2416: net/tcp: fallback to unthrottle pool to avoid deadlock

2020-11-27 Thread GitBox
xiaoxiang781216 merged pull request #2416: URL: https://github.com/apache/incubator-nuttx/pull/2416 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] 02/02: net/tcp: fix nxstyle warnings

2020-11-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 commit 4305718691439786d4bf8e6f00efa195cf7ed8be Author: chao.an AuthorDate: Fri Nov 27 10:15:25 2020 +0800 net

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #507: irtest: fix __attributes__((section)) issue on linux and mac

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

[incubator-nuttx-apps] branch master updated: irtest: use global arrays instead of __attributes__((section)) organization

2020-11-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-apps.git The following commit(s) were added to refs/heads/master by this push: new b506600 irtest: use global arr

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #508: graphics/twm4nx/apps/ccalibration.cxx: Fix syslog formats

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

[incubator-nuttx-apps] branch master updated (e1a7c25 -> 1fcf43b)

2020-11-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-apps.git. from e1a7c25 testing/getprime/getprime_main.c: Fix a comment add 1fcf43b graphics/twm4nx/apps/ccal

[incubator-nuttx] 16/24: drivers/sensors/max31855.c: Fix a syslog format

2020-11-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 commit 53a3d652b5a0dd29cf386a7413d51aaea952fadc Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:58:38 2020 +0900

[incubator-nuttx] 13/24: arch/arm/src/lpc43xx/lpc43_timer.c: Appease nxstyle

2020-11-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 commit ab876691331c145e722c800c54b9e325cace5499 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:52:24 2020 +0900

[incubator-nuttx] 23/24: boards/arm/lpc214x/zp214xpa/src/lpc2148_ug2864ambag01.c: Fix syslog formats

2020-11-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 commit a2f3ad5d9fa9dc67cea4c4b1c1618146b9645f95 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:25:25 2020 +0900

[incubator-nuttx] 22/24: boards/arm/lpc214x/mcu123-lpc214x/src/lpc2148_spi1.c: Fix syslog formats

2020-11-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 commit 571f31c6729fc51d380ce39e7966b03c359b538e Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:17:51 2020 +0900

[incubator-nuttx] 20/24: arch/arm/src/arm/arm_dataabort.c: Fix syslog formats

2020-11-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 commit 18bfb3955217437e3d4b9bbbc359a00d1de791aa Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:12:02 2020 +0900

[incubator-nuttx] 24/24: boards/arm/lpc214x/zp214xpa/src/lpc2148_spi1.c: Fix syslog formats

2020-11-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 commit 4b6d117a937098d56ddc79b1ca1114dfe762f1c1 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:28:12 2020 +0900

[incubator-nuttx] 17/24: arch/arm/src/lpc43xx/lpc43_ssp.c: Fix syslog formats

2020-11-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 commit d056df9f1798382a8133fdbc664a465b330bb050 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:00:56 2020 +0900

[incubator-nuttx] 12/24: arch/arm/src/lpc43xx/lpc43_serial.c: Fix syslog formats

2020-11-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 commit 32e678468349cc492f6d55c73d6b3cd533b64fe0 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:50:07 2020 +0900

[incubator-nuttx] 07/24: arch/arm/src/nrf52/nrf52_spi.c: Fix syslog formats

2020-11-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 commit 080879ffefc750e417d4e7632f1a5f0cbc188a69 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:30:29 2020 +0900

[incubator-nuttx] 14/24: arch/arm/src/lpc43xx/lpc43_timer.c: Fix syslog formats

2020-11-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 commit a4d37f788365285361caff2fbcd2c0250e73025d Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:54:29 2020 +0900

[incubator-nuttx] 15/24: drivers/sensors/max31855.c: Appease nxstyle

2020-11-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 commit 6a9a3d05d8168bc561c7351b6f1117267783be2b Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:58:06 2020 +0900

[incubator-nuttx] 06/24: arch/arm/src/nrf52/nrf52_pwm.c: Fix syslog formats

2020-11-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 commit cad04863421a01eb6e8a4d12ec8fc5a5793ce53f Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:28:32 2020 +0900

[incubator-nuttx] 19/24: boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.c: Fix a missing semicolon

2020-11-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 commit 9689720940f592322459493cfa22165001692627 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:05:37 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2426: Fix syslog formats, nxstyle, and a missing semicolon

2020-11-27 Thread GitBox
xiaoxiang781216 merged pull request #2426: URL: https://github.com/apache/incubator-nuttx/pull/2426 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] 03/24: boards/arm/stm32/stm32f334-disco/src/stm32_smps.c: Fix syslog formats

2020-11-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 commit 751f465b16c2dbe6cbb9a3bb20141db73a608395 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 21:42:52 2020 +0900

[incubator-nuttx] 08/24: arch/arm/src/lpc54xx/lpc54_i2c_master.c: Fix syslog formats

2020-11-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 commit b9b97348b2cb0d897dd119113dbee5799b90d76d Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:33:33 2020 +0900

[incubator-nuttx] 01/24: arch/arm/src/stm32/stm32_otghsdev.c: Fix syslog formats

2020-11-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 commit 32950a262336bd9964b693b57fe93d992482d5d3 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 21:37:46 2020 +0900

[incubator-nuttx] 09/24: arch/arm/src/lpc54xx/lpc54_lcd.c: Appease nxstyle

2020-11-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 commit a77b402f386ad31d6665c86d82067c26f35808cc Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:37:16 2020 +0900

[incubator-nuttx] 21/24: arch/arm/src/arm/arm_prefetchabort.c: Fix a syslog format

2020-11-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 commit b15da3b18de6597183ccce61ac7d56b340a5b825 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:12:50 2020 +0900

[incubator-nuttx] branch master updated (946f997 -> 4b6d117)

2020-11-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 946f997 net/wireless: add country code control support new 32950a2 arch/arm/src/stm32/stm32_otghsd

[incubator-nuttx] 10/24: arch/arm/src/lpc54xx/lpc54_lcd.c: Fix syslog formats

2020-11-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 commit c5062fc9ab3ba0049e0b4ea132c28a2a2e1fa719 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:35:14 2020 +0900

[incubator-nuttx] 11/24: arch/arm/src/lpc54xx/lpc54_ethernet.c: Fix a syslog format

2020-11-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 commit 485b84f418a27383dea8bba505f458ffaae031ed Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:41:17 2020 +0900

[incubator-nuttx] 04/24: boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c: Fix a syslog format

2020-11-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 commit 73e82edfb902c7aeb01ec24e6823aa7fd4080c64 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 21:44:56 2020 +0900

[incubator-nuttx] 18/24: boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.c: Appease nxstyle

2020-11-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 commit 2d7e25e7e06a9080f2df956951a2baefab6fbc32 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 10:06:26 2020 +0900

[incubator-nuttx] 05/24: arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c: Fix syslog formats

2020-11-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 commit b22ad6fbb868ef6a8c51e0090e5bf28a4b11c378 Author: YAMAMOTO Takashi AuthorDate: Sat Nov 28 09:23:17 2020 +0900

[incubator-nuttx] 02/24: arch/arm/src/stm32/stm32_adc.c: Fix syslog formats

2020-11-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 commit c696ccf1deec298802881a0f3b1f7e656a01ca40 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 21:40:46 2020 +0900

[GitHub] [incubator-nuttx] anchao opened a new pull request #2427: style: remove unnecessary trailing whitespace

2020-11-27 Thread GitBox
anchao opened a new pull request #2427: URL: https://github.com/apache/incubator-nuttx/pull/2427 ## Summary style: remove unnecessary trailing whitespace ## Impact N/A ## Testing N/A This i

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo edited a comment on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735026990 Hmm.. for the case of ARM with CONFIG_MM_SMALL=n, the memory returned by mm_malloc() will already be aligned correctly to 8-byte address boundaries. That is requir

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo edited a comment on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735026990 Hmm.. for the case of ARM with CONFIG_MM_SMALL=n, the memory returned by mm_malloc() will already be aligned correctly to 8-byte address boundaries. That is requir

[GitHub] [incubator-nuttx] patacongo commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735026990 Hmm.. for the case of ARM with CONFIG_MM_SMALL=n, the memory returned by mm_malloc() will already be aligned correctly to 8-byte address boundaries. That is required beca

[GitHub] [incubator-nuttx] btashton commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
btashton commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735025932 > It would be nice to know about code size issues at the time the PR is generated vs. he 11th hour before a release. I agree. This is part of what I am working on, w

[GitHub] [incubator-nuttx] patacongo commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735025047 Are you considering a "Code Size" section in the release note? This is an automated message from the Apach

[GitHub] [incubator-nuttx] patacongo commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735024955 It would be nice to know about code size issues at the time the PR is generated vs. he 11th hour before a release. ---

[GitHub] [incubator-nuttx] yamt opened a new pull request #2426: Fix syslog formats, nxstyle, and a missing semicolon

2020-11-27 Thread GitBox
yamt opened a new pull request #2426: URL: https://github.com/apache/incubator-nuttx/pull/2426 ## Summary Extracted from https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #508: graphics/twm4nx/apps/ccalibration.cxx: Fix syslog formats

2020-11-27 Thread GitBox
yamt opened a new pull request #508: URL: https://github.com/apache/incubator-nuttx-apps/pull/508 ## Summary See https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an automat

[GitHub] [incubator-nuttx] btashton commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
btashton commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735023858 Yeah I agree. I mostly just wanted to put this together so there was some level of due diligence on the release and we were not just saying looks like code size is larger

[incubator-nuttx-website] branch asf-site updated: Publishing web: 747adaf5aa6fc01843a89e59f39e0f27e163d1e2 docs: 946f99791bd34b951421f6731a381e797ff6afd5

2020-11-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 fe65eba Publishing web

[GitHub] [incubator-nuttx] patacongo commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735016968 > The only way to avoid that would be to avoid calling mm_memalign() (or any of its variants in the different namespaces). The previous code avoided this code growth

[GitHub] [incubator-nuttx] patacongo commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
patacongo commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735015480 > > > @patacongo @xiaoxiang781216 @acassis @davids5 for awareness. None of these seem like "bugs" and are well intentioned, but it is something we should be aware

[GitHub] [incubator-nuttx] acassis merged pull request #2417: net/wireless: add country code control support

2020-11-27 Thread GitBox
acassis merged pull request #2417: URL: https://github.com/apache/incubator-nuttx/pull/2417 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: net/wireless: add country code control support

2020-11-27 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 946f997 net/wireless: add country cod

[GitHub] [incubator-nuttx] btashton commented on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
btashton commented on issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735008454 @patacongo @xiaoxiang781216 @acassis @davids5 for awareness. None of these seem like "bugs" and are well intentioned, but it is something we should be aware of. The mema

[GitHub] [incubator-nuttx] btashton opened a new issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

2020-11-27 Thread GitBox
btashton opened a new issue #2425: URL: https://github.com/apache/incubator-nuttx/issues/2425 # Why is the Build Larger ## Intro There was some discussion of the growth in code size between 9.1.0 and 10.0.0-RC0. We have some tools to help us look into this, so I did a little digging

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2424: arch/stm32: Fix nxstyle errors

2020-11-27 Thread GitBox
hartmannathan opened a new pull request #2424: URL: https://github.com/apache/incubator-nuttx/pull/2424 ## Summary arch/arm/src/stm32/stm32_wdg.h: arch/arm/src/stm32/stm32f40xxx_rtcc.c: arch/arm/src/stm32/stm32l15xxx_alarm.h: * Fix nxstyle errors. ## Impact

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2423: Couple of Xtensa fixes

2020-11-27 Thread GitBox
Ouss4 opened a new pull request #2423: URL: https://github.com/apache/incubator-nuttx/pull/2423 ## Summary - Fix alignment in usestack and stackframe . - Include ESP32 files through the chip symbolic link. ## Impact Impacts only Xtensa arch. ## Testing ostest. ---

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2415: igmp: bypass MULTICAST_LOOP/TTL options

2020-11-27 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2415: URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-734919971 > Is this a Hack? This code change, changes the functionality from returning not supported to falsely returning that the functionality is supported but doe

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2415: igmp: bypass MULTICAST_LOOP/TTL options

2020-11-27 Thread GitBox
xiaoxiang781216 commented on pull request #2415: URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-734919971 > Is this a Hack? This code change, changes the functionality from returning not supported to falsely returning that the functionality is supported but does noth

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2422: Dev/stm32l152re ili93418b driver

2020-11-27 Thread GitBox
xiaoxiang781216 commented on pull request #2422: URL: https://github.com/apache/incubator-nuttx/pull/2422#issuecomment-734915529 @yjdwbj please remove: ``` Merge remote-tracking branch 'upstream/master' into dev/stm32l152re-ili93418b-driver ``` from the pathset. --

[incubator-nuttx] branch master updated (a97aefe -> ebb5fb7)

2020-11-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 a97aefe net/icmp: add sanity check to avoid wild data length add ebb5fb7 net/neighbor/neighbor_eth

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2421: net/neighbor/neighbor_ethernet_out.c: fix build error without ICMPv6

2020-11-27 Thread GitBox
xiaoxiang781216 merged pull request #2421: URL: https://github.com/apache/incubator-nuttx/pull/2421 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] davids5 commented on pull request #2414: net/tcp: implement the fast retransmit

2020-11-27 Thread GitBox
davids5 commented on pull request #2414: URL: https://github.com/apache/incubator-nuttx/pull/2414#issuecomment-734873449 @antmerlino - would you please have a look? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] davids5 commented on pull request #2413: net/tcp: correct the available iobs count if throttle is enabled

2020-11-27 Thread GitBox
davids5 commented on pull request #2413: URL: https://github.com/apache/incubator-nuttx/pull/2413#issuecomment-734872421 @antmerlino - was there any magic here, or was it double dipping? This is an automated message from the

[incubator-nuttx] branch master updated: net/icmp: add sanity check to avoid wild data length

2020-11-27 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new a97aefe net/icmp: add sanity check to

[GitHub] [incubator-nuttx] davids5 merged pull request #2412: net/icmp: add sanity check to avoid wild data length

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

[GitHub] [incubator-nuttx] Donny9 commented on pull request #2371: Enable irtest tool

2020-11-27 Thread GitBox
Donny9 commented on pull request #2371: URL: https://github.com/apache/incubator-nuttx/pull/2371#issuecomment-734866685 > Guys, any idea why is it failing on macOS even after restart the CI jobs? we need to merge this PR https://github.com/apache/incubator-nuttx-apps/pull/507 to fix

[GitHub] [incubator-nuttx-apps] Donny9 opened a new pull request #507: irtest: fix __attributes__((section)) issue on linux and mac

2020-11-27 Thread GitBox
Donny9 opened a new pull request #507: URL: https://github.com/apache/incubator-nuttx-apps/pull/507 ## Summary Using global arrays instead of __attributes__((section)) organization because __attribute__((section)) syntax is different on linux and mac ## Impact Fix compile brea

[GitHub] [incubator-nuttx] davids5 commented on pull request #2415: igmp: bypass MULTICAST_LOOP/TTL options

2020-11-27 Thread GitBox
davids5 commented on pull request #2415: URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-734863712 Is this a Hack? This code change, changes the functionality from returning not supported to falsely returning that the functionality is supported but does nothing. --

[GitHub] [incubator-nuttx] yjdwbj opened a new pull request #2422: Dev/stm32l152re ili93418b driver

2020-11-27 Thread GitBox
yjdwbj opened a new pull request #2422: URL: https://github.com/apache/incubator-nuttx/pull/2422 ## Summary Add 2.4 Inch TFT LCD Shield ILI9341 for nucleo-l152re, 8080 MCU 8-bit bus interface I, This Shield pins is match the NUCLEO-L152RE's Arduino connectors. ## Impact

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2391: Add simple wm8994 codec driver

2020-11-27 Thread GitBox
davids5 commented on a change in pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r531627469 ## File path: boards/arm/stm32f7/stm32f746g-disco/include/board.h ## @@ -366,7 +374,7 @@ #define GPIO_TP_INT (GPIO_INPUT|GPIO_FLOAT|GPIO_EXTI|

[GitHub] [incubator-nuttx] davids5 commented on pull request #2391: Add simple wm8994 codec driver

2020-11-27 Thread GitBox
davids5 commented on pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#issuecomment-734851948 In the changed to the header file stm32f74xx75xx_pinmap.h. No. We can not change all the boards default I2C settings. It will may break deployed systems. Or worse violat

[GitHub] [incubator-nuttx] juniskane commented on pull request #2421: net/neighbor/neighbor_ethernet_out.c: fix build error without ICMPv6

2020-11-27 Thread GitBox
juniskane commented on pull request #2421: URL: https://github.com/apache/incubator-nuttx/pull/2421#issuecomment-734842979 It tried hard to think of some way for reporting the error back to upper layers instead of DEBUGPANIC(), but could not find a good way. --

[GitHub] [incubator-nuttx] juniskane opened a new pull request #2421: net/neighbor/neighbor_ethernet_out.c: fix build error without ICMPv6

2020-11-27 Thread GitBox
juniskane opened a new pull request #2421: URL: https://github.com/apache/incubator-nuttx/pull/2421 ## Summary Patch fixes following build error when CONFIG_NET_IPv6 && !CONFIG_NET_ICMPv6 && CONFIG_NET_ETHERNET: nuttx/staging/libnet.a(neighbor_ethernet_out.o): In function

[incubator-nuttx] 42/48: arch/arm/src/stm32/stm32l15xx_flash.c: Fix a syslog format

2020-11-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 commit c55cdc8a423925749c0cd8d3ab75a5bbf968e3cd Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 17:28:20 2020 +0900

[incubator-nuttx] 45/48: binfmt/libelf/libelf_ctors.c: Fix a syslog format

2020-11-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 commit 44e61d7fe7094043c519e305b9c5745a59caf90f Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 17:49:31 2020 +0900

[incubator-nuttx] 48/48: drivers/usbdev/rndis.c: Fix syslog formats

2020-11-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 commit afe3c2cdb542b185d21946b81e8790981d21ef4e Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 18:00:19 2020 +0900

[incubator-nuttx] 44/48: boards/arm/stm32/stm32ldiscovery/src/stm32_lcd.c: Fix syslog formats

2020-11-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 commit 5564fc6e4a86f4879b55281afbfe6c8fddc60f9f Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 17:43:59 2020 +0900

[incubator-nuttx] 39/48: boards/arm/cxd56xx/common/src/cxd56_gs2200m.c: Fix syslog formats

2020-11-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 commit edee18be7232b8ff4440a5a1a26f3128c6d2c288 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 14:25:05 2020 +0900

[incubator-nuttx] 17/48: libs/libnx/nxfonts/nxfonts_cache.c: Fix syslog formats

2020-11-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 commit a2a30c8813fc9444ccc9da2b7c9cdcb1f7fafdf8 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 10:12:20 2020 +0900

[incubator-nuttx] 43/48: boards/arm/stm32/stm32ldiscovery/src/stm32_lcd.c: Appease nxstyle

2020-11-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 commit 5bc56d388a6423fafb7ac307c7146f29f13b3538 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 17:39:12 2020 +0900

[incubator-nuttx] 40/48: boards/arm/cxd56xx/common/src/cxd56_ili9340.c: Fix syslog formats

2020-11-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 commit 4c67d9d66c87a6ddd98895a288c8cece4f08cc30 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 14:26:22 2020 +0900

[incubator-nuttx] 33/48: drivers/wireless/gs2200m.c: Fix syslog formats

2020-11-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 commit d6a562e3e166e0099781a01567f609f53d53668a Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 13:53:09 2020 +0900

[incubator-nuttx] 15/48: arch/arm/src/stm32/stm32_eth.c: Fix syslog formats

2020-11-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 commit 4da2eef7d2e53f6b85b9ad0700344495cd66ae92 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 10:04:40 2020 +0900

[incubator-nuttx] 26/48: arch/arm/src/cxd56xx/cxd56_sfc.c: Fix a syslog format

2020-11-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 commit 6196eb07963748d93d42c51f047e1f22e05f53e0 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 17:29:57 2020 +0900

[incubator-nuttx] 25/48: arch/arm/src/cxd56xx/cxd56_sysctl.c: Fix a syslog format

2020-11-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 commit 758525d38488b57e9989d06507a2a08df1967937 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 17:28:52 2020 +0900

[incubator-nuttx] 31/48: boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/src/lpc17_40_oled.c: Fix a syslog format

2020-11-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 commit 7050eb7621af5951c1f23b1ea64c6d15d5c5902c Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 19:36:54 2020 +0900

[incubator-nuttx] 47/48: arch/arm/src/stm32/stm32_hciuart.c: Fix syslog formats

2020-11-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 commit 23cd2a08429a90c28db53483f3d0832877bb9a1f Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 17:57:32 2020 +0900

[incubator-nuttx] 35/48: arch/arm/src/cxd56xx/cxd56_sdhci.c: Fix syslog formats

2020-11-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 commit 809f5efb1cdc8657839594ece9e95753cb4a9640 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 14:04:11 2020 +0900

[incubator-nuttx] 36/48: net/usrsock/usrsock_dev.c: Fix syslog formats

2020-11-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 commit dbe389a6bd7115b1a994ddc9fa294966e385d65a Author: YAMAMOTO Takashi AuthorDate: Fri Nov 27 14:17:04 2020 +0900

[incubator-nuttx] 21/48: boards/arm/stm32/stm3210e-eval/src/stm32_lcd.c: Appease nxstyle

2020-11-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 commit 5631b7f4644663e234a3c7c3a051db13ec8ccb40 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 12:15:36 2020 +0900

[incubator-nuttx] 20/48: arch/arm/src/stm32/stm32_i2c.c: Fix syslog formats

2020-11-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 commit 56803db5e8f523b5ac5c03d7cc511255b9b4559f Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 11:59:33 2020 +0900

[incubator-nuttx] 29/48: arch/arm/src/cxd56xx/cxd56_wdt.c: Fix syslog formats

2020-11-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 commit ea0537cfaf918dcd06f884f8449b998dbdebf42a Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 17:37:02 2020 +0900

[incubator-nuttx] 24/48: wireless/bluetooth/bt_smp.c: Fix a syslog format

2020-11-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 commit 0dadd03dbb7648d5f1314986fa38ad78bfdd4666 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 26 17:23:52 2020 +0900

  1   2   >