lupyuen commented on PR #2247:
URL: https://github.com/apache/nuttx-apps/pull/2247#issuecomment-1874894353
Thanks @xiaoxiang781216! Right now the `hello_nim` build fails on QEMU Arm64
because of the `const` warnings (since GCC `-Werror` is enabled). Lemme figure
out if Nim Compiler can gene
lupyuen opened a new pull request, #2251:
URL: https://github.com/apache/nuttx-apps/pull/2251
## Summary
NuttX Build fails when it compiles `examples/hello_nim` for RISC-V (32-bit
and 64-bit). That's because the Nim Config Script `config.nims` couldn't
identify the Nim Target Platfor
zhhyu7 opened a new pull request, #2250:
URL: https://github.com/apache/nuttx-apps/pull/2250
## Summary
added support for coap and testing tools.
server:
when ipv6 is enable:
ap> coap_server
only ipv4 is enable, we need to specify the ip address of the network card:
ap>
w2016561536 commented on issue #11471:
URL: https://github.com/apache/nuttx/issues/11471#issuecomment-1874743591
it's very glad to get feedback so fast , thanks!
--
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.
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 53a04482 Publishing web: 36ddd7c6
tmedicci commented on issue #11471:
URL: https://github.com/apache/nuttx/issues/11471#issuecomment-1874654063
> Hi @w2016561536, thanks for reporting this issue. It is strange because
everything seems to work fine in ESP32.
>
> @tmedicci did you see this issue before?
Yes, it's
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 948965989 netutils/ping: Optimize sta
pkarashchenko merged PR #2248:
URL: https://github.com/apache/nuttx-apps/pull/2248
--
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
xiaoxiang781216 commented on PR #2247:
URL: https://github.com/apache/nuttx-apps/pull/2247#issuecomment-1874353054
@lupyuen why not enable nim in ci to avoid it may break in the future?
--
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.
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 16bca8b56 examples/hello_nim: Fix nimcach
xiaoxiang781216 merged PR #2247:
URL: https://github.com/apache/nuttx-apps/pull/2247
--
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...
Gary-Hobson commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1439601652
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_valu
acassis commented on issue #11471:
URL: https://github.com/apache/nuttx/issues/11471#issuecomment-1874187424
Hi @w2016561536, thanks for reporting this issue. It is strange because
everything seems to work fine in ESP32.
@tmedicci did you see this issue before?
--
This is an automa
hartmannathan commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1439479722
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_va
yf13 opened a new pull request, #2249:
URL: https://github.com/apache/nuttx-apps/pull/2249
## Summary
this makes both declarations back to read-only as they are corelated.
they both were read-only before commit#
2498be1f4083c199d33755f24758d76cd95f9d0f
## Impact
ROMF
w2016561536 opened a new issue, #11471:
URL: https://github.com/apache/nuttx/issues/11471
## Problem:
When I tried to use my phone to join the Soft-AP from my board. The terminal
got stuck. I cannot input anything to terminal, and the access point will
disappear in a few secounds. Howe
TimJTi commented on code in PR #11423:
URL: https://github.com/apache/nuttx/pull/11423#discussion_r1439382280
##
drivers/mtd/at25ee.c:
##
@@ -0,0 +1,1033 @@
+/
+ * drivers/mtd/at25ee.c
+ *
+ * Licensed t
TimJTi commented on code in PR #11423:
URL: https://github.com/apache/nuttx/pull/11423#discussion_r1439381968
##
drivers/mtd/Kconfig:
##
@@ -382,10 +384,10 @@ config AT24XX_SIZE
int "AT24xx size (Kbit)"
default 64
---help---
- This is the XX
wengzhe opened a new pull request, #2248:
URL: https://github.com/apache/nuttx-apps/pull/2248
## Summary
netutils/ping: Optimize stack usage of `icmp_ping`
Can reduce 88~144 Bytes on ARMv7-A depending on optimization level.
## Impact
`icmp_ping` only
## Testing
`ping
19 matches
Mail list logo