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.
+
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
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 */
+
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 */
+
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
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
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
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
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
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
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
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
#
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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;
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;
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
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
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
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
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
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 */
+
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?
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
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
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
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
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...
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
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
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
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/
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
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
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
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
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
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
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:
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
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
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
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
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
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
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 =
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
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
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
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...
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
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
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
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
#
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
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
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
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
86 matches
Mail list logo