masayuki2009 opened a new pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298
## Summary
- I noticed waitpid_test stops with lc823450-xgevk:rndis
- The condition was CONFIG_DEBUG_ASSERTION=y
- Actually, the child task sent SIGCHILD but the parent couldn'
masayuki2009 opened a new pull request #2299:
URL: https://github.com/apache/incubator-nuttx/pull/2299
## Summary
- This PR consists of the following 4 commits
- commit1: arch: armv7-a: Fix style warnings in mmu.h
- commit2: arch: armv7-a: Fix MMU settings for SDRAM in SMP m
masayuki2009 commented on pull request #2299:
URL: https://github.com/apache/incubator-nuttx/pull/2299#issuecomment-727178633
@patacongo
At last, I found root cause of the armv7-a SMP and D-cache issue and fixed
it.
fjpanag commented on pull request #2177:
URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-727200284
> > @v01d thank you for the details on the matter. It was constructive
nevertheless.
> > Do you both agree that this change is correct? Shall I proceed with the
nxsty
Ouss4 commented on a change in pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298#discussion_r523418880
##
File path: sched/sched/sched_waitid.c
##
@@ -143,6 +143,14 @@ int nx_waitid(int idtype, id_t id, FAR siginfo_t *info,
int options)
sigemptyse
Ouss4 commented on a change in pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298#discussion_r523418880
##
File path: sched/sched/sched_waitid.c
##
@@ -143,6 +143,14 @@ int nx_waitid(int idtype, id_t id, FAR siginfo_t *info,
int options)
sigemptyse
davids5 commented on pull request #2177:
URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-727219049
> ...This is a good idea, but right now it is not easy for me to do this
change (for practical/personal reasons).
>
> If you don't mind, you may merge it as is, an
ticso24 opened a new pull request #2300:
URL: https://github.com/apache/incubator-nuttx/pull/2300
Neither the prototype, nor the description had been adapted, resulting in
compiler errors.
Fix both points.
## Summary
## Impact
Can't compile TWI code on SAM34
##
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 1aac3d7 stm32/stm32_aes.c: Fix nxstyle errors
add 0cf6614 twi_takesem() had been changed to retu
Ouss4 merged pull request #2300:
URL: https://github.com/apache/incubator-nuttx/pull/2300
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 to
btashton commented on issue #2084:
URL:
https://github.com/apache/incubator-nuttx/issues/2084#issuecomment-727253847
@v01d Have you had a chance to look into this? I think the BLE issues are
some of the last remaining that I know of for the 10.0.0 release.
--
masayuki2009 commented on a change in pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298#discussion_r523468256
##
File path: sched/sched/sched_waitid.c
##
@@ -143,6 +143,14 @@ int nx_waitid(int idtype, id_t id, FAR siginfo_t *info,
int options)
sig
patacongo commented on pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298#issuecomment-727276818
See issue #1137
This is an automated message from the Apache Git Service.
To respond to the messag
masayuki2009 commented on a change in pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298#discussion_r523497562
##
File path: sched/sched/sched_waitid.c
##
@@ -143,6 +143,14 @@ int nx_waitid(int idtype, id_t id, FAR siginfo_t *info,
int options)
sig
xiaoxiang781216 merged pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 4cc38ca sched: Fix nx_waitid(), nx_
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 095ffb5 Publishing web
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 81abbcb75ce9875ebc879be5b3d7097a64fe9264
Author: Masayuki Ishikawa
AuthorDate: Sat Nov 14 18:47:30 2020 +090
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 4cc38ca sched: Fix nx_waitid(), nx_waitpid(), nxtask_exithook() for
SMP
new 812257d arch: armv7-a
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 064451b4ee35aa8de0616882381b51cca3859d83
Author: Masayuki Ishikawa
AuthorDate: Sat Nov 14 18:41:28 2020 +090
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 a20463642e2f2b60d27122bd9bdc9327e4e08d91
Author: Masayuki Ishikawa
AuthorDate: Sat Nov 14 18:30:38 2020 +090
xiaoxiang781216 commented on pull request #2299:
URL: https://github.com/apache/incubator-nuttx/pull/2299#issuecomment-727287441
LGTM.
This is an automated message from the Apache Git Service.
To respond to the message, pleas
xiaoxiang781216 merged pull request #2299:
URL: https://github.com/apache/incubator-nuttx/pull/2299
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 812257d058737a608bb8610026d4cdd77ae1138b
Author: Masayuki Ishikawa
AuthorDate: Sat Nov 14 18:14:14 2020 +090
xiaoxiang781216 closed pull request #2230:
URL: https://github.com/apache/incubator-nuttx/pull/2230
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on pull request #2230:
URL: https://github.com/apache/incubator-nuttx/pull/2230#issuecomment-727293112
@fckruegel please cherry-pick this patch to your master to resolve the
conflict:
https://github.com/xiaoxiang781216/incubator-nuttx/commit/4fbe15d9cfa599bd044
patacongo commented on a change in pull request #2298:
URL: https://github.com/apache/incubator-nuttx/pull/2298#discussion_r523594022
##
File path: sched/sched/sched_waitid.c
##
@@ -143,6 +143,14 @@ int nx_waitid(int idtype, id_t id, FAR siginfo_t *info,
int options)
sigemp
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 03284a0 Fix license headers on Make.defs and Makefile
new 780891f examples/media/media_main.c
xiaoxiang781216 commented on pull request #476:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/476#issuecomment-727293670
LGTM.
This is an automated message from the Apache Git Service.
To respond to the message, p
xiaoxiang781216 merged pull request #476:
URL: https://github.com/apache/incubator-nuttx-apps/pull/476
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
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
commit c408462892a112ff94f10f25b7870e2b3e94f6b6
Author: YAMAMOTO Takashi
AuthorDate: Sat Nov 14 08:54:51 2020
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
commit 473fef4e58c4c9d43f8b2fd41441c66f06a78c23
Author: YAMAMOTO Takashi
AuthorDate: Sat Nov 14 08:53:18 2020
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
commit fa727e08f199141673b1b768bcc904cdd9e965d4
Author: YAMAMOTO Takashi
AuthorDate: Sat Nov 14 08:48:38 2020
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
commit 0d3fde2d6b748950fadb31dba38fb0d727ce8e50
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 19:58:14 2020
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
commit 780891f8aacaa88c048546a1fc9e28aec30dd682
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 19:54:28 2020
longhuarst commented on issue #2197:
URL:
https://github.com/apache/incubator-nuttx/issues/2197#issuecomment-727300114
> Hi @longhuarst the tms570 port was done a long time ago. But I didn't see
people interested on it. Only the basic port it present. It means that if you
want SPI, I2C, e
xiaoxiang781216 commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r523691616
##
File path: arch/sim/include/types.h
##
@@ -69,13 +69,41 @@ typedef unsigned char _uint8_t;
typedef signed short _int16_t;
btashton commented on issue #2092:
URL:
https://github.com/apache/incubator-nuttx/issues/2092#issuecomment-727361681
I think there are very bad things happening here. I cleaned up some
configuration settings so the initial file writing works, but I am seeing what
looks like inodes being
btashton commented on issue #2092:
URL:
https://github.com/apache/incubator-nuttx/issues/2092#issuecomment-727371122
This is also highly suspicious `EVwni0b4` should be the first inode. It
looks like this is getting totally corrupted when the new files are written.
Before the writing o
btashton commented on a change in pull request #2282:
URL: https://github.com/apache/incubator-nuttx/pull/2282#discussion_r523703756
##
File path: drivers/audio/cxd56_src.c
##
@@ -0,0 +1,606 @@
+/
+ * d
fckruegel commented on pull request #2230:
URL: https://github.com/apache/incubator-nuttx/pull/2230#issuecomment-727528758
>
>
> @fckruegel please cherry-pick this patch to your master to resolve the
conflict:
>
[xiaoxiang781216@4fbe15d](https://github.com/xiaoxiang781216/incuba
41 matches
Mail list logo