[GitHub] [incubator-nuttx] jerpelea merged pull request #388: boards: spresense: Change CONFIG_FAT_MAXFNAME and CONFIG_NAME_MAX

2020-02-26 Thread GitBox
jerpelea merged pull request #388: boards: spresense: Change CONFIG_FAT_MAXFNAME and CONFIG_NAME_MAX URL: https://github.com/apache/incubator-nuttx/pull/388 This is an automated message from the Apache Git Service. To

[incubator-nuttx] branch master updated (0cb7dfd -> b48e0a6)

2020-02-26 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.git. from 0cb7dfd arch: risc-v: Fix a warning in common/up_exit.c add b48e0a6 boards: spresense: Change

[incubator-nuttx] branch master updated (1521037 -> f6b3e79)

2020-02-26 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.git. from 1521037 arch/z80/src/Makefile.zdsii*: Correct libraries for eZ80F92 add f6b3e79 arch: lc823450:

[GitHub] [incubator-nuttx] jerpelea merged pull request #389: arch: risc-v: Fix a warning in common/up_exit.c

2020-02-26 Thread GitBox
jerpelea merged pull request #389: arch: risc-v: Fix a warning in common/up_exit.c URL: https://github.com/apache/incubator-nuttx/pull/389 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] jerpelea merged pull request #390: arch: lc823450: Remove unused variable in lc823450_cpustart.c

2020-02-26 Thread GitBox
jerpelea merged pull request #390: arch: lc823450: Remove unused variable in lc823450_cpustart.c URL: https://github.com/apache/incubator-nuttx/pull/390 This is an automated message from the Apache Git Service. To respond

[incubator-nuttx] branch master updated (f6b3e79 -> 0cb7dfd)

2020-02-26 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.git. from f6b3e79 arch: lc823450: Remove unused variable in lc823450_cpustart.c add 0cb7dfd arch: risc-v:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591832703 @juniskane Ok, the new fix should address your concern, please take a look.

[GitHub] [incubator-nuttx] juniskane edited a comment on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane edited a comment on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591822072 I see no reason to restrict this to kernel only and that limitation is not in the API documentation.

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591822072 I see no reason to restrict this to kernel only and that limitation is not in the API documentation. The

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #389: arch: risc-v: Fix a warning in common/up_exit.c

2020-02-26 Thread GitBox
masayuki2009 opened a new pull request #389: arch: risc-v: Fix a warning in common/up_exit.c URL: https://github.com/apache/incubator-nuttx/pull/389 common/up_exit.c:198:1: warning: 'noreturn' function does return This

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591810891 > This is completely unacceptable. I have applications that call syslog_file_channel() based on

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591804411 This is completely unacceptable. I have applications that call syslog_file_channel() based on run-time

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #388: boards: spresense: Change CONFIG_FAT_MAXFNAME and CONFIG_NAME_MAX

2020-02-26 Thread GitBox
masayuki2009 opened a new pull request #388: boards: spresense: Change CONFIG_FAT_MAXFNAME and CONFIG_NAME_MAX URL: https://github.com/apache/incubator-nuttx/pull/388 ### Summary - This PR changes CONFIG_FAT_MAXFNAME to 255 and CONFIG_NAME_MAX to 765 which can support max file

[GitHub] [incubator-nuttx] patacongo opened a new issue #387: nxstyle: Suppress checking in strings/comments.

2020-02-26 Thread GitBox
patacongo opened a new issue #387: nxstyle: Suppress checking in strings/comments. URL: https://github.com/apache/incubator-nuttx/issues/387 nxstyle does not detect when it is within a string and will report crazy things because it is parsing the strng content. For example, if the

[incubator-nuttx] branch master updated (930e278 -> 1521037)

2020-02-26 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 930e278 xtensa: Use ar and nm from the toolchain add a9610e1 boards/z80/ez80/z20x: Update

[incubator-nuttx] 04/04: arch/z80/src/Makefile.zdsii*: Correct libraries for eZ80F92

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 152103708334ac603195547aec75d80d9aa67e5d Author: Gregory Nutt AuthorDate: Wed Feb 26 13:48:37 2020 -0600

[incubator-nuttx] 03/04: arch/z80/src/ez80/ez80f92_handlers.asm: Trivial typo fix.

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit fa5179a51a7d7fb77176e3d57c0a54078fa0bab9 Author: Gregory Nutt AuthorDate: Wed Feb 26 13:04:45 2020 -0600

[incubator-nuttx] 01/04: arch/z80: Make MCU selection menus more like other archs

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit b63024dc7b65810b194c11e0edf27d1138d046c3 Author: Gregory Nutt AuthorDate: Wed Feb 26 10:11:06 2020 -0600

[incubator-nuttx] branch pr385 updated (930e278 -> 7421dbf)

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 930e278 xtensa: Use ar and nm from the toolchain new a9610e1 boards/z80/ez80/z20x: Update

[incubator-nuttx] 01/05: boards/z80/ez80/z20x: Update CFLAGS and linker scripts.

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a9610e16bd11c2fa1323dee9077eb7cab4ee45b8 Author: Gregory Nutt AuthorDate: Tue Feb 25 14:38:24 2020 -0600

[incubator-nuttx] 05/05: arch/z80/src/Makefile.zdsii*: Correct libraries for eZ80F92

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 7421dbf8444c7ff6a5e15cd79ee13ef59a897a1e Author: Gregory Nutt AuthorDate: Wed Feb 26 13:48:37 2020 -0600

[incubator-nuttx] 02/05: arch/arch: Make MCU selection menus more like other archs

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 65673a8ece3cb1d980cd8ff99951aa194134617d Author: Gregory Nutt AuthorDate: Wed Feb 26 10:11:06 2020 -0600

[incubator-nuttx] branch pr385 created (now 930e278)

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 930e278 xtensa: Use ar and nm from the toolchain No new revisions were added by this update.

[incubator-nuttx] 04/05: arch/z80/src/ez80/ez80f92_handlers.asm: Trivial typo fix.

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d332142c5aaece46c2581ab6a93191baa8cb1e32 Author: Gregory Nutt AuthorDate: Wed Feb 26 13:04:45 2020 -0600

[incubator-nuttx] 03/05: arch/z80/src/ez80/ez80_timerisr.c: Use Kconfig MCU configurations.

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr385 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d48e1432d6a93bb09cbf49beedc1ecca914ef998 Author: Gregory Nutt AuthorDate: Wed Feb 26 10:44:02 2020 -0600

[incubator-nuttx] branch master updated: xtensa: Use ar and nm from the toolchain

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 930e278 xtensa: Use ar and nm from the

[GitHub] [incubator-nuttx] patacongo merged pull request #384: xtensa: Use ar and nm from the toolchain

2020-02-26 Thread GitBox
patacongo merged pull request #384: xtensa: Use ar and nm from the toolchain URL: https://github.com/apache/incubator-nuttx/pull/384 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] yamt opened a new pull request #384: xtensa: Use ar and nm from the toolchain

2020-02-26 Thread GitBox
yamt opened a new pull request #384: xtensa: Use ar and nm from the toolchain URL: https://github.com/apache/incubator-nuttx/pull/384 This fixes build on macOS, where native ar is incompatible. This is an automated message

[incubator-nuttx] branch master updated (aa40e28 -> 0650658)

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from aa40e28 Make it clear the timestamp of pass1 directory is not important add 0650658

[GitHub] [incubator-nuttx] patacongo merged pull request #383: esp32-core/README.txt: Fix a URL and a typo

2020-02-26 Thread GitBox
patacongo merged pull request #383: esp32-core/README.txt: Fix a URL and a typo URL: https://github.com/apache/incubator-nuttx/pull/383 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591516186 Sure, let's wait hist feedback until tomorrow.

[incubator-nuttx-apps] branch master updated: examples/elf: update elf_main.c dependency to fix parallel build break

2020-02-26 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 4c4d8b1 examples/elf: update

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #101: Make sure examples/elf testbuild pass in parallel build

2020-02-26 Thread GitBox
xiaoxiang781216 merged pull request #101: Make sure examples/elf testbuild pass in parallel build URL: https://github.com/apache/incubator-nuttx-apps/pull/101 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #374: Make it clear the timestamp of pass1 directory is not important

2020-02-26 Thread GitBox
xiaoxiang781216 merged pull request #374: Make it clear the timestamp of pass1 directory is not important URL: https://github.com/apache/incubator-nuttx/pull/374 This is an automated message from the Apache Git Service. To

[incubator-nuttx] branch master updated (852fc8b -> aa40e28)

2020-02-26 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 852fc8b Revert "Fix make target dependencies" add aa40e28 Make it clear the timestamp of pass1

[GitHub] [incubator-nuttx] yamt opened a new pull request #383: esp32-core/README.txt: Fix a URL and a typo

2020-02-26 Thread GitBox
yamt opened a new pull request #383: esp32-core/README.txt: Fix a URL and a typo URL: https://github.com/apache/incubator-nuttx/pull/383 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] patacongo commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
patacongo commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591484547 Should I wait for Juha's comments to merge? I cannot select him as a reviewer.

[incubator-nuttx-apps] 02/03: net/bringup: late net init after nsh script done

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 86bfe1339969606d1101d1d3d1d3d7bb07705bbe Author: chao.an AuthorDate: Wed Feb 19 20:34:52 2020 +0800

[incubator-nuttx-apps] branch master updated (ae36b6f -> 52ad01f)

2020-02-26 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-apps.git. from ae36b6f examples/ipforward: IP Header issue for IPv4 fixed new ee615f0 net/wapi: remove

[incubator-nuttx-apps] 03/03: netutils: save wapi config to file system

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 52ad01f0bfef8c5226104d93ac3b6e273584382a Author: chao.an AuthorDate: Mon Feb 24 11:31:38 2020 +0800

[incubator-nuttx-apps] 01/03: net/wapi: remove unnecessary cast

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit ee615f0568735f590441ca3dcbb8202ed0e271be Author: chao.an AuthorDate: Wed Feb 19 20:50:02 2020 +0800

[incubator-nuttx-apps] branch pr98 updated (ae36b6f -> 751e4c9)

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr98 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from ae36b6f examples/ipforward: IP Header issue for IPv4 fixed new 0351dea net/wapi: remove

[incubator-nuttx-apps] 03/03: netutils: save wapi config to file system

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr98 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 751e4c97f944b132089e3e28bac48bcc9e4f3b63 Author: chao.an AuthorDate: Mon Feb 24 11:31:38 2020 +0800

[incubator-nuttx-apps] 01/03: net/wapi: remove unnecessary cast

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr98 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 0351dea6eb63148cb71c66d4e2389d1096a7763a Author: chao.an AuthorDate: Wed Feb 19 20:50:02 2020 +0800

[incubator-nuttx-apps] 02/03: net/bringup: late net init after nsh script done

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch pr98 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit e463c6f5c14cd57dc124103fd84129f77f0639f7 Author: chao.an AuthorDate: Wed Feb 19 20:34:52 2020 +0800

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #98: netutils: add support to save wapi config to file system

2020-02-26 Thread GitBox
Ouss4 merged pull request #98: netutils: add support to save wapi config to file system URL: https://github.com/apache/incubator-nuttx-apps/pull/98 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx-apps] branch pr98 created (now ae36b6f)

2020-02-26 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch pr98 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at ae36b6f examples/ipforward: IP Header issue for IPv4 fixed No new revisions were added by this

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591441140 @juniskane Please try this patch.

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 opened a new pull request #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382 it is impossible that syslog device get initialized before since board_app_initialize call syslog_file_channel only

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591440035 Also fix a build erorr noted here: https://github.com/apache/incubator-nuttx/pull/366

[incubator-nuttx-apps] branch master updated: examples/ipforward: IP Header issue for IPv4 fixed

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 ae36b6f examples/ipforward: IP

[incubator-nuttx-apps] branch pr104 updated: IP Header issue for IPv4 fixed

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr104 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/pr104 by this push: new a3565b2 IP Header issue for IPv4

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #104: IP Header issue for IPv4 fixed

2020-02-26 Thread GitBox
patacongo merged pull request #104: IP Header issue for IPv4 fixed URL: https://github.com/apache/incubator-nuttx-apps/pull/104 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-nuttx-apps] branch pr104 created (now b2e9b46)

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr104 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at b2e9b46 import/Make.defs: Avoid flock errors No new revisions were added by this update.

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #374: Make it clear the timestamp of pass1 directory is not important

2020-02-26 Thread GitBox
jerpelea commented on a change in pull request #374: Make it clear the timestamp of pass1 directory is not important URL: https://github.com/apache/incubator-nuttx/pull/374#discussion_r384496235 ## File path: tools/Makefile.win ## @@ -178,6 +178,8 @@ BIN =

[GitHub] [incubator-nuttx] patacongo commented on issue #374: Make it clear the timestamp of pass1 directory is not important

2020-02-26 Thread GitBox
patacongo commented on issue #374: Make it clear the timestamp of pass1 directory is not important URL: https://github.com/apache/incubator-nuttx/pull/374#issuecomment-591428693 @xiaoxiang781216 Please merge if and when you are satisfied with the change.

[GitHub] [incubator-nuttx] patacongo commented on issue #380: arm: Fix "make export" for KERNEL build

2020-02-26 Thread GitBox
patacongo commented on issue #380: arm: Fix "make export" for KERNEL build URL: https://github.com/apache/incubator-nuttx/pull/380#issuecomment-591428093 Please merge when the conversation is resolved. This is an automated

[incubator-nuttx] branch master updated: Revert "Fix make target dependencies"

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 852fc8b Revert "Fix make target

[incubator-nuttx] branch pr381 created (now 5f540d7)

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr381 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 5f540d7 Fix make target dependencies No new revisions were added by this update.

[incubator-nuttx] branch pr381 updated: Revert "Fix make target dependencies"

2020-02-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch pr381 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr381 by this push: new 2377a81 Revert "Fix make target

[GitHub] [incubator-nuttx] patacongo merged pull request #381: Revert "Fix make target dependencies"

2020-02-26 Thread GitBox
patacongo merged pull request #381: Revert "Fix make target dependencies" URL: https://github.com/apache/incubator-nuttx/pull/381 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #366: Refine syslog

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #366: Refine syslog URL: https://github.com/apache/incubator-nuttx/pull/366#issuecomment-591414813 @juniskane, your config enable CONFIG_SYSLOG_FILE and trigger this error, I will provide a patch fix this soon.

[GitHub] [incubator-nuttx] juniskane commented on issue #366: Refine syslog

2020-02-26 Thread GitBox
juniskane commented on issue #366: Refine syslog URL: https://github.com/apache/incubator-nuttx/pull/366#issuecomment-591394624 Commit 116e5c3 in this PR causes a build failure: syslog/syslog_filechannel.c: In function 'syslog_file_channel': syslog/syslog_filechannel.c:155:25:

[incubator-nuttx-testing] branch master updated: fulllist: remove sim:mtdpart and sim:mtdrwb configs

2020-02-26 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-testing.git The following commit(s) were added to refs/heads/master by this push: new ce9bbd0 fulllist: remove

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #101: Make sure examples/elf testbuild pass in parallel build

2020-02-26 Thread GitBox
xiaoxiang781216 commented on a change in pull request #101: Make sure examples/elf testbuild pass in parallel build URL: https://github.com/apache/incubator-nuttx-apps/pull/101#discussion_r384439655 ## File path: examples/elf/Makefile ## @@ -57,6 +57,8 @@ else

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #381: Revert "Fix make target dependencies"

2020-02-26 Thread GitBox
xiaoxiang781216 opened a new pull request #381: Revert "Fix make target dependencies" URL: https://github.com/apache/incubator-nuttx/pull/381 This reverts commit 5f540d79a1c07696672246ba5acab3f24099f205. This is an automated

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #375: Fix make target dependencies

2020-02-26 Thread GitBox
xiaoxiang781216 commented on issue #375: Fix make target dependencies URL: https://github.com/apache/incubator-nuttx/pull/375#issuecomment-591382513 > i don't know. i haven't seen that symptom. > my symptom was often with .xx_builtin_list.h. Suppose this patch could fix your

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #380: arm: Fix "make export" for KERNEL build

2020-02-26 Thread GitBox
xiaoxiang781216 commented on a change in pull request #380: arm: Fix "make export" for KERNEL build URL: https://github.com/apache/incubator-nuttx/pull/380#discussion_r384426713 ## File path: arch/arm/src/Makefile ## @@ -80,6 +80,10 @@ endif # The "head" object

[GitHub] [incubator-nuttx] liuguo09 commented on issue #375: Fix make target dependencies

2020-02-26 Thread GitBox
liuguo09 commented on issue #375: Fix make target dependencies URL: https://github.com/apache/incubator-nuttx/pull/375#issuecomment-591322624 @yamt I just sync the change, then make -j8, and error happen as below: Seems example/elf/tests enter and built twice with make depend and all