[incubator-nuttx-website] branch asf-site updated: Publishing from be0ee1fb598023cbbabd04cd0ec935ce56e2a6f3

2020-05-11 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 5a6e7e0 Publishing

[incubator-nuttx-website] branch master updated: Create release page for 9.0.0

2020-05-11 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-website.git The following commit(s) were added to refs/heads/master by this push: new be0ee1f Create release

[incubator-nuttx] branch master updated: Remove unnecessary enter/leave_critical_section() in setlogmask() because it is MT-unsafe.

2020-05-11 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 46baccb Remove unnecessary

[incubator-nuttx] 02/03: tools/refresh.sh: replace cmpconfig with diff

2020-05-11 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 commit 3f83d2da30d814165565787d9c4e9f924de1c4d9 Author: Xiang Xiao AuthorDate: Mon May 11 12:03:43 2020 +0800

[incubator-nuttx] 03/03: boards: Fix the wrong order in some defconfig

2020-05-11 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 commit 92c721a532ab425bf862f7e1adf2edeb8442cab6 Author: Xiang Xiao AuthorDate: Mon May 11 14:09:57 2020 +0800

[incubator-nuttx] 01/03: tools/refresh.sh: shouldn't redirect "make oldconfig" to /dev/null

2020-05-11 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 commit b4dceaa88c86659cfe26c314625488cfbb166f01 Author: Xiang Xiao AuthorDate: Mon May 11 11:50:25 2020 +0800

[incubator-nuttx] branch master updated (2b5ff17 -> 92c721a)

2020-05-11 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 2b5ff17 setlogmask(): Add comments new b4dceaa tools/refresh.sh: shouldn't redirect "make oldconfig"

[incubator-nuttx] branch master updated (46baccb -> 2b5ff17)

2020-05-11 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 46baccb Remove unnecessary enter/leave_critical_section() in setlogmask() because it is MT-unsafe.

[incubator-nuttx] branch master updated: drivers/mtd/filemtd.c: fix build error

2020-05-11 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan 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 d666aa6 drivers/mtd/filemtd.c:

[GitHub] [incubator-nuttx] juniskane opened a new pull request #1025: drivers/mtd/filemtd.c: fix build error

2020-05-11 Thread GitBox
juniskane opened a new pull request #1025: URL: https://github.com/apache/incubator-nuttx/pull/1025 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] yamt commented on pull request #707: Fix make dependency

2020-05-11 Thread GitBox
yamt commented on pull request #707: URL: https://github.com/apache/incubator-nuttx/pull/707#issuecomment-626574537 @xiaoxiang781216 @liuguo09 ok. let me know if/when you want me rebase this. This is an automated message

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422888689 ## File path: arch/sim/src/sim/up_oneshot.c ## @@ -357,6 +358,16 @@ FAR struct oneshot_lowerhalf_s *oneshot_initialize(int chan, void

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422875371 ## File path: include/signal.h ## @@ -267,9 +267,9 @@ * special meaning in some circumstances (e.g., kill()). */ -#ifndef

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-11 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422860914 ## File path: include/signal.h ## @@ -267,9 +267,9 @@ * special meaning in some circumstances (e.g., kill()). */ -#ifndef

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-11 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422861120 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -156,3 +158,4 @@ HOSTCC = cc HOSTINCLUDES = -I. HOSTCFLAGS = $(ARCHWARNINGS)

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-11 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422860409 ## File path: arch/sim/src/Makefile ## @@ -71,10 +71,16 @@ CSRCS += up_unblocktask.c up_blocktask.c up_releasepending.c CSRCS +=

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-11 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422860265 ## File path: arch/sim/src/sim/up_oneshot.c ## @@ -357,6 +358,16 @@ FAR struct oneshot_lowerhalf_s *oneshot_initialize(int chan, void

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #1020: [RFC] Using devicetree (DTS) to improve board support

2020-05-11 Thread GitBox
xiaoxiang781216 commented on issue #1020: URL: https://github.com/apache/incubator-nuttx/issues/1020#issuecomment-626526518 @v01d thanks the link, I wil study Zephyr approach and compare with Linux approach in the next couple day, and then give the more comment.

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1006: WIP: Move stm32 common board logic to stm32/common/

2020-05-11 Thread GitBox
jerpelea commented on pull request #1006: URL: https://github.com/apache/incubator-nuttx/pull/1006#issuecomment-626504788 > > > I realized I must now transition ALL boards under stm32 (not only the ones I modify) to have a Make.defs in src/ instead of a Makefile as the common/

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1023: Fix setlogmask() not to use enter_critical_section() in protected build

2020-05-11 Thread GitBox
YuuichiNakamura commented on a change in pull request #1023: URL: https://github.com/apache/incubator-nuttx/pull/1023#discussion_r422806850 ## File path: libs/libc/syslog/lib_setlogmask.c ## @@ -91,17 +96,29 @@ uint8_t g_syslog_mask = LOG_ALL; int setlogmask(int mask) {

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #1010: tools/refresh.sh --help

2020-05-11 Thread GitBox
xiaoxiang781216 edited a comment on issue #1010: URL: https://github.com/apache/incubator-nuttx/issues/1010#issuecomment-626486567 > > > So if no logical content of the defconfig has changed then it will not be updated. That means if the ordering of elements changes so that there is a