pkarashchenko commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1278566600
Something is still wrong
--
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
ttnie commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r995399234
##
tools/ci/docker/linux/Dockerfile:
##
@@ -78,6 +81,13 @@ FROM builder-base AS nuttx-toolchain-base
RUN mkdir /tools
WORKDIR /tools
+# Download and install qe
jerpelea commented on PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1278538506
@pkarashchenko thanks for reviewing the code
--
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
pkarashchenko commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r995351927
##
tools/ci/docker/linux/Dockerfile:
##
@@ -78,6 +81,13 @@ FROM builder-base AS nuttx-toolchain-base
RUN mkdir /tools
WORKDIR /tools
+# Download and in
pkarashchenko commented on PR #7305:
URL: https://github.com/apache/incubator-nuttx/pull/7305#issuecomment-1278499165
Please rebase
--
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 co
jerpelea commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1278453035
> > > The change is already simple and consistent now, it's very error prone
and time consuming to split the change into two commit again. @pkarashchenko
and I already spend a lo
ttnie commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r995314879
##
tools/ci/docker/linux/Dockerfile:
##
@@ -209,6 +218,7 @@ RUN cd renesas-tools/source/newlib && \
RUN cd /tools/renesas-tools/build/gcc && \
make && make ins
masayuki2009 commented on PR #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291#issuecomment-1278430283
This PR works now with
https://github.com/apache/incubator-nuttx-apps/pull/1345
--
This is an automated message from the Apache Git Service.
To respond to the message,
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/incubator-nuttx.git
commit c75253623d60fb034670e0921642caa1b339db9e
Author: liangchaozhong
AuthorDate: Fri Sep 16 18:43:34 2022 +0800
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/incubator-nuttx.git
commit be06d00f85ce4c9d954eae8c82a71eddb4d7561c
Author: zhanghongyu
AuthorDate: Wed Oct 12 18:11:18 2022 +0800
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/incubator-nuttx.git
commit 403c657f4281ce737040d0323aada7d1b7a0e34b
Author: zhanghongyu
AuthorDate: Sat Oct 8 11:24:10 2022 +0800
u
masayuki2009 merged PR #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291
--
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.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 28180b49d1 arm64: add Cortex-A57 and Cortex-A72 configurations
new be06d00f85 usrsock: update state to
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r995297542
##
arch/arm/src/samd5e5/sam_usb.c:
##
@@ -8566,10 +8531,10 @@ static inline void sam_sw_initialize(struct
sam_usbhost_s *priv)
sam_reset_pipes(priv
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/incubator-nuttx-apps.git
commit 8a2f29c9b5415846de5b7cf6407af68196830407
Author: zhanghongyu
AuthorDate: Mon Aug 29 22:53:20 2022 +0800
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/incubator-nuttx-apps.git
commit 78541e9876f99d8131ff0961e11fc65b5b3fedef
Author: zhanghongyu
AuthorDate: Wed Oct 12 22:43:05 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
from bcbf3ae89 Fixes in DHCPc.
new 8a2f29c9b usrsock_server: fix unblock socket connect error
new
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/incubator-nuttx-apps.git
commit 6e8ea78d70a6b62704ac0bbc1d37e57984ad0c23
Author: zhanghongyu
AuthorDate: Sat Oct 8 10:54:12 2022 +0800
masayuki2009 merged PR #1345:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1345
--
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-unsu
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1278384108
> > The change is already simple and consistent now, it's very error prone
and time consuming to split the change into two commit again. @pkarashchenko
and I already spend
xiaoxiang781216 commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r995276791
##
drivers/modem/alt1250/alt1250.c:
##
@@ -0,0 +1,1279 @@
+/
+ * drivers/mode
xiaoxiang781216 commented on code in PR #7266:
URL: https://github.com/apache/incubator-nuttx/pull/7266#discussion_r995276353
##
boards/arm/imx6/sabre-6quad/configs/citest/defconfig:
##
@@ -0,0 +1,70 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT IT.
+#
+# You can use "
xiaoxiang781216 commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r995275448
##
tools/ci/docker/linux/Dockerfile:
##
@@ -78,6 +78,15 @@ FROM builder-base AS nuttx-toolchain-base
RUN mkdir /tools
WORKDIR /tools
+# Install depen
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
The following commit(s) were added to refs/heads/master by this push:
new 28180b49d1 arm64: add Cortex-A57 and
xiaoxiang781216 merged PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304
--
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 eb9f401 Publishing web
HidenoriMatsubayashi commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1278272077
> This can be done by:
> ./tools/refresh.sh --silent armv8a:nsh
Thanks for the information.
I rebased the PR.
--
This is an automated message from t
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1278259748
>The change is already simple and consistent now, it's very error prone and
time consuming to split the change into two commit again. @pkarashchenko and I
already spend a lot
masayuki2009 commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1278245703
@HidenoriMatsubayashi
Please rebase this PR to the latest master to fix the conflicts.
--
This is an automated message from the Apache Git Service.
To respond to the
pkarashchenko merged PR #1346:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1346
--
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-uns
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new bcbf3ae89 Fixes in DHCPc.
b
pkarashchenko commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1278089177
Please rebase
--
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 co
pkarashchenko merged PR #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303
--
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 c22c07ba29 Minor fix in UBSan.
add e9db7bbb8c arm64/qemu/qemu-a53: Ensure the purity of the defco
pkarashchenko commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r994989775
##
arch/arm/src/lpc54xx/lpc54_dma.c:
##
@@ -437,8 +438,8 @@ int lpc54_dma_setup(int ch, uint32_t cfg, uint32_t xfrcfg,
uint8_t trigsrc,
putreg32(xfrcfg
pkarashchenko commented on issue #6046:
URL:
https://github.com/apache/incubator-nuttx/issues/6046#issuecomment-1277995861
@SPRESENSE are there any plans to fix this hole in modularity? The automount
signaling is already in place, so it would be good to fix this instead of
keeping releasin
fjpanag opened a new issue, #7307:
URL: https://github.com/apache/incubator-nuttx/issues/7307
When I enable the option `CONFIG_STACK_CANARIES` is not running.
It builds correctly, I flash it to the board, but `main()` is never entered.
Somehow this option breaks the build.
This
xiaoxiang781216 commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1277912195
Need reorder config in defconfig:
https://user-images.githubusercontent.com/18066964/195658260-126727bc-eeb3-417c-9d4f-8103bcb822d8.png";>
This can be done by:
./to
pkarashchenko commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r994871442
##
drivers/modem/alt1250/altcom_lwm2m_hdlr.c:
##
@@ -0,0 +1,412 @@
+/
+ * drive
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r994867932
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
uns
HidenoriMatsubayashi commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-129678
I merged https://github.com/apache/incubator-nuttx/pull/7303 into this
change.
--
This is an automated message from the Apache Git Service.
To respond to the messag
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r994777994
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
uns
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 c22c07ba29 Minor fix in UBSan.
c
pkarashchenko merged PR #7301:
URL: https://github.com/apache/incubator-nuttx/pull/7301
--
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
HidenoriMatsubayashi commented on PR #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303#issuecomment-1277752012
@zhhyu7 @xiaoxiang781216
`CONFIG_ARCH_CHIP_QEMU_A53` exists in the output file of `make
savedefconfig`. And also, it's defined in `arch/arm64/src/qemu/Kconfig`
HidenoriMatsubayashi commented on PR #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303#issuecomment-1277713999
> Normalize qemu-a53/nsh
This may be my mistake, but what does this mean?
--
This is an automated message from the Apache Git Service.
To respond to the messa
fjpanag commented on PR #1346:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1346#issuecomment-1277710525
Is CI fixed now? Can you restart it?
--
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
HidenoriMatsubayashi commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1277699545
@xiaoxiang781216
Oh, sorry. It looks like my mistake. You mean should I merge it into this
patch?
--
This is an automated message from the Apache Git Servic
fjpanag opened a new issue, #7306:
URL: https://github.com/apache/incubator-nuttx/issues/7306
There is a case were `rename()` may fail, but also delete files in the
process that it shouldn't.
This can happen when `oldpath` refers to a non-existent file, while
`newpath` refers to a fi
xiaoxiang781216 commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1277691979
@HidenoriMatsubayashi should we drop this patch:
https://github.com/apache/incubator-nuttx/pull/7303
--
This is an automated message from the Apache Git Service.
To resp
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1277670039
> @xiaoxiang781216
>
> > As I said before, this patch want to distinguish sem_t usage which
contain two part:
>
> I think the two parts are independent and if
fjpanag opened a new pull request, #7305:
URL: https://github.com/apache/incubator-nuttx/pull/7305
## Summary
When the file size is 0 and the data to be written is also 0 (in case of
`tmpfs_write()`) then `tfo->tfo_data` will be NULL.
Previously, the code used this buffer uncon
HidenoriMatsubayashi commented on PR #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304#issuecomment-1277664999
@xiaoxiang781216 @masayuki2009
Can you please review this change?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
HidenoriMatsubayashi opened a new pull request, #7304:
URL: https://github.com/apache/incubator-nuttx/pull/7304
## Summary
This change adds the followings:
- Rename the board configuration name from `qemu-a53` `to qemu-v8a`.
- Add the configurations for Cortex-A57 and Cortex-A72.
zhhyu7 opened a new pull request, #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303
Configuring...
Building NuttX...
Normalize qemu-a53/nsh
13a14
> CONFIG_ARCH_CHIP_QEMU_A53=y
Saving the new configuration file
On branch master
Your branch is up to date
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1277628210
@xiaoxiang781216
>As I said before, this patch want to distinguish sem_t usage which contain
two part:
I think the two parts are independent and if the commit i
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1277528793
> > @masayuki2009 ok, the change split into two patch, please review again.
>
> @xiaoxiang781216 Thanks for the changes. As far as I can see, the first
commit still
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1277507186
Thanks for the reviews.
> I think we should also change the name CONFIG_ARCH_BOARD_QEMU_A53 (+
directory name).
I'll create a new patch and send it later
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1277481868
>@masayuki2009 ok, the change split into two patch, please review again.
@xiaoxiang781216
Thanks for the changes.
As far as I can see, the first commit still cont
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 83c76eaa93 Documentation file typo's corrected
add 06cf41901f arch/arm64: cleanup defconfigs
No new
xiaoxiang781216 merged PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295
--
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
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1277456023
Let's ignore the ci temp 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 above to g
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
The following commit(s) were added to refs/heads/master by this push:
new 83c76eaa93 Documentation file typo's
xiaoxiang781216 merged PR #7302:
URL: https://github.com/apache/incubator-nuttx/pull/7302
--
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.
xiaoxiang 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 143d1322ea Added handling of MSG_WAI
xiaoxiang781216 merged PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286
--
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
xiaoxiang781216 commented on PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#issuecomment-1277381560
Both sim and macos pass the ci which mean the network change in this patch
should work as expect, so let's ignore the ci break.
--
This is an automated message from the
xiaoxiang781216 commented on PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#issuecomment-1277374084
@fjpanag could you rebase the change to the latest master? The ci break is
fixed after your update.
--
This is an automated message from the Apache Git Service.
To respo
xiaoxiang781216 commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r994448097
##
net/tcp/tcp_recvfrom.c:
##
@@ -412,7 +412,8 @@ static uint16_t tcp_recvhandler(FAR struct net_driver_s
*dev,
* next receive is performed.
HidenoriMatsubayashi commented on code in PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#discussion_r994445371
##
boards/arm64/qemu/qemu-a53/configs/nsh/defconfig:
##
@@ -11,7 +11,6 @@ CONFIG_ARCH_BOARD="qemu-a53"
CONFIG_ARCH_BOARD_QEMU_A53=y
CONFIG_ARCH_CH
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1277368760
@masayuki2009 ok, the change split into two patch, please review again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 commented on code in PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#discussion_r994442729
##
boards/arm64/qemu/qemu-a53/configs/nsh/defconfig:
##
@@ -11,7 +11,6 @@ CONFIG_ARCH_BOARD="qemu-a53"
CONFIG_ARCH_BOARD_QEMU_A53=y
CONFIG_ARCH_CHIP="q
TimJTi opened a new pull request, #7302:
URL: https://github.com/apache/incubator-nuttx/pull/7302
Correct "Nuttx" to "NuttX"
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ttnie commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1277352392
>
rebase the code and trigger ci again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
fjpanag commented on PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#issuecomment-1277352136
> I haven't tested the latest changes on actual hardware, yet.
> Please do not merge before confirmation.
This patch was tested on actual hardware, and seems to behave cor
fjpanag opened a new pull request, #1346:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1346
## Summary
Two fixes in DHCP client:
1. Previously, on every request the client was setting the current IP
address to `INADDR_ANY`. This may be OK for the initial request, bu
HidenoriMatsubayashi commented on code in PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#discussion_r994418555
##
boards/arm64/qemu/qemu-a53/configs/nsh/defconfig:
##
@@ -11,7 +11,6 @@ CONFIG_ARCH_BOARD="qemu-a53"
CONFIG_ARCH_BOARD_QEMU_A53=y
CONFIG_ARCH_CH
HidenoriMatsubayashi commented on code in PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#discussion_r994413328
##
boards/arm64/qemu/qemu-a53/configs/nsh/defconfig:
##
@@ -11,7 +11,6 @@ CONFIG_ARCH_BOARD="qemu-a53"
CONFIG_ARCH_BOARD_QEMU_A53=y
CONFIG_ARCH_CH
xiaoxiang781216 commented on code in PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#discussion_r994404885
##
boards/arm64/qemu/qemu-a53/configs/nsh/defconfig:
##
@@ -11,7 +11,6 @@ CONFIG_ARCH_BOARD="qemu-a53"
CONFIG_ARCH_BOARD_QEMU_A53=y
CONFIG_ARCH_CHIP="q
xiaoxiang781216 commented on PR #7301:
URL: https://github.com/apache/incubator-nuttx/pull/7301#issuecomment-1277312607
@fjpanag please rebase your change.
--
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
xiaoxiang781216 commented on PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1277311694
@ttnie please rebase the patch, the ci break is fixed here:
https://github.com/apache/incubator-nuttx/pull/7299
--
This is an automated message from the Apache Git Servi
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
The following commit(s) were added to refs/heads/master by this push:
new 8150534a2f Revert "tools/ci: patch f
xiaoxiang781216 merged PR #7299:
URL: https://github.com/apache/incubator-nuttx/pull/7299
--
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
xiaoxiang781216 commented on PR #7299:
URL: https://github.com/apache/incubator-nuttx/pull/7299#issuecomment-1277309562
let's merge the change directly to unlock ci.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
fjpanag opened a new pull request, #7301:
URL: https://github.com/apache/incubator-nuttx/pull/7301
## Summary
Minor fix in UBSan.
See discussion in #7285.
## Impact
Bug fix.
## Testing
I run some test cases in simulator (on 64-bit host), and it yields t
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r994365145
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
unsigned
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r994331743
##
net/tcp/tcp_recvfrom.c:
##
@@ -412,7 +412,8 @@ static uint16_t tcp_recvhandler(FAR struct net_driver_s
*dev,
* next receive is performed.
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 bf61f5f Publishing web
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new d696c67 Bump tzinfo from 1.
xiaoxiang781216 merged PR #71:
URL: https://github.com/apache/incubator-nuttx-website/pull/71
--
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-un
90 matches
Mail list logo