Donny9 opened a new pull request, #6159:
URL: https://github.com/apache/incubator-nuttx/pull/6159
## Summary
driver/ioexpander: remove response about irq_handler
Signed-off-by: Jiuzhu Dong
## Impact
normal using rpmsg ioexpander in irq mode
## Testing
Ci
-
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 db54b0b836 arm/assert: fix build war
xiaoxiang781216 merged PR #6158:
URL: https://github.com/apache/incubator-nuttx/pull/6158
--
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
hotislandn commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859420206
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct
riscv_mtimer_lowerhalf_s *priv,
masayuki2009 commented on PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#issuecomment-1110565531
>Tested on this RV64 SoC in our project: use the MTIMER as the OS tick.
@hotislandn
Could you tell us the name of the SoC?
--
This is an automated message fro
hotislandn commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859401169
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct
riscv_mtimer_lowerhalf_s *priv,
xiaoxiang781216 commented on PR #6069:
URL: https://github.com/apache/incubator-nuttx/pull/6069#issuecomment-1110545442
BTW, please keep up_addrenv_vheap related change in one patch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
xiaoxiang781216 commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859383155
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops =
static uint64_t riscv_mtim
xiaoxiang781216 commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859382943
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct
riscv_mtimer_lowerhalf_s *priv,
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 587145a881 riscv/Makefile: Delete ol
xiaoxiang781216 merged PR #6156:
URL: https://github.com/apache/incubator-nuttx/pull/6156
--
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
anchao opened a new pull request, #6158:
URL: https://github.com/apache/incubator-nuttx/pull/6158
## Summary
arm/assert: fix build warning on clang
common/arm_assert.c:80:14: warning: format specifies type 'unsigned int' but
the argument has type 'uint32_t' (aka 'unsign
LingaoM opened a new pull request, #6157:
URL: https://github.com/apache/incubator-nuttx/pull/6157
When device not support byte read or readlen less than
device block size, will use `dev->buffer` as dst address.
`CFGDIOC_FIRSTCONFIG` and `CFGDIOC_NEXTCONFIG` should also
malloc bu
yamt opened a new pull request, #1155:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1155
## Summary
## Impact
## Testing
--
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 t
Ouss4 opened a new pull request, #6156:
URL: https://github.com/apache/incubator-nuttx/pull/6156
## Summary
This target seems to have been added with the initial support
https://github.com/apache/incubator-nuttx/commit/201a32cf8cfa0302a2843f36111f6a90d0faad19
and was used for debuggi
hotislandn commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859280109
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct
riscv_mtimer_lowerhalf_s *priv,
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 8fbac75 Publishing web
masayuki2009 commented on PR #6134:
URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1110343817
@pussuw
>I confirmed that maix-bit:smp works on real hardware.
I noticed that fpu_test works ** without ** this PR on maix-bit (real
hardware).
So I think th
yamt commented on code in PR #6152:
URL: https://github.com/apache/incubator-nuttx/pull/6152#discussion_r859210695
##
libs/libc/stdio/lib_libfilesem.c:
##
@@ -95,6 +95,47 @@ void lib_take_semaphore(FAR struct file_struct *stream)
}
}
+/***
pussuw commented on code in PR #6052:
URL: https://github.com/apache/incubator-nuttx/pull/6052#discussion_r859209235
##
arch/risc-v/include/syscall.h:
##
@@ -124,16 +124,10 @@
#define SYS_signal_handler_return (7)
#endif /* !CONFIG_BUILD_FLAT */
-#if defined (CONFIG_ARCH_USE
pussuw commented on code in PR #6052:
URL: https://github.com/apache/incubator-nuttx/pull/6052#discussion_r859209235
##
arch/risc-v/include/syscall.h:
##
@@ -124,16 +124,10 @@
#define SYS_signal_handler_return (7)
#endif /* !CONFIG_BUILD_FLAT */
-#if defined (CONFIG_ARCH_USE
pussuw commented on PR #6069:
URL: https://github.com/apache/incubator-nuttx/pull/6069#issuecomment-1110321064
> @pussuw the change looks good. Could you reorg your patchset to remove the
immediate change? I think three patch may enough:
>
> 1. arch specific change
>
>
pussuw commented on code in PR #6069:
URL: https://github.com/apache/incubator-nuttx/pull/6069#discussion_r859204672
##
arch/z80/src/z180/z180_mmu.c:
##
@@ -375,6 +375,33 @@ int up_addrenv_vdata(FAR group_addrenv_t *addrenv,
uintptr_t textsize,
return CONFIG_Z180_COMMON1AREA
xiaoxiang781216 opened a new pull request, #6155:
URL: https://github.com/apache/incubator-nuttx/pull/6155
## Summary
and migrate MAXOPTIMIZATION into ARCHOPTIMIZATION
## Impact
Code refactor
## Testing
Pass CI
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on code in PR #6052:
URL: https://github.com/apache/incubator-nuttx/pull/6052#discussion_r859047756
##
arch/risc-v/include/syscall.h:
##
@@ -124,16 +124,10 @@
#define SYS_signal_handler_return (7)
#endif /* !CONFIG_BUILD_FLAT */
-#if defined (CONFIG
xiaoxiang781216 commented on PR #6069:
URL: https://github.com/apache/incubator-nuttx/pull/6069#issuecomment-1110116926
@pussuw the change looks good. Could you reorg your patchset to remove the
immediate change?
I think three patch may enough:
1. arch specific change
2. mpfs sp
xiaoxiang781216 commented on code in PR #6069:
URL: https://github.com/apache/incubator-nuttx/pull/6069#discussion_r859018360
##
arch/z80/src/z180/z180_mmu.c:
##
@@ -375,6 +375,33 @@ int up_addrenv_vdata(FAR group_addrenv_t *addrenv,
uintptr_t textsize,
return CONFIG_Z180_CO
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 3dc07ac6b4 sched:fix mq_timedsend de
xiaoxiang781216 merged PR #6153:
URL: https://github.com/apache/incubator-nuttx/pull/6153
--
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
xiaoxiang781216 commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859010506
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct
riscv_mtimer_lowerhalf_s *priv,
xiaoxiang781216 commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859008989
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops =
static uint64_t riscv_mtim
XinStellaris opened a new pull request, #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154
Signed-off-by: 田昕
## Summary
tcp_selectport choose initial port based on system time, this is not so
random if a tcp connection is established just after system is booted.
Espe
pkarashchenko commented on code in PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858595191
##
include/nuttx/compiler.h:
##
@@ -379,9 +379,11 @@
# if defined(__clang__)
#define no_builtin(n) __attribute__((no_builtin(n)))
-# else
+# eli
xiaoxiang781216 commented on code in PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858573952
##
include/nuttx/compiler.h:
##
@@ -379,9 +379,11 @@
# if defined(__clang__)
#define no_builtin(n) __attribute__((no_builtin(n)))
-# else
+# e
hotislandn commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r858580154
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops =
static uint64_t riscv_mtimer_ge
xiaoxiang781216 commented on code in PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858573952
##
include/nuttx/compiler.h:
##
@@ -379,9 +379,11 @@
# if defined(__clang__)
#define no_builtin(n) __attribute__((no_builtin(n)))
-# else
+# e
xiaoxiang781216 commented on code in PR #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r858563130
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops =
static uint64_t riscv_mtim
anjiahao1 opened a new pull request, #6153:
URL: https://github.com/apache/incubator-nuttx/pull/6153
Signed-off-by: anjiahao
--
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
pkarashchenko commented on code in PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858491242
##
include/nuttx/net/ioctl.h:
##
@@ -112,8 +112,12 @@
/* SocketCAN /
-#define SIOCGCAN
pkarashchenko commented on code in PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858491242
##
include/nuttx/net/ioctl.h:
##
@@ -112,8 +112,12 @@
/* SocketCAN /
-#define SIOCGCAN
pussuw commented on PR #6134:
URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1109545726
I have never used any emulated environment so obviously I did not notice
this issue. I ran several tests with FPU enabled/disabled and with
flat/protected mode, and both work with
PetervdPerk-NXP commented on code in PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858471777
##
include/nuttx/net/ioctl.h:
##
@@ -112,8 +112,12 @@
/* SocketCAN /
-#define SIOCGC
maht opened a new pull request, #6152:
URL: https://github.com/apache/incubator-nuttx/pull/6152
## Summary
Add flockfile(), ftrylockfile() and funlockfile() functions [1]
when the CONFIG_STDIO_DISABLE_BUFFERING is not set.
[1] POSIX.1-2008 / System Interfaces / flockfile
masayuki2009 commented on PR #6134:
URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1109525750
>@masayuki2009 I am not able to reproduce on hardware (mpfs icicle:nsh):
@pussuw
I confirmed that `maix-bit:smp` works on real hardware.
```
nsh> uname
pkarashchenko commented on code in PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858451163
##
include/nuttx/net/ioctl.h:
##
@@ -112,8 +112,12 @@
/* SocketCAN /
-#define SIOCGCAN
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.git
from 09c6b02017 Documentation:fix error describe on message queue
add fc16cfaefe Correct the code alig
pkarashchenko merged PR #6149:
URL: https://github.com/apache/incubator-nuttx/pull/6149
--
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
pkarashchenko commented on code in PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858438817
##
include/nuttx/compiler.h:
##
@@ -379,9 +379,11 @@
# if defined(__clang__)
#define no_builtin(n) __attribute__((no_builtin(n)))
-# else
+# eli
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 09c6b02017 Documentation:fix error d
xiaoxiang781216 merged PR #6150:
URL: https://github.com/apache/incubator-nuttx/pull/6150
--
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
hotislandn opened a new pull request, #6151:
URL: https://github.com/apache/incubator-nuttx/pull/6151
This is the workaround for an RV64 SoC that does not has memory mapped regs
of the MTIMER current value, what's more, it does not allow for writing MTIMER
compare reg in 64bit mode. However
pussuw commented on PR #6134:
URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1109449088
I'm wondering if this is somehow related:
https://github.com/apache/incubator-nuttx/pull/6125
This PR:
https://github.com/apache/incubator-nuttx/pull/6101
Changed
anjiahao1 opened a new pull request, #6150:
URL: https://github.com/apache/incubator-nuttx/pull/6150
Signed-off-by: anjiahao
this describe is error
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
xiaoxiang781216 commented on code in PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858355943
##
include/nuttx/compiler.h:
##
@@ -379,9 +379,11 @@
# if defined(__clang__)
#define no_builtin(n) __attribute__((no_builtin(n)))
-# else
+# e
xiaoxiang781216 commented on code in PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858355943
##
include/nuttx/compiler.h:
##
@@ -379,9 +379,11 @@
# if defined(__clang__)
#define no_builtin(n) __attribute__((no_builtin(n)))
-# else
+# e
yamt commented on PR #4300:
URL: https://github.com/apache/incubator-nuttx/pull/4300#issuecomment-1109423273
ok. thank you.
--
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.
no1wudi commented on PR #4300:
URL: https://github.com/apache/incubator-nuttx/pull/4300#issuecomment-1109421624
We plan to support libc-wasi in future, but we don't have such patches now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
57 matches
Mail list logo