mortenfyhn opened a new pull request, #16468:
URL: https://github.com/apache/nuttx/pull/16468
## Summary
Remove repeated word in
> Sporadic scheduling scheduling is more complex
in the _[Task Scheduling
Interfaces](https://nuttx.apache.org/docs/latest/reference/user/02_t
raiden00pl commented on issue #16305:
URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2929800971
> An easy way to test this problem is to enable CPU heavy operations, such
as KASAN, granular allocator and enable ALL debug logging. This stresses the
serial a lot.
This has b
pussuw commented on issue #16462:
URL: https://github.com/apache/nuttx/issues/16462#issuecomment-2930874955
Yes, almost certainly. The wrong user mappings are active during the
watchdog interrupt and atomic_read reads the sem counter from the wrong
physical page, getting a garbage value.
acassis commented on code in PR #16466:
URL: https://github.com/apache/nuttx/pull/16466#discussion_r2121299247
##
drivers/serial/serial.c:
##
@@ -1875,7 +1933,18 @@ static int uart_poll(FAR struct file *filep,
ndx = 0;
}
- if (ndx != dev->xmit.tail)
+
acassis commented on PR #16468:
URL: https://github.com/apache/nuttx/pull/16468#issuecomment-2930858594
Thank you @mortenfyhn
--
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
keever50 commented on issue #16305:
URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2929808564
> > An easy way to test this problem is to enable CPU heavy operations, such
as KASAN, granular allocator and enable ALL debug logging. This stresses the
serial a lot.
> > This h
keever50 commented on issue #16305:
URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2929743718
> ~I've noticed that `nsh_update_prompt()` get's called every time I hit
enter, which seems incorrect to me since it's only called during initialization
and `nsh_session()`. I don't
acassis commented on issue #16462:
URL: https://github.com/apache/nuttx/issues/16462#issuecomment-2930773395
Thank you for explanation @pussuw ! Do you think this new exception that
@atr294 found while running monkey in foreground also have the same root cause?
--
This is an automated mes
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 143242776f Documentation: Fix a typo in schedu
xiaoxiang781216 merged PR #16465:
URL: https://github.com/apache/nuttx/pull/16465
--
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 #16361:
URL: https://github.com/apache/nuttx/pull/16361#issuecomment-2931222990
> Is this ready for merge? I have seen crashes probably caused by file
descriptor race conditions.
@Donny9 is testing and refining the patch, the verified patchset will be
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
commit f0eb00ffd99d6a520348c2ae552fff77e851957d
Author: Tim Hardisty <56726697+tim...@users.noreply.github.com>
AuthorDat
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 436c814c2e mcx-nxxx: Add LPI2C driver for mcx-
xiaoxiang781216 merged PR #16467:
URL: https://github.com/apache/nuttx/pull/16467
--
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 b0342c87ee arch/arm/src/samv7/sam_serial_spi.c
xiaoxiang781216 commented on code in PR #16466:
URL: https://github.com/apache/nuttx/pull/16466#discussion_r2121473225
##
drivers/serial/serial.c:
##
@@ -248,9 +249,26 @@ static int uart_putxmitchar(FAR uart_dev_t *dev, int ch,
bool oktoblock)
nexthead = 0;
xiaoxiang781216 merged PR #16469:
URL: https://github.com/apache/nuttx/pull/16469
--
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 #3081:
URL: https://github.com/apache/nuttx-apps/pull/3081
--
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...
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
commit 30b1c024a1d1c59f4b7108643bead85616b4334a
Author: Tim Hardisty <56726697+tim...@users.noreply.github.com>
AuthorDat
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 cc44b3b521 audio/comp: fix build warning cause
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch releases/12.10
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
at 8ff533beb examples/posix_stdio: Fix Kconfig to define default stack
size
No new revisions were added b
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch releases/12.10
in repository https://gitbox.apache.org/repos/asf/nuttx.git
at ef04b4ccb6 boards/avr/atmega: Added Elegoo Mega2560r3 board support
No new revisions were added by this upda
michallenc opened a new pull request, #16465:
URL: https://github.com/apache/nuttx/pull/16465
## Summary
Bitfield `CPHA` has to be set to run SPI in mode 0. This is a default mode,
therefore it should be set during the peripheral initialization.
## Impact
Samv7 only. SPI on
pussuw commented on issue #16462:
URL: https://github.com/apache/nuttx/issues/16462#issuecomment-2929187000
Duplicate of https://github.com/apache/nuttx/issues/8917
The underlying issue is that when nxsem_wait_irq is called, the wrong
mappings might be active. In order for it to work
raiden00pl commented on issue #16416:
URL: https://github.com/apache/nuttx/issues/16416#issuecomment-2929245249
maybe this issue is related to additional security present in cortex-m33 (TZ
features)? I'm not familiar with stm32h5, but from my experience with other
cortex-m33 - security sett
jerpelea opened a new pull request, #16466:
URL: https://github.com/apache/nuttx/pull/16466
## Summary
While going through the code in drivers/serial/serial.c, I noticed this
comment:
The head and tail pointers are 16-bit values. The only time that
the following could be
anchao opened a new pull request, #16474:
URL: https://github.com/apache/nuttx/pull/16474
## Summary
syslog/rpmsg: disable force put char to lower putc
```
if rpmsg triggers force flushing when the master core provides lower putc,
characters will be duplicated caused b
linguini1 commented on PR #16440:
URL: https://github.com/apache/nuttx/pull/16440#issuecomment-2932944689
This change has broken the `make autobuild` option, since it re-defines
`html_context` without adding the `nuttx_versions` key.
--
This is an automated message from the Apache Git Ser
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-apps.git
from 8ff533beb examples/posix_stdio: Fix Kconfig to define default stack
size
new 30b1c024a apps/netutils: add
linguini1 opened a new pull request, #16470:
URL: https://github.com/apache/nuttx/pull/16470
## Summary
Add `nuttx_versions` back into the `html_context` variable after it was
re-defined in #16440 to include more options. This fixes the failing Pphinx
autobuild. I also moved the opti
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 8b2714f22 Publishing web: be40bd5
linguini1 opened a new pull request, #16471:
URL: https://github.com/apache/nuttx/pull/16471
## Summary
This PR re-organizes the structure of the AVR documentation to separate
chips more clearly, allowing special information about their currently
supported features, quirks, tool-chai
xiaoxiang781216 merged PR #16468:
URL: https://github.com/apache/nuttx/pull/16468
--
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
linguini1 opened a new pull request, #16472:
URL: https://github.com/apache/nuttx/pull/16472
## Summary
Introduces a commit message template with instructions in the contributing
documentation about how to set it up. This way users are reminded of what makes
a "good" NuttX commit as
anchao opened a new pull request, #16473:
URL: https://github.com/apache/nuttx/pull/16473
## Summary
drivers/mtd: fix compile warning
```
mtd/mtd_rwbuffer.c:42:
mtd/mtd_rwbuffer.c: In function 'mtd_erase':
mtd/mtd_rwbuffer.c:189:9: warning: format '%zx' expects argu
anchao opened a new pull request, #16467:
URL: https://github.com/apache/nuttx/pull/16467
## Summary
audio/comp: fix build warning caused by invalid return value
```
audio/audio_comp.c:958:14: warning: returning ‘int’ from a function with
return
pussuw opened a new pull request, #16469:
URL: https://github.com/apache/nuttx/pull/16469
## Summary
This adds a LPI2C driver for the mcx-nxxx chip, and the necessary board
definitions for the frdm-mcxn236 evaluation kit.
## Impact
Only the mcx-nxxx platform is affected.
raiden00pl commented on issue #16305:
URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2929925010
if the execution time of critical USB functions is an issue, then setting
priorities won't help. USB stack functions should be executed as quickly as
possible. If the problem is U
snikeguo closed pull request #16464: Add DMA Alignment Component and Integrate
It into the MMC Driver
URL: https://github.com/apache/nuttx/pull/16464
--
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
39 matches
Mail list logo