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

2023-12-03 Thread via GitHub
zhhyu7 opened a new pull request, #11315: URL: https://github.com/apache/nuttx/pull/11315 ## Summary add the tools needed for the compilation environment and docker first, then add matter compilation to testlist. ## Impact ## Testing sim:local -- This is an automat

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

2023-12-03 Thread via GitHub
yf13 opened a new issue, #11314: URL: https://github.com/apache/nuttx/issues/11314 When trying the `ostest` within the `rv-virt:fb` configuration, I got illegal instructions exceptions like below: ``` user_main: FPU test Starting task FPU#1 fpu_test: Started task FPU#1 at PID

[PR] stm32f401rc-rs485: Add eeprom support [nuttx]

2023-12-03 Thread via GitHub
rcsim opened a new pull request, #11313: URL: https://github.com/apache/nuttx/pull/11313 ## Summary Add support to eeprom on stm32f401rc-rs485 board. ## Impact Users will be able to use eeprom. ## Testing - Build nsh configuration ./tools/configure.sh -l stm32f401rc

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

2023-12-03 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 6b759348 Publishing web: 36ddd7c6

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

2023-12-03 Thread via GitHub
acassis commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413208922 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = false;

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

2023-12-03 Thread via GitHub
pkarashchenko commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1837602208 I have some code for the lin slave added, but I'm having some troubles with verifying it. I will need logic analyser to figure out what is going on, but unfortunately my LA will com

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

2023-12-03 Thread via GitHub
pkarashchenko commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413205370 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = f

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

2023-12-03 Thread via GitHub
pkarashchenko commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413204513 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = f

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

2023-12-03 Thread via GitHub
acassis commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413204136 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = false;

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

2023-12-03 Thread via GitHub
acassis commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413203615 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = false;

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

2023-12-03 Thread via GitHub
pkarashchenko commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413202506 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = f

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

2023-12-03 Thread via GitHub
acassis commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413201771 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = false;

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

2023-12-03 Thread via GitHub
acassis commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413201771 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = false;

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

2023-12-03 Thread via GitHub
pkarashchenko commented on code in PR #2217: URL: https://github.com/apache/nuttx-apps/pull/2217#discussion_r1413197227 ## examples/modbus/modbus_main.c: ## @@ -432,20 +432,22 @@ int main(int argc, FAR char *argv[]) /* Handle command line arguments */ - g_modbus.quit = f

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

2023-12-03 Thread via GitHub
acassis commented on PR #2212: URL: https://github.com/apache/nuttx-apps/pull/2212#issuecomment-1837545654 @PetteriAimonen please rebase to pass in the 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

Re: [PR] Fix the wrong comment banner [nuttx-apps]

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

(nuttx-apps) branch master updated: Fix the wrong comment banner

2023-12-03 Thread acassis
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 The following commit(s) were added to refs/heads/master by this push: new 083eb5e99 Fix the wrong comment banner 083e

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

2023-12-03 Thread via GitHub
acassis opened a new pull request, #2217: URL: https://github.com/apache/nuttx-apps/pull/2217 ## Summary examples/modbus: Fix modbus example to keep running More info: https://github.com/apache/nuttx/issues/11305 ## Impact Users will be able to use modbus example ## Testing

Re: [I] FreeModbus is not working after commit #7339 [nuttx]

2023-12-03 Thread via GitHub
acassis closed issue #11305: FreeModbus is not working after commit #7339 URL: https://github.com/apache/nuttx/issues/11305 -- 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 u

Re: [I] FreeModbus is not working after commit #7339 [nuttx]

2023-12-03 Thread via GitHub
acassis commented on issue #11305: URL: https://github.com/apache/nuttx/issues/11305#issuecomment-1837539051 Actually the "BUG" was in the modbus example itself, it needs a pthread_join! Closing this issue now! -- This is an automated message from the Apache Git Service. To respond to the

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

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

(nuttx) branch master updated: Fix the wrong comment banner

2023-12-03 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 6783051aed Fix the wrong comment banner 67

Re: [PR] Fix the wrong comment banner [nuttx]

2023-12-03 Thread via GitHub
pkarashchenko merged PR #11311: URL: https://github.com/apache/nuttx/pull/11311 -- 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] sh:Enhanced compilation system [nuttx]

2023-12-03 Thread via GitHub
crafcat7 commented on PR #11303: URL: https://github.com/apache/nuttx/pull/11303#issuecomment-1837519665 > @crafcat7 did you compare the build time before and after this modification? I'm not so sure my method of comparison is accurate the way I do it: 1. . /tools/configure.sh -l s

[PR] Fix the wrong comment banner [nuttx-apps]

2023-12-03 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2216: URL: https://github.com/apache/nuttx-apps/pull/2216 ## Summary "Private Type"->"Private Types" "Public Data Type"->"Public Types" ## Impact no ## Testing ci -- This is an automated message from the Apac

[PR] Fix the wrong comment banner [nuttx]

2023-12-03 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11311: URL: https://github.com/apache/nuttx/pull/11311 ## Summary "Private Type"->"Private Types" ## Impact no ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message

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

2023-12-03 Thread via GitHub
0528Mike commented on PR #11306: URL: https://github.com/apache/nuttx/pull/11306#issuecomment-1837497393 > @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? Thi

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

2023-12-03 Thread via GitHub
acassis commented on PR #11303: URL: https://github.com/apache/nuttx/pull/11303#issuecomment-1837489917 @crafcat7 did you compare the build time before and after this modification? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

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

2023-12-03 Thread via GitHub
acassis commented on PR #11306: URL: https://github.com/apache/nuttx/pull/11306#issuecomment-1837489477 @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? -- This is

(nuttx) branch master updated (49398d32aa -> ac5c47fcb6)

2023-12-03 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 49398d32aa move userspace interface from video.h to sys/videoio.h add ac5c47fcb6 nrf52832-dk: add timer example

Re: [PR] nrf52832-dk: add timer example [nuttx]

2023-12-03 Thread via GitHub
xiaoxiang781216 merged PR #11310: URL: https://github.com/apache/nuttx/pull/11310 -- 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: [I] [question] Since nuttx and uboot have the same .config configuration and macros, do they also overlap in functionality? [nuttx]

2023-12-03 Thread via GitHub
zyy37 commented on issue #11284: URL: https://github.com/apache/nuttx/issues/11284#issuecomment-1837481924 Okay, thank you -- 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. T

[PR] nrf52832-dk: add timer example [nuttx]

2023-12-03 Thread via GitHub
raiden00pl opened a new pull request, #11310: URL: https://github.com/apache/nuttx/pull/11310 ## Summary nrf52832-dk: add timer example ## Impact ## Testing nrf52832-dk/timer -- This is an automated message from the Apache Git Service. To respond to the message, please

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

2023-12-03 Thread via GitHub
raiden00pl commented on code in PR #11306: URL: https://github.com/apache/nuttx/pull/11306#discussion_r1413026144 ## boards/arm/stm32h7/linum-stm32h753bi/src/linum-stm32h753bi.h: ## @@ -69,9 +69,6 @@ * CONFIG_BOARD_LATE_INITIALIZE=y : * Called from board_late_initializ

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

2023-12-03 Thread via GitHub
raiden00pl commented on PR #11306: URL: https://github.com/apache/nuttx/pull/11306#issuecomment-1837408038 > defined(CONFIG_NSH_LIBRARY) and !defined(CONFIG_BOARDCTL) is conflict,does this need to be modified? this change looks good -- This is an automated message from the