xiaoxiang781216 commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1438071951
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INT
jlaitine commented on code in PR #11422:
URL: https://github.com/apache/nuttx/pull/11422#discussion_r1438067907
##
drivers/net/Kconfig:
##
@@ -392,6 +392,18 @@ menuconfig NET_W5500
References:
W5500 Datasheet, Version 1.0.9, 2013 WIZnet Co., Ltd.
yf13 opened a new pull request, #11465:
URL: https://github.com/apache/nuttx/pull/11465
## Summary
Changes:
- Documentation/platforms/risc-v/k230 revised for both modes
- arch/risc-v/include/k230/irq.h add S-mode IRQs
- under arch/risc-v/src/k230 folder:
yf13 opened a new pull request, #11464:
URL: https://github.com/apache/nuttx/pull/11464
## Summary
log messages from binfmt are very much.
this is to adjust levels of a few based on debugging experiences. These
non-critical logs were marked as errors. So we likely can adjust them a
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 346e8999 Publishing web: 36ddd7c6
anchao merged PR #11461:
URL: https://github.com/apache/nuttx/pull/11461
--
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...@nuttx.apach
This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new f7fb816235 sim: make the cmake version of hostfs
pkarashchenko commented on code in PR #11422:
URL: https://github.com/apache/nuttx/pull/11422#discussion_r1437916558
##
drivers/net/Kconfig:
##
@@ -392,6 +392,18 @@ menuconfig NET_W5500
References:
W5500 Datasheet, Version 1.0.9, 2013 WIZnet Co.,
pkarashchenko commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1437915629
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_va
pkarashchenko commented on issue #11462:
URL: https://github.com/apache/nuttx/issues/11462#issuecomment-1871609640
I'm not sure how to fix this especially when the part of the code is
relocated to SRAM.
--
This is an automated message from the Apache Git Service.
To respond to the message
pkarashchenko commented on code in PR #11447:
URL: https://github.com/apache/nuttx/pull/11447#discussion_r1437910830
##
include/nuttx/streams.h:
##
@@ -205,6 +205,12 @@ struct lib_rawoutstream_s
intfd;
};
+struct lib_fileoutstream_s
+{
+ struct lib_out
pkarashchenko commented on code in PR #10869:
URL: https://github.com/apache/nuttx/pull/10869#discussion_r1437910444
##
include/sys/types.h:
##
@@ -121,20 +121,27 @@ typedef uint16_t size_t;
typedef int16_t ssize_t;
typedef uint16_t rsize_t;
+/* uid_t is used fo
maxikrie commented on issue #11297:
URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1871484405
I would very much be interested in this and could potentially help with
testing/adding features. @raiden00pl
--
This is an automated message from the Apache Git Service.
To respo
maxikrie opened a new issue, #11463:
URL: https://github.com/apache/nuttx/issues/11463
I noticed, that the ps command of the NSH library broke between release 12.0
and 12.1.
Specifically, I am testing the nucleo-h743zi2:nsh config, where I enabled
CONFIG_FS_PROCFS and CONFIG_NSH_ARC
maxikrie commented on issue #11438:
URL: https://github.com/apache/nuttx/issues/11438#issuecomment-1871475570
Thanks for pointing me to the relevant file. Unfortunately, your proposed
fix doesn't resolve the issue, but results in
`#define CONFIG_VERSION_STRING "12.3.0`
`"#define CONFI
yamt commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437854940
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INTERPRETERS_W
xiaoxiang781216 opened a new issue, #11462:
URL: https://github.com/apache/nuttx/issues/11462
Report from all ci console, like this:
https://github.com/apache/nuttx/actions/runs/7347758008/job/20004759931
--
This is an automated message from the Apache Git Service.
To respond to the mes
xiaoxiang781216 commented on issue #11452:
URL: https://github.com/apache/nuttx/issues/11452#issuecomment-1871419971
In this case, we should regenerate Makefile?
--
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 1768e7868b tools/Unix.mk:change `incdir` to a
xiaoxiang781216 merged PR #11460:
URL: https://github.com/apache/nuttx/pull/11460
--
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...@nu
xiaoxiang781216 commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437833385
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INT
yamt opened a new pull request, #11461:
URL: https://github.com/apache/nuttx/pull/11461
## Summary
sim: make the cmake version of hostfs build similar to the Makefile one
## Impact
solve https://github.com/apache/nuttx/pull/11458#issuecomment-1870297510
## Testing
yamt commented on code in PR #11458:
URL: https://github.com/apache/nuttx/pull/11458#discussion_r1437794652
##
arch/sim/src/sim/sim_checknuttxtypes.c:
##
@@ -0,0 +1,100 @@
+/
+ * arch/sim/src/sim/sim_che
yamt commented on PR #11458:
URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1871359913
> > > @yamt please include a git log message explaining more about it.
> >
> >
> > what kind of extra info do you want to see?
>
> Just why you decided to include the asserti
acassis commented on PR #11383:
URL: https://github.com/apache/nuttx/pull/11383#issuecomment-1871298343
@jianglianfang before we merge it, could you please confirm that this
tutorial still working after your modifications:
https://nuttx.apache.org/docs/latest/platforms/sim/sim/index.html#ru
TimJTi commented on code in PR #11423:
URL: https://github.com/apache/nuttx/pull/11423#discussion_r1437750494
##
drivers/mtd/at25ee.c:
##
@@ -0,0 +1,1033 @@
+/
+ * drivers/mtd/at25ee.c
+ *
+ * Licensed t
acassis commented on code in PR #11423:
URL: https://github.com/apache/nuttx/pull/11423#discussion_r1437749238
##
drivers/mtd/at25ee.c:
##
@@ -0,0 +1,1033 @@
+/
+ * drivers/mtd/at25ee.c
+ *
+ * Licensed
acassis commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1871293949
@Gary-Hobson please include the summary information in the git commit message
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
acassis commented on code in PR #11458:
URL: https://github.com/apache/nuttx/pull/11458#discussion_r1437747057
##
arch/sim/src/sim/sim_checknuttxtypes.c:
##
@@ -0,0 +1,100 @@
+/
+ * arch/sim/src/sim/sim_
acassis commented on PR #11458:
URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1871289545
> > @yamt please include a git log message explaining more about it.
>
> what kind of extra info do you want to see?
Just why you decided to include the assertions. Was it fai
acassis commented on issue #11452:
URL: https://github.com/apache/nuttx/issues/11452#issuecomment-1871287216
@pkarashchenko any idea?
--
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
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new d9b8a0ee6 drivertest: Fix drivertest_audi
xiaoxiang781216 merged PR #2243:
URL: https://github.com/apache/nuttx-apps/pull/2243
--
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.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 4d9f2e369 optional argument for generated
xiaoxiang781216 merged PR #2244:
URL: https://github.com/apache/nuttx-apps/pull/2244
--
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...
xuxin930 commented on code in PR #11460:
URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437644269
##
tools/Unix.mk:
##
@@ -27,8 +27,10 @@ endif
# Build any necessary tools needed early in the build.
# incdir - Is needed immediately by all Make.defs file.
+ifeq
xuxin930 commented on code in PR #11460:
URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437644269
##
tools/Unix.mk:
##
@@ -27,8 +27,10 @@ endif
# Build any necessary tools needed early in the build.
# incdir - Is needed immediately by all Make.defs file.
+ifeq
xuxin930 commented on code in PR #11460:
URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437644269
##
tools/Unix.mk:
##
@@ -27,8 +27,10 @@ endif
# Build any necessary tools needed early in the build.
# incdir - Is needed immediately by all Make.defs file.
+ifeq
xuxin930 commented on code in PR #11460:
URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437500778
##
tools/Unix.mk:
##
@@ -27,8 +27,10 @@ endif
# Build any necessary tools needed early in the build.
# incdir - Is needed immediately by all Make.defs file.
+ifeq
yamt commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437492288
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INTERPRETERS_W
xiaoxiang781216 commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437477025
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INT
yamt commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437475267
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INTERPRETERS_W
yamt commented on PR #2226:
URL: https://github.com/apache/nuttx-apps/pull/2226#issuecomment-1870936630
> > > Remove @ tag from all comments
> >
> >
> > why?
>
> Because all NuttX native comments don't use @, which are copied from other
code base to identify the special ele
xiaoxiang781216 commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437471579
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INT
xiaoxiang781216 commented on PR #2226:
URL: https://github.com/apache/nuttx-apps/pull/2226#issuecomment-1870927276
> > Remove @ tag from all comments
>
> why?
Because all NuttX native comments don't use @, which are copied from other
code base to identify the special element.
xiaoxiang781216 commented on code in PR #11460:
URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437466093
##
tools/Unix.mk:
##
@@ -27,8 +27,10 @@ endif
# Build any necessary tools needed early in the build.
# incdir - Is needed immediately by all Make.defs file.
46 matches
Mail list logo