pkarashchenko commented on code in PR #6828:
URL: https://github.com/apache/incubator-nuttx/pull/6828#discussion_r943146174
##
include/sys/queue.h:
##
@@ -0,0 +1,832 @@
+/
+ * include/sys/queue.h
+ * $Op
xiaoxiang781216 commented on code in PR #6800:
URL: https://github.com/apache/incubator-nuttx/pull/6800#discussion_r943056373
##
arch/mips/src/mips32/Toolchain.defs:
##
@@ -245,14 +245,14 @@ endif
# Optimization of unused sections
ifeq ($(CONFIG_DEBUG_OPT_UNUSED_SECTIONS),y)
rm5248 commented on code in PR #6800:
URL: https://github.com/apache/incubator-nuttx/pull/6800#discussion_r943052396
##
arch/mips/src/mips32/Toolchain.defs:
##
@@ -245,14 +245,14 @@ endif
# Optimization of unused sections
ifeq ($(CONFIG_DEBUG_OPT_UNUSED_SECTIONS),y)
- LDFLA
rm5248 commented on code in PR #6815:
URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r943051992
##
arch/mips/src/pic32mx/pic32mx_lowinit.c:
##
@@ -192,6 +247,12 @@ void pic32mx_lowinit(void)
up_earlyserialinit();
#endif
+#if CONFIG_PIC32MX_JTAG_ENABLE
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/incubator-nuttx.git
commit 4cd7e33b8da56dd9b530c717904b2a9368d3c1b3
Author: Petro Karashchenko
AuthorDate: Thu Aug 11 00:50:57 2022 +02
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/incubator-nuttx.git
from d8cd4d3e48 power/supply: Call regulator_rpmsg_server_init in
drivers_initialize
new 49d26e1b50 arch/
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/incubator-nuttx.git
commit 49d26e1b5008dc6c1ead4bbfaa94032dfa692cef
Author: Petro Karashchenko
AuthorDate: Thu Aug 11 00:39:37 2022 +02
xiaoxiang781216 merged PR #6830:
URL: https://github.com/apache/incubator-nuttx/pull/6830
--
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-unsubs
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/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cd4b05f Publishing web
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit e6553fc687c691fb45e8f35108be1c69a74c7a60
Author: Xiang Xiao
AuthorDate: Wed Aug 10 08:40:43 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 64f02679935eaeefad666f2341ececd8e2e9d860
Author: Xiang Xiao
AuthorDate: Tue Aug 9 22:04:04 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit d8cd4d3e48b4ffb2ed6226cd84834e40cf31835f
Author: Xiang Xiao
AuthorDate: Wed Aug 10 09:10:28 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 5f93ae9dd23b7c77f5196c48c4ba3eccf1af2984
Author: Xiang Xiao
AuthorDate: Wed Aug 10 03:35:34 2022 +0800
pkarashchenko merged PR #6827:
URL: https://github.com/apache/incubator-nuttx/pull/6827
--
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
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from b8b541fbf5 mpfs: Remove the ddrstorage section from the OpenSBI package
new 64f0267993 syslog: Mo
pkarashchenko opened a new pull request, #6831:
URL: https://github.com/apache/incubator-nuttx/pull/6831
## Summary
Fix cache invalidation issue in Ethernet RX for stm32f7
## Impact
Reception of Ethernet packets should be improved
## Testing
Pass CI
--
This is an aut
pkarashchenko opened a new pull request, #6830:
URL: https://github.com/apache/incubator-nuttx/pull/6830
## Summary
Get TX DMA running for HSMCI interface
## Impact
SAMv7 based devices
## Testing
Tested with SAME70-QMTECH board
--
This is an automated message fro
hartmannathan commented on code in PR #6815:
URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942866595
##
arch/mips/src/pic32mx/Kconfig:
##
@@ -1019,6 +1019,14 @@ config PIC32MX_GPIOIRQ
---help---
Build in support for interrupts based
hartmannathan commented on code in PR #6828:
URL: https://github.com/apache/incubator-nuttx/pull/6828#discussion_r942860942
##
include/sys/queue.h:
##
@@ -0,0 +1,832 @@
+/
+ * include/sys/queue.h
Review
acassis commented on code in PR #6815:
URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942835457
##
arch/mips/src/pic32mx/Kconfig:
##
@@ -1019,6 +1019,14 @@ config PIC32MX_GPIOIRQ
---help---
Build in support for interrupts based on GP
acassis commented on code in PR #6815:
URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942834326
##
arch/mips/src/pic32mx/pic32mx_lowinit.c:
##
@@ -192,6 +247,12 @@ void pic32mx_lowinit(void)
up_earlyserialinit();
#endif
+#if CONFIG_PIC32MX_JTAG_ENABLE
xiaoxiang781216 commented on PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#issuecomment-1211103608
> In general I'm a bit lost in architecture here. The MTD layer is designed
to provide unified "continuous" access across the underlying physical layer, so
I expect that a
xiaoxiang781216 commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1211087640
> Hi!
>
> Thank you for your ack, @xiaoxiang781216 and @lupyuen !
>
> I understand `stride` as similar as the `pitch` from Zephyr's.
Yes, you are right.
xiaoxiang781216 commented on code in PR #6827:
URL: https://github.com/apache/incubator-nuttx/pull/6827#discussion_r942745365
##
boards/sim/sim/sim/configs/rpserver/defconfig:
##
@@ -19,7 +19,7 @@ CONFIG_DEV_SIMPLE_ADDRENV=y
CONFIG_EXAMPLES_RPMSGSOCKET=y
CONFIG_FS_HOSTFS=y
CO
xiaoxiang781216 commented on PR #6816:
URL: https://github.com/apache/incubator-nuttx/pull/6816#issuecomment-1211063834
> I do not have a strong opinion on this. The PR description states "since
l2cc_invalidate_all already do the protection" ("callee" direction), but
discussion goes into "c
pkarashchenko commented on PR #6816:
URL: https://github.com/apache/incubator-nuttx/pull/6816#issuecomment-1210919929
I do not have a strong opinion on this. The PR description states "since
l2cc_invalidate_all already do the protection" ("callee" direction), but
discussion goes into "calle
pkarashchenko commented on code in PR #6827:
URL: https://github.com/apache/incubator-nuttx/pull/6827#discussion_r942623170
##
boards/sim/sim/sim/configs/rpserver/defconfig:
##
@@ -19,7 +19,7 @@ CONFIG_DEV_SIMPLE_ADDRENV=y
CONFIG_EXAMPLES_RPMSGSOCKET=y
CONFIG_FS_HOSTFS=y
CONF
pkarashchenko commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r942601486
##
drivers/mtd/mtd_nvs.c:
##
@@ -0,0 +1,2241 @@
+/
+ * drivers/mtd/mtd_nvs.c
+
xiaoxiang781216 commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r942587269
##
include/nuttx/mtd/nvs_priv.h:
##
@@ -0,0 +1,103 @@
+/
+ * include/nuttx/mt
XinStellaris opened a new pull request, #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829
Signed-off-by: 田昕
## Summary
MTD non-volatile storage was originally implemented in Zephyr by Laczen. We
made several modification to the original design.
The main purpose of
gustavonihei commented on code in PR #6823:
URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942511267
##
arch/xtensa/src/esp32s2/esp32s2_spi.c:
##
@@ -0,0 +1,1231 @@
+/
+ * arch/xten
tmedicci commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1210705699
Hi!
Thank you for your ack, @xiaoxiang781216 !
I understand `stride` as similar as the `pitch` from Zephyr's. However, it
may not be necessary because de LCD driver
gustavonihei commented on code in PR #6823:
URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942391731
##
arch/xtensa/src/esp32s2/esp32s2_spi.c:
##
@@ -0,0 +1,1231 @@
+/
+ * arch/xten
gustavonihei commented on code in PR #6823:
URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942389929
##
arch/xtensa/src/esp32s2/esp32s2_spi.c:
##
@@ -0,0 +1,1231 @@
+/
+ * arch/xten
gustavonihei commented on code in PR #6823:
URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942389623
##
arch/xtensa/src/esp32s2/esp32s2_spi.c:
##
@@ -0,0 +1,1231 @@
+/
+ * arch/xten
davids5 commented on code in PR #6815:
URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942304646
##
arch/mips/src/pic32mx/pic32mx_lowinit.c:
##
@@ -192,6 +247,12 @@ void pic32mx_lowinit(void)
up_earlyserialinit();
#endif
+#if CONFIG_PIC32MX_JTAG_ENABLE
xiaoxiang781216 commented on code in PR #6816:
URL: https://github.com/apache/incubator-nuttx/pull/6816#discussion_r942217804
##
arch/arm/src/armv7-r/arm_cache.c:
##
@@ -81,14 +81,8 @@ void up_invalidate_dcache(uintptr_t start, uintptr_t end)
void up_invalidate_dcache_all(voi
xiaoxiang781216 commented on PR #6803:
URL: https://github.com/apache/incubator-nuttx/pull/6803#issuecomment-1210383129
Ok, #6803 title is modified to avoid the confusion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
xiaoxiang781216 commented on PR #6824:
URL: https://github.com/apache/incubator-nuttx/pull/6824#issuecomment-1210374345
Done, thanks.
--
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
anjiahao1 opened a new pull request, #6828:
URL: https://github.com/apache/incubator-nuttx/pull/6828
Signed-off-by: anjiahao
## Summary
some queue define
## Impact
noting
## Testing
ci
--
This is an automated message from the Apache Git Service.
To respond to th
PetervdPerk-NXP commented on PR #6824:
URL: https://github.com/apache/incubator-nuttx/pull/6824#issuecomment-1210321119
Can we aim to make PR descriptions more detailed?
I've dive in to the PR history to figure out that this PR is related to
#6803.
Whereas it would be more helpful that
PetervdPerk-NXP commented on PR #6803:
URL: https://github.com/apache/incubator-nuttx/pull/6803#issuecomment-1210311659
opendir(), readerdir() etc are POSIX.1-2001 functions.
This PR removes these functions calls hence breaking with the POSIX spec.
Can't have fallback functions to still
davidtso1219 commented on issue #5530:
URL:
https://github.com/apache/incubator-nuttx/issues/5530#issuecomment-1210269359
> > kind of off-topic. But how do you guys flash `hellocpp.bin` to your
board using `openocd`?
>
>
>
> pyocd might be better
how do you do it?
--
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 29a49f366 wamr: Add a new optio
xiaoxiang781216 merged PR #1259:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1259
--
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-u
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new b8b541fbf5 mpfs: Remove the ddrs
pkarashchenko merged PR #6820:
URL: https://github.com/apache/incubator-nuttx/pull/6820
--
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
pkarashchenko commented on code in PR #6783:
URL: https://github.com/apache/incubator-nuttx/pull/6783#discussion_r942086350
##
libs/libc/time/lib_localtime.c:
##
@@ -676,7 +677,7 @@ static int tzload(FAR const char *name,
for (i = 0; i < sp->timecnt; ++i)
{
48 matches
Mail list logo