yf13 commented on code in PR #15444:
URL: https://github.com/apache/nuttx/pull/15444#discussion_r1911923820
##
libs/libc/Makefile:
##
@@ -183,6 +183,10 @@ context:: bin kbin
ifeq ($(CONFIG_LIBC_ZONEINFO_ROMFS),y)
$(Q) $(MAKE) -C zoneinfo context BIN=$(BIN)
endif
+ifeq
terry0012 commented on PR #15205:
URL: https://github.com/apache/nuttx/pull/15205#issuecomment-2585125824
remove #ifdef/#else around the public struct, macro and function from .h is
also other option to solve this problem,
How do you think? @acassis
--
This is an automated message fr
terry0012 commented on PR #15205:
URL: https://github.com/apache/nuttx/pull/15205#issuecomment-2585125159
> @raiden00pl @PetteriAimonen @lupyuen please take a look.
>
> I think since now the user will be able to see and enable the Mouse,
Touchscreen and Keyboard we need to have the de
nuttxpr commented on PR #2941:
URL: https://github.com/apache/nuttx-apps/pull/2941#issuecomment-2585116192
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requiremen
zs39 opened a new pull request, #2941:
URL: https://github.com/apache/nuttx-apps/pull/2941
## Summary
Based on the original directory structure, an additional utils directory is
added. It store public functions which used by multiple testcases, such as the
tcp server-related function
W-M-R commented on PR #15497:
URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585083824
or we should also add a backtrace to mempool when it is free.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
xiaoxiang781216 commented on PR #15081:
URL: https://github.com/apache/nuttx/pull/15081#issuecomment-2585073959
@no1wudi let's continue on this work?
--
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
xiaoxiang781216 closed pull request #15465: build(deps): bump jinja2 from 3.1.4
to 3.1.5 in /Documentation
URL: https://github.com/apache/nuttx/pull/15465
--
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 g
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/Documentation/jinja2-3.1.5
in repository https://gitbox.apache.org/repos/asf/nuttx.git
was 1f336f0f33 build(deps): bump jinja2 from 3.1.4 to 3.1.5 in
/Documentation
The
dependabot[bot] commented on PR #15465:
URL: https://github.com/apache/nuttx/pull/15465#issuecomment-2585073829
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
xiaoxiang781216 commented on PR #15439:
URL: https://github.com/apache/nuttx/pull/15439#issuecomment-2585073001
but only the part which interact with sched_note need swtich to _wo_note
version, using _wo_note blinkly will lose the insight into these components.
--
This is an automated mes
W-M-R commented on PR #15497:
URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585071820
> > If thread 1 is executing kasan_unpoison but a scheduling occurs and the
block is trampled upon, the displayed backtracking may still be from the
previously allocated backtracking
>
xiaoxiang781216 commented on PR #15455:
URL: https://github.com/apache/nuttx/pull/15455#issuecomment-2585071162
@W-M-R please rebase and fix ci error.
--
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
xiaoxiang781216 commented on code in PR #15444:
URL: https://github.com/apache/nuttx/pull/15444#discussion_r1911883226
##
libs/libc/Makefile:
##
@@ -183,6 +183,10 @@ context:: bin kbin
ifeq ($(CONFIG_LIBC_ZONEINFO_ROMFS),y)
$(Q) $(MAKE) -C zoneinfo context BIN=$(BIN)
e
xiaoxiang781216 commented on PR #15461:
URL: https://github.com/apache/nuttx/pull/15461#issuecomment-2585069029
please fix the conflict
--
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 specifi
xiaoxiang781216 commented on PR #14623:
URL: https://github.com/apache/nuttx/pull/14623#issuecomment-2585068714
@hujun260 many comments aren't addressed in the new reversion yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
xiaoxiang781216 commented on code in PR #15126:
URL: https://github.com/apache/nuttx/pull/15126#discussion_r1911881004
##
sched/pthread/pthread_mutex.c:
##
@@ -38,6 +38,12 @@
#include "sched/sched.h"
#include "pthread/pthread.h"
+/
xiaoxiang781216 commented on code in PR #15126:
URL: https://github.com/apache/nuttx/pull/15126#discussion_r1911881004
##
sched/pthread/pthread_mutex.c:
##
@@ -38,6 +38,12 @@
#include "sched/sched.h"
#include "pthread/pthread.h"
+/
xiaoxiang781216 commented on PR #15497:
URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585066469
> If thread 1 is executing kasan_unpoison but a scheduling occurs and the
block is trampled upon, the displayed backtracking may still be from the
previously allocated backtrackin
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 1d8ce18d7f macro/align: Fix ALIGN_UP and ALIGN_DOWN
add 91c71ed00a mm: Add mm_lock_irq, mm_unlock_iq
No new re
xiaoxiang781216 merged PR #15490:
URL: https://github.com/apache/nuttx/pull/15490
--
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
xiaoxiang781216 merged PR #2940:
URL: https://github.com/apache/nuttx-apps/pull/2940
--
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...
xiaoxiang781216 merged PR #15493:
URL: https://github.com/apache/nuttx/pull/15493
--
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
xiaoxiang781216 merged PR #15495:
URL: https://github.com/apache/nuttx/pull/15495
--
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
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 558fe83f6d Add Timer Support to STM32H5 ADC Dr
W-M-R commented on PR #15497:
URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585050488
@anjiahao1 Is it possible that this problem may occur?
--
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
W-M-R opened a new pull request, #15497:
URL: https://github.com/apache/nuttx/pull/15497
## Summary
If thread 1 is executing kasan_unpoison but a scheduling occurs and the
block is trampled upon, the displayed backtrace might still be the backtrace
from the time of allocation.
yf13 commented on PR #15444:
URL: https://github.com/apache/nuttx/pull/15444#issuecomment-2584993105
@acassis, thanks.
Here I tried `sim:elf`. by default ELF type is relocatable and it works.
I then tried to blindly enable BINFMT_ELF_EXECUTABLE after selecting
`ARCH_HAVE_ELF_EX
nuttxpr commented on PR #2940:
URL: https://github.com/apache/nuttx-apps/pull/2940#issuecomment-2584969957
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes. While the PR lacks specific build/target info,
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 5ea1c7ed6 Publishing web: c9485a9
michallenc commented on issue #12381:
URL: https://github.com/apache/nuttx/issues/12381#issuecomment-2584700129
> > We may have special pwm_freq type that would be either some uint or
float, but it should definitely be configurable as NuttX supports devices
without native float/double.
>
acassis commented on code in PR #15496:
URL: https://github.com/apache/nuttx/pull/15496#discussion_r1911418457
##
drivers/sensors/bmi088.c:
##
@@ -0,0 +1,442 @@
+/
+ * drivers/sensors/bmi088.c
+ *
+ * SP
nuttxpr commented on PR #15496:
URL: https://github.com/apache/nuttx/pull/15496#issuecomment-2583928330
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR mostly meets the NuttX requirements, but could
JerrySlhao opened a new pull request, #15496:
URL: https://github.com/apache/nuttx/pull/15496
drivers/sensors/bmi088: add bmi088 driver.
## Summary
Increase the driver of BMI088, convenient for everyone to use. Can open it
using the device file interface or use the uorb interfa
nuttxpr commented on PR #15495:
URL: https://github.com/apache/nuttx/pull/15495#issuecomment-2583736034
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR mostly meets the NuttX requirements, but needs
kywwilson11 opened a new pull request, #15495:
URL: https://github.com/apache/nuttx/pull/15495
## Summary
Added support for using timers with ADCs. Based on STM32H7 implementation.
Updated Kconfig to support TRGO2, although support for TRGO and TRGO2 as
triggers is not developed yet.
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.git
The following commit(s) were added to refs/heads/master by this push:
new 7c7a64c84c kconfiglib/mark: It should use pip in
acassis merged PR #15494:
URL: https://github.com/apache/nuttx/pull/15494
--
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
acassis merged PR #15492:
URL: https://github.com/apache/nuttx/pull/15492
--
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.
acassis 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 f2a88059e7 tools/nxstyle.c: Add missing zlib fun
W-M-R opened a new pull request, #15494:
URL: https://github.com/apache/nuttx/pull/15494
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
kconfiglib/mark: It should use pip instead of apt install
W-M-R commented on code in PR #15455:
URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910491897
##
libs/libbuiltin/libgcc/profile.c:
##
@@ -288,13 +284,13 @@ void moncontrol(int mode)
if (mode)
{
- uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext,
+
W-M-R opened a new pull request, #15493:
URL: https://github.com/apache/nuttx/pull/15493
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
macro/align: Fix ALIGN_UP and ALIGN_DOWN
## Impact
W-M-R commented on code in PR #15455:
URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910526642
##
libs/libbuiltin/libgcc/profile.c:
##
@@ -288,13 +284,13 @@ void moncontrol(int mode)
if (mode)
{
- uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext,
+
acassis commented on PR #15444:
URL: https://github.com/apache/nuttx/pull/15444#issuecomment-2582918473
Hi yf13,
ELF works in flat mode as well:
https://www.youtube.com/watch?v=oL6KAgkTb8M
Unless some recent modification has changed it.
BR,
Alan
On Th
W-M-R commented on code in PR #15455:
URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910496131
##
libs/libbuiltin/libgcc/profile.c:
##
@@ -288,13 +284,13 @@ void moncontrol(int mode)
if (mode)
{
- uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext,
+
W-M-R commented on code in PR #15455:
URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910491897
##
libs/libbuiltin/libgcc/profile.c:
##
@@ -288,13 +284,13 @@ void moncontrol(int mode)
if (mode)
{
- uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext,
+
JerrySlhao closed pull request #15483: add bmi088 driver.
URL: https://github.com/apache/nuttx/pull/15483
--
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
JerrySlhao closed pull request #15483: add bmi088 driver.
URL: https://github.com/apache/nuttx/pull/15483
--
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
xiaoxiang781216 commented on code in PR #14623:
URL: https://github.com/apache/nuttx/pull/14623#discussion_r1843059425
##
sched/wqueue/wqueue.h:
##
@@ -126,6 +129,8 @@ extern struct hp_wqueue_s g_hpwork;
extern struct lp_wqueue_s g_lpwork;
#endif
+extern spinlock_t g_wqueue_
xiaoxiang781216 merged PR #15324:
URL: https://github.com/apache/nuttx/pull/15324
--
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
xiaoxiang781216 commented on PR #15483:
URL: https://github.com/apache/nuttx/pull/15483#issuecomment-2582833597
please try:
git rebase --interactive HEAD~5...HEAD
and change pick to squash
--
This is an automated message from the Apache Git Service.
To respond to the message, please
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 f7e745380 examples: New app to build Rust
xiaoxiang781216 merged PR #2487:
URL: https://github.com/apache/nuttx-apps/pull/2487
--
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...
nuttxpr commented on PR #15492:
URL: https://github.com/apache/nuttx/pull/15492#issuecomment-2582753274
[**\[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
xiaoxiang781216 commented on PR #15483:
URL: https://github.com/apache/nuttx/pull/15483#issuecomment-2582751873
@JerrySlhao please squash your patch into one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
no1wudi opened a new pull request, #15492:
URL: https://github.com/apache/nuttx/pull/15492
## Summary
The zlib compression functions are used in network utilities for
compression/decompression. These functions need to be added to the nxstyle
white list to prevent style ch
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 ffd256d32 Remove unused header files acro
xiaoxiang781216 merged PR #2939:
URL: https://github.com/apache/nuttx-apps/pull/2939
--
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...
xiaoxiang781216 merged PR #15429:
URL: https://github.com/apache/nuttx/pull/15429
--
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
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 d84ba608a1 use small lock in following files:
xiaoxiang781216 merged PR #15426:
URL: https://github.com/apache/nuttx/pull/15426
--
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
xiaoxiang781216 merged PR #15488:
URL: https://github.com/apache/nuttx/pull/15488
--
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
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 58c95f5d85 armv7-a/Toolchain.defs: Update LLVM
xiaoxiang781216 merged PR #15430:
URL: https://github.com/apache/nuttx/pull/15430
--
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
xiaoxiang781216 merged PR #15485:
URL: https://github.com/apache/nuttx/pull/15485
--
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
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 a5a93c0a1 stressapptest: Add download ste
xiaoxiang781216 merged PR #2938:
URL: https://github.com/apache/nuttx-apps/pull/2938
--
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...
xiaoxiang781216 merged PR #15487:
URL: https://github.com/apache/nuttx/pull/15487
--
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
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 b2735751d1 rv-virt:citest64: Bump CONFIG_SYSTE
xiaoxiang781216 merged PR #15489:
URL: https://github.com/apache/nuttx/pull/15489
--
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
simbit18 opened a new issue, #15491:
URL: https://github.com/apache/nuttx/issues/15491
### Description / Steps to reproduce the issue
All Jobs are broken !!!
https://github.com/NuttX/nuttx/actions/runs/12685758124
example
```
=
xiaoxiang781216 commented on PR #2931:
URL: https://github.com/apache/nuttx-apps/pull/2931#issuecomment-2582430449
let's split the indpedent change to new pr, so we can progresss step by step.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
raiden00pl commented on code in PR #2931:
URL: https://github.com/apache/nuttx-apps/pull/2931#discussion_r1910196155
##
.gitignore:
##
@@ -47,3 +47,4 @@ build
.ccls-cache
compile_commands.json
.aider*
+testing/*/Kconfig
Review Comment:
this is wrong. There is `testing/uni
nuttxpr commented on PR #15490:
URL: https://github.com/apache/nuttx/pull/15490#issuecomment-2582394135
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does **not** fully meet the NuttX requirements
W-M-R opened a new pull request, #15490:
URL: https://github.com/apache/nuttx/pull/15490
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
mm: Add mm_lock_irq, mm_unlock_iq
## Impact
*Update
lupyuen commented on PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2582325441
@maxikrie Could you try rebasing with the latest `master` branch? The branch
looks rather old (Oct 30).
Also the CI Check seems to be running OK for the latest builds. Thanks!
yamt commented on PR #14898:
URL: https://github.com/apache/nuttx/pull/14898#issuecomment-2582307453
> > > rv-virt/citest64 failure looks like a stack overflow.
> >
> >
> > i was able to reproduce the crash with today's master on local qemu.
#15478
>
> rebased after #15478
yamt opened a new pull request, #15489:
URL: https://github.com/apache/nuttx/pull/15489
## Summary
With today's master, according to up_check_tcbstack(), the thread consumes
2432 bytes with examples/popen.
## Impact
## Testing
on qemu
--
This is an automate
no1wudi opened a new pull request, #2939:
URL: https://github.com/apache/nuttx-apps/pull/2939
## Summary
Clean up code by removing redundant and unused header file includes that
were identified through static analysis. This improves code readability and
reduces unnecessary depend
raiden00pl commented on PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2582278634
does anyone have any idea why CI is returning nxstyle errors unrelated to PR
content?
https://github.com/user-attachments/assets/5012fd41-a6ec-4836-8ebd-1ba758744002";
/>
eren-terzioglu commented on PR #15487:
URL: https://github.com/apache/nuttx/pull/15487#issuecomment-2582275910
@xiaoxiang781216, If it is OK for you, you can merge it to fix the issue as
soon as possible. For other stuff, discussion can be done in an issue later.
--
This is an automated
raiden00pl commented on code in PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910138761
##
examples/nimble_bleprph/nimble_bleprph_main.c:
##
@@ -0,0 +1,447 @@
+/
+ * apps/exa
raiden00pl commented on code in PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910135097
##
examples/nimble_blecent/misc.c:
##
@@ -0,0 +1,243 @@
+/
+ * apps/examples/nimble_bl
raiden00pl commented on code in PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910132702
##
examples/nimble_blecent/misc.c:
##
@@ -0,0 +1,243 @@
+/
+ * apps/examples/nimble_bl
nuttxpr commented on PR #2938:
URL: https://github.com/apache/nuttx-apps/pull/2938#issuecomment-2582241860
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does *not* meet the NuttX requirements. The
W-M-R opened a new pull request, #2938:
URL: https://github.com/apache/nuttx-apps/pull/2938
## Summary
None
## Impact
None
## Testing
None
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
Laczen commented on issue #15347:
URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2582203674
Hi @tmedicci the promiscuous mode also doesn't seem like a good idea as it
would block the normal wifi operation mode.
So I was thinking about the following approach:
1. Int
no1wudi opened a new pull request, #15488:
URL: https://github.com/apache/nuttx/pull/15488
## Summary
eren-terzioglu opened a new pull request, #15487:
URL: https://github.com/apache/nuttx/pull/15487
## Summary
Fixes https://github.com/apache/nuttx/issues/15456
Fix misconfigured pins for esp32c6-devkitm
- esp32[c6]: Fix misconfigured pin functions for esp32c6-devkitm
raiden00pl commented on issue #12381:
URL: https://github.com/apache/nuttx/issues/12381#issuecomment-2582149330
> We may have special pwm_freq type that would be either some uint or float,
but it should definitely be configurable as NuttX supports devices without
native float/double.
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 9783c88425 Initial STM32H5 Timers Commit
add f2934935d0 armv7-a.cmake: Improve FPU options table formatting and
r
anchao merged PR #15486:
URL: https://github.com/apache/nuttx/pull/15486
--
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
raiden00pl closed issue #15436: Simplify PWM driver: remove CONFIG_PWM_MULTICHAN
URL: https://github.com/apache/nuttx/issues/15436
--
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
raiden00pl commented on issue #15436:
URL: https://github.com/apache/nuttx/issues/15436#issuecomment-2582089612
@michallenc I completely forgot about the issue you created :) so there are
at least 2 people who see this problem, so I think it's worth fixing.
I'm closing this issue, we
txy-21 commented on PR #2931:
URL: https://github.com/apache/nuttx-apps/pull/2931#issuecomment-2582076896
According to this
commenthttps://github.com/apache/nuttx-apps/pull/2931#issuecomment-2577992183,
this PR does the following:
1.The existing fff framework is not used by anyone, so
raiden00pl commented on code in PR #15482:
URL: https://github.com/apache/nuttx/pull/15482#discussion_r1910007048
##
arch/arm/src/stm32/stm32_tim.h:
##
@@ -40,22 +40,25 @@
/* Helpers **/
-#define STM32_TIM_SETM
raiden00pl merged PR #15472:
URL: https://github.com/apache/nuttx/pull/15472
--
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.
raiden00 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from e5e9032ea0 arm64/vector: Reduce two useless instructions
add 9783c88425 Initial STM32H5 Timers Commit
No new re
eren-terzioglu commented on PR #15480:
URL: https://github.com/apache/nuttx/pull/15480#issuecomment-2582054568
> > Hello @xiaoxiang781216,
> > I am not happy with you accepting the merge this way. We were discussing
an important requirement that the software needs. As it is now, when the
1 - 100 of 104 matches
Mail list logo