anchao commented on issue #10416:
URL: https://github.com/apache/nuttx/issues/10416#issuecomment-1770170073
Thanks for the clear explanation, I followed your suggestion to separate
CONFIG_ASSERTIONS_FILENAME from CONFIG_DEBUG_ASSERTIONS_FILENAME, and remove
the coupling between assert(3) wi
anchao opened a new pull request, #10978:
URL: https://github.com/apache/nuttx/pull/10978
## Summary
debug/assert: decouple configuration of show file name feature
add new config CONFIG_ASSERTIONS_FILENAME to library call assert(3) to
decouple with CONFIG_DEBUG_ASSERTIONS
SPRESENSE opened a new issue, #10977:
URL: https://github.com/apache/nuttx/issues/10977
It seems that there is a bug that causes connect() to fail with an EACCES
error when CONFIG_NET_USRSOCK is enabled.
This bug appears to have been introduced in the PR of
https://github.com/apache/nutt
xiaoxiang781216 commented on PR #10976:
URL: https://github.com/apache/nuttx/pull/10976#issuecomment-1770065655
@halyssonJr please rebase your patch, ci broken is fixed by
https://github.com/apache/nuttx/pull/10975.
--
This is an automated message from the Apache Git Service.
To respond t
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 04f834290c ucans32k146/se05x: Refresh defconfig a
anchao merged PR #10975:
URL: https://github.com/apache/nuttx/pull/10975
--
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
nealef commented on issue #10898:
URL: https://github.com/apache/nuttx/issues/10898#issuecomment-1769833860
I've scheduled a signal handler (if one exists for that tid). If not we
panic as before. It's when we leave `exception_common` that there's a problem.
--
This is an automated messa
ThePassionate opened a new pull request, #2141:
URL: https://github.com/apache/nuttx-apps/pull/2141
check whether getrandom has '/dev/urandom' or '/dev/random' support during
code linking
needed by patch https://github.com/apache/nuttx/pull/10925
Signed-off-by: makejian
--
acassis commented on issue #10965:
URL: https://github.com/apache/nuttx/issues/10965#issuecomment-1769709441
Thank you @TheCranston for following with the WiFi and Low Power debugging!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
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 c680244e Publishing web: 290961ea
halyssonJr opened a new pull request, #10976:
URL: https://github.com/apache/nuttx/pull/10976
## Summary
Add new board ES32-2432S028 board (Reference :
https://www.openhasp.com/0.7.0/hardware/sunton/esp32-2432s028/)
## Impact
New feature
## Testing
Pass CI
--
This is an
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/nuttx-apps.git
commit cd1d855a714c19182a647bea1113aa23736f97de
Author: Michal Lenc
AuthorDate: Tue Oct 17 13:55:02 2023 +0200
testin
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 839829751 examples/foc: add an option to call nxscope work from
control thread
new cd1d855a7 testing/scanft
acassis merged PR #2139:
URL: https://github.com/apache/nuttx-apps/pull/2139
--
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.a
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/nuttx-apps.git
commit a4ceb82d67051cb9a37f268051cc3bb17ebbeb7d
Author: Michal Lenc
AuthorDate: Tue Oct 17 22:57:43 2023 +0200
testin
TaiJuWu commented on issue #1989:
URL: https://github.com/apache/nuttx-apps/issues/1989#issuecomment-1769236926
No. I just used nsh:smp as my default setting. I will try using tickless
mode this weekend.
--
This is an automated message from the Apache Git Service.
To respond to the messag
xiaoxiang781216 opened a new pull request, #10975:
URL: https://github.com/apache/nuttx/pull/10975
## Summary
## Impact
## Testing
ci
--
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
xiaoxiang781216 commented on code in PR #10974:
URL: https://github.com/apache/nuttx/pull/10974#discussion_r1364438276
##
include/sys/endian.h:
##
@@ -52,15 +52,15 @@
/* Common byte swapping macros */
#ifdef CONFIG_HAVE_BUILTIN_BSWAP16
-# define __swap_uint16 __builtin_bswa
xiaoxiang781216 commented on issue #10906:
URL: https://github.com/apache/nuttx/issues/10906#issuecomment-1769109093
@fdcavalcanti could you send your patch for review?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
xiaoxiang781216 commented on issue #10898:
URL: https://github.com/apache/nuttx/issues/10898#issuecomment-1769107938
@nealef do you want to continue after memfault? the default memfault handler
doesn't support this feature yet, I think you may need skip the broken
instruction before return.
xiaoxiang781216 commented on issue #10454:
URL: https://github.com/apache/nuttx/issues/10454#issuecomment-1769105084
@pkarashchenko do you have time to look at this issue?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
pkarashchenko commented on code in PR #10974:
URL: https://github.com/apache/nuttx/pull/10974#discussion_r1364343018
##
include/sys/endian.h:
##
@@ -52,15 +52,15 @@
/* Common byte swapping macros */
#ifdef CONFIG_HAVE_BUILTIN_BSWAP16
-# define __swap_uint16 __builtin_bswap1
xiaoxiang781216 commented on issue #10931:
URL: https://github.com/apache/nuttx/issues/10931#issuecomment-1769102642
> Thank you @xiaoxiang781216. Are you aware of any major pitfall with regard
to behavior of read/write/poll operations on pipes among threads in the
simulator? I ask because,
xiaoxiang781216 closed issue #10887: how to support ptp
URL: https://github.com/apache/nuttx/issues/10887
--
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
xiaoxiang781216 closed issue #10967: Does this project belong to Xiaomi
Company? 这个项目归属于小米公司么?
URL: https://github.com/apache/nuttx/issues/10967
--
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 s
xiaoxiang781216 commented on issue #10967:
URL: https://github.com/apache/nuttx/issues/10967#issuecomment-1769093392
let's close it, @david1025 if you have more question, please open again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
xiaoxiang781216 commented on PR #10961:
URL: https://github.com/apache/nuttx/pull/10961#issuecomment-1769091174
> Thank you @xiaoxiang781216 I applied temporarily your patch here just to
confirm it will fix the issue. If the CI pass I remove this commit, apply your
PR and rebase my PR with
acassis commented on PR #10961:
URL: https://github.com/apache/nuttx/pull/10961#issuecomment-1769062014
Thank you @xiaoxiang781216 I applied temporarily your patch here just to
confirm it will fix the issue. If the CI pass I remove this commit, apply your
PR and rebase my PR with it.
--
xiaoxiang781216 commented on PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#issuecomment-1769009895
> @xiaoxiang781216 Why?
follow the usage in libc, please search errno and [set|get]_errno in
libs/libc.
--
This is an automated message from the Apache Git Service.
To re
xiaoxiang781216 merged PR #2140:
URL: https://github.com/apache/nuttx-apps/pull/2140
--
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 839829751 examples/foc: add an option to
xiaoxiang781216 commented on code in PR #10961:
URL: https://github.com/apache/nuttx/pull/10961#discussion_r1364255949
##
net/route/net_del_ramroute.c:
##
@@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route,
FAR void *arg)
net_ipv4_dumproute("Compa
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 eed42a12ed libds: add missing observer_b16.c t
xiaoxiang781216 merged PR #10972:
URL: https://github.com/apache/nuttx/pull/10972
--
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 opened a new pull request, #10974:
URL: https://github.com/apache/nuttx/pull/10974
## Summary
so the printf can give the unambiguous format specifier.
## Impact
endian related function
## Testing
ci
--
This is an automated message from the
xiaoxiang781216 commented on code in PR #10961:
URL: https://github.com/apache/nuttx/pull/10961#discussion_r1364152007
##
net/route/net_del_ramroute.c:
##
@@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route,
FAR void *arg)
net_ipv4_dumproute("Compa
davids5 commented on PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#issuecomment-1768812508
@xiaoxiang781216 Why?
--
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.
acassis commented on code in PR #10961:
URL: https://github.com/apache/nuttx/pull/10961#discussion_r1364016806
##
net/route/net_del_ramroute.c:
##
@@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route,
FAR void *arg)
net_ipv4_dumproute("Comparing", r
michallenc commented on code in PR #2139:
URL: https://github.com/apache/nuttx-apps/pull/2139#discussion_r1364010567
##
testing/fstest/fstest_main.c:
##
@@ -1183,6 +1191,11 @@ int main(int argc, FAR char *argv[])
free(ctx->files);
free(ctx);
+ printf("File system tests
acassis commented on issue #1989:
URL: https://github.com/apache/nuttx-apps/issues/1989#issuecomment-1768602322
@TaiJuWu I think this could be a good idea! We need more people testing RR
SCHED. Did you have chance to test RR with Tickeless mode?
--
This is an automated message from the Ap
xiaoxiang781216 commented on PR #2118:
URL: https://github.com/apache/nuttx-apps/pull/2118#issuecomment-1768584058
@leducp please rebase your change, the ci break is fixed by:
https://github.com/apache/nuttx-apps/pull/2131
--
This is an automated message from the Apache Git Service.
To re
acassis commented on code in PR #2065:
URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1363980142
##
interpreters/wamr/Kconfig:
##
@@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
bool "Enable built-in libc"
default n
+config INTERPRETER
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 ef86a9909 ostest: Add smp function call t
xiaoxiang781216 merged PR #2137:
URL: https://github.com/apache/nuttx-apps/pull/2137
--
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...
xiaoxiang781216 commented on code in PR #10968:
URL: https://github.com/apache/nuttx/pull/10968#discussion_r1363876031
##
boards/sim/sim/sim/scripts/Make.defs:
##
@@ -267,6 +267,10 @@ else
LDFLAGS += -Wl,-Ttext-segment=0x40
endif
+ifeq ($(CONFIG_DEBUG_LINK_MAP),y)
+ L
xiaoxiang781216 commented on code in PR #2139:
URL: https://github.com/apache/nuttx-apps/pull/2139#discussion_r1363871993
##
testing/fstest/fstest_main.c:
##
@@ -1183,6 +1191,11 @@ int main(int argc, FAR char *argv[])
free(ctx->files);
free(ctx);
+ printf("File system t
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 7d6c529e88 sim/crypto: Use mbedtls default con
xiaoxiang781216 merged PR #10930:
URL: https://github.com/apache/nuttx/pull/10930
--
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
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 8c95ab94d crypto/mbedtls: Unified configu
xiaoxiang781216 merged PR #2131:
URL: https://github.com/apache/nuttx-apps/pull/2131
--
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...
xiaoxiang781216 commented on code in PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363863297
##
libs/libc/misc/lib_glob.c:
##
@@ -344,19 +345,19 @@ static int do_glob(FAR char *buf, size_t pos, int type,
FAR char *pat,
}
}
- readerr =
xuxin930 opened a new pull request, #10973:
URL: https://github.com/apache/nuttx/pull/10973
## Summary
the `P` option is not a POSIX standard and will not perform the replace
operation,
this will cause the size of the target static library to become larger.
let's workaround usin
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
commit 0a107ca6d99a14efbe4b5b8883002b2cb4ce6056
Author: Michal Lenc
AuthorDate: Sun Aug 27 21:33:44 2023 +0200
libc: add
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
commit 6e4ffb9ea1b640e0c707f5fb2a71d6712f8efa01
Author: Michal Lenc
AuthorDate: Tue Oct 17 09:33:10 2023 +0200
ci: add f
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/nuttx.git
from 083c87b39a sched: Exit immediately when cpuset change to 0.
new 0a107ca6d9 libc: add support for custom streams
raiden00pl opened a new pull request, #2140:
URL: https://github.com/apache/nuttx-apps/pull/2140
## Summary
- examples/foc: add an option to call nxscope work from control thread
This alows nxscope data to be sent with every cycle of the control loop,
which increases
xiaoxiang781216 merged PR #10602:
URL: https://github.com/apache/nuttx/pull/10602
--
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
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 083c87b39a sched: Exit immediately when cpuset
xiaoxiang781216 merged PR #10970:
URL: https://github.com/apache/nuttx/pull/10970
--
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
pkarashchenko commented on code in PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363846600
##
libs/libc/misc/lib_glob.c:
##
@@ -287,16 +288,16 @@ static int do_glob(FAR char *buf, size_t pos, int type,
FAR char *pat,
dir = opendir(pos ? buf : ".");
pkarashchenko commented on code in PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363846003
##
libs/libc/misc/lib_glob.c:
##
@@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR
char *pat,
if (!type && lstat(buf, &st)
raiden00pl commented on PR #2136:
URL: https://github.com/apache/nuttx-apps/pull/2136#issuecomment-1768403503
needs https://github.com/apache/nuttx/pull/10972 to pass sim/foc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
raiden00pl opened a new pull request, #10972:
URL: https://github.com/apache/nuttx/pull/10972
## Summary
libds: add missing observer_b16.c to cmake build
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please
michallenc commented on PR #10971:
URL: https://github.com/apache/nuttx/pull/10971#issuecomment-1768385370
This has to be merged after [testing: add verbose output of
correct/incorrect tests](https://github.com/apache/nuttx-apps/pull/2139)
otherwise CI will fail.
--
This is an automated
michallenc opened a new pull request, #2139:
URL: https://github.com/apache/nuttx-apps/pull/2139
## Summary
This adds counting of correct/incorrect tests to scanftest and fstest and
thus allow to check whether the tests are really
successful. Current CI tests only check whether the tes
michallenc opened a new pull request, #10971:
URL: https://github.com/apache/nuttx/pull/10971
## Summary
Current CI tests only check whether the test program does on end with hard
fault but do not check whether the results are correct (and they are not in
case of fstest and scanftest bec
michallenc commented on PR #2139:
URL: https://github.com/apache/nuttx-apps/pull/2139#issuecomment-1768386459
Should be merged before [ci: enhance scanf/fs/os tests to control their
correctness](https://github.com/apache/nuttx/pull/10971)
--
This is an automated message from the Apache Gi
xuxin930 opened a new pull request, #2138:
URL: https://github.com/apache/nuttx-apps/pull/2138
## 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 to go t
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 9fa9c5b0a netutils/dhcpc: Add configurati
xiaoxiang781216 merged PR #2135:
URL: https://github.com/apache/nuttx-apps/pull/2135
--
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...
xiaoxiang781216 commented on code in PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363713018
##
libs/libc/misc/lib_glob.c:
##
@@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR
char *pat,
if (!type && lstat(buf, &s
pkarashchenko commented on code in PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363604159
##
libs/libc/misc/lib_glob.c:
##
@@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR
char *pat,
if (!type && lstat(buf, &st)
pkarashchenko commented on code in PR #10969:
URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363604159
##
libs/libc/misc/lib_glob.c:
##
@@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR
char *pat,
if (!type && lstat(buf, &st)
zyfeier opened a new pull request, #2137:
URL: https://github.com/apache/nuttx-apps/pull/2137
## Summary
This is test case for [PR#10934.](https://github.com/apache/nuttx/pull/10934)
## Impact
NA
## Testing
qemu-armv8a:nsh_smp ostest pass
--
This is an au
zyfeier opened a new pull request, #10970:
URL: https://github.com/apache/nuttx/pull/10970
## Summary
Exit immediately when finished processing the current CPU if there are no
other CPUs to be processed.
## Impact
smp call
## Testing
qemu-armv8a:nsh_smp smp
xiaoxiang781216 opened a new pull request, #10969:
URL: https://github.com/apache/nuttx/pull/10969
## Summary
follow other code inside libc
## Impact
code refactor only
## Testing
ci
--
This is an automated message from the Apache Git Service.
To respond
xiaoxiang781216 commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363529586
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,156 @@
+/
+ * libs/libc/stdio/li
raiden00pl opened a new pull request, #2136:
URL: https://github.com/apache/nuttx-apps/pull/2136
## Summary
- examples/foc: add phase angle observer support (sensorless mode)
This app can work now as sensorless ESC.
Also introduce a cmd line option that force open-loop 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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new a98650f609 arch: arm64: Remove unnecessary cod
xiaoxiang781216 merged PR #10966:
URL: https://github.com/apache/nuttx/pull/10966
--
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
pkarashchenko commented on code in PR #10968:
URL: https://github.com/apache/nuttx/pull/10968#discussion_r1363522727
##
boards/sim/sim/sim/scripts/Make.defs:
##
@@ -267,6 +267,10 @@ else
LDFLAGS += -Wl,-Ttext-segment=0x40
endif
+ifeq ($(CONFIG_DEBUG_LINK_MAP),y)
+ LDF
bestvvstar opened a new pull request, #10968:
URL: https://github.com/apache/nuttx/pull/10968
## Summary
In the sim environment, to facilitate debugging, support for generating
nuttx.map is added.
## Impact
## Testing
--
This is an automated message from the Apache Gi
masayuki2009 commented on PR #10496:
URL: https://github.com/apache/nuttx/pull/10496#issuecomment-1768002498
@chirping78
>The target is a dual core cortex A7.
Since I do not have a dual Cortex-A7-based board, I tested the modified smp
app with NXP sabre-6quad (quad Cortex-A9)
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363499727
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,156 @@
+/
+ * libs/libc/stdio/lib_fop
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363499300
##
libs/libc/stdio/lib_libfread_unlocked.c:
##
@@ -46,13 +46,14 @@
ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream)
{
- FAR unsigned ch
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363493166
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,156 @@
+/
+ * libs/libc/stdio/lib_fop
leducp commented on code in PR #2118:
URL: https://github.com/apache/nuttx-apps/pull/2118#discussion_r1363480378
##
examples/stepper/stepper.c:
##
@@ -0,0 +1,151 @@
+/
+ * apps/examples/stepper/stepper.c
chirping78 commented on PR #10496:
URL: https://github.com/apache/nuttx/pull/10496#issuecomment-1767947214
> Could you tell us more about the target information? (CPU type and the
number of CPUs and so on) I'd like to see the .config file.
The target is a dual core cortex A7.
xiaoxiang781216 commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363462607
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,156 @@
+/
+ * libs/libc/stdio/li
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363459539
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,156 @@
+/
+ * libs/libc/stdio/lib_fop
xiaoxiang781216 commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363401957
##
libs/libc/stdio/lib_libfread_unlocked.c:
##
@@ -46,13 +46,14 @@
ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream)
{
- FAR unsign
xiaoxiang781216 commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363400282
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,156 @@
+/
+ * libs/libc/stdio/li
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363385655
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,153 @@
+/
+ * libs/libc/stdio/lib_fop
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363385134
##
libs/libc/stdio/lib_libfread_unlocked.c:
##
@@ -46,13 +46,14 @@
ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream)
{
- FAR unsigned ch
michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363385383
##
libs/libc/stdio/lib_fopencookie.c:
##
@@ -0,0 +1,153 @@
+/
+ * libs/libc/stdio/lib_fop
Author: jerpelea
Date: Wed Oct 18 07:19:15 2023
New Revision: 64604
Log:
Staging apache-nuttx-12.3.0-RC1
Added:
dev/nuttx/12.3.0-RC1/
dev/nuttx/12.3.0-RC1/apache-nuttx-12.3.0.tar.gz (with props)
dev/nuttx/12.3.0-RC1/apache-nuttx-12.3.0.tar.gz.asc
dev/nuttx/12.3.0-RC1/apache-nutt
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.3.0-RC1
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
*** WARNING: tag nuttx-12.3.0-RC1 was modified! ***
from 2d6d199c4 (commit)
to 431803367 (tag
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.3.0-RC1
in repository https://gitbox.apache.org/repos/asf/nuttx.git
*** WARNING: tag nuttx-12.3.0-RC1 was modified! ***
from 8fdb56b5f2 (commit)
to 1473a58234 (tag)
ThePassionate opened a new pull request, #2135:
URL: https://github.com/apache/nuttx-apps/pull/2135
## Summary
Calling getrandom depends on 'CONFIG_DEV_URANDOM' or 'CONFIG_DEV_RANDOM'
depends on patch https://github.com/apache/nuttx/pull/10925
Signed-off-by: makejian
--
T
99 matches
Mail list logo