[incubator-nuttx] branch releases/10.0 updated: Add release notes for NuttX-10.0.0

2020-11-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/releases/10.0 by this push: new 9f6f05d Add release n

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2403: [releases/10.0] Add release notes for NuttX-10.0.0

2020-11-25 Thread GitBox
xiaoxiang781216 merged pull request #2403: URL: https://github.com/apache/incubator-nuttx/pull/2403 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: Add release notes for NuttX-10.0.0

2020-11-25 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 a8b539a Add release notes for NuttX

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2308: Add release notes for NuttX-10.0.0

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

[GitHub] [incubator-nuttx] btashton opened a new pull request #2403: [releases/10.0] Add release notes for NuttX-10.0.0

2020-11-25 Thread GitBox
btashton opened a new pull request #2403: URL: https://github.com/apache/incubator-nuttx/pull/2403 ## Summary This brings the release notes from #2308 to the 10.0 branch. This is an automated message from the Apache Git Se

[incubator-nuttx] 01/01: Add release notes for NuttX-10.0.0

2020-11-25 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch rn-10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d4e52072ca990f277f0588d27f4e8158357f5ecf Author: Brennan Ashton AuthorDate: Sun Nov 15 13:17:12 2020 -0800

[incubator-nuttx] branch rn-10.0 created (now d4e5207)

2020-11-25 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch rn-10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at d4e5207 Add release notes for NuttX-10.0.0 This branch includes the following new commits: new d4

[GitHub] [incubator-nuttx] btashton commented on pull request #2308: Add release notes for NuttX-10.0.0

2020-11-25 Thread GitBox
btashton commented on pull request #2308: URL: https://github.com/apache/incubator-nuttx/pull/2308#issuecomment-734128659 Thanks @acassis I made all your corrections. Could someone go ahead and merged this @xiaoxiang781216 @Ouss4. It is only a text file change so I don't think we need to

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

2020-11-25 Thread GitBox
ChaochaoCui commented on a change in pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530766189 ## File path: arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h ## @@ -545,12 +545,12 @@ #define GPIO_I2C2_SMBA_2 (GPIO_ALT|GPIO_AF

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

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

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #504: Syslog format fixes

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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2347: Enable format check for syslog

2020-11-25 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2347: URL: https://github.com/apache/incubator-nuttx/pull/2347#discussion_r530761629 ## File path: fs/spiffs/src/spiffs_core.c ## @@ -1534,8 +1534,10 @@ void spiffs_fobj_event(FAR struct spiffs_s *fs, FAR struct spiffs_f

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

2020-11-25 Thread GitBox
donghengqaz commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530747149 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg) } } +/**

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

2020-11-25 Thread GitBox
donghengqaz commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530746166 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg) } } +/**

[GitHub] [incubator-nuttx] v01d opened a new pull request #2402: Config.mk: fix CATFILE macro to work when file list is empty (Linux)

2020-11-25 Thread GitBox
v01d opened a new pull request #2402: URL: https://github.com/apache/incubator-nuttx/pull/2402 ## Summary The change makes CATFILE work as expected for an empty list. Fixes #2401 ## Impact Affected build (make depend) on Linux when CSRCS/ASRCS was empty. ## Testi

[GitHub] [incubator-nuttx] v01d commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
v01d commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-734025626 Ok, then, I'll submit the above change. Thanks for the input Greg. This is an automated message from the Apache

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

2020-11-25 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 56ad18c Publishing web

[GitHub] [incubator-nuttx] patacongo commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
patacongo commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-734000442 > > > OK, I will change CATFILE definition so that it does not hang on empty list of input files (a sane expectation). I'm not sure how to adapt the windows case,

[GitHub] [incubator-nuttx] v01d commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
v01d commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733988651 BTW, I'm perplexed as to why this didn't fail on CI. My guess is that stdin is not available and thus "cat > Make.dep" would return immediately. --

[GitHub] [incubator-nuttx] v01d commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
v01d commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733988081 OK, I will change CATFILE definition so that it does not hang on empty list of input files (a sane expectation). I'm not sure how to adapt the windows case, though. This is how

[GitHub] [incubator-nuttx] Ouss4 commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
Ouss4 commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733979330 > @Ouss4 is CONFIG_WIRELESS really needed for this config? I think it's necessary to include the wireless directory into the build. https://github.com/apache/incubato

[GitHub] [incubator-nuttx] v01d commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
v01d commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733972427 @Ouss4 is CONFIG_WIRELESS really needed for this config? It seems that while WIRELESS is turned on, not WIRELESS_* option is enabled so nothing is actually added to the build.

[GitHub] [incubator-nuttx] v01d commented on issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
v01d commented on issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733968251 I tested on my Ubuntu, that is the only OS I can test myself. The make rule being executed there is: ``` makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(ca

[GitHub] [incubator-nuttx] Ouss4 opened a new issue #2401: Did #2335 break something?

2020-11-25 Thread GitBox
Ouss4 opened a new issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401 After #2335 I can't build esp32-core:wapi. I see however that the CI builds it correctly, but I can't locally. ``` make V=1 ... make[1]: Entering directory '/home/ouss4/NuttX/

[incubator-nuttx] branch master updated (ffcedfd -> cb8d267)

2020-11-25 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from ffcedfd Remove copyright from headers add 5c5e049 xtensa/esp32: Keep VDDSDIO power on if PSRAM is en

[GitHub] [incubator-nuttx] acassis merged pull request #2351: xtensa/esp32: Fix issues of force-sleep

2020-11-25 Thread GitBox
acassis merged pull request #2351: URL: https://github.com/apache/incubator-nuttx/pull/2351 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] 01/03: Update licenses to Apache 2.0

2020-11-25 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 6a43daa67e7b236ae98ba023be138c5c33e7f8ae Author: Augusto Fraga Giachero AuthorDate: Sun Nov 22 11:54:42 2020

[incubator-nuttx] 03/03: Remove copyright from headers

2020-11-25 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 ffcedfd9714ff5207eb75a86485b711951df168f Author: Augusto Fraga Giachero AuthorDate: Wed Nov 25 07:54:30 2020

[incubator-nuttx] 02/03: nxstyle fix

2020-11-25 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 558dfa28fb49a5eb3116d4c0b5e4f2d9c4d99ba7 Author: Augusto Fraga Giachero AuthorDate: Mon Nov 23 08:00:32 2020

[incubator-nuttx] branch master updated (78797dc -> ffcedfd)

2020-11-25 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 78797dc binfmt/libnxflat/libnxflat_bind.c: Fix syslog formats new 6a43daa Update licenses to Apach

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2375: Update licenses to Apache 2.0

2020-11-25 Thread GitBox
xiaoxiang781216 merged pull request #2375: URL: https://github.com/apache/incubator-nuttx/pull/2375 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] 11/35: drivers/mtd/m25px.c: Appease nxstyle

2020-11-25 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 ab7ae96a1e60d83ef95f32164a1893d9edd31bb3 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:52:26 2020 +0900

[incubator-nuttx] 17/35: arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c: Fix syslog formats

2020-11-25 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 f1ffb57f3cc9c1102dc6123ece8858c2831a50ba Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:14:51 2020 +0900

[incubator-nuttx] 30/35: fs/nfs/nfs_vfsops.c: Fix syslog formats

2020-11-25 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 e8695d61ca0128c5a05c27adcb522f2501946b41 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 20:09:09 2020 +0900

[incubator-nuttx] 34/35: binfmt/libnxflat/libnxflat_load.c: Fix syslog formats

2020-11-25 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 ca2cc5133dd52cf66760a88f9cde2914907d92fe Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 20:17:19 2020 +0900

[incubator-nuttx] 29/35: fs/nfs/nfs_util.c: Fix syslog formats

2020-11-25 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 73dd8a1ba209abd597505767a0a95820d26e27d0 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:53:58 2020 +0900

[incubator-nuttx] 15/35: arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c: Appease nxstyle

2020-11-25 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 0845c1f364fac9f607e5961ee001290f7427291a Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:57:44 2020 +0900

[incubator-nuttx] 33/35: binfmt/libnxflat/libnxflat_load.c: Appease nxstyle

2020-11-25 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 b9538bf8853b394d37643a1490bf35b6e979f673 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 20:14:21 2020 +0900

[incubator-nuttx] 22/35: arch/arm/src/armv7-m/arm_ramvec_initialize.c: Fix a syslog format

2020-11-25 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 9125ebae376733fd9258c5d2b547ea159125fc9a Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:34:57 2020 +0900

[incubator-nuttx] 25/35: net/tcp/tcp_appsend.c: Appease nxstyle

2020-11-25 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 390f766b368533798519d949ecd90a1d105e8b19 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:45:02 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2400: Syslog format, variable name errors, nxstyle fixes

2020-11-25 Thread GitBox
xiaoxiang781216 merged pull request #2400: URL: https://github.com/apache/incubator-nuttx/pull/2400 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] 21/35: arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Fix syslog formats

2020-11-25 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 e378c6c95b555f3cd086cc2ba37366650aea3217 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:30:42 2020 +0900

[incubator-nuttx] 23/35: net/tcp/tcp_send_buffered.c: Fix syslog formats

2020-11-25 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 17654f592e480df70e91b175f89265fb18fb34a8 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:41:42 2020 +0900

[incubator-nuttx] 12/35: drivers/mtd/m25px.c: Fix a syslog format

2020-11-25 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 723f590345eed03d2d256167b4ea2540fd58b193 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:53:41 2020 +0900

[incubator-nuttx] 06/35: arch/arm/src/arm/arm_syscall.c: Fix a syslog format

2020-11-25 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 59e0cf23fc83b95bcc04719bd88e668e9f9c8a73 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:38:52 2020 +0900

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

2020-11-25 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 0f075525afa2bf1f2c7024991a62908688e51889 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:38:06 2020 +0900

[incubator-nuttx] 31/35: fs/binfs/fs_binfs.c: Fix a syslog format

2020-11-25 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 e58a966dd60be83140d03ba9264375371a7ec9a8 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 20:11:25 2020 +0900

[incubator-nuttx] 27/35: fs/nfs/rpc_clnt.c: Appease nxstyle

2020-11-25 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 0a146273bf13b861722af309b3a4055b66d84f74 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:49:19 2020 +0900

[incubator-nuttx] 32/35: fs/unionfs/fs_unionfs.c: Fix syslog formats

2020-11-25 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 cde04a6523b4dede7b91d6f2aa06cd1c23a72923 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 20:13:18 2020 +0900

[incubator-nuttx] 04/35: arch/arm/src/arm/arm_dataabort.c: Fix a syslog format

2020-11-25 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 197df3edf8dfd4784a9b8090c3dd114422b47de5 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:37:37 2020 +0900

[incubator-nuttx] 35/35: binfmt/libnxflat/libnxflat_bind.c: Fix syslog formats

2020-11-25 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 78797dc1da9ec0fd039e73ad289683ffd3e9c76a Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 20:24:27 2020 +0900

[incubator-nuttx] 28/35: fs/nfs/rpc_clnt.c: Fix a syslog format

2020-11-25 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 bed9c3b83d602823bed411705d8bf5eefffb767b Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:50:46 2020 +0900

[incubator-nuttx] 16/35: arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c: Fix syslog formats

2020-11-25 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 a0f8c4557d2364be649d566cea0bfc27344e4c32 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 17:45:45 2020 +0900

[incubator-nuttx] 24/35: net/tcp/tcp_input.c: Fix syslog formats

2020-11-25 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 40d4c03a8cee9aef1783a48446fc4af827f3c3a6 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:43:29 2020 +0900

[incubator-nuttx] 09/35: arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c: Fix syslog formats

2020-11-25 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 1fc51b3eeb3f58c4c794a2745cdf57fe55a37a74 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:46:16 2020 +0900

[incubator-nuttx] 26/35: net/tcp/tcp_appsend.c: Fix syslog formats

2020-11-25 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 af6719965f450ab8177a8c3f4e4cf0ee9fef7dce Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:45:45 2020 +0900

[incubator-nuttx] 20/35: arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Appease nxstyle

2020-11-25 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 f7feaa8f7975ee2c1c95a0f4351bdc5b08776ff1 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:26:40 2020 +0900

[incubator-nuttx] 19/35: arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix syslog formats

2020-11-25 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 2351b6f9100d639e2c9ff660a273ebc8cecea52d Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:20:26 2020 +0900

[incubator-nuttx] 13/35: drivers/usbdev/cdcecm.c: Fix an undefined variable in a syslog call

2020-11-25 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 4b740fa13a4af42b68732bc08006a012fa783422 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:54:36 2020 +0900

[incubator-nuttx] 18/35: arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix an undeclared variable

2020-11-25 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 916091cbf0cbb3c0896e38b4268ecfa1a7f34953 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 19:16:51 2020 +0900

[incubator-nuttx] 14/35: drivers/usbdev/cdcecm.c: Fix a syslog format

2020-11-25 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 aad25bc4c8355dc2449ba9d75b79e148b64043f2 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:55:51 2020 +0900

[incubator-nuttx] 01/35: arch/arm/src/efm32/efm32_timer.c: Appease nxstyle

2020-11-25 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 2e6c1bc8ad5d7353f7b2c4488e036c08203d71af Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:32:57 2020 +0900

[incubator-nuttx] 02/35: arch/arm/src/efm32/efm32_timer.c: Fix a syslog format

2020-11-25 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 e7b185f11cf464065090281d45d6d462c8782bc3 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:33:51 2020 +0900

[incubator-nuttx] 10/35: drivers/can/can.c: Fix a syslog format

2020-11-25 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 75484f95b8534bf37a588b57fd77310d056b3e70 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:49:31 2020 +0900

[incubator-nuttx] 07/35: arch/arm/src/arm/arm_undefinedinsn.c: Fix a syslog format

2020-11-25 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 9058792e045f197bdfa85802de054f72c49c57ea Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:39:54 2020 +0900

[incubator-nuttx] branch master updated (40ff30e -> 78797dc)

2020-11-25 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 40ff30e boards/arm/stm32f0l0g0/b-l072z-lrwan1/src/stm32_ssd1306.c: Fix a syslog format new 2e6c1bc

[incubator-nuttx] 03/35: drivers/net/dm90x0.c: Fix a syslog format

2020-11-25 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 510e72567f1c44ef9366ac8c81a9a229d251efc3 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 14:36:28 2020 +0900

[incubator-nuttx] 08/35: arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c: Fix syslog formats

2020-11-25 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 10cb7ac0edf49aa8ccc55ccd8ce9f23053f004e0 Author: YAMAMOTO Takashi AuthorDate: Wed Nov 25 16:43:06 2020 +0900

[GitHub] [incubator-nuttx] yamt edited a comment on pull request #2400: Syslog format, variable name errors, nxstyle fixes

2020-11-25 Thread GitBox
yamt edited a comment on pull request #2400: URL: https://github.com/apache/incubator-nuttx/pull/2400#issuecomment-733650813 The following nxstyle error is a false positive. https://github.com/apache/incubator-nuttx/issues/387 ``` fs/nfs/nfs_util.c:70:39: error: C++ style commen

[GitHub] [incubator-nuttx] yamt commented on pull request #2400: Syslog format, variable name errors, nxstyle fixes

2020-11-25 Thread GitBox
yamt commented on pull request #2400: URL: https://github.com/apache/incubator-nuttx/pull/2400#issuecomment-733650813 The following nxstyle errors are intentionally left because they are parts of the copyright notices. ``` fs/nfs/rpc_clnt.c:46:80: error: Long line found fs/nf

[GitHub] [incubator-nuttx] yamt opened a new pull request #2400: Syslog format, variable name errors, nxstyle fixes

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

[GitHub] [incubator-nuttx] Palmitoxico commented on pull request #2375: Update licenses to Apache 2.0

2020-11-25 Thread GitBox
Palmitoxico commented on pull request #2375: URL: https://github.com/apache/incubator-nuttx/pull/2375#issuecomment-733648962 Ok, copyright header removed. This is an automated message from the Apache Git Service. To respond t

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

2020-11-25 Thread GitBox
davids5 commented on a change in pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530274736 ## File path: arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h ## @@ -545,12 +545,12 @@ #define GPIO_I2C2_SMBA_2 (GPIO_ALT|GPIO_AF4|GP

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

2020-11-25 Thread GitBox
ChaochaoCui commented on a change in pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530254804 ## File path: boards/arm/stm32f7/stm32f746g-disco/include/board.h ## @@ -513,4 +521,31 @@ # define STM32_SDMMC_SDXFR_CLKDIV (2 << STM32_SD

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

2020-11-25 Thread GitBox
Ouss4 commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530215630 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg) } } +/