[GitHub] [incubator-nuttx] robertobucher closed pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
robertobucher closed pull request #6568: Files for stm32h7zi2 URL: https://github.com/apache/incubator-nuttx/pull/6568 -- 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 unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r912773548 ## arch/arm64/src/Makefile: ## @@ -0,0 +1,213 @@ + +# arch/arm64/src/Makefile

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r913367272 ## drivers/lcd/ssd1680.c: ## @@ -722,10 +715,11 @@ static int ssd1680_configuredisplay(struct ssd1680_dev_s *priv) } /**

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-04 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r913316157 ## arch/arm64/include/arch.h: ## @@ -0,0 +1,145 @@ +/ + * arch/arm64/include/arch.

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-07-04 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r913315387 ## arch/arm64/Kconfig: ## @@ -0,0 +1,76 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
masayuki2009 commented on issue #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1174487912 @pkarashchenko I remember I did the initial implementation for K210 SMP. Actually, I referred to the armv7-a implementation that's why lr/sc are used for it. H

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: ee0dc870591318386b7a60e04815a7fcb4649ac7

2022-07-04 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 ec489ac Publishing web

[GitHub] [incubator-nuttx-apps] normanr commented on a diff in pull request #1214: system/hostname: Add an option to read the hostname from a file

2022-07-04 Thread GitBox
normanr commented on code in PR #1214: URL: https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r913272734 ## system/hostname/hostname_main.c: ## @@ -42,17 +42,64 @@ int main(int argc, FAR char *argv[]) { int ret; + FILE *f; + int maxarg = 2; char host

[GitHub] [incubator-nuttx-apps] normanr commented on a diff in pull request #1214: system/hostname: Add an option to read the hostname from a file

2022-07-04 Thread GitBox
normanr commented on code in PR #1214: URL: https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r913272734 ## system/hostname/hostname_main.c: ## @@ -42,17 +42,64 @@ int main(int argc, FAR char *argv[]) { int ret; + FILE *f; + int maxarg = 2; char host

[GitHub] [incubator-nuttx-apps] normanr commented on a diff in pull request #1214: system/hostname: Add an option to read the hostname from a file

2022-07-04 Thread GitBox
normanr commented on code in PR #1214: URL: https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r913272734 ## system/hostname/hostname_main.c: ## @@ -42,17 +42,64 @@ int main(int argc, FAR char *argv[]) { int ret; + FILE *f; + int maxarg = 2; char host

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
adamkaliszan commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r913264470 ## drivers/lcd/ssd1680.c: ## @@ -722,10 +715,11 @@ static int ssd1680_configuredisplay(struct ssd1680_dev_s *priv) } /*

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
adamkaliszan commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r913255275 ## drivers/lcd/ssd1680.c: ## @@ -126,11 +126,11 @@ struct ssd1680_dev_s /* Libc extension */ Review Comment: I wrote extended memcpy functions, where

[GitHub] [incubator-nuttx] pkarashchenko closed issue #4510: nucleo-g431kb build error

2022-07-04 Thread GitBox
pkarashchenko closed issue #4510: nucleo-g431kb build error URL: https://github.com/apache/incubator-nuttx/issues/4510 -- 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 unsubs

[GitHub] [incubator-nuttx] daniel-p-carvalho commented on issue #4510: nucleo-g431kb build error

2022-07-04 Thread GitBox
daniel-p-carvalho commented on issue #4510: URL: https://github.com/apache/incubator-nuttx/issues/4510#issuecomment-1174236475 Hello Petro, I am able to build and run nucleo-g431kb:nsh configuration. Daniel Pereira de Carvalho Em seg., 4 de jul. de 2022 às 07:36, Pet

[GitHub] [incubator-nuttx] acassis commented on pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
acassis commented on PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#issuecomment-1174181551 Hi @robertobucher please squash these 5 commits in a single one. Then you will see all the files. Also please change the PR name to something like: "boards/stm32h7zi2: Add support

[incubator-nuttx] branch master updated: fix sd can't usage when mult-block receive errro

2022-07-04 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 ee0dc87059 fix sd can't usage wh

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6571: fix sd can't usage when mult-block receive errro

2022-07-04 Thread GitBox
pkarashchenko merged PR #6571: URL: https://github.com/apache/incubator-nuttx/pull/6571 -- 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

[GitHub] [incubator-nuttx] robertobucher commented on pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
robertobucher commented on PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#issuecomment-1174001025 The "pull request" seems ok, but I can't see my new files under boards/arm/stm32h7/nucleo-h743zi2/src: stm32_pwm.c stm32_qencoder.c stm32_gpio.c and the m

[GitHub] [incubator-nuttx] chengli1212 closed pull request #6570: fix sd can't usage when mult-block receive errro

2022-07-04 Thread GitBox
chengli1212 closed pull request #6570: fix sd can't usage when mult-block receive errro URL: https://github.com/apache/incubator-nuttx/pull/6570 -- 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 s

[GitHub] [incubator-nuttx] chengli1212 opened a new pull request, #6571: fix sd can't usage when mult-block receive errro

2022-07-04 Thread GitBox
chengli1212 opened a new pull request, #6571: URL: https://github.com/apache/incubator-nuttx/pull/6571 ## Summary sd status will wrong when mult-block read error ## Impact sd will can't used when mult-block read error ## Testing bes m0 board test done -- This is an autom

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6570: fix sd can't usage when mult-block receive errro

2022-07-04 Thread GitBox
xiaoxiang781216 commented on PR #6570: URL: https://github.com/apache/incubator-nuttx/pull/6570#issuecomment-1173924472 @chengli1212 please fix the nxstyle warning here: https://github.com/apache/incubator-nuttx/runs/7183093368?check_suite_focus=true -- This is an automated message fro

[GitHub] [incubator-nuttx] chengli1212 opened a new pull request, #6570: fix sd can't usage when mult-block receive errro

2022-07-04 Thread GitBox
chengli1212 opened a new pull request, #6570: URL: https://github.com/apache/incubator-nuttx/pull/6570 ## Summary sd status will wrong when mult-block read error ## Impact sd will can't used when mult-block read error ## Testing bes m0 board test done -- This is an autom

[GitHub] [incubator-nuttx] robertobucher commented on a diff in pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
robertobucher commented on code in PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r913062122 ## arch/arm/src/stm32h7/stm32_adc.c: ## @@ -767,7 +767,7 @@ static int adc_timinit(struct stm32_dev_s *priv) * position. */ - ainfo("Initializ

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
pkarashchenko commented on code in PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r913039747 ## arch/arm/src/stm32h7/stm32_adc.c: ## @@ -767,7 +767,7 @@ static int adc_timinit(struct stm32_dev_s *priv) * position. */ - ainfo("Initializ

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
pkarashchenko commented on issue #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173751395 Maybe my suggestion has some drawbacks compared to current implementation so I'm posting this as an issue so people some discussion may happen -- This is an automate

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
xiaoxiang781216 commented on issue #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173746234 Sorry, I misunderstand your meaning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
pkarashchenko commented on issue #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173733406 @xiaoxiang781216 the issue is that currently it is implemented as you pointed, but it use `lr`/`sc`, but I posted an issue that we can rework it to use `amoswap`. C

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912920264 ## include/nuttx/lcd/lcd.h: ## @@ -123,6 +123,21 @@ struct lcd_planeinfo_s fb_coord_t row_end, fb_coord_t col_start,

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
xiaoxiang781216 closed issue #6569: Why RISC-V up_testset use lr/sc and not amoswap? URL: https://github.com/apache/incubator-nuttx/issues/6569 -- 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 sp

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
xiaoxiang781216 commented on issue #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173708317 The implementation is same as you want: https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/common/riscv_testset.S#L34-L40 -- This is an autom

[GitHub] [incubator-nuttx] pkarashchenko opened a new issue, #6569: Why RISC-V up_testset use lr/sc and not amoswap?

2022-07-04 Thread GitBox
pkarashchenko opened a new issue, #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569 The RISC-V supports "Atomic Memory Operations" instruction. Seems like up_testset can be implemented with the less number of instruction using `amoswap.w.aq`/`amoswap.w.rl` than current imple

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
pkarashchenko commented on code in PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912890679 ## boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h: ## @@ -148,4 +201,20 @@ void weak_function stm32_usbinitialize(void); int stm32_usbhost_initial

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
acassis commented on code in PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912872900 ## boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h: ## @@ -148,4 +201,20 @@ void weak_function stm32_usbinitialize(void); int stm32_usbhost_initialize(vo

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
adamkaliszan commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912871360 ## drivers/lcd/ssd1680.c: ## @@ -126,11 +126,11 @@ struct ssd1680_dev_s /* Libc extension */ Review Comment: OK. I forgot about description. I will f

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #4510: nucleo-g431kb build error

2022-07-04 Thread GitBox
pkarashchenko commented on issue #4510: URL: https://github.com/apache/incubator-nuttx/issues/4510#issuecomment-1173655647 @daniel-p-carvalho Is the issue still relevant or it can be closed? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
acassis commented on code in PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912869018 ## boards/arm/stm32h7/nucleo-h743zi2/src/stm32_pwm.c: ## @@ -0,0 +1,113 @@ +/ + * boa

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
adamkaliszan commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912864162 ## drivers/lcd/lcd_framebuffer.c: ## @@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s *vtable, run += (startx * pinfo->bpp

[incubator-nuttx] 01/02: arch/risc-v: Move __XSTR, FLOAD/FSTORE and REGLOAD/REGSTORE to the right place

2022-07-04 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 9ab34178827a2d1bea14395a259fa8e5bf88b813 Author: Xiang Xiao AuthorDate: Sat Jul 2 11:26:26 2022 +0800

[incubator-nuttx] branch master updated (c20ed58879 -> fcc48c2254)

2022-07-04 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 c20ed58879 arch: Remove the inclusion of arch/irq.h from chip/irq.h new 9ab3417882 arch/risc-v: M

[incubator-nuttx] 02/02: arch/arm: Don't include arch/arch.h in include/irq.h

2022-07-04 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 fcc48c2254a047b85cdbb5a4939a1f80f2c04b47 Author: Xiang Xiao AuthorDate: Sat Jul 2 11:26:26 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6565: arch/risc-v: Move __XSTR, FLOAD/FSTORE and REGLOAD/REGSTORE to the right place

2022-07-04 Thread GitBox
pkarashchenko merged PR #6565: URL: https://github.com/apache/incubator-nuttx/pull/6565 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
pkarashchenko commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912860389 ## drivers/lcd/ssd1680.c: ## @@ -1312,8 +1303,8 @@ FAR struct lcd_dev_s *ssd1680_initialize(FAR struct spi_dev_s *dev, return &priv->dev; } -FAR voi

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1214: system/hostname: Add an option to read the hostname from a file

2022-07-04 Thread GitBox
pkarashchenko commented on code in PR #1214: URL: https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r912855777 ## system/hostname/hostname_main.c: ## @@ -42,17 +42,64 @@ int main(int argc, FAR char *argv[]) { int ret; + FILE *f; + int maxarg = 2; cha

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912844774 ## drivers/lcd/lcd_framebuffer.c: ## @@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s *vtable, run += (startx * pinfo->b

[incubator-nuttx] branch master updated: arch: Remove the inclusion of arch/irq.h from chip/irq.h

2022-07-04 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 c20ed58879 arch: Remove the incl

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6567: arch: Remove the inclusion of arch/irq.h from chip/irq.h

2022-07-04 Thread GitBox
pkarashchenko merged PR #6567: URL: https://github.com/apache/incubator-nuttx/pull/6567 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
pkarashchenko commented on code in PR #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912838308 ## boards/arm/stm32h7/nucleo-h743zi2/src/stm32_adc.c: ## @@ -0,0 +1,219 @@ +/ +

[GitHub] [incubator-nuttx] robertobucher opened a new pull request, #6568: Files for stm32h7zi2

2022-07-04 Thread GitBox
robertobucher opened a new pull request, #6568: URL: https://github.com/apache/incubator-nuttx/pull/6568 ## Summary Files for using pysimCoder with the NUCLEO-H743ZI2 board ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6567: arch: Remove the inclusion of arch/irq.h from chip/irq.h

2022-07-04 Thread GitBox
xiaoxiang781216 opened a new pull request, #6567: URL: https://github.com/apache/incubator-nuttx/pull/6567 ## Summary since arch/irq.h will include chip/irq.h ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-04 Thread GitBox
adamkaliszan commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912734241 ## drivers/lcd/lcd_framebuffer.c: ## @@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s *vtable, run += (startx * pinfo->bpp

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-04 Thread GitBox
xiaoxiang781216 commented on PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#issuecomment-1173480760 @adamkaliszan the title need update too. -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912725481 ## drivers/lcd/lcd_framebuffer.c: ## @@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s *vtable, run += (startx * pinfo->b

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912725481 ## drivers/lcd/lcd_framebuffer.c: ## @@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s *vtable, run += (startx * pinfo->b

[GitHub] [incubator-nuttx] a-lunev commented on pull request #6562: net/tcp: fix regression of invalid update the rexmit_seq in buffer mode

2022-07-04 Thread GitBox
a-lunev commented on PR #6562: URL: https://github.com/apache/incubator-nuttx/pull/6562#issuecomment-1173428017 From my side the instructions how I emulated a loss of two segments in a row were provided here: "Testing" section of PR #5589 + https://github.com/apache/incubator-nuttx/pull/558