[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5803: syslog: Change g_syslog_default_sem to static function variable

2022-03-19 Thread GitBox
pkarashchenko commented on pull request #5803: URL: https://github.com/apache/incubator-nuttx/pull/5803#issuecomment-1073175668 Please remove Gerrit change-id -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5805: nxstyle: ignore mixed-case identifiers for Lua types

2022-03-19 Thread GitBox
xiaoxiang781216 commented on pull request #5805: URL: https://github.com/apache/incubator-nuttx/pull/5805#issuecomment-1073159420 @mogenson please rebase your patch to the last mainline, CI break was fixed by: https://github.com/apache/incubator-nuttx/pull/5804 -- This is an automated me

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: 49b15e357765a0202aec15bb2af8163c323aead3

2022-03-19 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 6594910 Publishing web

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1083: system/ping: Don't include nuttx/lib/math.h

2022-03-19 Thread GitBox
pkarashchenko merged pull request #1083: URL: https://github.com/apache/incubator-nuttx-apps/pull/1083 -- 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-m

[incubator-nuttx-apps] branch master updated: system/ping: Don't include nuttx/lib/math.h

2022-03-19 Thread pkarashchenko
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 282e44e system/ping: Don't

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5804: boards/arm/samv7/samv71-xult: Fix mcuboot update example missing config

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5804: URL: https://github.com/apache/incubator-nuttx/pull/5804 -- 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:

[incubator-nuttx] branch master updated: boards/arm/samv7/samv71-xult: Fix mcuboot update example missing config

2022-03-19 Thread pkarashchenko
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 49b15e3 boards/arm/samv7/samv71

[GitHub] [incubator-nuttx-apps] mogenson commented on pull request #1075: add Lua interpreter

2022-03-19 Thread GitBox
mogenson commented on pull request #1075: URL: https://github.com/apache/incubator-nuttx-apps/pull/1075#issuecomment-1073061679 > > @xiaoxiang781216 Thanks for the review. I'll make some changes and update. > > Do you have any suggestions for the `Mixed case identifier` linter errors d

[GitHub] [incubator-nuttx] mogenson opened a new pull request #5805: nxstyle: ignore mixed-case identifiers for Lua types

2022-03-19 Thread GitBox
mogenson opened a new pull request #5805: URL: https://github.com/apache/incubator-nuttx/pull/5805 ## Summary Silence `nxstyle` mixed-case identifier warnings for Lua types. Notably, Lua C modules that use the `lua_State` and `luaL_Reg` types. Related to https://github.com/apa

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5803: syslog: Change g_syslog_default_sem to static function variable

2022-03-19 Thread GitBox
pkarashchenko commented on a change in pull request #5803: URL: https://github.com/apache/incubator-nuttx/pull/5803#discussion_r830510753 ## File path: drivers/syslog/syslog_channel.c ## @@ -184,6 +180,7 @@ static ssize_t syslog_default_write(FAR struct syslog_channel_s *chann

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1083: system/ping: Don't include nuttx/lib/math.h

2022-03-19 Thread GitBox
pkarashchenko commented on pull request #1083: URL: https://github.com/apache/incubator-nuttx-apps/pull/1083#issuecomment-1073051740 @xiaoxiang781216 let's wait and see if https://github.com/apache/incubator-nuttx/pull/5804 helps -- This is an automated message from the Apache Git Servi

[GitHub] [incubator-nuttx] nandojve opened a new pull request #5804: boards/arm/samv7/samv71-xult: Fix mcuboot update example missing config

2022-03-19 Thread GitBox
nandojve opened a new pull request #5804: URL: https://github.com/apache/incubator-nuttx/pull/5804 ## Summary Fix possible missing config due to rebase from #5033 ## Impact Fail CI. ## Testing Locally build is working now. -- This is an automated

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5803: syslog: Change g_syslog_default_sem to static function variable

2022-03-19 Thread GitBox
xiaoxiang781216 opened a new pull request #5803: URL: https://github.com/apache/incubator-nuttx/pull/5803 ## Summary ## Impact No, code refactor ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-19 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r830484837 ## File path: arch/risc-v/include/csr.h ## @@ -299,25 +299,71 @@ /* In mstatus register */ +#define MSTATUS_UIE (0x1 << 0) /*

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1083: system/ping: Don't include nuttx/lib/math.h

2022-03-19 Thread GitBox
pkarashchenko commented on pull request #1083: URL: https://github.com/apache/incubator-nuttx-apps/pull/1083#issuecomment-1073049558 @xiaoxiang781216 yes. I've seen that. You can either revert the changes or I can take a look in 2-3h from now and possibly provide a fix -- This is an aut

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5802: Refine the uinput implementation

2022-03-19 Thread GitBox
xiaoxiang781216 opened a new pull request #5802: URL: https://github.com/apache/incubator-nuttx/pull/5802 ## Summary - input/uinput: Rename UINPUT_TOUCHSCREEN to UINPUT_TOUCH - input: Move uinput initialization from boards/sim to drivers - input/uinput: Remove the argument from

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1083: system/ping: Don't include nuttx/lib/math.h

2022-03-19 Thread GitBox
xiaoxiang781216 commented on pull request #1083: URL: https://github.com/apache/incubator-nuttx-apps/pull/1083#issuecomment-1073042359 @pkarashchenko look like mcu change break ci: ``` Configurati

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #1083: system/ping: Don't include nuttx/lib/math.h

2022-03-19 Thread GitBox
xiaoxiang781216 opened a new pull request #1083: URL: https://github.com/apache/incubator-nuttx-apps/pull/1083 ## Summary since the mdev is calculated through function provided by fixedmath.h ## Impact Shouldn't ## Testing Pass CI -- This is an automated message

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1067: Add dhcp6c module

2022-03-19 Thread GitBox
xiaoxiang781216 commented on pull request #1067: URL: https://github.com/apache/incubator-nuttx-apps/pull/1067#issuecomment-1073029272 @coffee809721232 could you report the stack size on some real device? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1067: Add dhcp6c module

2022-03-19 Thread GitBox
xiaoxiang781216 merged pull request #1067: URL: https://github.com/apache/incubator-nuttx-apps/pull/1067 -- 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

[incubator-nuttx-apps] branch master updated: Add dhcp6c module

2022-03-19 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new f853885 Add dhcp6c module f853

[incubator-nuttx] branch master updated (3fff450 -> 6740ec3)

2022-03-19 Thread pkarashchenko
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 3fff450 netinitialize: call xxx_netinitialize unconditionally new 4caa8b1 boards/risc-v/esp32c

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5033: boards/arm/samv7: Update mcuboot configs

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5033: URL: https://github.com/apache/incubator-nuttx/pull/5033 -- 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:

[incubator-nuttx] 04/04: boards/arm/samv7/samv71-xult: Add mcuboot update example configs

2022-03-19 Thread pkarashchenko
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 6740ec3feed49aaf8a7dc0ba22996a62bec9e990 Author: Gerson Fernando Budke AuthorDate: Sun Feb 27 09:43:08 2

[incubator-nuttx] 01/04: boards/risc-v/esp32c3: Fix mcuboot configs

2022-03-19 Thread pkarashchenko
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 4caa8b19e9ebf32e4c7772bd9e44afc2b1b8b23e Author: Gerson Fernando Budke AuthorDate: Sun Feb 27 09:19:47 2

[incubator-nuttx] 03/04: boards/arm/samv7: Fix mcuboot configs

2022-03-19 Thread pkarashchenko
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 2965345e1420479880f52925ef4f1ee02fe1b962 Author: Gerson Fernando Budke AuthorDate: Sun Feb 27 09:07:10 2

[incubator-nuttx] 02/04: boards/xtensa/esp32: Fix mcuboot configs

2022-03-19 Thread pkarashchenko
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 2d906bb28fbd8793982f230032999473936d9db5 Author: Gerson Fernando Budke AuthorDate: Sun Feb 27 09:28:57 2

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #929: MCUboot move apps to examples

2022-03-19 Thread GitBox
pkarashchenko merged pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929 -- 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-mai

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #929: MCUboot move apps to examples

2022-03-19 Thread GitBox
pkarashchenko commented on pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-1073017039 Merging this with CI failure as there is dependency on PR in OS repository. -- This is an automated message from the Apache Git Service. To respond to the me

[incubator-nuttx-apps] branch master updated (29cc338 -> afefa1c)

2022-03-19 Thread pkarashchenko
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-apps.git. from 29cc338 system/cfgdata: fix compilation when MTD_CONFIG_NAMED is enabled add 36cb168 boo

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5033: boards/arm/samv7: Update mcuboot configs

2022-03-19 Thread GitBox
pkarashchenko commented on pull request #5033: URL: https://github.com/apache/incubator-nuttx/pull/5033#issuecomment-1073016932 Merging this with CI failure as there is dependency on PR in apps repository. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx] nandojve commented on pull request #5033: boards/arm/samv7: Update mcuboot configs

2022-03-19 Thread GitBox
nandojve commented on pull request #5033: URL: https://github.com/apache/incubator-nuttx/pull/5033#issuecomment-1073001784 Thank you @pkarashchenko , fixed! -- 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

[incubator-nuttx] branch master updated (00efcd3 -> 3fff450)

2022-03-19 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/incubator-nuttx.git. from 00efcd3 arch/risc-v: Merge riscv_getnewintctx into common add 3fff450 netinitialize: call xxx_neti

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5791: netinitialize: call xxx_netinitialize unconditionally

2022-03-19 Thread GitBox
xiaoxiang781216 merged pull request #5791: URL: https://github.com/apache/incubator-nuttx/pull/5791 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5791: netinitialize: call xxx_netinitialize unconditionally

2022-03-19 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5791: URL: https://github.com/apache/incubator-nuttx/pull/5791#discussion_r830463918 ## File path: arch/arm/src/common/arm_initialize.c ## @@ -122,11 +122,9 @@ void up_initialize(void) arm_serialinit(); #endif -#ifnde

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5775: arch/risc-v: Merge riscv_getnewintctx into common

2022-03-19 Thread GitBox
xiaoxiang781216 merged pull request #5775: URL: https://github.com/apache/incubator-nuttx/pull/5775 -- 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

[incubator-nuttx] branch master updated: arch/risc-v: Merge riscv_getnewintctx into common

2022-03-19 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 00efcd3 arch/risc-v: Merge riscv_ge

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5788: boards/arm/samv7/same70-qmtech: add gpio driver support

2022-03-19 Thread GitBox
xiaoxiang781216 merged pull request #5788: URL: https://github.com/apache/incubator-nuttx/pull/5788 -- 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

[incubator-nuttx] branch master updated: boards/arm/samv7/same70-qmtech: add gpio driver support

2022-03-19 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new c01cd62 boards/arm/samv7/same70-qmt

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1082: system/cfgdata: fix compilation when MTD_CONFIG_NAMED is enabled

2022-03-19 Thread GitBox
xiaoxiang781216 merged pull request #1082: URL: https://github.com/apache/incubator-nuttx-apps/pull/1082 -- 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

[incubator-nuttx-apps] branch master updated (2d8798d -> 29cc338)

2022-03-19 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/incubator-nuttx-apps.git. from 2d8798d graphics/nxwidgets/UnitTests: correct configuration option name in README.md add 29cc

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1081: graphics/nxwidgets/UnitTests: correct configuration option name in README.md

2022-03-19 Thread GitBox
xiaoxiang781216 merged pull request #1081: URL: https://github.com/apache/incubator-nuttx-apps/pull/1081 -- 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

[incubator-nuttx-apps] branch master updated (c69ec94 -> 2d8798d)

2022-03-19 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/incubator-nuttx-apps.git. from c69ec94 Modifying the ping command add 2d8798d graphics/nxwidgets/UnitTests: correct configur

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5800: regulator/rpmsg: list delete should use safe version in loop

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5800: URL: https://github.com/apache/incubator-nuttx/pull/5800 -- 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:

[incubator-nuttx] branch master updated (40f6345 -> cce125a)

2022-03-19 Thread pkarashchenko
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 40f6345 syslog/channel: minor fix to avoid unreachabled return add cce125a regulator/rpmsg: li

[incubator-nuttx] branch master updated (8308f32 -> 40f6345)

2022-03-19 Thread pkarashchenko
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 8308f32 fs/rpmsgfs: minor refine the return value add 40f6345 syslog/channel: minor fix to avo

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5801: syslog/channel: minor fix to avoid unreachabled return

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5801: URL: https://github.com/apache/incubator-nuttx/pull/5801 -- 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:

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5797: fs/rpmsgfs: minor refine the return value

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5797: URL: https://github.com/apache/incubator-nuttx/pull/5797 -- 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:

[incubator-nuttx] branch master updated (28860b5 -> 8308f32)

2022-03-19 Thread pkarashchenko
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 28860b5 net/netdev: fix switch case missing break add 8308f32 fs/rpmsgfs: minor refine the ret

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5797: fs/rpmsgfs: minor refine the return value

2022-03-19 Thread GitBox
pkarashchenko commented on a change in pull request #5797: URL: https://github.com/apache/incubator-nuttx/pull/5797#discussion_r830457578 ## File path: fs/rpmsgfs/rpmsgfs_client.c ## @@ -453,12 +453,8 @@ off_t rpmsgfs_client_lseek(FAR void *handle, int fd, .whence = whence

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5797: fs/rpmsgfs: minor refine the return value

2022-03-19 Thread GitBox
anchao commented on a change in pull request #5797: URL: https://github.com/apache/incubator-nuttx/pull/5797#discussion_r830456793 ## File path: fs/rpmsgfs/rpmsgfs_client.c ## @@ -453,12 +453,8 @@ off_t rpmsgfs_client_lseek(FAR void *handle, int fd, .whence = whence, };

[incubator-nuttx] branch master updated (316797a -> 28860b5)

2022-03-19 Thread pkarashchenko
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 316797a libc/err: fix unpaired va_end() add 28860b5 net/netdev: fix switch case missing break

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5799: net/netdev: fix switch case missing break

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5799: URL: https://github.com/apache/incubator-nuttx/pull/5799 -- 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:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5797: fs/rpmsgfs: minor refine the return value

2022-03-19 Thread GitBox
pkarashchenko commented on a change in pull request #5797: URL: https://github.com/apache/incubator-nuttx/pull/5797#discussion_r830456299 ## File path: fs/rpmsgfs/rpmsgfs_client.c ## @@ -453,12 +453,8 @@ off_t rpmsgfs_client_lseek(FAR void *handle, int fd, .whence = whence

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5798: libc/err: fix unpaired va_end()

2022-03-19 Thread GitBox
pkarashchenko merged pull request #5798: URL: https://github.com/apache/incubator-nuttx/pull/5798 -- 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:

[incubator-nuttx] branch master updated (2af9b57 -> 316797a)

2022-03-19 Thread pkarashchenko
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 2af9b57 boards/arm/samv7: define MTD progmem partitions at board level add 316797a libc/err: f

[GitHub] [incubator-nuttx] anchao opened a new pull request #5801: syslog/channel: minor fix to avoid unreachabled return

2022-03-19 Thread GitBox
anchao opened a new pull request #5801: URL: https://github.com/apache/incubator-nuttx/pull/5801 ## Summary syslog/channel: minor fix to avoid unreachabled return ## Impact N/A ## Testing CI-check -- This is an automated message from the Apache Git Servi

[GitHub] [incubator-nuttx] anchao opened a new pull request #5800: regulator/rpmsg: list delete should use safe version in loop

2022-03-19 Thread GitBox
anchao opened a new pull request #5800: URL: https://github.com/apache/incubator-nuttx/pull/5800 ## Summary regulator/rpmsg: list delete should use safe version in loop ## Impact N/A ## Testing CI-check -- This is an automated message from the Apache Git