pussuw opened a new pull request, #7877:
URL: https://github.com/apache/nuttx/pull/7877
## Summary
The user stack is dependent on the user address environment. As the
process exits, this address environment is destroyed anyway, so the
stack does not need to be released separately.
Gary-Hobson commented on code in PR #1455:
URL: https://github.com/apache/nuttx-apps/pull/1455#discussion_r104805
##
system/trace/trace_dump.c:
##
@@ -128,11 +128,11 @@ static void note_ioctl(int cmd, unsigned long arg)
{
int notefd;
- notefd = open("/dev/note", O_RDO
XuNeo commented on PR #7843:
URL: https://github.com/apache/nuttx/pull/7843#issuecomment-1350395581
> @XuNeo Should we enable all lua module?
Sure. Only `luv` module has been upstreamed. Other modules will come later
when I'm sure they are at least functional.
--
This is an au
xiaoxiang781216 merged PR #7874:
URL: https://github.com/apache/nuttx/pull/7874
--
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...@nutt
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 ffa6004b5a boards/esp32-devkitc: Disable FPU test for knsh defconfig
add e1561f8512 tools/ci/docker/linux/Docke
PeterBee97 opened a new pull request, #7876:
URL: https://github.com/apache/nuttx/pull/7876
## Summary
Config which enables nxcamera app and video framework for CI and manual
testing
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To
xiaoxiang781216 commented on code in PR #7855:
URL: https://github.com/apache/nuttx/pull/7855#discussion_r1047965134
##
arch/xtensa/src/common/xtensa_hostfs.c:
##
@@ -204,7 +204,7 @@ int host_unlink(const char *pathname)
return -ENOSYS;
}
-int host_mkdir(const char *pathna
xiaoxiang781216 commented on code in PR #7855:
URL: https://github.com/apache/nuttx/pull/7855#discussion_r1047965134
##
arch/xtensa/src/common/xtensa_hostfs.c:
##
@@ -204,7 +204,7 @@ int host_unlink(const char *pathname)
return -ENOSYS;
}
-int host_mkdir(const char *pathna
xiaoxiang781216 commented on code in PR #7872:
URL: https://github.com/apache/nuttx/pull/7872#discussion_r104797
##
boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig:
##
@@ -62,4 +62,5 @@ CONFIG_START_YEAR=2011
CONFIG_SYSTEM_NSH=y
CONFIG_TESTING_GETPRIME=y
CONFIG_T
anchao commented on code in PR #7870:
URL: https://github.com/apache/nuttx/pull/7870#discussion_r1047951803
##
mm/iob/iob_clone.c:
##
@@ -137,26 +225,37 @@ int iob_clone(FAR struct iob_s *iob1, FAR struct iob_s
*iob2, bool throttled)
* transferred?
*/
- i
xiaoxiang781216 commented on code in PR #7859:
URL: https://github.com/apache/nuttx/pull/7859#discussion_r1047949153
##
include/nuttx/compiler.h:
##
@@ -233,6 +233,13 @@
# define used_code __attribute__((used))
# define used_data __attribute__((used))
+/* The allocation fu
xiaoxiang781216 commented on code in PR #7844:
URL: https://github.com/apache/nuttx/pull/7844#discussion_r1047947928
##
drivers/note/note_driver.c:
##
@@ -22,57 +22,1276 @@
* Included Files
/
-#inc
xiaoxiang781216 commented on code in PR #1456:
URL: https://github.com/apache/nuttx-apps/pull/1456#discussion_r1047946245
##
nshlib/nsh_netcmds.c:
##
@@ -1092,95 +1132,98 @@ int cmd_arp(FAR struct nsh_vtbl_s *vtbl, int argc, FAR
char **argv)
* xx.xx.xx.xx xx:xx:xx:xx:xx
zyfeier opened a new pull request, #7875:
URL: https://github.com/apache/nuttx/pull/7875
Signed-off-by: zhangyuan21
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
PeterBee97 opened a new pull request, #7874:
URL: https://github.com/apache/nuttx/pull/7874
## Summary
Dependency for sim video
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 ffa6004b5a boards/esp32-devkitc: Disable FPU te
masayuki2009 merged PR #7872:
URL: https://github.com/apache/nuttx/pull/7872
--
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.
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 086356a6 Publishing web: 4b401e13
acassis commented on PR #7873:
URL: https://github.com/apache/nuttx/pull/7873#issuecomment-1349803848
Hi @almir-okato please check about the CI fail for xtensa
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
hartmannathan commented on code in PR #7850:
URL: https://github.com/apache/nuttx/pull/7850#discussion_r1047669199
##
libs/libc/math/lib_scalbnf.c:
##
@@ -0,0 +1,76 @@
+/
+ * libs/libc/math/lib_scalbnf.c
almir-okato opened a new pull request, #7873:
URL: https://github.com/apache/nuttx/pull/7873
## Summary
This PR intends to add support for booting an ESP32-S3 NuttX application
firmware image from MCUboot.
## Impact
Only for boards based on ESP32-S3 chip.
## Testing
1.
hartmannathan commented on code in PR #7859:
URL: https://github.com/apache/nuttx/pull/7859#discussion_r1047663058
##
include/nuttx/compiler.h:
##
@@ -233,6 +233,13 @@
# define used_code __attribute__((used))
# define used_data __attribute__((used))
+/* The allocation func
pkarashchenko commented on code in PR #1455:
URL: https://github.com/apache/nuttx-apps/pull/1455#discussion_r1047654016
##
system/trace/trace_dump.c:
##
@@ -713,11 +713,11 @@ int trace_dump(trace_dump_t type, FAR FILE *out)
/* Open note for read */
- fd = open("/dev/note
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/nuttx.git
from a64c61f530 Remove incubat.* from the code base
add aa20b1e8bd drivers/video: Zero all video_framebuff_t fie
pkarashchenko merged PR #7776:
URL: https://github.com/apache/nuttx/pull/7776
--
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.
pkarashchenko commented on code in PR #7855:
URL: https://github.com/apache/nuttx/pull/7855#discussion_r1047644661
##
arch/xtensa/src/common/xtensa_hostfs.c:
##
@@ -204,7 +204,7 @@ int host_unlink(const char *pathname)
return -ENOSYS;
}
-int host_mkdir(const char *pathname
pkarashchenko commented on code in PR #7844:
URL: https://github.com/apache/nuttx/pull/7844#discussion_r1047637472
##
drivers/note/note_driver.c:
##
@@ -22,57 +22,1276 @@
* Included Files
/
-#inclu
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/nuttx.git
from a4f06660d2 fs_epoll: fix some potential issue for list operation
add a64c61f530 Remove incubat.* from the c
pkarashchenko merged PR #7867:
URL: https://github.com/apache/nuttx/pull/7867
--
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.
pkarashchenko commented on code in PR #7869:
URL: https://github.com/apache/nuttx/pull/7869#discussion_r1047627445
##
arch/arm/src/s32k1xx/s32k1xx_serial.c:
##
@@ -191,12 +241,46 @@ static int s32k1xx_attach(struct uart_dev_s *dev);
static void s32k1xx_detach(struct uart_dev_s
pkarashchenko commented on code in PR #7870:
URL: https://github.com/apache/nuttx/pull/7870#discussion_r1047626287
##
mm/iob/iob_clone.c:
##
@@ -137,26 +225,37 @@ int iob_clone(FAR struct iob_s *iob1, FAR struct iob_s
*iob2, bool throttled)
* transferred?
*/
-
pkarashchenko commented on code in PR #7862:
URL: https://github.com/apache/nuttx/pull/7862#discussion_r1047624408
##
net/arp/arp_table.c:
##
@@ -464,7 +475,16 @@ unsigned int arp_snapshot(FAR struct arp_entry_s *snapshot,
if (tabptr->at_ipaddr != 0 &&
now - ta
pkarashchenko commented on code in PR #1456:
URL: https://github.com/apache/nuttx-apps/pull/1456#discussion_r1047614581
##
examples/netlink_route/netlink_route_main.c:
##
@@ -217,28 +217,23 @@ static void dump_arp(void)
for (i = 0; i < nentries; i++)
{
- FAR struc
gustavonihei opened a new pull request, #7872:
URL: https://github.com/apache/nuttx/pull/7872
## Summary
This PR intends to disable the FPU test on the `knsh` defconfig of the
`esp32-devkitc` board.
FPU test is not supported under Protected Mode.
## Impact
`ostest` finishes s
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/nuttx.git
from bc0fe0ea16 crypto:add some hardware support
add a4f06660d2 fs_epoll: fix some potential issue for list oper
pkarashchenko merged PR #7871:
URL: https://github.com/apache/nuttx/pull/7871
--
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.
pkarashchenko commented on code in PR #7786:
URL: https://github.com/apache/nuttx/pull/7786#discussion_r1047609809
##
arch/xtensa/src/esp32/esp32_touch_lowerhalf.h:
##
@@ -0,0 +1,1057 @@
+/
+ * arch/xten
pkarashchenko commented on code in PR #7865:
URL: https://github.com/apache/nuttx/pull/7865#discussion_r1047597863
##
arch/arm64/src/a64/a64_mipi_dsi.c:
##
@@ -0,0 +1,993 @@
+/
+ * arch/arm64/src/a64/a64
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 3d2f0c0e275e34d592aeb727069d309e665b8e2d
Author: anjiahao
AuthorDate: Thu Jul 28 17:52:21 2022 +0800
crypto:suppo
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 bc0fe0ea16c8124e56309bf5bb98c363940d4a97
Author: anjiahao
AuthorDate: Thu Sep 8 14:13:08 2022 +0800
crypto:add so
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 2b071b7a42 arch/armv8m:support pmu api
new c7d347c7f0 crypto: Initial copy from
https://github.com/openbsd/sys
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 acd33505541dd7324d6f30f13d952f0c477f30a9
Author: anjiahao
AuthorDate: Sat Oct 22 15:50:43 2022 +0800
crypto:Sync
xiaoxiang781216 merged PR #6920:
URL: https://github.com/apache/nuttx/pull/6920
--
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...@nutt
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 4284d0398b imxrt:Serial LPUART_STAT_PF s/b LPUART_STAT_NF
add 2b071b7a42 arch/armv8m:support pmu api
No new re
xiaoxiang781216 merged PR #7854:
URL: https://github.com/apache/nuttx/pull/7854
--
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...@nutt
xiaoxiang781216 merged PR #7868:
URL: https://github.com/apache/nuttx/pull/7868
--
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...@nutt
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 57190efe84 sim/lua: enable luv module by default
add 4284d0398b imxrt:Serial LPUART_STAT_PF s/b LPUART_STAT_NF
anchao opened a new pull request, #7870:
URL: https://github.com/apache/nuttx/pull/7870
## Summary
1. mm/iob: add support of nonblock iob_clone
2. mm/iob: add support of partial bytes clone
3. net/devif: replace redundant code to iob_clone_partial()
## Impact
N/A
davids5 opened a new pull request, #7869:
URL: https://github.com/apache/nuttx/pull/7869
## Summary
s32k1xx:serial Add EDMA
Fix code that would not compile
Add and option to use the GPIO with watermarks as RTS instead of the RTS on
every character.
## Impact
davids5 opened a new pull request, #7868:
URL: https://github.com/apache/nuttx/pull/7868
## Summary
As a result of a typo LPUART_STAT_NF was not checked and cleared on
LPUART_STAT_PF.
## Impact
HW LPUART_STAT_NF not p[parsed and serviced
## Testing
PX4
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 57190efe84 sim/lua: enable luv module by defau
xiaoxiang781216 commented on PR #7843:
URL: https://github.com/apache/nuttx/pull/7843#issuecomment-1348489715
@XuNeo Should we enable all lua module?
--
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
xiaoxiang781216 closed pull request #7843: sim/lua: enable luv module by default
URL: https://github.com/apache/nuttx/pull/7843
--
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.
lupyuen commented on code in PR #7865:
URL: https://github.com/apache/nuttx/pull/7865#discussion_r1047068628
##
arch/arm64/src/a64/mipi_dsi.c:
##
@@ -0,0 +1,461 @@
+/
+ * arch/arm64/src/a64/mipi_dsi.c
+
xiaoxiang781216 merged PR #7866:
URL: https://github.com/apache/nuttx/pull/7866
--
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...@nutt
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 4873fec670 cibuild.sh: Remove bloaty-src and nuttx-tools repo after
build
add 6b3b5751c1 S32K automatically ca
xiaoxiang781216 commented on PR #7787:
URL: https://github.com/apache/nuttx/pull/7787#issuecomment-1348229415
> @masayuki2009 can you test on the HW?
@masayuki2009 do you have any result?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
xiaoxiang781216 commented on PR #7776:
URL: https://github.com/apache/nuttx/pull/7776#issuecomment-1348227218
@pkarashchenko could you merge this pr?
--
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
xiaoxiang781216 commented on PR #7844:
URL: https://github.com/apache/nuttx/pull/7844#issuecomment-1348184810
could @acassis @pkarashchenko could you merge this PR if no other problem.
https://github.com/apache/nuttx/pull/7841 depends on this.
--
This is an automated message from the Apac
xiaoxiang781216 commented on PR #7862:
URL: https://github.com/apache/nuttx/pull/7862#issuecomment-1348182003
@zhhyu7 please rebase to the last mater which fix macOS ci broken.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
xiaoxiang781216 opened a new pull request, #7867:
URL: https://github.com/apache/nuttx/pull/7867
## Summary
## Impact
Minor
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
anchao merged PR #7864:
URL: https://github.com/apache/nuttx/pull/7864
--
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.apache.
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 47fbfa215e fs/hostfs: mode_t of mkdir(2) should use the nuttx prototype
add 4873fec670 cibuild.sh: Remove bloaty-s
lupyuen commented on code in PR #7865:
URL: https://github.com/apache/nuttx/pull/7865#discussion_r1046948100
##
arch/arm64/src/a64/mipi_dsi.c:
##
@@ -0,0 +1,461 @@
+/
+ * arch/arm64/src/a64/mipi_dsi.c
+
xiaoxiang781216 commented on code in PR #7865:
URL: https://github.com/apache/nuttx/pull/7865#discussion_r1046945914
##
arch/arm64/src/a64/mipi_dsi.c:
##
@@ -0,0 +1,461 @@
+/
+ * arch/arm64/src/a64/mipi_
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 5dc50bcc9f tools: zipme: remove incubator from releases
add aad16d16e2 sim/windows: add hostfs support for wind
xiaoxiang781216 merged PR #7855:
URL: https://github.com/apache/nuttx/pull/7855
--
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...@nutt
xiaoxiang781216 commented on PR #7855:
URL: https://github.com/apache/nuttx/pull/7855#issuecomment-1348130735
Let's ignore macOS ci broken which is fixed here:
https://github.com/apache/nuttx/pull/7864.
--
This is an automated message from the Apache Git Service.
To respond to the message
PetervdPerk-NXP opened a new pull request, #7866:
URL: https://github.com/apache/nuttx/pull/7866
## Summary
S32K1 and S32K3 used a define to determine size of pheriphclocks array this
is prones to errors, thus we change to dynamically calculate using sizeof()
## Impact
None only
Author: jerpelea
Date: Tue Dec 13 09:29:27 2022
New Revision: 58700
Log:
Staging apache-nuttx-12.0.0-RC0
Added:
dev/incubator/nuttx/12.0.0-RC0/
dev/incubator/nuttx/12.0.0-RC0/apache-nuttx-12.0.0.tar.gz (with props)
dev/incubator/nuttx/12.0.0-RC0/apache-nuttx-12.0.0.tar.gz.asc
de
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.0.0-RC0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
*** WARNING: tag nuttx-12.0.0-RC0 was modified! ***
from 874031bbf6 (commit)
to 443730d55c (tag)
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch releases/12.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.0 by this push:
new 874031bbf6 tools: zipme: remove i
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 5dc50bcc9f tools: zipme: remove incubator from
xiaoxiang781216 merged PR #7863:
URL: https://github.com/apache/nuttx/pull/7863
--
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...@nutt
xiaoxiang781216 commented on PR #7863:
URL: https://github.com/apache/nuttx/pull/7863#issuecomment-1348013629
let's ignore macOS ci broken.
--
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 spe
lupyuen opened a new pull request, #7865:
URL: https://github.com/apache/nuttx/pull/7865
(Squashed the commits from https://github.com/apache/nuttx/pull/7846)
## Summary
This PR adds the driver for Allwinner A64's MIPI Display Serial Interface
(DSI) and MIPI Display Physical La
xiaoxiang781216 commented on PR #7861:
URL: https://github.com/apache/nuttx/pull/7861#issuecomment-1347936098
it's strange why this pr pass ci, but other following patch fail.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
xiaoxiang781216 commented on PR #7861:
URL: https://github.com/apache/nuttx/pull/7861#issuecomment-1347935009
@btashton restore the deletion here:
https://github.com/apache/nuttx/pull/7864
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
xiaoxiang781216 opened a new pull request, #7864:
URL: https://github.com/apache/nuttx/pull/7864
## Summary
to avoid the below error:
destination path '/Users/runner/work/nuttx/nuttx/sources/tools/bloaty-src'
already exists and is not an empty directory.
## Impact
macOS C
anchao commented on code in PR #7855:
URL: https://github.com/apache/nuttx/pull/7855#discussion_r1046794818
##
arch/sim/src/sim/win/sim_hostfs.c:
##
@@ -0,0 +1,432 @@
+/
+ * arch/sim/src/sim/win/sim_host
anchao commented on code in PR #7855:
URL: https://github.com/apache/nuttx/pull/7855#discussion_r1046794671
##
arch/sim/src/sim/win/sim_hostfs.c:
##
@@ -0,0 +1,432 @@
+/
+ * arch/sim/src/sim/win/sim_host
lupyuen closed pull request #7846: arm64/a64: Add driver for MIPI DSI
URL: https://github.com/apache/nuttx/pull/7846
--
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 unsubscr
lupyuen commented on PR #7846:
URL: https://github.com/apache/nuttx/pull/7846#issuecomment-1347913846
@xiaoxiang781216 GitHub Desktop won't let me squash the commits after
merging. But no worries I'll copy the files and submit a new PR. Thanks :-)
--
This is an automated message from the
xiaoxiang781216 commented on PR #7846:
URL: https://github.com/apache/nuttx/pull/7846#issuecomment-1347908602
@lupyuen could you squash all change into one commit?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
84 matches
Mail list logo