[GitHub] [incubator-nuttx] anchao commented on a change in pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
anchao commented on a change in pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926#discussion_r663685666 ## File path: net/tcp/tcp_ioctl.c ## @@ -0,0 +1,74 @@ +/ + * net/tcp/tc

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
anchao commented on a change in pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926#discussion_r663685804 ## File path: net/tcp/tcp_ioctl.c ## @@ -0,0 +1,74 @@ +/ + * net/tcp/tc

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4068: mm: Remove mm_heap_impl_s struct

2021-07-05 Thread GitBox
xiaoxiang781216 opened a new pull request #4068: URL: https://github.com/apache/incubator-nuttx/pull/4068 ## Summary since it's more simple to make mm_heap_s opaque outside of mm ## Impact mm_heap_s become opaque struct ## Testing ostest -- This is an automated

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
yamt commented on a change in pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926#discussion_r663694940 ## File path: net/tcp/tcp_ioctl.c ## @@ -0,0 +1,74 @@ +/ + * net/tcp/tcp_

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
yamt commented on a change in pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926#discussion_r663700959 ## File path: net/tcp/tcp_ioctl.c ## @@ -0,0 +1,74 @@ +/ + * net/tcp/tcp_

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4055: mm: Move the real implementation of mm_sbrk to sbrk

2021-07-05 Thread GitBox
xiaoxiang781216 commented on pull request #4055: URL: https://github.com/apache/incubator-nuttx/pull/4055#issuecomment-873877943 > @xiaoxiang781216 > > BTW, can you add sabre-6quad:knsh to test CONFIG_BUILD_KERNEL with QEMU? But, sabre-6quad doesn't have any config enable CONFI

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4055: mm: Move the real implementation of mm_sbrk to sbrk

2021-07-05 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4055: URL: https://github.com/apache/incubator-nuttx/pull/4055#issuecomment-873877943 -- 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 specifi

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4055: mm: Move the real implementation of mm_sbrk to sbrk

2021-07-05 Thread GitBox
masayuki2009 commented on pull request #4055: URL: https://github.com/apache/incubator-nuttx/pull/4055#issuecomment-873883916 > > @xiaoxiang781216 > > BTW, can you add sabre-6quad:knsh to test CONFIG_BUILD_KERNEL with QEMU? > > But, sabre-6quad doesn't have any config enable CONFIG

[GitHub] [incubator-nuttx] anchao opened a new pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
anchao opened a new pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069 ## Summary net/socket: add SO_RCVBUF support Reference here: https://www.freebsd.org/cgi/man.cgi?query=setsockopt&sektion=2&format=html ## Impact add SO_RCVBUF supp

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
anchao commented on a change in pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926#discussion_r663736701 ## File path: net/tcp/tcp_ioctl.c ## @@ -0,0 +1,74 @@ +/ + * net/tcp/tc

[GitHub] [incubator-nuttx] anchao commented on pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
anchao commented on pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926#issuecomment-873929357 @yamt san, please review again,thank you -- 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] anchao opened a new pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
anchao opened a new pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070 ## Summary net/tcp: add window scale support net/tcp: change the tcp optdata to dynamic arrays net/tcp: remove the invalid break during tcp option loop Reference here: http

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r663800441 ## File path: net/udp/udp_callback.c ## @@ -83,6 +83,14 @@ static uint16_t udp_datahandler(FAR struct net_driver_s *dev, FAR void *src_addr; u

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
anchao commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r663811404 ## File path: net/udp/udp_callback.c ## @@ -83,6 +83,14 @@ static uint16_t udp_datahandler(FAR struct net_driver_s *dev, FAR void *src_addr;

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r663806067 ## File path: net/tcp/tcp_send.c ## @@ -365,6 +365,13 @@ static void tcp_sendcommon(FAR struct net_driver_s *dev, uint32_t rcvseq = tcp_getseq

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r663821574 ## File path: net/udp/udp_callback.c ## @@ -83,6 +83,14 @@ static uint16_t udp_datahandler(FAR struct net_driver_s *dev, FAR void *src_addr; u

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
anchao commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r663831124 ## File path: net/udp/udp_callback.c ## @@ -83,6 +83,14 @@ static uint16_t udp_datahandler(FAR struct net_driver_s *dev, FAR void *src_addr;

[incubator-nuttx] branch master updated (75bfa45 -> eabe535)

2021-07-05 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 75bfa45 mm: Add kmm_malloc_size and mm_malloc_size add ebf89ff mm/iob: add iob_get_queue_size() he

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3926: net/inet: add support of FIONREAD

2021-07-05 Thread GitBox
xiaoxiang781216 merged pull request #3926: URL: https://github.com/apache/incubator-nuttx/pull/3926 -- 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 pull request #4055: mm: Move the real implementation of mm_sbrk to sbrk

2021-07-05 Thread GitBox
xiaoxiang781216 commented on pull request #4055: URL: https://github.com/apache/incubator-nuttx/pull/4055#issuecomment-874036195 No, we use dual Cortex-A7 in FLAT mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
acassis commented on a change in pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663908926 ## File path: arch/arm/src/rtl8720c/amebaZ.c ## @@ -0,0 +1,62 @@ +/ +

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #695: webclient: Implement non-blocking I/O

2021-07-05 Thread GitBox
gustavonihei commented on pull request #695: URL: https://github.com/apache/incubator-nuttx-apps/pull/695#issuecomment-874099283 > @gustavonihei is the nullification thing the only thing you are unhappy with this PR? Yes. Regarding the styling issues, I am fine with doing it in a

[GitHub] [incubator-nuttx-apps] gustavonihei edited a comment on pull request #695: webclient: Implement non-blocking I/O

2021-07-05 Thread GitBox
gustavonihei edited a comment on pull request #695: URL: https://github.com/apache/incubator-nuttx-apps/pull/695#issuecomment-874099283 > @gustavonihei is the nullification thing the only thing you are unhappy with this PR? Yes. Regarding the styling issues, I am fine with addres

[GitHub] [incubator-nuttx] acassis commented on pull request #4067: nuttx: Initialize chmod\fchmod\chown\fchown\lchown

2021-07-05 Thread GitBox
acassis commented on pull request #4067: URL: https://github.com/apache/incubator-nuttx/pull/4067#issuecomment-874100510 Hi @DS-LK it is a good idea to put a comment when open and close a PR, this way we could understand what is going on. Thank you! -- This is an automated message from t

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r663959314 ## File path: net/udp/udp_callback.c ## @@ -83,6 +83,14 @@ static uint16_t udp_datahandler(FAR struct net_driver_s *dev, FAR void *src_addr; u

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r663960060 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without waiti

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4067: nuttx: Initialize chmod\fchmod\chown\fchown\lchown

2021-07-05 Thread GitBox
xiaoxiang781216 commented on pull request #4067: URL: https://github.com/apache/incubator-nuttx/pull/4067#issuecomment-874162931 The new PR will provide after finish the internal review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
anchao commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r663992243 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without wai

[GitHub] [incubator-nuttx] anchao opened a new pull request #4071: net/local: add AF_[UNIX|LOCAL] socketpair support

2021-07-05 Thread GitBox
anchao opened a new pull request #4071: URL: https://github.com/apache/incubator-nuttx/pull/4071 ## Summary net/local: add AF_[UNIX|LOCAL] socketpair support ## Impact net/local: add AF_[UNIX|LOCAL] socketpair support ## Testing socketpair wirth AF_UNIX and

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #4072: lpc17xx: Added WDT driver.

2021-07-05 Thread GitBox
fjpanag opened a new pull request #4072: URL: https://github.com/apache/incubator-nuttx/pull/4072 ## Summary Added the Watchdog Timer (WDT) driver for the LPC17xx & LPC40xx families of MCUs. The new driver registers a new watchdog device, which can also use the "auto-monitor"

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4072: lpc17xx: Added WDT driver.

2021-07-05 Thread GitBox
xiaoxiang781216 merged pull request #4072: URL: https://github.com/apache/incubator-nuttx/pull/4072 -- 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 (eabe535 -> 2f0b4eb)

2021-07-05 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 eabe535 net/inet: add support of FIONREAD add 2f0b4eb lpc17xx: Added WDT driver. No new revisions

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4072: lpc17xx: Added WDT driver.

2021-07-05 Thread GitBox
acassis commented on a change in pull request #4072: URL: https://github.com/apache/incubator-nuttx/pull/4072#discussion_r664032202 ## File path: arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_wdt.h ## @@ -89,6 +89,8 @@ /* Watchdog feed sequence register */ +#define WDT_FEED

[GitHub] [incubator-nuttx] saramonteiro opened a new pull request #4073: xtensa/esp32: Fix uart 2 issue.

2021-07-05 Thread GitBox
saramonteiro opened a new pull request #4073: URL: https://github.com/apache/incubator-nuttx/pull/4073 ## Summary This MR removes the reset of TX FIFO, which was causing the UART 2 to print garbage after the first print. It also changes the default UART 2 pins from menuconfig to v

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
acassis commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664091493 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without wa

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
anchao commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664114022 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without wai

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #4035: work_queue: schedule the work queue using the timer mechanism

2021-07-05 Thread GitBox
hartmannathan commented on pull request #4035: URL: https://github.com/apache/incubator-nuttx/pull/4035#issuecomment-874330013 Hi @Donny9 do you intend to continue refining this PR? Currently there are some compile errors: ``` wqueue/work_usrthread.c: In function 'work_proce

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #4035: work_queue: schedule the work queue using the timer mechanism

2021-07-05 Thread GitBox
hartmannathan commented on pull request #4035: URL: https://github.com/apache/incubator-nuttx/pull/4035#issuecomment-874330082 Also the file `arch/renesas/include/rx65n/inttypes.h` is being changed, but I think it's a different subject and so should be in its own separate PR? -- This

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #4074: Documentation: Fix typos

2021-07-05 Thread GitBox
hartmannathan opened a new pull request #4074: URL: https://github.com/apache/incubator-nuttx/pull/4074 ## Summary Documentation/reference/os/wqueue.rst: - Fix spelling, grammar, and typos. - Improve wording in a few areas. - Re-wrap the paragraphs that were modified.

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #4074: Documentation: Fix typos

2021-07-05 Thread GitBox
hartmannathan commented on pull request #4074: URL: https://github.com/apache/incubator-nuttx/pull/4074#issuecomment-874334987 I have additional fixes for comments in the source files in [1], but I'm waiting on PR #4035 since they could introduce unnecessary conflicts. [1] https://gi

[incubator-nuttx-website] branch asf-site updated: Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: 2f0b4eb363b4bb385d5f920b1847405dd892016c

2021-07-05 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 9a85507 Publishing web

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #3979: note: Move up_schednote.c to drivers/note folder

2021-07-05 Thread GitBox
YuuichiNakamura commented on pull request #3979: URL: https://github.com/apache/incubator-nuttx/pull/3979#issuecomment-874390374 Thanks for the notification. I have confirmed that my instrumentation code works well. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-nuttx] DS-LK commented on pull request #4067: nuttx: Initialize chmod\fchmod\chown\fchown\lchown

2021-07-05 Thread GitBox
DS-LK commented on pull request #4067: URL: https://github.com/apache/incubator-nuttx/pull/4067#issuecomment-874397208 Sorry, I made a mistake in operation. This PR was submitted for review before, and then closed. I wanted to withdraw that first, but I did not expect to open it again. I w

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874406368 Hello, I’m sorry but I don’t understand what AFAIK GPL is incompatible with Apache License means. Could you please tell me what is incompatible about

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on a change in pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664187880 ## File path: arch/arm/src/rtl8720c/Make.defs ## @@ -0,0 +1,91 @@ +

[GitHub] [incubator-nuttx] donghengqaz opened a new pull request #4075: risc-v/esp32c3: Add board_ioctl and board_uniqueid

2021-07-05 Thread GitBox
donghengqaz opened a new pull request #4075: URL: https://github.com/apache/incubator-nuttx/pull/4075 ## Summary Add ESP32-C3 board_ioctl and board_uniqueid. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4064: binfmt: Replace all nx_ API with file_ API

2021-07-05 Thread GitBox
masayuki2009 merged pull request #4064: URL: https://github.com/apache/incubator-nuttx/pull/4064 -- 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: c

[incubator-nuttx] 01/03: fs/mmap: Remove rammap_initialize declaration

2021-07-05 Thread masayuki
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 2b0b298ab654c17d8db4fc3324975a5af2ed59bd Author: Xiang Xiao AuthorDate: Mon Jul 5 12:24:14 2021 +0800 fs

[incubator-nuttx] branch master updated (2f0b4eb -> 841a492)

2021-07-05 Thread masayuki
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 2f0b4eb lpc17xx: Added WDT driver. new 2b0b298 fs/mmap: Remove rammap_initialize declaration n

[incubator-nuttx] 02/03: fs: Implement file_mmap and file_munmap API

2021-07-05 Thread masayuki
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 8612af4ae59a94cc27d57680acfc55ed926f9067 Author: Xiang Xiao AuthorDate: Sat Mar 20 05:06:08 2021 +0800 f

[incubator-nuttx] 03/03: binfmt: Replace all nx_ API with file_ API

2021-07-05 Thread masayuki
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 841a4922aacaee45ee0c456bfaf1c1355ccc9770 Author: Xiang Xiao AuthorDate: Tue Feb 16 01:15:08 2021 +0800 b

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on a change in pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664196627 ## File path: arch/arm/src/rtl8720c/Make.defs ## @@ -0,0 +1,91 @@ +

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on a change in pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664196627 ## File path: arch/arm/src/rtl8720c/Make.defs ## @@ -0,0 +1,91 @@ +

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on a change in pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664196627 ## File path: arch/arm/src/rtl8720c/Make.defs ## @@ -0,0 +1,91 @@ +

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on a change in pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664198252 ## File path: arch/arm/src/rtl8720c/Make.defs ## @@ -0,0 +1,91 @@ +

[GitHub] [incubator-nuttx] jerry-tang-realsil closed pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil closed pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066 -- 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

[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil commented on pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874418390 License is not OK, modify and PR new -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] jerry-tang-realsil opened a new pull request #4076: AmebaZ2: Add soc src code

2021-07-05 Thread GitBox
jerry-tang-realsil opened a new pull request #4076: URL: https://github.com/apache/incubator-nuttx/pull/4076 Add soc src code for rtl8720c Signed-off-by: Jerry_tang ## Summary add soc-rtl8720c src code ## Impact no ## Testing ok -- This is an automated me

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664215474 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without waiti

[GitHub] [incubator-nuttx] yamt commented on pull request #3900: Revert "Make: use gcc as LD"

2021-07-05 Thread GitBox
yamt commented on pull request #3900: URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-874443249 > I am fine with either approach, but could you incorporate your LTO demo into mainline? Otherwise, the same change may be created again for LTO. maybe i will try.

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4074: Documentation: Fix typos

2021-07-05 Thread GitBox
xiaoxiang781216 merged pull request #4074: URL: https://github.com/apache/incubator-nuttx/pull/4074 -- 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 (841a492 -> 935c206)

2021-07-05 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 841a492 binfmt: Replace all nx_ API with file_ API add 935c206 Documentation: Fix typos No new re

[incubator-nuttx] branch master updated (935c206 -> 475beca)

2021-07-05 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 935c206 Documentation: Fix typos add 475beca risc-v/esp32c3: Add board_ioctl and board_uniqueid N

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4075: risc-v/esp32c3: Add board_ioctl and board_uniqueid

2021-07-05 Thread GitBox
xiaoxiang781216 merged pull request #4075: URL: https://github.com/apache/incubator-nuttx/pull/4075 -- 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] anchao commented on pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
anchao commented on pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#issuecomment-87998 > you should update tcp_maxrcvwin too. Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[incubator-nuttx] branch master updated (475beca -> a5bf47b)

2021-07-05 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 475beca risc-v/esp32c3: Add board_ioctl and board_uniqueid add d67852d xtensa/esp32: Change defaul

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4073: xtensa/esp32: Fix uart 2 issue.

2021-07-05 Thread GitBox
xiaoxiang781216 merged pull request #4073: URL: https://github.com/apache/incubator-nuttx/pull/4073 -- 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] yamt commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664228213 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without waiti

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #800: Revert "apps/Application.mk: support compile same prefix file in one folder"

2021-07-05 Thread GitBox
yamt commented on pull request #800: URL: https://github.com/apache/incubator-nuttx-apps/pull/800#issuecomment-874454975 @GUIDINGLI @xiaoxiang781216 how do you think? my colleagues are suffering from this Make.dep breakage. and IMO the change itself seems rather controversial. it's

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664235030 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without waiti

[GitHub] [incubator-nuttx] Virus-V commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
Virus-V commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r664247917 ## File path: net/socket/setsockopt.c ## @@ -131,9 +131,71 @@ static int psock_socketlevel_option(FAR struct socket *psock, int option,

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
anchao commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r664249503 ## File path: net/socket/setsockopt.c ## @@ -131,9 +131,71 @@ static int psock_socketlevel_option(FAR struct socket *psock, int option,

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
anchao commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664251381 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without wai

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r664252652 ## File path: net/Kconfig ## @@ -117,6 +117,12 @@ config NET_GUARDSIZE packet size will be chopped down to the size indica

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4070: net/tcp: add window scale support

2021-07-05 Thread GitBox
yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664254702 ## File path: net/tcp/Kconfig ## @@ -106,6 +106,27 @@ config NET_TCP_FAST_RETRANSMIT_WATERMARK missing segment, without waiti

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4071: net/local: add AF_[UNIX|LOCAL] socketpair support

2021-07-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4071: URL: https://github.com/apache/incubator-nuttx/pull/4071#discussion_r664276081 ## File path: net/local/local_sockif.c ## @@ -728,6 +731,106 @@ static int local_ioctl(FAR struct socket *psock, int cmd, return ret;

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4069: net/socket: add SO_RCVBUF support

2021-07-05 Thread GitBox
xiaoxiang781216 merged pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069 -- 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 (a5bf47b -> b901f22)

2021-07-05 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 a5bf47b xtensa/esp32: Fixes issue with UART 2 add b901f22 net/socket: add SO_RCVBUF support No ne

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3114: usrsock/recv: guarantee all data is received before close

2021-07-05 Thread GitBox
xiaoxiang781216 commented on pull request #3114: URL: https://github.com/apache/incubator-nuttx/pull/3114#issuecomment-874510299 @masayuki2009 could you try the new change work with your hardware? -- This is an automated message from the Apache Git Service. To respond to the message, plea