[incubator-nuttx] 02/04: drivers: audio: Replace license header with Apache License 2.0

2020-07-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 b6218c67f89f279a0c5da9ad33a49ed020c57169 Author: Masayuki Ishikawa AuthorDate: Tue Jul 28 12:19:08 2020 +090

[incubator-nuttx] 01/04: sched: Replace license header with Apache License 2.0

2020-07-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 996e93da0ca4ca7f16f66dfecbaee624bbeec4db Author: Masayuki Ishikawa AuthorDate: Tue Jul 28 12:16:17 2020 +090

[incubator-nuttx] 04/04: libs: termios: Replace license header with Apache License 2.0

2020-07-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 524f18c4cd6fbf0a7b17bd7f641d3d4800ea607f Author: Masayuki Ishikawa AuthorDate: Tue Jul 28 12:22:18 2020 +090

[incubator-nuttx] branch master updated (33ec242 -> 524f18c)

2020-07-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 33ec242 Implement proposed POSIX _clockwait variants of existing _timedwait functions new 996e93d

[incubator-nuttx] 03/04: include: audio: Replace license header with Apache License 2.0

2020-07-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 41e6ce2bebab487c8649a9612270951c516df3e6 Author: Masayuki Ishikawa AuthorDate: Tue Jul 28 12:21:15 2020 +090

[incubator-nuttx] branch master updated: Implement proposed POSIX _clockwait variants of existing _timedwait functions

2020-07-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 33ec242 Implement proposed POSIX _clo

[incubator-nuttx] 04/04: arch/sim: Fix the wrong sleep time calculation in sim_idle_trampoline

2020-07-27 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 78862c51dceda641edfdc00a57e66d2825f63e67 Author: Xiang Xiao AuthorDate: Sat Jul 25 23:31:54 2020 +0800 a

[incubator-nuttx] branch master updated (a58193a -> 78862c5)

2020-07-27 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a58193a arch: imxrt: Fix style violations in imxrt_enet.c new f2446ec arch/sim: unify the prefix(g_

[incubator-nuttx] 02/04: arch/sim: Replace sigprocmask with pthread_sigmask in main thread

2020-07-27 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 71a9d2402de505ea7d1f8f556b1fdbf2f85f Author: Xiang Xiao AuthorDate: Sat Jul 25 23:25:34 2020 +0800 a

[incubator-nuttx] 03/04: arch/sim: Synchronize the creation of idle thread by semaphore

2020-07-27 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 53f33a7ea264f1c07bc2d4835614ab7114954ad7 Author: Xiang Xiao AuthorDate: Sat Jul 25 23:22:28 2020 +0800 a

[incubator-nuttx] 01/04: arch/sim: unify the prefix(g_cpu_) for SMP related variables

2020-07-27 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit f2446ecb901da1d0d509376cdb1ddeb7d972cc96 Author: Xiang Xiao AuthorDate: Sat Jul 25 23:10:21 2020 +0800 a

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

2020-07-27 Thread GitBox
sebastianene07 edited a comment on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-663994602 > @sebastianene07 Does ucontext can pass ostest with SMP? I didn't check but from the man pages `ucontext` API should support restoring the context f

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-27 Thread GitBox
Ouss4 commented on pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464#issuecomment-664321763 > I pushed some patches for CI builds but build still failing. It seems to me that the log contains no errors. How do I fix this? The errors are related to defconfig

[GitHub] [incubator-nuttx] SPRESENSE commented on pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-27 Thread GitBox
SPRESENSE commented on pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464#issuecomment-664286858 I pushed some patches for CI builds but build still failing. It seems to me that the log contains no errors. How do I fix this? --

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1465: Fix video driver

2020-07-27 Thread GitBox
jerpelea commented on pull request #1465: URL: https://github.com/apache/incubator-nuttx/pull/1465#issuecomment-664212077 Please add the commit messages so that they are stored together with the commit and easy to read T

[GitHub] [incubator-nuttx] SPRESENSE commented on pull request #1465: Fix video driver

2020-07-27 Thread GitBox
SPRESENSE commented on pull request #1465: URL: https://github.com/apache/incubator-nuttx/pull/1465#issuecomment-664186150 @jerpelea This commits have whole description in the title, so if you want, I write the same content in the message. Is it okay? However, other commits have

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-27 Thread GitBox
jerpelea commented on pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464#issuecomment-664161735 please fix the build errors This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1465: Fix video driver

2020-07-27 Thread GitBox
jerpelea commented on pull request #1465: URL: https://github.com/apache/incubator-nuttx/pull/1465#issuecomment-664160333 please add commit messages This is an automated message from the Apache Git Service. To respond to the