Re: [PR] i.MX RT FlexIO support [nuttx]

2023-12-06 Thread via GitHub
jturnsek commented on PR #9024: URL: https://github.com/apache/nuttx/pull/9024#issuecomment-1844678251 > @jturnsek which imxrt part is this PR targetting? because the current code assumes there are 3 FlexIO instances with 8 shifter registers but quickly looking at the IMXRT line the FlexIO

[PR] esp32s3_partition.h: fix typos (S3S3 -> S3) [nuttx]

2023-12-06 Thread via GitHub
yamt opened a new pull request, #11336: URL: https://github.com/apache/nuttx/pull/11336 ## Summary esp32s3_partition.h: fix typos (S3S3 -> S3) ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] esp32s3: remove an extra S from ESP32S3S_SPI_FLASH_USE_32BIT_ADDRESS [nuttx]

2023-12-06 Thread via GitHub
yamt commented on PR #11335: URL: https://github.com/apache/nuttx/pull/11335#issuecomment-1844114034 @donghengqaz i suppose this is a typo. can you confirm? -- 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

Re: [PR] nshlib/ifconfig: Generate default IPv4 gateway with netmask [nuttx-apps]

2023-12-06 Thread via GitHub
wengzhe commented on code in PR #2220: URL: https://github.com/apache/nuttx-apps/pull/2220#discussion_r1418235188 ## nshlib/nsh_netcmds.c: ## @@ -971,10 +924,59 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) addr.s_addr = inet_addr("255.2

[PR] esp32s3: remove an extra S from ESP32S3S_SPI_FLASH_USE_32BIT_ADDRESS [nuttx]

2023-12-06 Thread via GitHub
yamt opened a new pull request, #11335: URL: https://github.com/apache/nuttx/pull/11335 ## Summary esp32s3: remove an extra S from ESP32S3S_SPI_FLASH_USE_32BIT_ADDRESS ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] renew6: Optimize the process of obtaining an IPv6 address. [nuttx-apps]

2023-12-06 Thread via GitHub
liqinhuixm commented on code in PR #2218: URL: https://github.com/apache/nuttx-apps/pull/2218#discussion_r1418211134 ## netutils/netlib/netlib_obtainipv6addr.c: ## @@ -0,0 +1,178 @@ +/ + * apps/netutils/

Re: [PR] renew6: Optimize the process of obtaining an IPv6 address. [nuttx-apps]

2023-12-06 Thread via GitHub
liqinhuixm commented on code in PR #2218: URL: https://github.com/apache/nuttx-apps/pull/2218#discussion_r1418210910 ## netutils/netlib/netlib_obtainipv6addr.c: ## @@ -0,0 +1,178 @@ +/ + * apps/netutils/

Re: [PR] renew6: Optimize the process of obtaining an IPv6 address. [nuttx-apps]

2023-12-06 Thread via GitHub
liqinhuixm commented on code in PR #2218: URL: https://github.com/apache/nuttx-apps/pull/2218#discussion_r1418210664 ## netutils/netlib/netlib_obtainipv6addr.c: ## @@ -0,0 +1,178 @@ +/ + * apps/netutils/

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

2023-12-06 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 eaecee1f Publishing web: 36ddd7c6

Re: [PR] nshlib/ifconfig: Generate default IPv4 gateway with netmask [nuttx-apps]

2023-12-06 Thread via GitHub
pkarashchenko commented on code in PR #2220: URL: https://github.com/apache/nuttx-apps/pull/2220#discussion_r1417983485 ## nshlib/nsh_netcmds.c: ## @@ -971,10 +924,59 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) addr.s_addr = inet_addr(

Re: [PR] renew6: Optimize the process of obtaining an IPv6 address. [nuttx-apps]

2023-12-06 Thread via GitHub
pkarashchenko commented on code in PR #2218: URL: https://github.com/apache/nuttx-apps/pull/2218#discussion_r1417929610 ## netutils/netlib/netlib_obtainipv6addr.c: ## @@ -0,0 +1,178 @@ +/ + * apps/netuti

Re: [PR] stm32h7:serial Remove .txdmasem = SEM_INITIALIZER(1) bad cherry-pick [nuttx]

2023-12-06 Thread via GitHub
pkarashchenko merged PR #11332: URL: https://github.com/apache/nuttx/pull/11332 -- 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...@nutt

(nuttx) branch master updated: stm32h7:serial Remove .txdmasem = SEM_INITIALIZER(1) from cherry pick

2023-12-06 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.git The following commit(s) were added to refs/heads/master by this push: new e1a9e8fa53 stm32h7:serial Remove .txdmasem

(nuttx) branch master updated: esp32s3: enable LIBC_ARCH_ATOMIC

2023-12-06 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.git The following commit(s) were added to refs/heads/master by this push: new a59a4ca8ea esp32s3: enable LIBC_ARCH_ATOMI

Re: [PR] esp32s3: enable LIBC_ARCH_ATOMIC [nuttx]

2023-12-06 Thread via GitHub
pkarashchenko merged PR #11331: URL: https://github.com/apache/nuttx/pull/11331 -- 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...@nutt

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-06 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1417638625 ## include/wchar.h: ## @@ -57,6 +57,8 @@ * Reference: Opengroup.org */ +#define _LIBCPP_WCHAR_H Review Comment: I am not sure our seach order is necessarily

(nuttx-apps) 01/05: tools: Emit map file for wasm module

2023-12-06 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 commit 3129b7a4659dfd2c8e82b9b3ff596a1e9d6976d2 Author: Huang Qi AuthorDate: Fri Aug 18 16:48:37 2023 +0800 tools:

(nuttx-apps) 03/05: tools: Split origin Wasm.mk into Wasm.mk and WASI-SDK.defs

2023-12-06 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 commit bd159e103c083b2be12607b35d6e0623699c5729 Author: Huang Qi AuthorDate: Fri Nov 17 10:44:48 2023 +0800 tools:

(nuttx-apps) 02/05: wamr: Add support for thumb target triple in Toolchain.defs

2023-12-06 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 commit f55b8face6e5ccb3b5d7e53eb637c2e48e6b581a Author: Huang Qi AuthorDate: Fri Nov 10 15:26:26 2023 +0800 wamr: A

(nuttx-apps) 04/05: tools: Allow customize ld flags for each wasm module

2023-12-06 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 commit 3c624d38cd2c7f3b59db1325b98e4de57d76847c Author: Huang Qi AuthorDate: Tue Nov 21 10:52:56 2023 +0800 tools:

(nuttx-apps) 05/05: tools: Move final wasm module to bin/wasm as elf

2023-12-06 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 commit f57cd2cf0c682d0a34475173e5edaad38ab013d3 Author: Huang Qi AuthorDate: Fri Nov 24 11:42:58 2023 +0800 tools:

(nuttx-apps) branch master updated (733b6de81 -> f57cd2cf0)

2023-12-06 Thread xiaoxiang
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-apps.git from 733b6de81 toywasm: regen for v35 new 3129b7a46 tools: Emit map file for wasm module new f55b8face wam

Re: [PR] Wasm build system improvements [nuttx-apps]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #2213: URL: https://github.com/apache/nuttx-apps/pull/2213 -- 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] renew6: Optimize the process of obtaining an IPv6 address. [nuttx-apps]

2023-12-06 Thread via GitHub
xiaoxiang781216 commented on code in PR #2218: URL: https://github.com/apache/nuttx-apps/pull/2218#discussion_r1417616625 ## netutils/netlib/netlib_obtainipv6addr.c: ## @@ -0,0 +1,178 @@ +/ + * apps/netu

Re: [PR] stm32h7_adc: Dynamically set clock prescaler and BOOST [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 commented on PR #11334: URL: https://github.com/apache/nuttx/pull/11334#issuecomment-1843229852 @davids5 please fix the style issue. -- 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

(nuttx-apps) branch master updated (454426547 -> 733b6de81)

2023-12-06 Thread xiaoxiang
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-apps.git from 454426547 examples/modbus: Fix modbus example to keep running new 282f9a744 toywasm: update to v35 ne

(nuttx-apps) 02/02: toywasm: regen for v35

2023-12-06 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 commit 733b6de8188614ba7d9ad8de008549b2eb884d2b Author: YAMAMOTO Takashi AuthorDate: Wed Dec 6 22:06:12 2023 +0900

(nuttx-apps) 01/02: toywasm: update to v35

2023-12-06 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 commit 282f9a744c1110783cbebd77d45d872e3a9979b1 Author: YAMAMOTO Takashi AuthorDate: Wed Dec 6 22:04:55 2023 +0900

Re: [PR] toywasm: update to v35 [nuttx-apps]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #2221: URL: https://github.com/apache/nuttx-apps/pull/2221 -- 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] upgrade llvm version to 17.0.6 [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1417610450 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: Merg

Re: [PR] i.MX RT FlexIO support [nuttx]

2023-12-06 Thread via GitHub
PetervdPerk-NXP commented on PR #9024: URL: https://github.com/apache/nuttx/pull/9024#issuecomment-1843203769 @jturnsek which imxrt part is this PR targetting? because the current code assumes there are 3 FlexIO instances with 8 shifter registers but quickly looking at the IMXRT line the Fl

(nuttx) branch master updated: stm32h7: fix config conflict

2023-12-06 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.git The following commit(s) were added to refs/heads/master by this push: new 02936df943 stm32h7: fix config conflict 02936d

Re: [PR] stm32h7: fix config conflict [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #11306: URL: https://github.com/apache/nuttx/pull/11306 -- 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

(nuttx) 03/04: cmake: split extra library from library group

2023-12-06 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.git commit a3eb42f469eec52bd87436588b7ed1218cc824fd Author: chao an AuthorDate: Tue Oct 31 22:58:18 2023 +0800 cmake: split

(nuttx) 04/04: libcxx: fix build error.

2023-12-06 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.git commit fb5c9975ccb9e717dac0072a5008ff297142d6bf Author: zhanghongyu AuthorDate: Mon Nov 27 12:50:26 2023 +0800 libcxx: f

(nuttx) 02/04: ci_sim: add matter build to the test list sim-01.dat and support cmake compilation

2023-12-06 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.git commit bc2dfe49f481e0571d437f34ed7dbd94f0948a4a Author: zhanghongyu AuthorDate: Thu Nov 23 14:53:35 2023 +0800 ci_sim: a

(nuttx) branch master updated (b0f245b33f -> fb5c9975cc)

2023-12-06 Thread xiaoxiang
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 b0f245b33f upgrade to gcc 12 in docker new c16da15943 cmake: add matter defconfig file for sim new bc2dfe4

(nuttx) 01/04: cmake: add matter defconfig file for sim

2023-12-06 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.git commit c16da159434aead5891d213748e0d127bdcca887 Author: zhangjun21 AuthorDate: Tue Sep 26 10:02:08 2023 +0800 cmake: add

Re: [PR] ci_sim: add matter build to the test list sim-01.dat and support cmake compilation [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #11254: URL: https://github.com/apache/nuttx/pull/11254 -- 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

Re: [PR] upgrade to gcc 12 in docker [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #11333: URL: https://github.com/apache/nuttx/pull/11333 -- 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

(nuttx) branch master updated: upgrade to gcc 12 in docker

2023-12-06 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.git The following commit(s) were added to refs/heads/master by this push: new b0f245b33f upgrade to gcc 12 in docker b0f245b

[PR] stm32h7_adc: Dynamically set clock prescaler and BOOST [nuttx]

2023-12-06 Thread via GitHub
davids5 opened a new pull request, #11334: URL: https://github.com/apache/nuttx/pull/11334 ## Summary First commit is aligning naming and is a breaking change. Second commit is @antmerlino work for rev V ADC changes ## Impact Support rev V silicon ADC changes.

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-06 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1417462408 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: @xiaoxiang7

[PR] upgrade to gcc 12 in docker [nuttx]

2023-12-06 Thread via GitHub
trns1997 opened a new pull request, #11333: URL: https://github.com/apache/nuttx/pull/11333 ## Summary For the llvm upgrade we require a minimum gcc version of 12. Therefore, setting gcc 12 as default gcc version in the image docker for future CIs to pass. ## Impact ## Test

[PR] stm32h7:serial Remove .txdmasem = SEM_INITIALIZER(1) bad cherry-pick [nuttx]

2023-12-06 Thread via GitHub
davids5 opened a new pull request, #11332: URL: https://github.com/apache/nuttx/pull/11332 ## Summary I totally missed the refactor that created the .txdmasem = SEM_INITIALIZER(1) and did not removed them in ## Impact fix build when TX DMA is enabled ## Te

[PR] esp32s3: enable LIBC_ARCH_ATOMIC [nuttx]

2023-12-06 Thread via GitHub
yamt opened a new pull request, #11331: URL: https://github.com/apache/nuttx/pull/11331 ## Summary esp32s3: enable LIBC_ARCH_ATOMIC This fixes toywasm build. ## Impact ## Testing build tested with https://github.com/apache/nuttx-apps/pull/2221 -- This is an automated

[PR] toywasm: update to v35 [nuttx-apps]

2023-12-06 Thread via GitHub
yamt opened a new pull request, #2221: URL: https://github.com/apache/nuttx-apps/pull/2221 ## Summary toywasm: update to v35 ## Impact ## Testing sim/macOS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] ci_sim: add matter build to the test list sim-01.dat and support cmake compilation [nuttx]

2023-12-06 Thread via GitHub
zhhyu7 commented on PR #11254: URL: https://github.com/apache/nuttx/pull/11254#issuecomment-1842727573 still analyzing whether the arm-5 and arm-12 compilation errors are related to my patch. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Add support for imxrt1170 Soc and imxrt1170-evk board [nuttx]

2023-12-06 Thread via GitHub
davids5 commented on PR #11319: URL: https://github.com/apache/nuttx/pull/11319#issuecomment-1842704203 @xiaoxiang781216 What can be done with: Warning: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/imxrt/imxrt_mpuinit.c:128:6: warning: #include outside of 'Included Files' section

[PR] nshlib/ifconfig: Generate default IPv4 gateway with netmask [nuttx-apps]

2023-12-06 Thread via GitHub
wengzhe opened a new pull request, #2220: URL: https://github.com/apache/nuttx-apps/pull/2220 ## Summary Patches included: - nshlib/ifconfig: Set network mask before setting gateway - Switch the order of setting network mask and gateway, re-order only, no logic change. - nshlib

(nuttx) branch master updated: xtensa/esp32s3: GPIO clear pending interrupt status before enable IRQ

2023-12-06 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.git The following commit(s) were added to refs/heads/master by this push: new 8c9e9b628c xtensa/esp32s3: GPIO clear pending

Re: [PR] xtensa/esp32s3: GPIO clear pending interrupt status before enable IRQ [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #11328: URL: https://github.com/apache/nuttx/pull/11328 -- 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

(nuttx) branch master updated: xtensa/esp32s3: QSPI disable DMA when sending command to slave

2023-12-06 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.git The following commit(s) were added to refs/heads/master by this push: new d9b543e465 xtensa/esp32s3: QSPI disable DMA wh

Re: [PR] xtensa/esp32s3: QSPI disable DMA when sending command to slave [nuttx]

2023-12-06 Thread via GitHub
xiaoxiang781216 merged PR #11329: URL: https://github.com/apache/nuttx/pull/11329 -- 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

Re: [PR] Add support for imxrt1170 Soc and imxrt1170-evk board [nuttx]

2023-12-06 Thread via GitHub
PetervdPerk-NXP commented on code in PR #11319: URL: https://github.com/apache/nuttx/pull/11319#discussion_r1417052818 ## boards/Kconfig: ## @@ -3046,315 +3056,261 @@ endif #ARCH_BOARD_CUSTOM config ARCH_BOARD string - default "amber" if ARCH

Re: [PR] Add support for imxrt1170 Soc and imxrt1170-evk board [nuttx]

2023-12-06 Thread via GitHub
raiden00pl commented on code in PR #11319: URL: https://github.com/apache/nuttx/pull/11319#discussion_r1416886133 ## boards/Kconfig: ## @@ -3046,315 +3056,261 @@ endif #ARCH_BOARD_CUSTOM config ARCH_BOARD string - default "amber" if ARCH_BOAR

Re: [PR] Add support for imxrt1170 Soc and imxrt1170-evk board [nuttx]

2023-12-06 Thread via GitHub
PetervdPerk-NXP commented on code in PR #11319: URL: https://github.com/apache/nuttx/pull/11319#discussion_r1416863745 ## boards/Kconfig: ## @@ -3046,315 +3056,261 @@ endif #ARCH_BOARD_CUSTOM config ARCH_BOARD string - default "amber" if ARCH

Re: [PR] Add support for imxrt1170 Soc and imxrt1170-evk board [nuttx]

2023-12-06 Thread via GitHub
saramonteiro commented on PR #11319: URL: https://github.com/apache/nuttx/pull/11319#issuecomment-1842354633 👌 -- 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 unsubscri