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
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
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
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
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;
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
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
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
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;
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;
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
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;
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;
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
35 matches
Mail list logo