Donny9 commented on PR #15842:
URL: https://github.com/apache/nuttx/pull/15842#issuecomment-2662291373
> @Donny9: The Previous Commit doesn't have the `test_pipe` problem. So
something in the above PR is probably causing `pipe` test to fail?
https://gist.github.com/lupyuen/67b63777f7dee7630
Donny9 commented on code in PR #15842:
URL: https://github.com/apache/nuttx/pull/15842#discussion_r1957751502
##
drivers/i2c/i2c_slave_driver.c:
##
@@ -506,9 +506,12 @@ static int i2c_slave_callback(FAR void *arg,
i2c_slave_complete_t status,
priv->read_index = 0;
nuttxpr commented on PR #15849:
URL: https://github.com/apache/nuttx/pull/15849#issuecomment-2662280891
[**\[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 with
eren-terzioglu opened a new pull request, #15849:
URL: https://github.com/apache/nuttx/pull/15849
## Summary
Add esp_spiram_writeback_range function to flush some areas of spiram cache
to update spiram faster and more reliable.
- esp32[s2|s3]: Enhance SPIRAM/PSRAM support
This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 1b94d0e2cf nxgdb/mm: show pool expand queue size
add 64bae41c6b board/qemu-armv7r: rename dramboot.ld
add 3f
This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 3fca03f23b board/qemu-armv7r: add PROTECTED mode
add 0317df5b43 boards/nucleo-f722ze/cansock: enable SocketCAN ut
lupyuen merged PR #15834:
URL: https://github.com/apache/nuttx/pull/15834
--
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 #15813:
URL: https://github.com/apache/nuttx/pull/15813
--
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
anchao commented on code in PR #15848:
URL: https://github.com/apache/nuttx/pull/15848#discussion_r1957562921
##
arch/arm/include/spinlock.h:
##
@@ -63,12 +63,21 @@
*all memory accesses are complete
*/
-#define UP_DSB() __asm__ __volatile__ ("dsb sy" : : : "mem
xiaoxiang781216 commented on code in PR #15848:
URL: https://github.com/apache/nuttx/pull/15848#discussion_r1957537628
##
arch/arm/include/spinlock.h:
##
@@ -63,12 +63,21 @@
*all memory accesses are complete
*/
-#define UP_DSB() __asm__ __volatile__ ("dsb sy" :
This is an automated email from the ASF dual-hosted git repository.
yamamoto pushed a change to branch toywasm-66
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
was 070c153fb toywasm: regen for v66.0.0
The revisions that were on this branch are still contained in
other re
yamt commented on issue #15840:
URL: https://github.com/apache/nuttx/issues/15840#issuecomment-2661892087
> > how about `fsync(fileno(fp))`?
>
> Thank you! I think this should solve my issue!
>
> However, my other question I am still wondering about: when during normal
file ope
anchao opened a new pull request, #15848:
URL: https://github.com/apache/nuttx/pull/15848
## Summary
arm/memory_barrier: fix build warning on GCC14
```
nuttx/include/arch/spinlock.h:66:9: warning: "UP_DSB" redefined
66 | #define UP_DSB() __asm__ __volatile__ ("dsb sy" :
nuttxpr commented on PR #15848:
URL: https://github.com/apache/nuttx/pull/15848#issuecomment-2661861681
[**\[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
yamt commented on PR #2998:
URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661838486
i created a new PR https://github.com/apache/nuttx-apps/pull/2999 because i
noticed i have pushed the branch to a wrong repo.
i also added signed-off-by thing there.
--
This is a
yamt closed pull request #2998: toywasm: bump to v66.0.0
URL: https://github.com/apache/nuttx-apps/pull/2998
--
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-m
yamt opened a new pull request, #2999:
URL: https://github.com/apache/nuttx-apps/pull/2999
## Summary
toywasm: bump to v66.0.0
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
yamt commented on PR #2998:
URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661834226
> > > @cederom: Thank you @yamt :-) Could you please sign the commits with
`git commit -s` ? :-)
> >
> >
> > @yamt: why?
>
> So anyone looking at the local git log can se
FelipeMdeO commented on issue #15656:
URL: https://github.com/apache/nuttx/issues/15656#issuecomment-2661765303
Hello @tmedicci, @eren-terzioglu,
After some analysis, I discovered that the esp_txint function exhibits
divergent behavior depending on the RISC-V compiler optimization lev
anchao commented on code in PR #15842:
URL: https://github.com/apache/nuttx/pull/15842#discussion_r1957481709
##
drivers/i2c/i2c_slave_driver.c:
##
@@ -506,9 +506,12 @@ static int i2c_slave_callback(FAR void *arg,
i2c_slave_complete_t status,
priv->read_index = 0;
acassis commented on code in PR #15847:
URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957442784
##
tools/nxstyle.c:
##
@@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp)
{
bswitch = true;
}
+ else
FelipeMdeO commented on PR #2820:
URL: https://github.com/apache/nuttx-apps/pull/2820#issuecomment-2661682500
Hello @acassis , 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 c
FelipeMdeO commented on code in PR #2820:
URL: https://github.com/apache/nuttx-apps/pull/2820#discussion_r1957443481
##
examples/spislv_test/spislv_test.c:
##
@@ -22,81 +22,558 @@
* Included Files
/
acassis commented on code in PR #2820:
URL: https://github.com/apache/nuttx-apps/pull/2820#discussion_r1957442025
##
examples/spislv_test/spislv_test.c:
##
@@ -22,81 +22,558 @@
* Included Files
/
-
cederom commented on PR #2820:
URL: https://github.com/apache/nuttx-apps/pull/2820#issuecomment-2661673479
Thanks @FelipeMdeO for the updates :-) Please update git commit:
* subject: `examples/spislave_test: Add user data receive.` or something
like that :-)
* Add `git commit -s` signa
FelipeMdeO commented on PR #2820:
URL: https://github.com/apache/nuttx-apps/pull/2820#issuecomment-2661672581
Hello @cederom, sorry for delay. Code style issues solved.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
mlyszczek commented on code in PR #15828:
URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957419240
##
drivers/wireless/lpwan/rn2xx3/rn2xx3.c:
##
@@ -0,0 +1,1612 @@
+/
+ * drivers/wireless/l
linguini1 commented on code in PR #15828:
URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957417153
##
drivers/wireless/lpwan/rn2xx3/rn2xx3.c:
##
@@ -0,0 +1,1612 @@
+/
+ * drivers/wireless/l
cederom commented on PR #2998:
URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661556448
> > @cederom: Thank you @yamt :-) Could you please sign the commits with
`git commit -s` ? :-)
>
> @yamt: why?
So anyone looking at the local git log can see who was the c
hartmannathan commented on PR #15834:
URL: https://github.com/apache/nuttx/pull/15834#issuecomment-2661538006
> @hartmannathan optimization for stm32f302r8 is mainly for FLASH usage. The
default task size is increased in this case from 1024 to 2048 because 1024 is
not sufficient for SocketC
keever50 commented on PR #15795:
URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661530061
@acassis Is it okay if i create a completely new fresh PR somewhere this
week with the clean up and board removed? This makes things a bit easier to
manage. Later afterwards i can do a P
acassis commented on code in PR #15847:
URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957369051
##
tools/nxstyle.c:
##
@@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp)
{
bswitch = true;
}
+ else
LuchianMihai commented on code in PR #15847:
URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957370313
##
tools/nxstyle.c:
##
@@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp)
{
bswitch = true;
}
+
LuchianMihai commented on code in PR #15847:
URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957369872
##
tools/nxstyle.c:
##
@@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp)
{
bswitch = true;
}
+
acassis commented on code in PR #15847:
URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957369051
##
tools/nxstyle.c:
##
@@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp)
{
bswitch = true;
}
+ else
raiden00pl commented on PR #15834:
URL: https://github.com/apache/nuttx/pull/15834#issuecomment-2661521011
@hartmannathan optimization for stm32f302r8 is mainly for FLASH usage. The
default task size is increased in this case from 1024 to 2048 because 1024 is
not sufficient for can utils.
hartmannathan commented on code in PR #15847:
URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957367166
##
tools/nxstyle.c:
##
@@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp)
{
bswitch = true;
}
+
acassis commented on PR #15795:
URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661505799
> Let me know if these integrations and ioctl look OK. I would appreciate
that. If anything has to be changed lmk
@keever50 I suggest just separating the board support from the driv
keever50 commented on PR #15795:
URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661488890
Let me know if these integrations and ioctl look OK. I would appreciate
that. If anything has to be changed lmk
--
This is an automated message from the Apache Git Service.
To respond
linguini1 commented on code in PR #15828:
URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957351218
##
drivers/wireless/lpwan/rn2xx3/rn2xx3.c:
##
@@ -0,0 +1,1612 @@
+/
+ * drivers/wireless/l
linguini1 commented on code in PR #15828:
URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957350903
##
include/nuttx/wireless/ioctl.h:
##
@@ -60,13 +60,31 @@
/* output power (in dBm) */
#define WLIOC_GETTXPOWER_WLCI
acassis commented on PR #15795:
URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661455683
ping @keever50
--
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
keever50 commented on PR #15795:
URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661458455
I can drop the updates here for review if you like but it is not fully
cleaned up yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
keever50 commented on PR #15795:
URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661458142
pong @acassis
Update:
Still working on it on a different branch to not spam this PR.
Things are fully integrated, added a board for testing and made an app for
testing.
N
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 1e7532c381 drivers/thermal: Break loop if matching active trip point
add 1b94d0e2cf nxgdb/mm: show pool expand qu
acassis merged PR #15761:
URL: https://github.com/apache/nuttx/pull/15761
--
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
commit 0b633946c0dc9315d07372977350cd183fc4bcdd
Author: wangjianyu3
AuthorDate: Tue Feb 11 15:33:58 2025 +0800
drivers/the
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
commit 1e7532c3817a0e1737ac3634c4cbcf703c132e60
Author: JianyuWang <140773670+jianyuwang0...@users.noreply.github.com>
AuthorDat
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
commit fef1a0702db29090d032ada950f478d7030e99f2
Author: wangjianyu3
AuthorDate: Tue Feb 11 15:50:39 2025 +0800
drivers/the
acassis merged PR #15811:
URL: https://github.com/apache/nuttx/pull/15811
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c57c95755d mpfs/mpfs_irq.c: Enable interrupts on all harts
new 0b633946c0 drivers/thermal: Add support for passiv
yamt commented on PR #2998:
URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661353018
> Thank you @yamt :-) Could you please sign the commits with `git commit -s`
? :-)
why?
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from af0aa78cbc arm-a/shm: fix issue when use shm in arm-a
add c57c95755d mpfs/mpfs_irq.c: Enable interrupts on all ha
cederom merged PR #15820:
URL: https://github.com/apache/nuttx/pull/15820
--
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
54 matches
Mail list logo