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 5bf3110777 arch/sim/sim_canchar.c: notify uppe
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 486dabdd2d include/nuttx/can.h: remove depende
szafonimateusz-mi opened a new pull request, #16371:
URL: https://github.com/apache/nuttx/pull/16371
## Summary
- arch/sim/sim_canchar.c: notify upper-half driver that tx done
add missing can_txdone() callback after message is send
## Impact
fix problem with CAN character driv
raiden00pl opened a new pull request, #16370:
URL: https://github.com/apache/nuttx/pull/16370
## Summary
- include/nuttx/can.h: remove dependency on CONFIG_NET_CAN
Definitions from this file are also used by `arch/sim` CAN implementation,
which is based on host socketCAN interface.
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086976819
##
fs/vfs/fs_dup2.c:
##
@@ -82,29 +81,15 @@ int file_dup3(FAR struct file *filep1, FAR struct file
*filep2, int flags)
inode = filep1->f_inode;
inode_addref(inode
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086970591
##
net/local/local_sendmsg.c:
##
@@ -125,7 +125,7 @@ static int local_sendctl(FAR struct local_conn_s *conn,
goto fail;
}
- ret =
TimJTi commented on issue #16345:
URL: https://github.com/apache/nuttx/issues/16345#issuecomment-2876696276
@xiaoxiang781216
> [@zhhyu7](https://github.com/zhhyu7) could you look at this problem?
Thanks! Let me know if you want any trace info etc., or for me to try
anything - I ha
GUIDINGLI commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086926058
##
fs/vfs/fs_dup2.c:
##
@@ -82,29 +81,15 @@ int file_dup3(FAR struct file *filep1, FAR struct file
*filep2, int flags)
inode = filep1->f_inode;
inode_addref(in
xiaoxiang781216 commented on code in PR #16364:
URL: https://github.com/apache/nuttx/pull/16364#discussion_r2086920818
##
wireless/bluetooth/bt_smp.c:
##
@@ -600,6 +710,45 @@ static uint8_t smp_pairing_req(FAR struct bt_conn_s *conn,
return ret;
}
+ // Perform pai
xiaoxiang781216 commented on PR #16356:
URL: https://github.com/apache/nuttx/pull/16356#issuecomment-2876665742
You are welcome too.
--
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
xiaoxiang781216 commented on PR #16319:
URL: https://github.com/apache/nuttx/pull/16319#issuecomment-2876650026
@jerpelea please approve this patch.
--
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 t
xiaoxiang781216 commented on PR #16319:
URL: https://github.com/apache/nuttx/pull/16319#issuecomment-2876648498
> > @sumpfralle not all spell error in the touch files fixed:
>
> yes, that's what I described before: I grouped my fixes into different
categories in order to allow an easi
xiaoxiang781216 commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086894004
##
fs/vfs/fs_close.c:
##
@@ -134,46 +143,84 @@ int file_close_without_clear(FAR struct file *filep)
inode_release(inode);
Review Comment:
@Donn
xiaoxiang781216 commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086872746
##
include/nuttx/fs/fs.h:
##
@@ -466,6 +466,15 @@ struct file
off_t f_pos; /* File position */
Review Comment:
refcount is required to i
xiaoxiang781216 commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086870916
##
include/nuttx/fs/fs.h:
##
@@ -959,7 +964,7 @@ int files_duplist(FAR struct filelist *plist, FAR struct
filelist *clist,
*
**
xiaoxiang781216 commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086869529
##
net/local/local_recvmsg.c:
##
@@ -175,7 +175,7 @@ static void local_recvctl(FAR struct local_conn_s *conn,
count = peer->lc_cfpcount;
for (i = 0; i < c
xiaoxiang781216 commented on code in PR #16363:
URL: https://github.com/apache/nuttx/pull/16363#discussion_r2086845151
##
arch/arm/src/rp23xx/rp23xx_timerisr.c:
##
@@ -107,10 +110,14 @@ void up_timer_initialize(void)
regval |= (NVIC_SYSH_PRIORITY_DEFAULT << NVIC_SYSH_PRIORITY
xiaoxiang781216 commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086867781
##
net/local/local_sendmsg.c:
##
@@ -125,7 +125,7 @@ static int local_sendctl(FAR struct local_conn_s *conn,
goto fail;
}
-
gpoulios commented on PR #16356:
URL: https://github.com/apache/nuttx/pull/16356#issuecomment-2876581179
Thank you all for your comments!
--
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 speci
gpoulios commented on PR #3074:
URL: https://github.com/apache/nuttx-apps/pull/3074#issuecomment-2876579563
Thanks everyone for your review and support!
--
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
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 67db0af4eb4fb1efdae60c4b6667fcc438fbd6f5
Author: George Poulios
AuthorDate: Sun May 11 02:01:02 2025 +0300
t
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 55913d16ad libs/libc/semaphore: Enable semaphore fast wait/post paths
for counting semaphores
new bf870e51ba a
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 677089b9120967dac7ba77ddb5fd55d9bfde4bff
Author: George Poulios
AuthorDate: Sun May 11 00:02:52 2025 +0300
e
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 7b383d05625de11f4d8173252e37920aa905d423
Author: George Poulios
AuthorDate: Sun May 11 02:06:01 2025 +0300
e
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 0fbeae7f0 uORB/sensor: Add timestamp for GNSS data
new 677089b91 examples/optee: Correct use of shm reg id
xiaoxiang781216 merged PR #3074:
URL: https://github.com/apache/nuttx-apps/pull/3074
--
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...
lupyuen closed issue #15779: [Feedback] PR Test Bot
URL: https://github.com/apache/nuttx/issues/15779
--
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: co
lupyuen commented on issue #15779:
URL: https://github.com/apache/nuttx/issues/15779#issuecomment-2876453804
> how can I add my milkv_duos to the CI? It should be nice if we could run
this test automatically without calling the nuttxpr bot manually
Hmmm are we thinking of triggering t
lupyuen commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2876447320
> how can I add my milkv_duos to the CI? It should be nice if we could run
this test automatically without calling the nuttxpr bot manually
@acassis Hmmm are we thinking of triggeri
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
commit e78a33464e2ea3837a4677d433adab7a91e62e5f
Author: Jukka Laitinen
AuthorDate: Mon May 12 13:22:01 2025 +0300
arch/s
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
commit bf870e51ba0fc9ec3cbb00674b7d695190914dd3
Author: Jukka Laitinen
AuthorDate: Mon May 12 13:00:39 2025 +0300
arch/s
xiaoxiang781216 merged PR #16358:
URL: https://github.com/apache/nuttx/pull/16358
--
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 code in PR #16369:
URL: https://github.com/apache/nuttx/pull/16369#discussion_r2086770652
##
drivers/note/Kconfig:
##
@@ -36,6 +36,19 @@ config DRIVERS_NOTECTL
If this option is selected, the instrumentation filter control
device
xiaoxiang781216 commented on code in PR #16365:
URL: https://github.com/apache/nuttx/pull/16365#discussion_r2086757475
##
boards/avr/avrdx/breadxavr/Kconfig:
##
@@ -7,7 +7,7 @@ if ARCH_BOARD_AVRDX_BREADXAVR
config BREADXAVR_BUTTONS_DRIVER
bool "Enable button input dri
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 55913d16ad libs/libc/semaphore: Enable semapho
xiaoxiang781216 merged PR #16360:
URL: https://github.com/apache/nuttx/pull/16360
--
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
acassis commented on code in PR #16369:
URL: https://github.com/apache/nuttx/pull/16369#discussion_r2086713775
##
drivers/note/Kconfig:
##
@@ -36,6 +36,19 @@ config DRIVERS_NOTECTL
If this option is selected, the instrumentation filter control
device
acassis commented on issue #16367:
URL: https://github.com/apache/nuttx/issues/16367#issuecomment-2876325914
Hi @TimJTi this print is from AVR PR:
https://github.com/apache/nuttx/pull/16365
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
TimJTi commented on issue #16345:
URL: https://github.com/apache/nuttx/issues/16345#issuecomment-2876311014
@keever50 sadly, not to do with stack size or anything. I am pretty sure the
driver is missing some deinit/unbind type code.
Hopefully someone who has worked with CDC-NCM will b
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 01040400cb docs/rp2040: Remove documentation du
jerpelea merged PR #16362:
URL: https://github.com/apache/nuttx/pull/16362
--
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
yangwei-x commented on code in PR #16369:
URL: https://github.com/apache/nuttx/pull/16369#discussion_r2086665253
##
drivers/note/noteram_driver.c:
##
@@ -794,7 +794,17 @@ static int noteram_dump_header(FAR struct lib_outstream_s
*s,
pid_t pid;
int ret;
+
Review Comment
mjy-acc opened a new pull request, #16369:
URL: https://github.com/apache/nuttx/pull/16369
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
*Update this section with information on why change is necessar
eren-terzioglu opened a new issue, #16368:
URL: https://github.com/apache/nuttx/issues/16368
### Description / Steps to reproduce the issue
Xtensa devices when SMP support enabled started to fail after
https://github.com/apache/nuttx/pull/16194.
To reproduce error use this commands
TimJTi commented on issue #16367:
URL: https://github.com/apache/nuttx/issues/16367#issuecomment-2875900413
Locally? CI? Steps to reproduce?
Works for me using checkpatch.sh
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
acassis commented on code in PR #16364:
URL: https://github.com/apache/nuttx/pull/16364#discussion_r2086397247
##
wireless/bluetooth/bt_smp.c:
##
@@ -71,6 +71,15 @@
/* SMP channel specific context */
+enum pairing_method {
+PAIRING_METHOD_JUST_WORKS,
+PAIRING_METHOD
acassis opened a new issue, #16367:
URL: https://github.com/apache/nuttx/issues/16367
### Description / Steps to reproduce the issue

### On which OS does this issue occur?
[OS: Linu
acassis commented on code in PR #16365:
URL: https://github.com/apache/nuttx/pull/16365#discussion_r2086382299
##
boards/avr/at90usb/teensy-2.0/configs/usbmsc/defconfig:
##
@@ -55,3 +55,7 @@ CONFIG_USBMSC_PRODUCTSTR="USBdev Storage"
CONFIG_USBMSC_REMOVABLE=y
CONFIG_USBMSC_SCSI
retergty opened a new issue, #16366:
URL: https://github.com/apache/nuttx/issues/16366
### Description / Steps to reproduce the issue
Hi!
In file nuttx/arch/arm/stm32h7/stm32qspi.c, the function qspi_memory_dma set
not present bit flag QSPI_CR_DMAEN.
```CPP
/* Enable the me
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086328589
##
include/nuttx/fs/fs.h:
##
@@ -466,6 +466,15 @@ struct file
off_t f_pos; /* File position */
Review Comment:
@anchao what is your opinion on th
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086067813
##
fs/inode/fs_files.c:
##
@@ -266,25 +402,18 @@ static void task_fssync(FAR struct tcb_s *tcb, FAR void
*arg)
*
***
jerpelea opened a new pull request, #16365:
URL: https://github.com/apache/nuttx/pull/16365
## Summary
Documentation/platforms/avr: added information about UART usage
Documentation/platforms/avr: provide more information for breadxavr board
arch/avr: reworked eliminating unused s
pussuw commented on PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#issuecomment-2875412623
```
nsh> fdinfo
pid:0
FD OFLAGS TYPE POS PATH BACKTRACE
0 3 10 /dev/console 0x40053878
0x400356e4 0x40038072
keever50 commented on issue #16305:
URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2875362857
I can confirm it is also an issue during printf use. Help command is often
broken in bigger configs.
This is something you can see in my testlogs I add to PRs
Op di 13 me
keever50 commented on issue #16305:
URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2875367068
> ~~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'
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086063889
##
fs/inode/fs_files.c:
##
@@ -139,26 +198,26 @@ static int files_extend(FAR struct filelist *list, size_t
row)
return -EMFILE;
}
- files = fs_heap_mallo
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086069196
##
fs/inode/fs_files.c:
##
@@ -66,61 +84,102 @@
* Name: files_fget_by_index
/
-static F
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086067813
##
fs/inode/fs_files.c:
##
@@ -266,25 +402,18 @@ static void task_fssync(FAR struct tcb_s *tcb, FAR void
*arg)
*
***
pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2086066759
##
fs/inode/fs_files.c:
##
@@ -246,6 +303,85 @@ static void task_fssync(FAR struct tcb_s *tcb, FAR void
*arg)
}
}
+/
59 matches
Mail list logo