Re: [PR] examples/hello_nim: Fix nimcache location [nuttx-apps]

2024-01-02 Thread via GitHub
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

[PR] config.nims: Support Nim Apps for RISC-V 32-bit and 64-bit [nuttx-apps]

2024-01-02 Thread via GitHub
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

[PR] libcoap: add makefile, Kconfig and CMakeLists.txt [nuttx-apps]

2024-01-02 Thread via GitHub
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>

Re: [I] ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP [nuttx]

2024-01-02 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 31f9dcdaa4d4eb1a14143f1c75af1eacf5b2be3b

2024-01-02 Thread github-bot
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

Re: [I] ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP [nuttx]

2024-01-02 Thread via GitHub
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

(nuttx-apps) branch master updated: netutils/ping: Optimize stack usage of `icmp_ping`

2024-01-02 Thread pkarashchenko
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

Re: [PR] netutils/ping: Optimize stack usage of `icmp_ping` [nuttx-apps]

2024-01-02 Thread via GitHub
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

Re: [PR] examples/hello_nim: Fix nimcache location [nuttx-apps]

2024-01-02 Thread via GitHub
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

(nuttx-apps) branch master updated: examples/hello_nim: Fix nimcache location

2024-01-02 Thread xiaoxiang
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

Re: [PR] examples/hello_nim: Fix nimcache location [nuttx-apps]

2024-01-02 Thread via GitHub
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...

Re: [PR] support sorting symbol tables by name [nuttx]

2024-01-02 Thread via GitHub
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

Re: [I] ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP [nuttx]

2024-01-02 Thread via GitHub
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

Re: [PR] support sorting symbol tables by name [nuttx]

2024-01-02 Thread via GitHub
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

[PR] add const for romfs_img_len [nuttx-apps]

2024-01-02 Thread via GitHub
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

[I] ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP [nuttx]

2024-01-02 Thread via GitHub
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

Re: [PR] Add MTD for AT25 eeprom [nuttx]

2024-01-02 Thread via GitHub
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

Re: [PR] Add MTD for AT25 eeprom [nuttx]

2024-01-02 Thread via GitHub
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

[PR] netutils/ping: Optimize stack usage of `icmp_ping` [nuttx-apps]

2024-01-02 Thread via GitHub
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