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 dca5a3483f2e2f8223e6b80ea3872ba5682a20fd
Author: Xiang Xiao
AuthorDate: Mon Oct 17 00:50:59 2022 +0800
d
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 dee38ce3e8b0711e2e8096a7d95160b23d9b299f
Author: anjiahao
AuthorDate: Tue Sep 6 14:18:45 2022 +0800
arch
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 0dfd1f004d esp32-devkitc: Add board support to Rotary Encoder
new d1d46335df Replace nxsem API when us
masayuki2009 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280409034
>@masayuki2009 I try rv-virt:knsh64 with the last mainline:
Oh, really?
`rv-virt:knsh64` works with the latest master.
```
+ /home/ishikawa/opensource/QEMU/
masayuki2009 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280425895
>Oh, really? rv-virt:knsh64 works with the latest master.
@xiaoxiang781216
However, if I merged the 5 commits in this PR to the latest master manually,
the same ass
masayuki2009 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280429503
@xiaoxiang781216
`saber-6quad:knsh` has the same issue with this PR.
```
+ /home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-arm -semihosting
-M sabrelit
xiaoxiang781216 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280465542
Is my version too low?
```
version
QEMU emulator version 7.0.50 (v7.0.0-1512-gca127b3fc2)
Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers
masayuki2009 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280503809
>Here is my step:
@xiaoxiang781216
I'll update the README.txt for rv-virt.
--
This is an automated message from the Apache Git Service.
To respond to the mess
masayuki2009 opened a new pull request, #7333:
URL: https://github.com/apache/incubator-nuttx/pull/7333
## Summary
- This commit updates README.txt regarding how to build kernel and apps for
BUILD_KERNEL
- Also update on parallel build for BUILD_FLAT
## Impact
- None
masayuki2009 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280516211
>@xiaoxiang781216
>I'll update the README.txt for rv-virt.
Please follow the instructions in the following PR.
https://github.com/apache/incubator-nuttx/pull/7333
wengzhe opened a new pull request, #7334:
URL: https://github.com/apache/incubator-nuttx/pull/7334
## Summary
- arch/sim: calling txdone callback after devif_loopback in netdriver
- When devif_loopback handles a packet (like a ping targeting at this
dev), it does not call the txdone
xiaoxiang781216 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280611326
> > @xiaoxiang781216
> > I'll update the README.txt for rv-virt.
>
> Please follow the instructions in the following PR. #7333
@masayuki2009 thanks, I can r
masayuki2009 commented on PR #7319:
URL: https://github.com/apache/incubator-nuttx/pull/7319#issuecomment-1280613569
@xiaoxiang781216
I think most of the changes in the first commit relate to style changes.
So it would be better to separate the commit to style changes and fix
warning
xiaoxiang781216 merged PR #7333:
URL: https://github.com/apache/incubator-nuttx/pull/7333
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubs
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 dca5a3483f drivers: Destroy mutex and sem in the error path
add c2caccf1d0 boards: rv-virt: Update RE
xiaoxiang781216 commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1280701868
@btashton the storage is still full:
https://github.com/apache/incubator-nuttx/actions/runs/3262925794/jobs/5360800214
--
This is an automated message from the Apache
zouboan opened a new pull request, #7335:
URL: https://github.com/apache/incubator-nuttx/pull/7335
## Summary
1、Add support of spin_lock for LEON3 and LEON4
2、Build CMN_SRCS in common directory to keep up with other arch
## Impact
sparc
## Testing
ci
--
This is an aut
xiaoxiang781216 commented on PR #7319:
URL: https://github.com/apache/incubator-nuttx/pull/7319#issuecomment-1280711122
Done.
--
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 go to the specific comment.
tmedicci commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996990918
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/s
tmedicci commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996992287
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/s
tmedicci commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996992493
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/s
tmedicci commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996993205
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/s
tmedicci commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997004621
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/s
acassis merged PR #1355:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1355
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr.
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 75455d378 nshlib: Reuse nsh_sessi
tmedicci commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997005906
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/s
acassis commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997019344
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/sr
acassis commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997024199
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/sr
acassis commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997024954
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/sr
acassis commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997025464
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xtensa/sr
acassis commented on code in PR #1349:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1349#discussion_r997027810
##
examples/tcp_ipc_client/Kconfig:
##
@@ -0,0 +1,31 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.
pkarashchenko merged PR #1356:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1356
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-uns
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
from 75455d378 nshlib: Reuse nsh_session logic in nsh_telnetmain
add 6944c5a0a nshlib: Fix warnin
acassis commented on code in PR #7335:
URL: https://github.com/apache/incubator-nuttx/pull/7335#discussion_r997049839
##
arch/sparc/include/spinlock.h:
##
@@ -44,12 +44,10 @@
/* The Type of a spinlock.
*
- * This must be a uint32_ becaue it will be set using S32C1I instruct
gustavonihei commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997056540
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xten
gustavonihei commented on code in PR #7328:
URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997057004
##
arch/xtensa/src/esp32/esp32_qencoder.c:
##
@@ -0,0 +1,840 @@
+/
+ * arch/xten
btashton commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1280926009
Hmm seems like building qemu is taking a lot of disk space. Do we actually
need it to be part of the build image, or should it be a different container?
If it was we could just h
btashton commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1280936210
Another option is to just install the ubuntu packages for qemu. Is there a
reason we need to be building it?
--
This is an automated message from the Apache Git Service.
To res
acassis opened a new pull request, #7336:
URL: https://github.com/apache/incubator-nuttx/pull/7336
## Summary
Fix small issues and typos
## Impact
Only for esp32_qencoder
## Testing
esp32-devkitc
--
This is an automated message from the Apache Git Service.
To respond to
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997208581
##
include/nuttx/mqueue.h:
##
@@ -83,16 +83,23 @@
* Public Type Declarations
/
+
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997208839
##
sched/mqueue/msginternal.c:
##
@@ -0,0 +1,137 @@
+/
+ * sched/mqueue/msginternal.c
xiaoxiang781216 opened a new pull request, #7337:
URL: https://github.com/apache/incubator-nuttx/pull/7337
## Summary
## Impact
Style only fix
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiaoxiang781216 opened a new pull request, #7338:
URL: https://github.com/apache/incubator-nuttx/pull/7338
## Summary
## Impact
Remove the unused fiq stack
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
xiaoxiang781216 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1281088276
@masayuki2009 the problem is fixed by:
https://github.com/apache/incubator-nuttx/pull/7318/commits/859d58406cedef1c875f25966e5086aab711f9e6
binfmt_copyargv return NUL
xiaoxiang781216 merged PR #7335:
URL: https://github.com/apache/incubator-nuttx/pull/7335
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubs
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 c2caccf1d0 boards: rv-virt: Update README.txt
add 9b55b0af63 arch/sparc add support of spinlock for L
xiaoxiang781216 commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997303996
##
include/nuttx/mqueue.h:
##
@@ -83,16 +83,23 @@
* Public Type Declarations
xiaoxiang781216 commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997306041
##
include/nuttx/mqueue.h:
##
@@ -83,16 +83,23 @@
* Public Type Declarations
xiaoxiang781216 merged PR #7336:
URL: https://github.com/apache/incubator-nuttx/pull/7336
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubs
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 0e091b2486 esp32_qencoder: Fix small
acassis merged PR #1349:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1349
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr.
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c90866141 Client & Server example
masayuki2009 merged PR #7332:
URL: https://github.com/apache/incubator-nuttx/pull/7332
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr.
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
The following commit(s) were added to refs/heads/master by this push:
new c6f3ad3da5 boards/sim: Enable CONFIG_
masayuki2009 merged PR #7338:
URL: https://github.com/apache/incubator-nuttx/pull/7338
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr.
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
The following commit(s) were added to refs/heads/master by this push:
new 4fab2b9501 arch/armv7-[a|r]: Don't de
masayuki2009 commented on code in PR #7319:
URL: https://github.com/apache/incubator-nuttx/pull/7319#discussion_r997589673
##
fs/procfs/fs_procfs.c:
##
@@ -858,14 +843,16 @@ static int procfs_readdir(FAR struct inode *mountpt,
* subdirectory are listed in order in the pr
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 9f631bd Publishing web
ttnie commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1281694106
> Another option is to just install the ubuntu packages for qemu. Is there a
reason we need to be building it?
update to install qemu instead of building it.
--
This is an
xiaoxiang781216 commented on code in PR #7319:
URL: https://github.com/apache/incubator-nuttx/pull/7319#discussion_r997644483
##
fs/procfs/fs_procfs.c:
##
@@ -858,14 +843,16 @@ static int procfs_readdir(FAR struct inode *mountpt,
* subdirectory are listed in order in the
xiaoxiang781216 merged PR #7334:
URL: https://github.com/apache/incubator-nuttx/pull/7334
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubs
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 cb25a9dee30838b66d5f7834fffa9e5449d7014a
Author: Zhe Weng
AuthorDate: Fri Oct 14 14:25:45 2022 +0800
ar
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 d8f35cf1b620cf10be30924e61fd30c9828a6006
Author: Zhe Weng
AuthorDate: Mon Oct 17 11:45:02 2022 +0800
ar
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 4fab2b9501 arch/armv7-[a|r]: Don't define fiq stack if
CONFIG_ARMV7A_DECODEFIQ=n
new cb25a9dee3 arch
FASTSHIFT commented on PR #7268:
URL: https://github.com/apache/incubator-nuttx/pull/7268#issuecomment-1281844948
@gustavonihei
Can you help test other ESP32 boards? :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
pkarashchenko merged PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 ecb80dd888 install qemu on docke
yamt opened a new pull request, #7339:
URL: https://github.com/apache/incubator-nuttx/pull/7339
## Summary
After the retirement of CONFIG_SCHED_EXIT_KILL_CHILDREN, [1] the behavior is
now effectively controlled by
CONFIG_SCHED_CHILD_STATUS, which is IMO confusing. (It was even surp
masayuki2009 merged PR #7319:
URL: https://github.com/apache/incubator-nuttx/pull/7319
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr.
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 ecb80dd888 install qemu on docker
add befc748460 fs/procfs: Simplify the code logic and fix the style
xiaoxiang781216 opened a new pull request, #7340:
URL: https://github.com/apache/incubator-nuttx/pull/7340
## Summary
## Impact
Minor
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jerpelea merged PR #7337:
URL: https://github.com/apache/incubator-nuttx/pull/7337
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@n
This is an automated email from the ASF dual-hosted git repository.
jerpelea 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 6b31918b42 Remove the unnecessary cas
73 matches
Mail list logo