Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2023-12-04 Thread via GitHub
RostakaGmfun commented on code in PR #11002: URL: https://github.com/apache/nuttx/pull/11002#discussion_r1415007970 ## arch/arm/src/samv7/sam_lin_sock.c: ## @@ -0,0 +1,1305 @@ +/ + * arch/arm/src/samv7/s

Re: [I] Assessment of the difficulty in porting CPU architecture for nuttx [nuttx]

2023-12-04 Thread via GitHub
wangyuliu commented on issue #10488: URL: https://github.com/apache/nuttx/issues/10488#issuecomment-1840155311 > Porting _any_ full operating system to a new CPU architecture is a complex task and requires highly skilled professional team - although for NuttX it is possible to do by even by

Re: [I] `ostest` in `rv-virt:fb` got illegal instruction exception [nuttx]

2023-12-04 Thread via GitHub
yf13 commented on issue #11314: URL: https://github.com/apache/nuttx/issues/11314#issuecomment-1840115248 @masayuki2009, thanks for your attention. Host info: Ubuntu 22.04 Jammy on AMD64 PC Toolchain info: xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz QEMU info: qemu-system

Re: [PR] fs/proc: Fix groupfd to get fd by group instead of current tcb [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #11318: URL: https://github.com/apache/nuttx/pull/11318 -- 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: fs/proc: Fix groupfd to get fd by group instead of current tcb

2023-12-04 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 bffe858e47 fs/proc: Fix groupfd to get fd by g

Re: [I] `ostest` in `rv-virt:fb` got illegal instruction exception [nuttx]

2023-12-04 Thread via GitHub
masayuki2009 commented on issue #11314: URL: https://github.com/apache/nuttx/issues/11314#issuecomment-1839921143 > @masayuki2009 any idea about this issue? @yf13 I have no idea but please provide the following information when you report a bug. Host OS name and CPU type.

Re: [PR] fs/proc: Fix groupfd to get fd by group instead of current tcb [nuttx]

2023-12-04 Thread via GitHub
wengzhe commented on code in PR #11318: URL: https://github.com/apache/nuttx/pull/11318#discussion_r1414761357 ## fs/inode/fs_files.c: ## @@ -347,6 +337,23 @@ int files_countlist(FAR struct filelist *list) return list->fl_rows * CONFIG_NFILE_DESCRIPTORS_PER_BLOCK; } +/

Re: [I] Simplify NuttX initialization [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on issue #11321: URL: https://github.com/apache/nuttx/issues/11321#issuecomment-1839862069 Yes, I think the suggestion is reasonable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2023-12-04 Thread via GitHub
xucheng5 commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1839846640 👍 looking forward to your good news -- 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

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

2023-12-04 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 ad25be8c Publishing web: 36ddd7c6

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

2023-12-04 Thread via GitHub
acassis commented on PR #11306: URL: https://github.com/apache/nuttx/pull/11306#issuecomment-1839529122 Actually I only commented about it in the issue #10821 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

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

2023-12-04 Thread via GitHub
acassis commented on PR #11306: URL: https://github.com/apache/nuttx/pull/11306#issuecomment-1839523556 > > @0528Mike @raiden00pl I think we could remove CONFIG_NSH_ARCHINIT all together, since CONFIG_BOARD_LATE_INITIALIZE could be used as a generic alternative. What do you think? >

Re: [PR] fs/proc: Fix groupfd to get fd by group instead of current tcb [nuttx]

2023-12-04 Thread via GitHub
acassis commented on code in PR #11318: URL: https://github.com/apache/nuttx/pull/11318#discussion_r1414522525 ## include/nuttx/fs/fs.h: ## @@ -882,6 +882,19 @@ int files_duplist(FAR struct filelist *plist, FAR struct filelist *clist, FAR const posix_spawn_fi

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1839336144 both macOS and Linux report __mbstate_t error: ``` Error: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sy

(nuttx) branch master updated: ci_sim: the version of nodejs obtained by apt install is too low

2023-12-04 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 c17fcb5ddd ci_sim: the version of nodejs obtai

Re: [PR] ci_sim: the version of nodejs obtained by apt install is too low [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #11320: URL: https://github.com/apache/nuttx/pull/11320 -- 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] ci_sim: the version of nodejs obtained by apt install is too low [nuttx]

2023-12-04 Thread via GitHub
acassis commented on PR #11320: URL: https://github.com/apache/nuttx/pull/11320#issuecomment-1839321597 @zhhyu7 very nice!!! Do you have some build time comparison before this change and after it? -- This is an automated message from the Apache Git Service. To respond to the message, plea

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

2023-12-04 Thread via GitHub
acassis commented on PR #11319: URL: https://github.com/apache/nuttx/pull/11319#issuecomment-1839325876 @PetervdPerk-NXP great!!! I remember Sara was working with this board some time ago! -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] `ostest` in `rv-virt:fb` got illegal instruction exception [nuttx]

2023-12-04 Thread via GitHub
acassis commented on issue #11314: URL: https://github.com/apache/nuttx/issues/11314#issuecomment-1839310079 @masayuki2009 any idea about this 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

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

2023-12-04 Thread via GitHub
michallenc commented on code in PR #11319: URL: https://github.com/apache/nuttx/pull/11319#discussion_r1414099465 ## Documentation/platforms/arm/imxrt/boards/imxrt1170-evk/index.rst: ## @@ -0,0 +1,165 @@ +=== +i.MX RT1170 EVK +=== + +`i.MX RT1170 EVK

[PR] ci_sim: the version of nodejs obtained by apt install is too low [nuttx]

2023-12-04 Thread via GitHub
zhhyu7 opened a new pull request, #11320: URL: https://github.com/apache/nuttx/pull/11320 ## Summary so using npm to upgrade the nodejs tool to the latest ## Impact ## Testing sim:local -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] invert tx and rx in spi_dma_setup [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on PR #11307: URL: https://github.com/apache/nuttx/pull/11307#issuecomment-1838859100 but, let's sqaush into one patch, @bertvoldenuit . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on PR #11303: URL: https://github.com/apache/nuttx/pull/11303#issuecomment-1838851981 let's keep the code sync between Windows and Linux, the native Windows build need more work. -- This is an automated message from the Apache Git Service. To respond to the messa

(nuttx) branch master updated (ccc0c54401 -> eee3af93ff)

2023-12-04 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 ccc0c54401 Fix Kconfig style new e4b561d51b sh:Enhanced compilation system new eee3af93ff tools/Unix.mk:Se

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #11303: URL: https://github.com/apache/nuttx/pull/11303 -- 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) 01/02: sh:Enhanced compilation system

2023-12-04 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 e4b561d51b5fa042370b77603f6383eb19011313 Author: chenrun1 AuthorDate: Fri Nov 24 16:38:10 2023 +0800 sh:Enhanced

(nuttx) 02/02: tools/Unix.mk:Security Checks and Windows Native Compilation Enhancements

2023-12-04 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 eee3af93ffa779625c21dac8ec12ddd0c3f82f2d Author: chenrun1 AuthorDate: Sat Dec 2 12:02:58 2023 +0800 tools/Unix.mk

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1414036308 ## libs/libxx/libcxx_nuttx_workaround.patch: ## @@ -0,0 +1,19 @@ +--- libs/libxx/libcxx/include/wchar.h 2023-12-04 15:32:42.227766906 +0100 libs/libxx/libcxx/inc

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838838309 let's wait ci result. @trns1997 could you send the change to llvm community, so we can remove the patch when llvm release the new package. -- This is an automated message from t

Re: [PR] examples/modbus: Fix modbus example to keep running [nuttx-apps]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217 -- 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-apps) branch master updated: examples/modbus: Fix modbus example to keep running

2023-12-04 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 454426547 examples/modbus: Fix modbus exa

(nuttx) branch master updated: Fix Kconfig style

2023-12-04 Thread archer
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 ccc0c54401 Fix Kconfig style ccc0c54401 is descri

Re: [PR] Fix Kconfig style [nuttx]

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

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838687706 > > > > > what's error report from toolchain's math library? > > > > > > > > > > > > I explained the issue over here : [#11269 (comment)](https://github.com/apache/nuttx/pull/1

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

2023-12-04 Thread via GitHub
michallenc commented on code in PR #11319: URL: https://github.com/apache/nuttx/pull/11319#discussion_r1413902902 ## Documentation/platforms/arm/imxrt/boards/imxrt1170-evk/index.rst: ## @@ -0,0 +1,165 @@ +=== +i.MX RT1170 EVK +=== + +`i.MX RT1170 EVK

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

2023-12-04 Thread via GitHub
PetervdPerk-NXP commented on code in PR #11319: URL: https://github.com/apache/nuttx/pull/11319#discussion_r1413904003 ## Documentation/platforms/arm/imxrt/boards/imxrt1170-evk/index.rst: ## @@ -0,0 +1,165 @@ +=== +i.MX RT1170 EVK +=== + +`i.MX RT1170 EVK

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838665147 > > > > what's error report from toolchain's math library? > > > > > > > > > I explained the issue over here : [#11269 (comment)](https://github.com/apache/nuttx/pull/11

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

2023-12-04 Thread via GitHub
PetervdPerk-NXP opened a new pull request, #11319: URL: https://github.com/apache/nuttx/pull/11319 ## Summary Extends imxrt soc target to support imxrt1170. Also includes some fixes related to UART, LPSPI, LPI2C and eDMA ## Impact IMXRT architecture ## Testing Tested

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838590549 > > > what's error report from toolchain's math library? > > > > > > I explained the issue over here : [#11269 (comment)](https://github.com/apache/nuttx/pull/11269#issuecommen

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838582348 > @trns1997 why the ci pass now without wchar.h error? Ummm I didnt expect the CI to pass. I am guessing it is because we do not have any LIBCXX specific tests or LIBM is always ac

[PR] fs/proc: Fix groupfd to get fd by group instead of current tcb [nuttx]

2023-12-04 Thread via GitHub
wengzhe opened a new pull request, #11318: URL: https://github.com/apache/nuttx/pull/11318 ## Summary `/proc//group/fd` should read the fds of ``, not current tcb. Note: This problem exists between https://github.com/apache/nuttx/pull/11140 and this patch. ## Impact `/pro

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838548196 @trns1997 why the ci pass now without wchar.h error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

(nuttx) branch master updated: ci_sim: the version of gn obtained by apt install is too low

2023-12-04 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 a18a0d20eb ci_sim: the version of gn obtained

Re: [PR] ci_sim: the version of gn obtained by apt install is too low [nuttx]

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

[PR] Fix Kconfig style [nuttx]

2023-12-04 Thread via GitHub
simbit18 opened a new pull request, #11317: URL: https://github.com/apache/nuttx/pull/11317 ## Summary Remove extra TABs Remove spaces from Kconfig Add comments ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] invert tx and rx in spi_dma_setup [nuttx]

2023-12-04 Thread via GitHub
bertvoldenuit commented on code in PR #11307: URL: https://github.com/apache/nuttx/pull/11307#discussion_r1413695196 ## arch/arm/src/samd2l2/sam_spi.c: ## @@ -1429,13 +1429,13 @@ static void spi_dma_setup(struct sam_spidev_s *priv) { /* Allocate a pair of DMA channels */ -

Re: [PR] invert tx and rx in spi_dma_setup [nuttx]

2023-12-04 Thread via GitHub
bertvoldenuit commented on code in PR #11307: URL: https://github.com/apache/nuttx/pull/11307#discussion_r1413694763 ## arch/arm/src/samd2l2/sam_spi.c: ## @@ -1429,13 +1429,13 @@ static void spi_dma_setup(struct sam_spidev_s *priv) { /* Allocate a pair of DMA channels */ -

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1838232518 > > > what's error report from toolchain's math library? > > > > > > I explained the issue over here : [#11269 (comment)](https://github.com/apache/nuttx/pull/11269#issuecommen

Re: [PR] upgrade llvm version to 17.0.6 and set default nuttx math lib as default [nuttx]

2023-12-04 Thread via GitHub
trns1997 closed pull request #11301: upgrade llvm version to 17.0.6 and set default nuttx math lib as default URL: https://github.com/apache/nuttx/pull/11301 -- 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

[PR] ci_sim: the version of gn obtained by apt install is too low [nuttx]

2023-12-04 Thread via GitHub
zhhyu7 opened a new pull request, #11316: URL: https://github.com/apache/nuttx/pull/11316 ## Summary so dynamically download and install the latest gn tools ## Impact ## Testing sim:local -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
crafcat7 commented on PR #11303: URL: https://github.com/apache/nuttx/pull/11303#issuecomment-1838141820 I have encountered a problem. I tried to go and compile Native’s NuttX in my local Windows environment before making the changes, but it looks like there are some issues, so I can’t veri

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
crafcat7 commented on code in PR #11303: URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413574241 ## tools/configure.sh: ## @@ -167,8 +167,12 @@ if [ ! -r ${src_makedefs} ]; then src_makedefs=${configpath}/../../scripts/Make.defs if [ ! -r ${src_mak

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
crafcat7 commented on code in PR #11303: URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413575446 ## tools/Unix.mk: ## @@ -283,7 +283,9 @@ include/arch: LINK_INCLUDE_DIR=$(BOARD_DIR)/include ifeq ($(wildcard $(LINK_INCLUDE_DIR)),) - LINK_INCLUDE_DIR = $(B

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
crafcat7 commented on code in PR #11303: URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413577617 ## tools/Unix.mk: ## @@ -279,10 +279,16 @@ include/arch: $(Q) $(DIRLINK) $(TOPDIR)/$(ARCH_DIR)/include $@ # Link the boardsinclude directory to include/

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
crafcat7 commented on code in PR #11303: URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413575446 ## tools/Unix.mk: ## @@ -283,7 +283,9 @@ include/arch: LINK_INCLUDE_DIR=$(BOARD_DIR)/include ifeq ($(wildcard $(LINK_INCLUDE_DIR)),) - LINK_INCLUDE_DIR = $(B

Re: [PR] sh:Enhanced compilation system [nuttx]

2023-12-04 Thread via GitHub
crafcat7 commented on code in PR #11303: URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413574241 ## tools/configure.sh: ## @@ -167,8 +167,12 @@ if [ ! -r ${src_makedefs} ]; then src_makedefs=${configpath}/../../scripts/Make.defs if [ ! -r ${src_mak

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

2023-12-04 Thread via GitHub
raiden00pl commented on PR #11306: URL: https://github.com/apache/nuttx/pull/11306#issuecomment-1838097899 > @0528Mike @raiden00pl I think we could remove CONFIG_NSH_ARCHINIT all together, since CONFIG_BOARD_LATE_INITIALIZE could be used as a generic alternative. What do you think? t

Re: [PR] arch/arm/samv7/sam_emac: Implement errata workaround for KSZ8061 PHY [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #11312: URL: https://github.com/apache/nuttx/pull/11312 -- 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: arch/arm/samv7/sam_emac: Implement errata workaround for KSZ8061 PHY

2023-12-04 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 a3cd8f921a arch/arm/samv7/sam_emac: Implement

(nuttx) branch master updated: ci_sim: add the tools needed at matter compile

2023-12-04 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 e0df6dd22e ci_sim: add the tools needed at mat

(nuttx) branch master updated: stm32f401rc-rs485: Add eeprom support

2023-12-04 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 ce4c70690f stm32f401rc-rs485: Add eeprom suppo

Re: [PR] ci_sim: add the tools needed at matter compile [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #11315: URL: https://github.com/apache/nuttx/pull/11315 -- 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] stm32f401rc-rs485: Add eeprom support [nuttx]

2023-12-04 Thread via GitHub
xiaoxiang781216 merged PR #11313: URL: https://github.com/apache/nuttx/pull/11313 -- 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-apps) branch master updated: ptpd: Code quality improvements

2023-12-04 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 6dd9adbb5 ptpd: Code quality improvements

Re: [PR] ptpd: Code quality improvements [nuttx-apps]

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