Re: [PR] sched/wqueue: Fix windows compilation errors. [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #16545: URL: https://github.com/apache/nuttx/pull/16545#discussion_r2153740773 ## sched/wqueue/wqueue.h: ## @@ -48,6 +48,13 @@ #define HPWORKNAME "hpwork" #define LPWORKNAME "lpwork" +/* Get the worker structure from the work queue. +

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2153663717 ## system/fastboot/fastboot.c: ## @@ -437,7 +433,7 @@ fastboot_flash_program(FAR struct fastboot_ctx_s *context, int fd) break; case

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2153657183 ## system/fastboot/fastboot.c: ## @@ -1074,18 +1151,240 @@ static int fastboot_usbdev_initialize(void) } #endif /* SYSTEM_FASTBOOTD_USB_BOARDCTL */ +

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2153654362 ## system/fastboot/fastboot.c: ## @@ -1074,18 +1151,240 @@ static int fastboot_usbdev_initialize(void) } #endif /* SYSTEM_FASTBOOTD_USB_BOARDCTL */ +

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
Donny9 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2153623957 ## system/fastboot/fastboot.c: ## @@ -1074,18 +1151,240 @@ static int fastboot_usbdev_initialize(void) } #endif /* SYSTEM_FASTBOOTD_USB_BOARDCTL */ + ctx->tr

Re: [PR] sched/wqueue: Fix windows compilation errors. [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #16545: URL: https://github.com/apache/nuttx/pull/16545#discussion_r2153580566 ## sched/wqueue/kwork_thread.c: ## @@ -311,6 +311,7 @@ static int work_thread_create(FAR const char *name, int priority, char arg1[32]; int wndx; int

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2153577312 ## system/fastboot/fastboot.c: ## @@ -437,7 +433,7 @@ fastboot_flash_program(FAR struct fastboot_ctx_s *context, int fd) break; case

Re: [PR] sched/wqueue: Fix windows compilation errors. [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #16545: URL: https://github.com/apache/nuttx/pull/16545#discussion_r2153580338 ## sched/wqueue/kwork_cancel.c: ## @@ -80,16 +80,16 @@ static int work_qcancel(FAR struct kwork_wqueue_s *wqueue, bool sync, { int wndx; pid

Re: [I] [BUG] Windows: CMake sim:windows fail to build [nuttx]

2025-06-17 Thread via GitHub
Fix-Point commented on issue #16539: URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2982438770 Please check if this https://github.com/apache/nuttx/pull/16545 fixed this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] sched/wqueue: Fix windows compilation errors. [nuttx]

2025-06-17 Thread via GitHub
Fix-Point opened a new pull request, #16545: URL: https://github.com/apache/nuttx/pull/16545 ## Summary This commit fixed sim compilation errors `struct lp_wqueue_s/hp_wqueue_s has an illegal zero-sized array` on Windows/MSVC. ## Impact No functional impacts. ## T

[PR] system: Follow "Rename lib_xsprintfyyy to lib_xprintfyyy" from kernel [nuttx-apps]

2025-06-17 Thread via GitHub
xiaoxiang781216 opened a new pull request, #3100: URL: https://github.com/apache/nuttx-apps/pull/3100 ## Summary lib_sprintf to lib_printf lib_bsprintf to lib_oprintf lib_bscanf to lib_oscanf ## Impact need merged with https://github.com/apache/nuttx/pull/16544

[PR] libc/stream: Rename lib_xsprintfyyy to lib_xprintfyyy [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 opened a new pull request, #16544: URL: https://github.com/apache/nuttx/pull/16544 ## Summary all lib_xsprintfyyy only accept lib_outstream_s *, so we don't need the different char(e.g. f[ile] or s[tring]) ## Impact stream printf/scanf caller #

(nuttx) 01/02: libc: Move stream printf/scanf from libc/stdio to libc/stream

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 84dc88730cd27ec7ab8ce7cefac89e3763dfd2d5 Author: Xiang Xiao AuthorDate: Mon Jun 9 14:39:03 2025 +0800 libc: Move

(nuttx) branch master updated (3b6648c742 -> 025af9d281)

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3b6648c742 docs/syslogd: Update syslogd docs to reflect implementation new 84dc88730c libc: Move stream printf

Re: [PR] minor stream improvement [nuttx]

2025-06-17 Thread via GitHub
Donny9 merged PR #16495: URL: https://github.com/apache/nuttx/pull/16495 -- 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.apach

(nuttx) 02/02: libc: Merge lib_vsprintf from lib_libsprintf.c into lib_libvsprintf.c

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 025af9d28167afe00e4e2edd4ca1cfddaec70950 Author: Xiang Xiao AuthorDate: Mon Jun 9 15:05:39 2025 +0800 libc: Merg

(nuttx-website) branch asf-site updated: Publishing web: be40bd59e126a7ffe6ebacfb1b7682fcd8e89704 docs: 3b6648c7425260a3fc0b780576292612f3681460

2025-06-17 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 066616153 Publishing web: be40bd5

Re: [I] [BUG] Potential pointer arithmetic issue? [nuttx]

2025-06-17 Thread via GitHub
linguini1 commented on issue #16386: URL: https://github.com/apache/nuttx/issues/16386#issuecomment-2982059805 > @linguini1 I don't work on this anymore, so I can't help with that. Can the issue be closed then? -- This is an automated message from the Apache Git Service. To respond

Re: [I] [BUG] Potential pointer arithmetic issue? [nuttx]

2025-06-17 Thread via GitHub
emomaxd commented on issue #16386: URL: https://github.com/apache/nuttx/issues/16386#issuecomment-2982058318 @linguini1 I don't work on this anymore, so I can't help with that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[PR] arch/stm32f0l0g0: Improve STM32G0 peripheral config granularity [nuttx]

2025-06-17 Thread via GitHub
kywwilson11 opened a new pull request, #16543: URL: https://github.com/apache/nuttx/pull/16543 ## Summary This adds finer-grained `_HAVE_` config options for the STM32G0 series to reflect which chips actually include which peripherals. Instead of lumping everything under `STM32F0L0G0

Re: [PR] arch/arm/src/stm32/stm32_i2cslave_v2.c: add STM32 I2C Slave support f… [nuttx]

2025-06-17 Thread via GitHub
zdebanos commented on PR #16541: URL: https://github.com/apache/nuttx/pull/16541#issuecomment-2981343291 Thank you Mateusz and Alan, as soon as I touch the company's PC I'll fix the issues. Also I realized I forgot to commit the headers so the peripherals could be initialized in the board c

Re: [PR] docs/syslogd: Update syslogd docs to reflect implementation [nuttx]

2025-06-17 Thread via GitHub
linguini1 commented on code in PR #16542: URL: https://github.com/apache/nuttx/pull/16542#discussion_r2152871174 ## Documentation/applications/system/syslogd/index.rst: ## @@ -27,9 +27,9 @@ not receive or forward logs. .. warning:: - The daemon is currently runs itself in

Re: [PR] docs/syslogd: Update syslogd docs to reflect implementation [nuttx]

2025-06-17 Thread via GitHub
acassis commented on code in PR #16542: URL: https://github.com/apache/nuttx/pull/16542#discussion_r2152846881 ## Documentation/applications/system/syslogd/index.rst: ## @@ -27,9 +27,9 @@ not receive or forward logs. .. warning:: - The daemon is currently runs itself in t

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152833432 ## system/fastboot/fastboot.c: ## @@ -1094,29 +1182,206 @@ static int fastboot_usbdev_initialize(FAR struct fastboot_ctx_s *ctx) static void fastboot_usb

Re: [PR] docs/syslogd: Update syslogd docs to reflect implementation [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 merged PR #16542: URL: https://github.com/apache/nuttx/pull/16542 -- 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) branch master updated: docs/syslogd: Update syslogd docs to reflect implementation

2025-06-17 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 The following commit(s) were added to refs/heads/master by this push: new 3b6648c742 docs/syslogd: Update syslogd docs t

Re: [PR] add system/adcscope - streaming tool for ADC [nuttx-apps]

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

(nuttx-apps) branch master updated (7b42dfc53 -> faea03f1f)

2025-06-17 Thread acassis
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-apps.git from 7b42dfc53 boot/nxboot: fix compile errors caused by nxboot_progress add faea03f1f add system/adcscope - stre

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

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

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

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

Re: [I] [BUG] cmake build error [nuttx]

2025-06-17 Thread via GitHub
simbit18 commented on issue #16488: URL: https://github.com/apache/nuttx/issues/16488#issuecomment-2981077655 Hi @lljwork2021 the second problem was fixed with this PR #13068 releases nuttx-12.7.0 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[PR] docs/syslogd: Update syslogd docs to reflect implementation [nuttx]

2025-06-17 Thread via GitHub
linguini1 opened a new pull request, #16542: URL: https://github.com/apache/nuttx/pull/16542 ## Summary The documentation for `syslogd` is now updated to reflect its use of `posix_spawn` to run the daemon in the background. ## Impact Impacts only user documentation, maki

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

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

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152545713 ## system/fastboot/fastboot.c: ## @@ -122,10 +139,20 @@ struct fastboot_file_s off_t offset; }; +struct fastboot_transport_s +{ + int (*init)(FAR struc

Re: [PR] add system/adcscope - streaming tool for ADC [nuttx-apps]

2025-06-17 Thread via GitHub
raiden00pl commented on code in PR #3099: URL: https://github.com/apache/nuttx-apps/pull/3099#discussion_r2152470515 ## system/adcscope/Kconfig: ## @@ -0,0 +1,105 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nut

Re: [PR] add system/adcscope - streaming tool for ADC [nuttx-apps]

2025-06-17 Thread via GitHub
acassis commented on code in PR #3099: URL: https://github.com/apache/nuttx-apps/pull/3099#discussion_r2152466514 ## system/adcscope/Kconfig: ## @@ -0,0 +1,105 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

Re: [PR] arch/arm/src/stm32/stm32_i2cslave_v2.c: add STM32 I2C Slave support f… [nuttx]

2025-06-17 Thread via GitHub
raiden00pl commented on code in PR #16541: URL: https://github.com/apache/nuttx/pull/16541#discussion_r2152405969 ## arch/arm/src/stm32/stm32_i2cslave_v2.c: ## @@ -0,0 +1,786 @@ +/ + * arch/arm/src/stm32

[PR] arch/arm/src/stm32/stm32_i2cslave_v2.c: add STM32 I2C Slave support f… [nuttx]

2025-06-17 Thread via GitHub
zdebanos opened a new pull request, #16541: URL: https://github.com/apache/nuttx/pull/16541 This commit adds the lowerhalf driver support for the I2C Slave. While not currently ideal, it is compatible with the upperhalf i2c slave driver. A workqueue can be used to delegate the isr work to t

Re: [PR] add system/adcscope - streaming tool for ADC [nuttx-apps]

2025-06-17 Thread via GitHub
raiden00pl commented on code in PR #3099: URL: https://github.com/apache/nuttx-apps/pull/3099#discussion_r2152389832 ## system/adcscope/Kconfig: ## @@ -0,0 +1,105 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nut

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152345066 ## system/fastboot/fastboot.c: ## @@ -1105,8 +1177,175 @@ static void fastboot_usbdev_deinit(FAR struct fastboot_ctx_s *ctx) } } +static ssize_t fast

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152345612 ## system/fastboot/fastboot.c: ## @@ -1105,8 +1177,175 @@ static void fastboot_usbdev_deinit(FAR struct fastboot_ctx_s *ctx) } } +static ssize_t fast

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152344175 ## system/fastboot/fastboot.c: ## @@ -1105,8 +1177,175 @@ static void fastboot_usbdev_deinit(FAR struct fastboot_ctx_s *ctx) } } +static ssize_t fast

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152343023 ## system/fastboot/fastboot.c: ## @@ -1115,6 +1354,12 @@ static void fastboot_context_initialize(FAR struct fastboot_ctx_s *ctx) ctx->total_imgsize = 0;

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152343023 ## system/fastboot/fastboot.c: ## @@ -1115,6 +1354,12 @@ static void fastboot_context_initialize(FAR struct fastboot_ctx_s *ctx) ctx->total_imgsize = 0;

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152342236 ## system/fastboot/fastboot.c: ## @@ -122,10 +139,20 @@ struct fastboot_file_s off_t offset; }; +struct fastboot_transport_s +{ + int (*init)(FAR stru

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152337199 ## system/fastboot/fastboot.c: ## @@ -122,10 +139,20 @@ struct fastboot_file_s off_t offset; }; +struct fastboot_transport_s +{ + int (*init)(FAR struc

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152340756 ## system/fastboot/fastboot.c: ## @@ -1105,8 +1177,175 @@ static void fastboot_usbdev_deinit(FAR struct fastboot_ctx_s *ctx) } } +static ssize_t fast

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152338561 ## system/fastboot/fastboot.c: ## @@ -217,6 +267,28 @@ static const struct memory_region_s g_memory_region[] = }; #endif +#ifdef CONFIG_USBFASTBOOT +struc

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152339074 ## system/fastboot/fastboot.c: ## @@ -937,12 +1008,12 @@ static void fastboot_command_loop(FAR struct fastboot_ctx_s *context) size_t ncmds = nitems(g

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152335720 ## system/fastboot/fastboot.c: ## @@ -1070,18 +1070,63 @@ static int fastboot_usbdev_initialize(void) } #endif /* SYSTEM_FASTBOOTD_USB_BOARDCTL */ +

Re: [PR] boot/nxboot: fix compile errors caused by nxboot_progress [nuttx-apps]

2025-06-17 Thread via GitHub
TimJTi commented on PR #3097: URL: https://github.com/apache/nuttx-apps/pull/3097#issuecomment-2980458063 Hopefully I won't find any issues when, next week as said, I test the default use-case of using the boot app rather than as a library Was there an urgency to merge this now?

Re: [I] [BUG] Windows: CMake sim:windows fail to build [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on issue #16539: URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2980351500 @Fix-Point please look at this build break. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

(nuttx) branch master updated: ADC Hardware register file updated for G0

2025-06-17 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 The following commit(s) were added to refs/heads/master by this push: new 54b7bf6e36 ADC Hardware register file updated

Re: [PR] Add ADC support for STM32G0 (along with oversampling) [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 merged PR #16500: URL: https://github.com/apache/nuttx/pull/16500 -- 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 (38bd6acce -> 7b42dfc53)

2025-06-17 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 38bd6acce system/fastboot: add const for memdump_print_t add 7b42dfc53 boot/nxboot: fix compile errors cau

Re: [PR] boot/nxboot: fix compile errors caused by nxboot_progress [nuttx-apps]

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

Re: [PR] drivers/serial: fix race conditions [nuttx]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on PR #16466: URL: https://github.com/apache/nuttx/pull/16466#issuecomment-2980368396 > @acassis @cederom any remaining concerns? not fix my comment yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] drivers/serial: fix race conditions [nuttx]

2025-06-17 Thread via GitHub
jlaitine commented on code in PR #16466: URL: https://github.com/apache/nuttx/pull/16466#discussion_r2152247517 ## drivers/serial/serial.c: ## @@ -901,12 +901,21 @@ static ssize_t uart_readv(FAR struct file *filep, FAR struct uio *uio) #ifdef CONFIG_SERIAL_IFLOWCONTROL_WATERMA

Re: [PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152241503 ## system/fastboot/fastboot.c: ## @@ -1105,8 +1177,175 @@ static void fastboot_usbdev_deinit(FAR struct fastboot_ctx_s *ctx) } } +static ssize_t fas

Re: [I] [BUG] Windows: CMake sim:windows fail to build [nuttx]

2025-06-17 Thread via GitHub
acassis commented on issue #16539: URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2980315877 > Hi [@xiaoxiang781216](https://github.com/xiaoxiang781216) [@acassis](https://github.com/acassis) [@anchao](https://github.com/anchao) > > This PR [#16231](https://github.com/

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

2025-06-17 Thread via GitHub
Donny9 merged PR #3095: URL: https://github.com/apache/nuttx-apps/pull/3095 -- 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.ap

Re: [I] [BUG] Windows: CMake sim:windows fail to build [nuttx]

2025-06-17 Thread via GitHub
acassis commented on issue #16539: URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2980299100 Thank you @simbit18 I was suspecting it was 0 -- 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 t

(nuttx) 02/07: blk/mtdoutstream: should flush before free

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 95cf3b3aa9c1e49cc1eb17299c9b88265e7b4d0f Author: buxiasen AuthorDate: Thu Jan 9 22:33:11 2025 +0800 blk/mtdoutst

(nuttx) 06/07: note/notestream: Call lib_fileoutstream_open in notefile_register

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 99303e9493e8c2e1716811da25a1e0c6abb3dcf8 Author: yangao1 AuthorDate: Wed Apr 16 20:15:20 2025 +0800 note/notestr

(nuttx) 04/07: stream: Add fileinstream support

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 47dd21c3c127a7d3e051b5c4a6ae4da7b499b834 Author: yangao1 AuthorDate: Tue May 6 20:26:32 2025 +0800 stream: Add f

(nuttx) 03/07: mtdoutstream: fix missing Make & cmake file

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0b9bd22e191493bc174dfd5107cf3c56f7cc7a93 Author: buxiasen AuthorDate: Fri Feb 14 16:00:38 2025 +0800 mtdoutstrea

(nuttx) 01/07: mtdstream: use mtdsostream to support seek

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 379f2466251a1eb52c2fb44fdc12c7fce054eabf Author: buxiasen AuthorDate: Sat Dec 21 20:17:38 2024 +0800 mtdstream:

(nuttx) 05/07: stream/fileoutstream: Add open interface for coredump

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c560db04a6a046db673ca5c7baaef4c7198cee3f Author: yangao1 AuthorDate: Tue Apr 15 20:39:42 2025 +0800 stream/fileo

(nuttx) 07/07: libc/stream: Fix the typo error

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 99bd3d0f73b537e5d320f2ae6594fa122db7bde4 Author: Xiang Xiao AuthorDate: Mon Jun 9 16:08:08 2025 +0800 libc/strea

(nuttx) branch master updated (0a23b0c14e -> 99bd3d0f73)

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 0a23b0c14e arch/stm32{f0l0g0|f7|h5|h7|l4}/stm32_adc.c: add support for batch DMA transfer new 379f246625 mtds

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

2025-06-17 Thread via GitHub
Donny9 merged PR #16496: URL: https://github.com/apache/nuttx/pull/16496 -- 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.apach

(nuttx-apps) branch master updated: system/fastboot: add const for memdump_print_t

2025-06-17 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong 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 38bd6acce system/fastboot: add const for

Re: [PR] add system/adcscope - streaming tool for ADC [nuttx-apps]

2025-06-17 Thread via GitHub
acassis commented on code in PR #3099: URL: https://github.com/apache/nuttx-apps/pull/3099#discussion_r2152195375 ## system/adcscope/Kconfig: ## @@ -0,0 +1,105 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

Re: [PR] espressif[risc-v|xtensa]: Check events when reading PCNT counter value [nuttx]

2025-06-17 Thread via GitHub
tmedicci commented on code in PR #16491: URL: https://github.com/apache/nuttx/pull/16491#discussion_r2152197391 ## arch/risc-v/src/common/espressif/esp_pcnt.c: ## @@ -642,8 +646,34 @@ static int esp_pcnt_unit_get_count(struct cap_lowerhalf_s *dev, int *ret) } flags =

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

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

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

2025-06-17 Thread via GitHub
JianyuWang0623 commented on PR #3095: URL: https://github.com/apache/nuttx-apps/pull/3095#issuecomment-2980239981 @Donny9 Could you review this patch please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

(nuttx-apps) branch master updated: system/syslogd: Initial implementation

2025-06-17 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 5e50e2c1f system/syslogd: Initial impleme

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

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

[PR] qemu-armv8a: fastboot tcp network device [nuttx]

2025-06-17 Thread via GitHub
JianyuWang0623 opened a new pull request, #16540: URL: https://github.com/apache/nuttx/pull/16540 ## Summary Add document and initialize configuration for fastboot TCP network device. depends on https://github.com/apache/nuttx-apps/pull/3098 ## Impact - Documentation - qemu

[PR] add system/adcscope - streaming tool for ADC [nuttx-apps]

2025-06-17 Thread via GitHub
raiden00pl opened a new pull request, #3099: URL: https://github.com/apache/nuttx-apps/pull/3099 ## Summary add adcscope app allowing to stream data from ADC device with logging/nxscope. Useful for testing ADC drivers. ## Impact new testing app ## Testing nucleo

Re: [PR] drivers/serial: fix race conditions [nuttx]

2025-06-17 Thread via GitHub
jerpelea commented on PR #16466: URL: https://github.com/apache/nuttx/pull/16466#issuecomment-2980021727 @acassis @cederom any remaining concerns? -- 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

Re: [I] [BUG] Windows: CMake sim:windows fail to build [nuttx]

2025-06-17 Thread via GitHub
simbit18 commented on issue #16539: URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2979824349 > [@simbit18](https://github.com/simbit18) what is the value of CONFIG_SCHED_HPNTHREADS ? Hi @acassis ``` # Work queue support # CONFIG_SCHED_WORKQUEUE=y #

[PR] system/fastboot: Add support for TCP network device [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 opened a new pull request, #3098: URL: https://github.com/apache/nuttx-apps/pull/3098 ## Summary Add TCP network transport support for fastboot, users can add "-s tcp:HOST[:PORT]" option to specify a network device. 1. replace GETUINT32 with be32toh 2. add func for co

Re: [I] [BUG] Windows: CMake sim:windows fail to build [nuttx]

2025-06-17 Thread via GitHub
simbit18 commented on issue #16539: URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2979463455 Hi @xiaoxiang781216 @acassis @anchao This PR #16231 **sched/wqueue: Refactor delayed and periodic workqueue** broke the build of sim:windows. -- This is an aut

Re: [PR] espressif[risc-v|xtensa]: Check events when reading PCNT counter value [nuttx]

2025-06-17 Thread via GitHub
Vajnar commented on code in PR #16491: URL: https://github.com/apache/nuttx/pull/16491#discussion_r2151660042 ## arch/risc-v/src/common/espressif/esp_pcnt.c: ## @@ -642,8 +646,34 @@ static int esp_pcnt_unit_get_count(struct cap_lowerhalf_s *dev, int *ret) } flags = sp

Re: [PR] espressif[risc-v|xtensa]: Check events when reading PCNT counter value [nuttx]

2025-06-17 Thread via GitHub
Vajnar commented on code in PR #16491: URL: https://github.com/apache/nuttx/pull/16491#discussion_r2151660042 ## arch/risc-v/src/common/espressif/esp_pcnt.c: ## @@ -642,8 +646,34 @@ static int esp_pcnt_unit_get_count(struct cap_lowerhalf_s *dev, int *ret) } flags = sp