jlaitine commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2834159189
> > > since the current code base never add const to the local integer
variables even they doesn't change after initialization.
> >
> >
> > Why not? I'll change this if I get a
raiden00pl commented on issue #16259:
URL: https://github.com/apache/nuttx/issues/16259#issuecomment-2834150263
`nxsig_` can't be used at early system boot, when OS components are not yet
initialized. Also blocking delays are more precise than `nxsig_` if your
`CONFIG_BOARD_LOOPSPERMSEC` is
This is an automated email from the ASF dual-hosted git repository.
jerpelea 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 bab3d8892b boards/risc-v/esp32c3 Add initial su
jerpelea merged PR #16274:
URL: https://github.com/apache/nuttx/pull/16274
--
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.apa
raiden00pl commented on issue #16256:
URL: https://github.com/apache/nuttx/issues/16256#issuecomment-2834112728
what ostest problems are you talking about here? the ostest with UART has
been working for me for more than hour and I don't see any problems.
--
This is an automated message f
raiden00pl commented on code in PR #16275:
URL: https://github.com/apache/nuttx/pull/16275#discussion_r2062960399
##
Documentation/conf.py:
##
@@ -132,3 +134,16 @@
# -- Options for warnings_filter --
warnings_filter_config = "known-war
xiaoxiang781216 commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2834063080
> > since the current code base never add const to the local integer
variables even they doesn't change after initialization.
>
> Why not? I'll change this if I get a second
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062926746
##
sched/semaphore/sem_waitirq.c:
##
@@ -72,30 +72,54 @@ void nxsem_wait_irq(FAR struct tcb_s *wtcb, int errcode)
{
FAR struct tcb_s *rtcb = this_task();
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062917757
##
include/nuttx/semaphore.h:
##
@@ -45,23 +45,42 @@
/* semcount, flags, waitlist, hhead */
#define NXSEM_INITIALIZER(c, f) \
- {(c), (f), SEM_WAI
jlaitine commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2834026328
> since the current code base never add const to the local integer variables
even they doesn't change after initialization.
Why not?
--
This is an automated message from
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062913438
##
libs/libc/misc/lib_mutex.c:
##
@@ -35,30 +35,14 @@
* Pre-processor Definitions
/
-
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062913034
##
sched/semaphore/sem_waitirq.c:
##
@@ -72,30 +72,54 @@ void nxsem_wait_irq(FAR struct tcb_s *wtcb, int errcode)
{
FAR struct tcb_s *rtcb = this_task();
FAR se
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062910152
##
include/nuttx/semaphore.h:
##
@@ -45,23 +45,42 @@
/* semcount, flags, waitlist, hhead */
#define NXSEM_INITIALIZER(c, f) \
- {(c), (f), SEM_WAITLIST_I
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062910152
##
include/nuttx/semaphore.h:
##
@@ -45,23 +45,42 @@
/* semcount, flags, waitlist, hhead */
#define NXSEM_INITIALIZER(c, f) \
- {(c), (f), SEM_WAITLIST_I
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2062909627
##
include/nuttx/semaphore.h:
##
@@ -45,23 +45,42 @@
/* semcount, flags, waitlist, hhead */
#define NXSEM_INITIALIZER(c, f) \
- {(c), (f), SEM_WAITLIST_I
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 39920068d Publishing web: 16e1777
cederom commented on issue #16271:
URL: https://github.com/apache/nuttx/issues/16271#issuecomment-2833654212
TANK U SIR! :-)
--
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.
linguini1 commented on PR #16275:
URL: https://github.com/apache/nuttx/pull/16275#issuecomment-2833641907
> Thank you @linguini1 :-) Very cool start! Builds and works fine for me :-)
>
> Would it be possible to rename "Site Tags" to just "Tags" ? :-)
Certainly!
--
This is an
cederom commented on PR #16275:
URL: https://github.com/apache/nuttx/pull/16275#issuecomment-2833637531
@linguini1 as you are most familiar with rPI-Pico can we assign you this
task to research in a free moment? :-) Having this single usb port flashing
just as with esptool would enable auto
nuttxpr commented on PR #16275:
URL: https://github.com/apache/nuttx/pull/16275#issuecomment-2833594079
[**\[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
linguini1 opened a new pull request, #16275:
URL: https://github.com/apache/nuttx/pull/16275
## Summary
Introduces `sphinx-tags` to the documentation system, allowing individual
pages to be tagged for better searching. The examples in this commit introduce
the `chip:*` tag for indica
cederom commented on PR #3065:
URL: https://github.com/apache/nuttx-apps/pull/3065#issuecomment-2833584973
Thanks @vrmay23 :-) What is the difference here between
https://github.com/apache/nuttx-apps/tree/master/examples/hello ? :-)
--
This is an automated message from the Apache Git Serv
nuttxpr commented on PR #3065:
URL: https://github.com/apache/nuttx-apps/pull/3065#issuecomment-2833552859
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
__Fill In The Commit Message:__ This PR contains a Commit wi
vrmay23 opened a new pull request, #3065:
URL: https://github.com/apache/nuttx-apps/pull/3065
## Summary
As new on nuttx and posix style, I missed some simple examples for the
classic 'hello world'.
To solve it, just create one simple code that can be compiled in both nuttx
env and li
rcsim opened a new pull request, #16273:
URL: https://github.com/apache/nuttx/pull/16273
## Summary
This commit adds the documentation for the Seeed Studio XIAO ESP32C3 board.
It includes examples for GPIOs, Wifi and BT.
## Impact
Is new feature added? Is existing feature ch
nuttxpr commented on PR #16274:
URL: https://github.com/apache/nuttx/pull/16274#issuecomment-2833510081
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR mostly meets the NuttX requirements but could be
nuttxpr commented on PR #16273:
URL: https://github.com/apache/nuttx/pull/16273#issuecomment-2833510582
[**\[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. T
rcsim opened a new pull request, #16274:
URL: https://github.com/apache/nuttx/pull/16274
## Summary
This commit introduces initial support for the Seeed Studio XIAO ESP32C3
board. Five configurations are available:
- nsh: Basic NuttShell support over UART0
- usbnsh: Basic NuttShell
simbit18 commented on code in PR #16257:
URL: https://github.com/apache/nuttx/pull/16257#discussion_r2062623466
##
drivers/video/Kconfig:
##
@@ -56,6 +56,102 @@ config VIDEO_FB_NPOLLWAITERS
depends on VIDEO_FB
default 2
+config VIDEO_FB_SPLASHSCREEN
+ boo
avgoor commented on issue #16133:
URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2833440142
@keever50 It is "running", meaning that the active thread is actively
reading the SPINLOCK register for acquiring the spinlock (which never happens
for some reason). If you unlock the
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 5ce0e93637 arch/risc-v: save/restore fpu registers always when
CONFIG_ARCH_LAZYFPU is off
add 9566b2b908 drivers
acassis merged PR #16267:
URL: https://github.com/apache/nuttx/pull/16267
--
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
keever50 commented on issue #16133:
URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2833384698
`as if the UART I/O procedure itself interferes with other lock operations.`
I think that is likely. As RP2040 suffers from glitchy and bad UART.
Both on USB and HW UART.
Thi
avgoor commented on issue #16133:
URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2833369160
I must correct myself. I've rerun the fresh `master` with
`CONFIG_SMP_NCPUS=1` and it's very unstable now. With enabled extra debug
output it gets stuck randomly here and there, as if
GUIDINGLI commented on code in PR #16231:
URL: https://github.com/apache/nuttx/pull/16231#discussion_r2062565038
##
sched/wqueue/wqueue.h:
##
@@ -66,14 +66,15 @@ struct kworker_s
struct kwork_wqueue_s
{
- struct dq_queue_s q; /* The queue of pending work */
- sem_t
35 matches
Mail list logo