[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
GUIDINGLI opened a new pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811 ## Summary procfs: fix ps can't log out Group id ## Impact ps ## Testing -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx-apps] GUIDINGLI opened a new pull request #888: nshlib/nsh_proccmds.c: update ps_callback when get Group

2021-11-09 Thread GitBox
GUIDINGLI opened a new pull request #888: URL: https://github.com/apache/incubator-nuttx-apps/pull/888 ## Summary nshlib/nsh_proccmds.c: update ps_callback when get Group Cause of "Group:" always have in file "status" ## Impact ps ## Testing -

[GitHub] [incubator-nuttx-apps] GUIDINGLI commented on pull request #888: nshlib/nsh_proccmds.c: update ps_callback when get Group

2021-11-09 Thread GitBox
GUIDINGLI commented on pull request #888: URL: https://github.com/apache/incubator-nuttx-apps/pull/888#issuecomment-963941287 Commit with https://github.com/apache/incubator-nuttx/pull/4811 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4759: mm: do kmm_checkcorruption in IRQ when TCB_FLAG_DEBUG_CHECK set

2021-11-09 Thread GitBox
GUIDINGLI commented on a change in pull request #4759: URL: https://github.com/apache/incubator-nuttx/pull/4759#discussion_r745409397 ## File path: sched/irq/irq_dispatch.c ## @@ -184,6 +185,14 @@ void irq_dispatch(int irq, FAR void *context) sched_note_irqhandler(irq, vecto

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4803: sched/signal: add spinlock to g_sigfreeaction

2021-11-09 Thread GitBox
GUIDINGLI commented on a change in pull request #4803: URL: https://github.com/apache/incubator-nuttx/pull/4803#discussion_r745425923 ## File path: sched/signal/sig_action.c ## @@ -53,10 +53,13 @@ static FAR sigactq_t *nxsig_alloc_action(void) { FAR sigactq_t *sigact; + i

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on pull request #4810: debug: add tools for task aware debug

2021-11-09 Thread GitBox
zhuyanlinzyl commented on pull request #4810: URL: https://github.com/apache/incubator-nuttx/pull/4810#issuecomment-96395 Please ignore the "Mixed case" checkpatch error. As there are SEGGER JLINK plugin API defination. -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4797: Fix the build warning come from kconfig-frontend

2021-11-09 Thread GitBox
Ouss4 commented on pull request #4797: URL: https://github.com/apache/incubator-nuttx/pull/4797#issuecomment-964020348 @xiaoxiang781216 looks like the commit from #4801 made it here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4797: Fix the build warning come from kconfig-frontend

2021-11-09 Thread GitBox
xiaoxiang781216 commented on pull request #4797: URL: https://github.com/apache/incubator-nuttx/pull/4797#issuecomment-964066249 > @xiaoxiang781216 looks like the commit from #4801 made it here. Yes, it drop from PR now. -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] davids5 commented on pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
davids5 commented on pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#issuecomment-964070575 > > Is this a good idea? Allocating memory in an interrupt context can effect latency and add jitter. > > This will actually make the `free` part succeed, > > T

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #889: Improve testing/fstest

2021-11-09 Thread GitBox
xiaoxiang781216 opened a new pull request #889: URL: https://github.com/apache/incubator-nuttx-apps/pull/889 ## Summary ## Impact fstest ## Testing run fstest -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
GUIDINGLI commented on pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#issuecomment-964085424 @davids5 Good idea! done -- 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 t

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4803: sched/signal: add spinlock to g_sigfreeaction

2021-11-09 Thread GitBox
Ouss4 commented on pull request #4803: URL: https://github.com/apache/incubator-nuttx/pull/4803#issuecomment-964088869 @xiaoxiang781216 @GUIDINGLI How about using a private lock here instead of the global one? cc @masayuki2009 -- This is an automated message from the Apache Git Service.

[incubator-nuttx] 01/02: sched: Reduce the default preallocated buffer when DEFAULT_SMALL=y

2021-11-09 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 086b09cc84c8bedd1c6e387c8b1f851667c331d5 Author: Xiang Xiao AuthorDate: Sun Nov 7 23:00:01 2021 +0800

[incubator-nuttx] branch master updated (3f94828 -> 1f37158)

2021-11-09 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 3f94828 netdb: fix access within misaligned address error new 086b09c sched: Reduce the default

[incubator-nuttx] 02/02: board: Run ./tools/refresh.sh --silent all

2021-11-09 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 1f371581c831793a58891f37acb59bac3f8cf08d Author: Xiang Xiao AuthorDate: Mon Nov 8 10:57:43 2021 +0800

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4798: sched: Reduce the default preallocated buffer when DEFAULT_SMALL=y

2021-11-09 Thread GitBox
Ouss4 merged pull request #4798: URL: https://github.com/apache/incubator-nuttx/pull/4798 -- 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-

[incubator-nuttx] branch master updated (1f37158 -> 00befc4)

2021-11-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 1f37158 board: Run ./tools/refresh.sh --silent all new 17cf3ed arch/risc-v/esp32c3: Add register def

[incubator-nuttx] 05/05: Documentation/esp32c3: Document the CDC console defconfig.

2021-11-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 00befc4ec670b7158d50f23f799b4ad0bea114cf Author: Abdelatif Guettouche AuthorDate: Mon Nov 8 19:00:47 2021 +010

[incubator-nuttx] 02/05: arch/riscv/esp32c3: Add the USB-Serial Driver.

2021-11-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ebd94961c7ef018c270e81e8ab3157a84731fa32 Author: Abdelatif Guettouche AuthorDate: Tue Oct 19 15:15:45 2021 +02

[incubator-nuttx] 04/05: boards/esp32c3-devkit: Add a defconfig for the USB CDC Console.

2021-11-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 044508c97928788d889535b6b886053f8a1f355b Author: Abdelatif Guettouche AuthorDate: Mon Nov 8 13:58:11 2021 +010

[GitHub] [incubator-nuttx] acassis merged pull request #4809: arch/risc-v: Driver for the ESP32-C3's CDC console.

2021-11-09 Thread GitBox
acassis merged pull request #4809: URL: https://github.com/apache/incubator-nuttx/pull/4809 -- 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: commit

[incubator-nuttx] 01/05: arch/risc-v/esp32c3: Add register definitions for the USB Serial/JTAG controller.

2021-11-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 17cf3edf469776593b8f84f99ea7e2fb002a0701 Author: Abdelatif Guettouche AuthorDate: Mon Oct 18 14:53:30 2021 +02

[incubator-nuttx] 03/05: esp32c3/Make.defs: Alawys build esp32c3_serial.c

2021-11-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 23039c92cf79a61eb6ac19a65df94f64a2393ff0 Author: Abdelatif Guettouche AuthorDate: Mon Nov 8 13:55:26 2021 +010

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
Ouss4 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r745570582 ## File path: mm/mm_heap/mm_sem.c ## @@ -102,7 +103,7 @@ bool mm_takesemaphore(FAR struct mm_heap_s *heap) return false; } #if defined(

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #4812: include: Add __socklen_t_defined for compatibility to other C libraries

2021-11-09 Thread GitBox
gustavonihei opened a new pull request #4812: URL: https://github.com/apache/incubator-nuttx/pull/4812 ## Summary This PR intends to add the definition of `__socklen_t_defined` to NuttX C library implementation to indicate libraries that NuttX provides the `socklen_t` type. Although `__

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
Ouss4 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r745573479 ## File path: mm/mm_heap/mm_free.c ## @@ -86,6 +86,10 @@ void mm_free(FAR struct mm_heap_s *heap, FAR void *mem) kasan_poison(mem, mm_malloc_si

[incubator-nuttx-apps] branch master updated: nshlib/nsh_session: Handle the command arguments in any order

2021-11-09 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 a0f773b nshlib/nsh_session:

[GitHub] [incubator-nuttx-apps] gustavonihei merged pull request #873: nshlib/nsh_session: Handle the command arguments in any order

2021-11-09 Thread GitBox
gustavonihei merged pull request #873: URL: https://github.com/apache/incubator-nuttx-apps/pull/873 -- 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-apps] gustavonihei commented on a change in pull request #889: Improve testing/fstest

2021-11-09 Thread GitBox
gustavonihei commented on a change in pull request #889: URL: https://github.com/apache/incubator-nuttx-apps/pull/889#discussion_r745578773 ## File path: testing/fstest/fstest_main.c ## @@ -969,7 +959,7 @@ static void show_useage(void) printf("Usage : fstest [OPTION [ARG]]

[GitHub] [incubator-nuttx] gustavonihei edited a comment on pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
gustavonihei edited a comment on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-964125700 Could you explain in more details the actual issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
gustavonihei commented on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-964125700 Couldn't explain in more details the actual issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] gustavonihei edited a comment on pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
gustavonihei edited a comment on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-964125700 Please, could you explain in more details the actual issue? -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #888: nshlib/nsh_proccmds.c: update ps_callback when get Group

2021-11-09 Thread GitBox
gustavonihei commented on pull request #888: URL: https://github.com/apache/incubator-nuttx-apps/pull/888#issuecomment-964126333 Please, could you explain in more details the actual issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4787: riscv/esp32c3: Initialize the BLE Mac

2021-11-09 Thread GitBox
gustavonihei commented on a change in pull request #4787: URL: https://github.com/apache/incubator-nuttx/pull/4787#discussion_r745593730 ## File path: arch/risc-v/src/esp32c3/esp32c3_wireless.c ## @@ -29,9 +29,17 @@ #include "hardware/esp32c3_soc.h" #include "hardware/esp32

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4787: riscv/esp32c3: Initialize the BLE Mac

2021-11-09 Thread GitBox
gustavonihei commented on a change in pull request #4787: URL: https://github.com/apache/incubator-nuttx/pull/4787#discussion_r745593730 ## File path: arch/risc-v/src/esp32c3/esp32c3_wireless.c ## @@ -29,9 +29,17 @@ #include "hardware/esp32c3_soc.h" #include "hardware/esp32

[GitHub] [incubator-nuttx] celery0ne commented on issue #4679: Is the nuttx OS supported GPU or Opengl es

2021-11-09 Thread GitBox
celery0ne commented on issue #4679: URL: https://github.com/apache/incubator-nuttx/issues/4679#issuecomment-964132162 Hi Patacongo Sir, > > May I use Opengl ES APIs to render my applications in nuttx OS? > > There is no port of OpenGL to NuttX. But that would be an in

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4810: debug: add tools for task aware debug

2021-11-09 Thread GitBox
gustavonihei commented on a change in pull request #4810: URL: https://github.com/apache/incubator-nuttx/pull/4810#discussion_r745596713 ## File path: tools/jlink-nuttx.c ## @@ -0,0 +1,643 @@ +/ + * too

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #889: Improve testing/fstest

2021-11-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #889: URL: https://github.com/apache/incubator-nuttx-apps/pull/889#discussion_r745597564 ## File path: testing/fstest/fstest_main.c ## @@ -969,7 +959,7 @@ static void show_useage(void) printf("Usage : fstest [OPTION [ARG

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
Ouss4 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r745640174 ## File path: mm/mm_heap/mm_free.c ## @@ -86,6 +86,10 @@ void mm_free(FAR struct mm_heap_s *heap, FAR void *mem) kasan_poison(mem, mm_malloc_si

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4803: sched/signal: add spinlock to g_sigfreeaction

2021-11-09 Thread GitBox
masayuki2009 commented on pull request #4803: URL: https://github.com/apache/incubator-nuttx/pull/4803#issuecomment-964179352 >@xiaoxiang781216 @GUIDINGLI How about using a private lock here instead of the global one? cc @masayuki2009 Though I think we should use a private lock as mu

[incubator-nuttx] branch master updated: include: Add __socklen_t_defined for compatibility to other C libraries

2021-11-09 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 5dfb271 include: Add __socklen_t_de

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4812: include: Add __socklen_t_defined for compatibility to other C libraries

2021-11-09 Thread GitBox
xiaoxiang781216 merged pull request #4812: URL: https://github.com/apache/incubator-nuttx/pull/4812 -- 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] GUIDINGLI commented on pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
GUIDINGLI commented on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-964225327 see the Summary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
GUIDINGLI commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r745699316 ## File path: mm/mm_heap/mm_free.c ## @@ -86,6 +86,10 @@ void mm_free(FAR struct mm_heap_s *heap, FAR void *mem) kasan_poison(mem, mm_mallo

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
gustavonihei commented on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-964238662 Thanks for the clarification, I think I understand now. But can't we call to `procfs_snprintf` using the same conditions from `nshlib/nsh_proccmds.c`? I mean,

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #890: nshlib/stdsession: Handle the command arguments in any order

2021-11-09 Thread GitBox
xiaoxiang781216 opened a new pull request #890: URL: https://github.com/apache/incubator-nuttx-apps/pull/890 ## Summary and sync nsh_stdsession.c with nsh_session.c ## Impact stdio session ## Testing Pass CI. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] patacongo commented on issue #4679: Is the nuttx OS supported GPU or Opengl es

2021-11-09 Thread GitBox
patacongo commented on issue #4679: URL: https://github.com/apache/incubator-nuttx/issues/4679#issuecomment-964287941 > Per your mentioned before, It is very difficult or not possible for a > third-party team to make the Nutty to support opengl es/egl APIs, I > think that there

[incubator-nuttx-apps] branch master updated (a0f773b -> 850c036)

2021-11-09 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from a0f773b nshlib/nsh_session: Handle the command arguments in any order new ad09ca2 nshlib:

[incubator-nuttx-apps] 02/02: nshlib/stdsession: Handle the command arguments in any order

2021-11-09 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 850c036c58f04c3a0a7b14a516ee92494f2d8ccb Author: Xiang Xiao AuthorDate: Tue Nov 9 23:24:21 2021 +080

[incubator-nuttx-apps] 01/02: nshlib: sync nsh_stdsession.c with nsh_session.c

2021-11-09 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit ad09ca2a807b2c99937b52160dbb13c1a52fa1af Author: Xiang Xiao AuthorDate: Tue Nov 9 22:58:08 2021 +080

[GitHub] [incubator-nuttx-apps] gustavonihei merged pull request #890: nshlib/stdsession: Handle the command arguments in any order

2021-11-09 Thread GitBox
gustavonihei merged pull request #890: URL: https://github.com/apache/incubator-nuttx-apps/pull/890 -- 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] Ouss4 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
Ouss4 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r745839264 ## File path: mm/mm_heap/mm_free.c ## @@ -86,6 +86,10 @@ void mm_free(FAR struct mm_heap_s *heap, FAR void *mem) kasan_poison(mem, mm_malloc_si

[GitHub] [incubator-nuttx] acassis opened a new pull request #4813: esp32c3: Fix GPIO Output on pins 18 and 19 USB/JTAG

2021-11-09 Thread GitBox
acassis opened a new pull request #4813: URL: https://github.com/apache/incubator-nuttx/pull/4813 ## Summary This patch will fix an issue on GPIO 18 and 19 that prevent it to be used as output ## Impact User will be able to GPIO 18 and 19 accessible as GPIO output ## Testing

[GitHub] [incubator-nuttx] a-lunev commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
a-lunev commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964625263 I forced-push to restart ci because "Build Documentation / build-html" previously failed. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-nuttx] a-lunev edited a comment on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
a-lunev edited a comment on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964625263 I force-pushed to restart ci because "Build Documentation / build-html" previously failed. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-nuttx] yamt commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
yamt commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964639312 i still think it's better to do it with cwnd-like structure. let me think a bit. -- This is an automated message from the Apache Git Service. To respond to the messag

[incubator-nuttx-website] branch asf-site updated: Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: 5dfb2713f64b88dc477354b779dc477848f6afe7

2021-11-09 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 c0346e0 Publishing web

[GitHub] [incubator-nuttx] a-lunev commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
a-lunev commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964671301 > i still think it's better to do it with cwnd-like structure. let me think a bit. By "cwnd" do you mean congestion window control algorithm or something else? -

[GitHub] [incubator-nuttx] yamt commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
yamt commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964673541 > > i still think it's better to do it with cwnd-like structure. let me think a bit. > > By "cwnd" do you mean congestion window control algorithm or something else?

[GitHub] [incubator-nuttx] a-lunev commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
a-lunev commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964685522 > > > i still think it's better to do it with cwnd-like structure. let me think a bit. > > > > > > By "cwnd" do you mean congestion window control algorithm or

[GitHub] [incubator-nuttx] CheryDan opened a new pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-09 Thread GitBox
CheryDan opened a new pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814 ## Summary net/can/can_recvmsg.c : put can_readahead in critical section ## Impact avoid readahead changed by CAN interrupt , which will lead to data drop , IOB memory le

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814#discussion_r746208839 ## File path: net/can/can_recvmsg.c ## @@ -622,7 +623,14 @@ ssize_t can_recvmsg(FAR struct socket *psock, FAR struct msghdr *msg, * s

[incubator-nuttx] branch master updated: esp32c3: Fix GPIO Output on pins 18 and 19 USB/JTAG

2021-11-09 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 b8c33e5 esp32c3: Fix GPIO Output on

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4813: esp32c3: Fix GPIO Output on pins 18 and 19 USB/JTAG

2021-11-09 Thread GitBox
xiaoxiang781216 merged pull request #4813: URL: https://github.com/apache/incubator-nuttx/pull/4813 -- 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] CheryDan commented on a change in pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-09 Thread GitBox
CheryDan commented on a change in pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814#discussion_r746211212 ## File path: net/can/can_recvmsg.c ## @@ -622,7 +623,14 @@ ssize_t can_recvmsg(FAR struct socket *psock, FAR struct msghdr *msg, * socket h

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
GUIDINGLI commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r746213754 ## File path: mm/mm_heap/mm_free.c ## @@ -86,6 +86,10 @@ void mm_free(FAR struct mm_heap_s *heap, FAR void *mem) kasan_poison(mem, mm_mallo

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-09 Thread GitBox
GUIDINGLI commented on pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#issuecomment-964751011 @davids5 Please review the newest version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #4811: procfs: fix ps can't log out Group id

2021-11-09 Thread GitBox
GUIDINGLI commented on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-964761577 In the struct task_group_s the tg_pid & tgppid is always exist, so the `cmd_ps` don't need to depends on CONFIG_SCHED_HAVE_PARENT. And the cmd_ps actually want s

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814#discussion_r746265219 ## File path: net/can/can_recvmsg.c ## @@ -622,7 +623,14 @@ ssize_t can_recvmsg(FAR struct socket *psock, FAR struct msghdr *msg, * s

[GitHub] [incubator-nuttx] yamt commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-11-09 Thread GitBox
yamt commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-964816647 > > > > i still think it's better to do it with cwnd-like structure. let me think a bit. > > > > > > > > > By "cwnd" do you mean congestion window control algorit