jlaitine commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019736741
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/**
lupyuen merged PR #16079:
URL: https://github.com/apache/nuttx/pull/16079
--
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.apac
nuttxpr commented on PR #16094:
URL: https://github.com/apache/nuttx/pull/16094#issuecomment-2763108398
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR summary is good, but could be improved by explic
lupyuen merged PR #3042:
URL: https://github.com/apache/nuttx-apps/pull/3042
--
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
lupyuen merged PR #16085:
URL: https://github.com/apache/nuttx/pull/16085
--
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.apac
lupyuen merged PR #16086:
URL: https://github.com/apache/nuttx/pull/16086
--
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.apac
This is an automated email from the ASF dual-hosted git repository.
lupyuen 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 48af14beca driver/serial: Check again the RX buf
This is an automated email from the ASF dual-hosted git repository.
lupyuen 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 bd628883ab arch/arm/src/samv7: enable GPIO clock
This is an automated email from the ASF dual-hosted git repository.
lupyuen 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 2cee5c0945 boards/esp32: add heap test to psram
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 d55ade7c5 Publishing web: 405a712
xiaoxiang781216 commented on code in PR #3030:
URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2006706757
##
canutils/lely-canopen/Makefile:
##
@@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c
endif
# Download and unpack tarball if no gi
pussuw commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019213027
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/
pussuw commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019213027
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/
tmedicci opened a new pull request, #3046:
URL: https://github.com/apache/nuttx-apps/pull/3046
## Summary
The application requires libc's floating point support. Although it may be
already enabled by other applications and/or hardware support, it should be
explicitly selected by the
stbenn opened a new issue, #16093:
URL: https://github.com/apache/nuttx/issues/16093
### Description
I am having issues with make recognizing file changes in my custom app. As a
result, I need to `make clean` before every build which is not ideal.
I believe the root cause is m
acassis commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2761735373
@TimJTi please take a look, could be useful for 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
lupyuen commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761196627
@nuttxpr test mlkv_duos:nsh
--
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 co
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 0550355c92 drivers/mtd/mtd_cfi: Add MTDIOC_ERA
nuttxpr commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761195946
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (avaota-a1:nsh)
https://gitlab.com
Laczen commented on PR #16092:
URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2761372618
@tmedicci
I have made the config under wifi instead of `select wifi` under wlan to
avoid having to regenerate all configs.
I can add extra boards to the second commit, but I can't
tmedicci commented on PR #16092:
URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2761350550
> @tmedicci FYI.
Thanks! I will test on our internal CI (come back soon!)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
Laczen opened a new pull request, #16092:
URL: https://github.com/apache/nuttx/pull/16092
## Summary
Add the possibility to configure (disable) the wlan device on esp32. By
default this is enabled so it does not change the present behavior. This is
added to allow disabling in some fu
Laczen commented on PR #16092:
URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2761347310
@tmedicci FYI.
--
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 uns
nuttxpr commented on PR #3044:
URL: https://github.com/apache/nuttx-apps/pull/3044#issuecomment-2761305493
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the NuttX requirements,
raiden00pl opened a new pull request, #3045:
URL: https://github.com/apache/nuttx-apps/pull/3045
## Summary
examples/adc: fix printf warning
## Impact
none
## Testing
adc with sim
--
This is an automated message from the Apache Git Service.
To respond to the mess
raiden00pl opened a new pull request, #3044:
URL: https://github.com/apache/nuttx-apps/pull/3044
## Summary
remove empty strings from FetchContent to eliminate cmake build warnings
like this:
CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1564
(cmake_parse_argu
lupyuen commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761183195
@nuttxpr test avaota-a1:nsh
--
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 co
fdcavalcanti opened a new pull request, #16091:
URL: https://github.com/apache/nuttx/pull/16091
## Summary
Add the heap test to `psram` and `psram_usrheap` defconfigs of
`esp32-devkitc`.
This allows straightforward test of the heap.
## Impact
Impact on user: No.
nuttxpr commented on PR #3043:
URL: https://github.com/apache/nuttx-apps/pull/3043#issuecomment-2761180123
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the basic NuttX require
jlaitine commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761193974
> ~Hmmm wonder why Avaota-A1 Arm64 SBC is failing...~
https://gist.github.com/lupyuen/75bee0db56674f2a90c4be99a3baa15a
>
> ```
> dump_assert_info: Current Version: NuttX 10.4.0
nuttxpr commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761206592
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (milkv_duos:nsh)
https://gitlab.co
raiden00pl opened a new pull request, #3043:
URL: https://github.com/apache/nuttx-apps/pull/3043
## Summary
1. examples/nimble_bleprph: fix various coding standard issues and fix
compilation for make
2. examples/nimble_blecent: fix various coding standard issues and fix
co
lupyuen commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761150893
Hmmm wonder why Avaota-A1 Arm64 SBC is failing...
https://gist.github.com/lupyuen/75bee0db56674f2a90c4be99a3baa15a
```text
dump_assert_info: Current Version: NuttX 10.4.0 427d51e0
jlaitine commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761145703
And had to modify still a bit to pass CI with debug assertions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
simbit18 opened a new pull request, #3042:
URL: https://github.com/apache/nuttx-apps/pull/3042
## Summary
fix typo "Mointor" -> "Monitor"
## Impact
Impact on user: NO.
Impact on build: NO.
Impact on hardware: NO
Impact on documentation: NO
Impact on securi
lupyuen commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761117846
@nuttxpr test avaota-a1:nsh
--
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 co
jlaitine commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761114717
Modified the PR acc. to the review comments, re-tested on rv-virt:nsh64
(ostest) and on multiple real hw & build configurations (MPFS,
CONFIG_BUILD_KERNEL and CONFIG_BUILD_FLAT, SMP and
jlaitine commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2018503867
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/**
xiaoxiang781216 closed issue #16004: [BUG] PR #15931 breaks ttyACM
URL: https://github.com/apache/nuttx/issues/16004
--
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 unsubscr
xiaoxiang781216 merged PR #16081:
URL: https://github.com/apache/nuttx/pull/16081
--
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
jlaitine commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2018351215
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/**
raiden00pl commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760862734
@lupyuen good idea :) done
--
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
raiden00pl merged PR #16089:
URL: https://github.com/apache/nuttx/pull/16089
--
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
lupyuen commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760849095
Sorry @raiden00pl: Maybe you can rebase with master to fix sim:citest? So I
can stop clicking "Restart Job". Thanks :-)
--
This is an automated message from the Apache Git Service.
To r
This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c4001b2433 Revert "boards/defconfig: remove fixed CDCACM BUFFER SIZE"
add 82273b1cf5 tools/ci/testrun/script/tes
raiden00pl closed issue #16088: [BUG] CI Test sim:citest fails intermittently
for Linux sim-01
URL: https://github.com/apache/nuttx/issues/16088
--
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
lupyuen commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760814499
Sorry I had to restart the CI Jobs a few times, because sim:citest kept
failing:
- https://github.com/apache/nuttx/issues/16088
--
This is an automated message from the Apache Git Se
acassis merged PR #16032:
URL: https://github.com/apache/nuttx/pull/16032
--
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.apac
nuttxpr commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760691855
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the NuttX requirements, al
raiden00pl opened a new pull request, #16090:
URL: https://github.com/apache/nuttx/pull/16090
## Summary
Add an option to completely disable syslog() and replace it with an empty
functions. This option can be useful for small systems when we don't have any
logging support, but compil
lupyuen opened a new pull request, #3032:
URL: https://github.com/apache/nuttx-apps/pull/3032
## Summary
This PR fixes the `endchoice` and `help` in the Kconfig for fbcon
- https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006527306
This patch will fix these build e
51 matches
Mail list logo