(nuttx) 02/02: arch/risc-v: decouple common source for Espressif's MCUBoot port

2025-06-14 Thread xiaoxiang
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 2912b3347c553e790e9f498496a212b1a03ec4b9 Author: Filipe Cavalcanti AuthorDate: Thu Jun 12 17:20:59 2025 -0300 arc

Re: [PR] benchmarks/osperf/osperf.c: add pipe read-write performance test [nuttx-apps]

2025-06-14 Thread via GitHub
xiaoxiang781216 merged PR #3092: URL: https://github.com/apache/nuttx-apps/pull/3092 -- 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-apps) 01/02: benchmarks/osperf/osperf.c: fix spelling mistakes

2025-06-14 Thread xiaoxiang
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 9a73fb7f4b25410ea44365dc3e0fbe5ab8661411 Author: Michal Lenc AuthorDate: Fri Jun 13 08:30:18 2025 +0200 benc

(nuttx) 01/02: arch/xtensa: decouple common source for Espressif's MCUBoot port

2025-06-14 Thread xiaoxiang
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 294848e62390fb5cffa3c4f66cc62aee3597862c Author: Filipe Cavalcanti AuthorDate: Thu Jun 12 16:59:43 2025 -0300 arc

(nuttx) branch master updated (cd5ad0f165 -> 2912b3347c)

2025-06-14 Thread xiaoxiang
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 cd5ad0f165 chore: update gitignore for .idea folder new 294848e623 arch/xtensa: decouple common source for Espr

Re: [PR] Update MCUBoot build process for Espressif devices [nuttx]

2025-06-14 Thread via GitHub
xiaoxiang781216 merged PR #16533: URL: https://github.com/apache/nuttx/pull/16533 -- 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

(nuttx-apps) branch master updated (4f5c28343 -> 7ca3656c3)

2025-06-14 Thread xiaoxiang
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 4f5c28343 testing/fs: update api name fs_getfilep/fs_putfilep to file_get/file_put new 9a73fb7f4 benchmar

(nuttx-apps) 02/02: benchmarks/osperf/osperf.c: add pipe read-write performance test

2025-06-14 Thread xiaoxiang
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 7ca3656c3ef352f1b7c38950b54d7867f1672be9 Author: Michal Lenc AuthorDate: Fri Jun 13 08:35:06 2025 +0200 benc

Re: [PR] improve libc/stream subsystem [nuttx]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #16496: URL: https://github.com/apache/nuttx/pull/16496#discussion_r2146796769 ## drivers/note/notestream_driver.c: ## @@ -131,15 +130,15 @@ int notefile_register(FAR const char *filename) #endif notefile->driver.stream = ¬efile->fil

Re: [PR] boards/nucleo-f446re: fix adc example [nuttx]

2025-06-14 Thread via GitHub
acassis merged PR #16535: URL: https://github.com/apache/nuttx/pull/16535 -- 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

(nuttx) branch master updated: boards/nucleo-f446re: fix adc example

2025-06-14 Thread acassis
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 b37e8ecf3c boards/nucleo-f446re: fix adc example

(nuttx) branch master updated: arch/stm32{f0l0g0|f7|h5|h7}: add support for ADC trigger from TIMER TRGO

2025-06-14 Thread acassis
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 2f625acbe1 arch/stm32{f0l0g0|f7|h5|h7}: add supp

Re: [PR] arch/stm32: add support for ADC trigger from TRGO event [nuttx]

2025-06-14 Thread via GitHub
acassis merged PR #16532: URL: https://github.com/apache/nuttx/pull/16532 -- 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

[PR] arch/stm32/stm32_adc.c: add support for batch DMA transfer [nuttx]

2025-06-14 Thread via GitHub
raiden00pl opened a new pull request, #16534: URL: https://github.com/apache/nuttx/pull/16534 ## Summary - arch/stm32{f0l0g0|f7|h5|h7|l4}/stm32_adc.c: add support for batch DMA transfer Add an option that configure the number of regular group conversions that will trigg

[PR] boards/nucleo-f446re: fix adc example [nuttx]

2025-06-14 Thread via GitHub
raiden00pl opened a new pull request, #16535: URL: https://github.com/apache/nuttx/pull/16535 ## Summary fix adc example for nucleo-f446re: - the second ADC channel should be different from first channel - enable ADC SCAN mode so we get convertion on CH0 and CH1 - disable

[PR] system/fastboot: dump all memory regions [nuttx-apps]

2025-06-14 Thread via GitHub
JianyuWang0623 opened a new pull request, #3093: URL: https://github.com/apache/nuttx-apps/pull/3093 ## Summary Add examples for oem memdump dumping all memory regions. ## Impact - system/fastboot ## Testing Selftest passed with `CONFIG_BOARD_MEMORY_RANGE="{0x2

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
Donny9 commented on PR #16536: URL: https://github.com/apache/nuttx/pull/16536#issuecomment-2972836901 fix CI error about sim ltp shm_open_11_1 -- 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

(nuttx) 02/03: drivers/segger:Replace the included header file

2025-06-14 Thread xiaoxiang
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 2fa5811f7c9a6ecfd0b6775c4032fefb72a08b7a Author: liwenxiang1 AuthorDate: Mon May 19 21:10:38 2025 +0800 drivers/s

Re: [PR] system/fastboot: dump all memory regions [nuttx-apps]

2025-06-14 Thread via GitHub
xiaoxiang781216 merged PR #3093: URL: https://github.com/apache/nuttx-apps/pull/3093 -- 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-apps) branch master updated: system/fastboot: move usbdev init after help

2025-06-14 Thread xiaoxiang
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 7375f6574 system/fastboot: move usbdev in

(nuttx-apps) branch master updated: system/fastboot: dump all memory regions

2025-06-14 Thread xiaoxiang
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 4c605ac43 system/fastboot: dump all memor

Re: [PR] system/fastboot: dump all memory regions [nuttx-apps]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #3093: URL: https://github.com/apache/nuttx-apps/pull/3093#discussion_r2147410900 ## system/fastboot/fastboot.c: ## @@ -156,6 +157,8 @@ struct fastboot_cmd_s FAR const char *arg); }; +typedef void (*memdump_print_

Re: [PR] system/fastboot: move usbdev init after help [nuttx-apps]

2025-06-14 Thread via GitHub
xiaoxiang781216 merged PR #3094: URL: https://github.com/apache/nuttx-apps/pull/3094 -- 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) branch master updated (2f625acbe1 -> 42b1ac90fb)

2025-06-14 Thread xiaoxiang
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 2f625acbe1 arch/stm32{f0l0g0|f7|h5|h7}: add support for ADC trigger from TIMER TRGO new 525fcb4a45 drivers/seg

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #16536: URL: https://github.com/apache/nuttx/pull/16536#discussion_r2147013613 ## fs/shm/shm_open.c: ## @@ -176,7 +176,7 @@ int shm_open(FAR const char *name, int oflag, mode_t mode) int ret; int fd; - fd = file_allocate(oflag, 0,

(nuttx) 03/03: drivers/segger: Change SEGGER_RTT_LOCK into rspinlock

2025-06-14 Thread xiaoxiang
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 42b1ac90fb61f32b465058ac83fb0a9f429e5be3 Author: Jukka Laitinen AuthorDate: Wed Jun 11 10:29:46 2025 +0300 driver

Re: [PR] system/fastboot: dump all memory regions [nuttx-apps]

2025-06-14 Thread via GitHub
JianyuWang0623 commented on PR #3093: URL: https://github.com/apache/nuttx-apps/pull/3093#issuecomment-2972871401 It seems that the CI was broken(maybe) ``` [1/1] Normalize sim/citest On branch master Your branch is up to date with 'origin/master'. Untracked files: (

[PR] system/fastboot: move usbdev init after help [nuttx-apps]

2025-06-14 Thread via GitHub
JianyuWang0623 opened a new pull request, #3094: URL: https://github.com/apache/nuttx-apps/pull/3094 ## Summary Move initialization of usbdev to after "help()". This patch fix that even users just run `fastbootd -h`, the usbdev will also be (re)initialized, and if the daemon is running

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
Donny9 commented on code in PR #16536: URL: https://github.com/apache/nuttx/pull/16536#discussion_r2147399128 ## fs/vfs/fs_fcntl.c: ## @@ -344,39 +337,47 @@ int fcntl(int fd, int cmd, ...) if (oflags & ~FD_CLOEXEC) { - ret = -ENOSYS; +

Re: [PR] drivers/segger: Change SEGGER_RTT_LOCK into rspinlock [nuttx]

2025-06-14 Thread via GitHub
xiaoxiang781216 merged PR #16510: URL: https://github.com/apache/nuttx/pull/16510 -- 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

Re: [PR] improve libc/stream subsystem [nuttx]

2025-06-14 Thread via GitHub
Donny9 commented on code in PR #16496: URL: https://github.com/apache/nuttx/pull/16496#discussion_r2147004348 ## drivers/note/notestream_driver.c: ## @@ -131,15 +130,15 @@ int notefile_register(FAR const char *filename) #endif notefile->driver.stream = ¬efile->filestream.c

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #16536: URL: https://github.com/apache/nuttx/pull/16536#discussion_r2147013019 ## fs/vfs/fs_fcntl.c: ## @@ -350,11 +350,11 @@ int fcntl(int fd, int cmd, ...) if (oflags & FD_CLOEXEC) { - ret = file_io

[PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
Donny9 opened a new pull request, #16536: URL: https://github.com/apache/nuttx/pull/16536 ## Summary fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX, this PR is related to https://github.com/apache/nuttx/pull/16499 ## Impact bug fix, about fcntl with FIO

(nuttx) 01/03: drivers/segger: move g_segger_lock to segger.c

2025-06-14 Thread xiaoxiang
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 525fcb4a4572b17316b57aad569bff08066a31fd Author: liwenxiang1 AuthorDate: Mon Apr 14 15:35:14 2025 +0800 drivers/s

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
Donny9 commented on code in PR #16536: URL: https://github.com/apache/nuttx/pull/16536#discussion_r2147015701 ## fs/vfs/fs_fcntl.c: ## @@ -350,11 +350,11 @@ int fcntl(int fd, int cmd, ...) if (oflags & FD_CLOEXEC) { - ret = file_ioctl(filep

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #16536: URL: https://github.com/apache/nuttx/pull/16536#discussion_r2147036096 ## fs/vfs/fs_fcntl.c: ## @@ -344,39 +337,47 @@ int fcntl(int fd, int cmd, ...) if (oflags & ~FD_CLOEXEC) { - ret = -ENOSY

Re: [PR] system/fastboot: dump all memory regions [nuttx-apps]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on PR #3093: URL: https://github.com/apache/nuttx-apps/pull/3093#issuecomment-2972901828 > It seems that the CI was broken(maybe) > > ``` > [1/1] Normalize sim/citest > On branch master > Your branch is up to date with 'origin/master'. > > Un

(nuttx-website) branch asf-site updated: Publishing web: be40bd59e126a7ffe6ebacfb1b7682fcd8e89704 docs: 42b1ac90fb61f32b465058ac83fb0a9f429e5be3

2025-06-14 Thread github-bot
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 b9d40b710 Publishing web: be40bd5

[PR] system/fastboot: add const for memdump_print_t [nuttx-apps]

2025-06-14 Thread via GitHub
JianyuWang0623 opened a new pull request, #3095: URL: https://github.com/apache/nuttx-apps/pull/3095 ## Summary Add qualifier "const" to the declaration of `memdump_print_t`, the value of the 2nd argument will not be changed. ## Impact - system/fastboot ## Testing - CI

Re: [PR] system/fastboot: dump all memory regions [nuttx-apps]

2025-06-14 Thread via GitHub
JianyuWang0623 commented on code in PR #3093: URL: https://github.com/apache/nuttx-apps/pull/3093#discussion_r2147446438 ## system/fastboot/fastboot.c: ## @@ -156,6 +157,8 @@ struct fastboot_cmd_s FAR const char *arg); }; +typedef void (*memdump_print_t

Re: [PR] system/syslogd: Initial implementation [nuttx-apps]

2025-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #3090: URL: https://github.com/apache/nuttx-apps/pull/3090#discussion_r2147422340 ## system/syslogd/syslogd_main.c: ## @@ -0,0 +1,376 @@ +/ + * apps/system/syslogd