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

2021-07-04 Thread GitBox
xiaoxiang781216 commented on pull request #3900: URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-873848204 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. -- This is an a

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

2021-07-04 Thread GitBox
DS-LK closed pull request #4067: URL: https://github.com/apache/incubator-nuttx/pull/4067 -- 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-

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

2021-07-04 Thread GitBox
DS-LK opened a new pull request #4067: URL: https://github.com/apache/incubator-nuttx/pull/4067 N/A Signed-off-by: zhouliang3 Change-Id: I0096982ac2c93c3068424e8b94a4a6dc7f1963fc ## Summary ## Impact ## Testing -- This is an automated message from t

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

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

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

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

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

2021-07-04 Thread GitBox
jerry-tang-realsil opened a new pull request #4066: URL: https://github.com/apache/incubator-nuttx/pull/4066 Add soc src code for rtl8720c ## Summary add soc code ## Impact no ## Testing ok -- This is an automated message from the Apache Git Service. To respond t

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

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

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

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

[incubator-nuttx] branch master updated: mm: Add kmm_malloc_size and mm_malloc_size

2021-07-04 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 The following commit(s) were added to refs/heads/master by this push: new 75bfa45 mm: Add kmm_malloc_size and

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4065: mm: Add kmm_malloc_size and mm_malloc_size

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

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

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

[GitHub] [incubator-nuttx] yamt commented on pull request #3983: arch/sim: Implement mm_mallinfo and malloc_size for the custom heap

2021-07-04 Thread GitBox
yamt commented on pull request #3983: URL: https://github.com/apache/incubator-nuttx/pull/3983#issuecomment-873772842 > @xiaoxiang781216 - Thank you. > @yamt any other suggestions? i have nothing to add to what i have already commented. -- This is an automated message from the A

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4065: mm: Add kmm_malloc_size and mm_malloc_size

2021-07-04 Thread GitBox
xiaoxiang781216 opened a new pull request #4065: URL: https://github.com/apache/incubator-nuttx/pull/4065 ## Summary make malloc_size implementation align with malloc ## Impact Minor change, code reorganization ## Testing -- This is an automated message from th

[GitHub] [incubator-nuttx] GUIDINGLI closed pull request #4014: net/tcp: fix tcp crash when net meet popen syscall

2021-07-04 Thread GitBox
GUIDINGLI closed pull request #4014: URL: https://github.com/apache/incubator-nuttx/pull/4014 -- 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: comm

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4014: net/tcp: fix tcp crash when net meet popen syscall

2021-07-04 Thread GitBox
GUIDINGLI commented on a change in pull request #4014: URL: https://github.com/apache/incubator-nuttx/pull/4014#discussion_r663624533 ## File path: net/tcp/tcp_monitor.c ## @@ -346,15 +346,13 @@ void tcp_close_monitor(FAR struct socket *psock) /* Find and free the the connec

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

2021-07-04 Thread GitBox
yamt commented on pull request #695: URL: https://github.com/apache/incubator-nuttx-apps/pull/695#issuecomment-873766880 @gustavonihei is the nullification thing the only thing you are unhappy with this PR? -- This is an automated message from the Apache Git Service. To respond to the m

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

2021-07-04 Thread GitBox
yamt commented on pull request #3900: URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-873764196 @xiaoxiang781216 @gustavonihei the discussion seemed settled. can you consider merging this? or are you working on alternatives? -- This is an automated message from

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4014: net/tcp: fix tcp crash when net meet popen syscall

2021-07-04 Thread GitBox
yamt commented on a change in pull request #4014: URL: https://github.com/apache/incubator-nuttx/pull/4014#discussion_r663620530 ## File path: net/tcp/tcp_monitor.c ## @@ -346,15 +346,13 @@ void tcp_close_monitor(FAR struct socket *psock) /* Find and free the the connection

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4064: binfmt: Replace all nx_ API with file_ API

2021-07-04 Thread GitBox
xiaoxiang781216 opened a new pull request #4064: URL: https://github.com/apache/incubator-nuttx/pull/4064 ## Summary since binfmt is a kernel component ## Impact Should same as before ## Testing -- This is an automated message from the Apache Git Service. To re

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

2021-07-04 Thread GitBox
yamt opened a new pull request #800: URL: https://github.com/apache/incubator-nuttx-apps/pull/800 Reverts apache/incubator-nuttx-apps#795 because: * it broke Make.dep * the use case is not clear -- This is an automated message from the Apache Git Service. To respond to th

[incubator-nuttx-apps] branch revert-795-mine2 created (now 789d4e3)

2021-07-04 Thread yamamoto
This is an automated email from the ASF dual-hosted git repository. yamamoto pushed a change to branch revert-795-mine2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. at 789d4e3 Revert "apps/Application.mk: support compile same prefix file in one folder" Thi

[incubator-nuttx-apps] 01/01: Revert "apps/Application.mk: support compile same prefix file in one folder"

2021-07-04 Thread yamamoto
This is an automated email from the ASF dual-hosted git repository. yamamoto pushed a commit to branch revert-795-mine2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 789d4e395e38f62326761c86d736a713410dae0c Author: YAMAMOTO Takashi AuthorDate: Mon Jul 5 12:39:

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

2021-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 3f91b99 Publishing web

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

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

2021-07-04 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 The following commit(s) were added to refs/heads/master by this push: new ddaa3e4 mm: Move the real implementa

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

2021-07-04 Thread GitBox
masayuki2009 commented on pull request #4055: URL: https://github.com/apache/incubator-nuttx/pull/4055#issuecomment-873679288 @xiaoxiang781216 BTW, can you add sabre-6quad:knsh to test CONFIG_BUILD_KERNEL with QEMU? -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4054: mm: Call memalign in malloc if ARCH_ADDRENV and BUILD_KERNEL are defined

2021-07-04 Thread GitBox
masayuki2009 merged pull request #4054: URL: https://github.com/apache/incubator-nuttx/pull/4054 -- 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] branch master updated: mm: Call memalign in malloc if ARCH_ADDRENV and BUILD_KERNEL are defined

2021-07-04 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 The following commit(s) were added to refs/heads/master by this push: new 7b20a0d mm: Call memalign in malloc

[GitHub] [incubator-nuttx] acassis merged pull request #3983: arch/sim: Implement mm_mallinfo and malloc_size for the custom heap

2021-07-04 Thread GitBox
acassis merged pull request #3983: URL: https://github.com/apache/incubator-nuttx/pull/3983 -- 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] 04/05: arch/sim: Implement mm_mallinfo for the custom heap

2021-07-04 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 4589c369becbd0e7ab9ade912745a932b8e322c2 Author: Xiang Xiao AuthorDate: Sun Jun 27 04:57:54 2021 +0800 ar

[incubator-nuttx] 01/05: mm: Support malloc_size function

2021-07-04 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 97216c220be4ca3c7518228c502b5def868d79ce Author: Xiang Xiao AuthorDate: Sun Jun 27 03:57:56 2021 +0800 mm

[incubator-nuttx] branch master updated (f4a374b -> b3f568c)

2021-07-04 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 f4a374b boards/sim: Add instrumentation config to notelog driver new 97216c2 mm: Support malloc_size

[incubator-nuttx] 05/05: boards/sim: Add asan config to test the custom heap

2021-07-04 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 b3f568c216f7be766dccda538b444fc5cad2ab9b Author: Xiang Xiao AuthorDate: Sun Jun 27 11:41:41 2021 +0800 bo

[incubator-nuttx] 02/05: arch/sim: Remove host_malloc and host_calloc

2021-07-04 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 f240b2e63182eaab3e50166478235824081a423f Author: Xiang Xiao AuthorDate: Sun Jun 27 02:43:04 2021 +0800 ar

[incubator-nuttx] 03/05: arch/sim: Implement malloc_size for the custom heap

2021-07-04 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 8ebf9c92cf244116d9c9cd6e12b4427771ea9ec0 Author: Xiang Xiao AuthorDate: Sun Jun 27 04:10:56 2021 +0800 ar

[incubator-nuttx] 02/03: note/notelog: Implement more sched_note callback

2021-07-04 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 8fe701c8ae235ea0badced4cf2c8cbb5c6a64b51 Author: Xiang Xiao AuthorDate: Sat Jun 26 13:55:54 2021 +0800 no

[incubator-nuttx] 03/03: boards/sim: Add instrumentation config to notelog driver

2021-07-04 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 f4a374b6d98878491ad4cc2def5f48a820264794 Author: Xiang Xiao AuthorDate: Sat Jun 26 14:00:32 2021 +0800 bo

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

2021-07-04 Thread GitBox
acassis merged pull request #3979: URL: https://github.com/apache/incubator-nuttx/pull/3979 -- 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/03: note: Move up_schednote.c to drivers/note folder

2021-07-04 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 0941bad877d1e4a5513eb067c51ca675b628c229 Author: Xiang Xiao AuthorDate: Tue Oct 13 20:19:28 2020 +0800 no

[incubator-nuttx] branch master updated (7b54b75 -> f4a374b)

2021-07-04 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 7b54b75 fs/tmpfs: Account the filename in the allocation block new 0941bad note: Move up_schednote.c

[incubator-nuttx] branch master updated (ce20211 -> 7b54b75)

2021-07-04 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 ce20211 Fix various typos in comments and documentation new c406e03 fs/tmpfs: Fix the memory corrupt

[incubator-nuttx] 02/03: fs/tmpfs: Remove the temporary strdup in all place

2021-07-04 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 6a09ed09f1d5fd8dcc28c08b9109883d6b2149e7 Author: Xiang Xiao AuthorDate: Fri Jun 25 00:21:08 2021 +0800 fs

[incubator-nuttx] 03/03: fs/tmpfs: Account the filename in the allocation block

2021-07-04 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 7b54b7502c2165b4628cf40438ef8681d1feeb0d Author: Xiang Xiao AuthorDate: Fri Jun 25 14:35:01 2021 +0800 fs

[incubator-nuttx] 01/03: fs/tmpfs: Fix the memory corruption when reallocate tmpfs_directory_s

2021-07-04 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 c406e03cfe8a847061f0f59a4dcdc1b33c2e7651 Author: Xiang Xiao AuthorDate: Thu Jun 24 22:55:08 2021 +0800 fs

[GitHub] [incubator-nuttx] acassis commented on pull request #3974: fs/tmpfs: Fix the memory corruption when reallocate tmpfs_directory_s

2021-07-04 Thread GitBox
acassis commented on pull request #3974: URL: https://github.com/apache/incubator-nuttx/pull/3974#issuecomment-873669172 Sorry, I missed it. It is ok! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [incubator-nuttx] acassis merged pull request #3974: fs/tmpfs: Fix the memory corruption when reallocate tmpfs_directory_s

2021-07-04 Thread GitBox
acassis merged pull request #3974: URL: https://github.com/apache/incubator-nuttx/pull/3974 -- 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

[GitHub] [incubator-nuttx] retogaeh commented on pull request #3760: Fix calculation of free clusters at mounting a fat partition

2021-07-04 Thread GitBox
retogaeh commented on pull request #3760: URL: https://github.com/apache/incubator-nuttx/pull/3760#issuecomment-873629853 @fjpanag Kconfig commit is merged @davids5 Thanks for your investigation. Interesting outcome and kind of shocking to see two well known brands diverging so much.

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4063: Fix various typos in comments and documentation

2021-07-04 Thread GitBox
xiaoxiang781216 merged pull request #4063: URL: https://github.com/apache/incubator-nuttx/pull/4063 -- 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: Fix various typos in comments and documentation

2021-07-04 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 ce20211 Fix various typos in commen

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #4063: Fix various typos in comments and documentation

2021-07-04 Thread GitBox
hartmannathan opened a new pull request #4063: URL: https://github.com/apache/incubator-nuttx/pull/4063 ## Summary Fix typos in these files: - Documentation/components/drivers/character/foc.rst - Documentation/guides/cpp_cmake.rst - Kconfig - arch/arm/src/imxrt/imxrt_lpspi

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 closed pull request #791: Revert "Follow up task_spawn change from kernel side"

2021-07-04 Thread GitBox
xiaoxiang781216 closed pull request #791: URL: https://github.com/apache/incubator-nuttx-apps/pull/791 -- 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] xiaoxiang781216 closed pull request #4027: sched: Restore the prototype of task_spawn

2021-07-04 Thread GitBox
xiaoxiang781216 closed pull request #4027: URL: https://github.com/apache/incubator-nuttx/pull/4027 -- 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 #4027: sched: Restore the prototype of task_spawn

2021-07-04 Thread GitBox
xiaoxiang781216 commented on pull request #4027: URL: https://github.com/apache/incubator-nuttx/pull/4027#issuecomment-873597804 Ok, let's close this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #3333: ISSUES WITH atexit(), on_exit(), AND pthread_cleanup_pop()

2021-07-04 Thread GitBox
xiaoxiang781216 closed issue #: URL: https://github.com/apache/incubator-nuttx/issues/ -- 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: com

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #3333: ISSUES WITH atexit(), on_exit(), AND pthread_cleanup_pop()

2021-07-04 Thread GitBox
xiaoxiang781216 commented on issue #: URL: https://github.com/apache/incubator-nuttx/issues/#issuecomment-873596497 Close this, let's track the issue in https://github.com/apache/incubator-nuttx/issues/1263. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3655: Attempt to fix race condition reported in issue #3647

2021-07-04 Thread GitBox
xiaoxiang781216 merged pull request #3655: URL: https://github.com/apache/incubator-nuttx/pull/3655 -- 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 closed issue #3647: Race condition causes hang in tcp_send_unbuffered() when host closes socket quickly

2021-07-04 Thread GitBox
xiaoxiang781216 closed issue #3647: URL: https://github.com/apache/incubator-nuttx/issues/3647 -- 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: com

[incubator-nuttx] branch master updated: Attempt to fix race condition reported in issue #3647

2021-07-04 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 a885b24 Attempt to fix race conditi

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #4062: libc: Move atexit/on_exit to user space

2021-07-04 Thread GitBox
no1wudi opened a new pull request #4062: URL: https://github.com/apache/incubator-nuttx/pull/4062 ## Summary * Remove dedicate atexit implemention since atexit and on_exit share the same infrastructure * Add a new syscall SYS_nxtask_onexit for drop to user space and exexute cleanup f

[incubator-nuttx] branch master updated: FAT32 kconfig entry to enforce computation of free clusters at mount

2021-07-04 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 38eadbb FAT32 kconfig entry to enfo

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4061: FAT32 kconfig entry to enforce computation of free clusters at mount

2021-07-04 Thread GitBox
xiaoxiang781216 merged pull request #4061: URL: https://github.com/apache/incubator-nuttx/pull/4061 -- 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 #3958: stm32h7:sdmmc: prevent SRAM123 and SRAM4 from using by SDMMC1 IDMA

2021-07-04 Thread GitBox
xiaoxiang781216 commented on pull request #3958: URL: https://github.com/apache/incubator-nuttx/pull/3958#issuecomment-873586289 @davids5 @a-lunev what's the next step for this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #4025: Compile error with CONFIG_DEBUG_PWM_INFO

2021-07-04 Thread GitBox
xiaoxiang781216 commented on issue #4025: URL: https://github.com/apache/incubator-nuttx/issues/4025#issuecomment-873585276 @imchangchang could you provide a patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx] branch master updated: libc: Move pthread_key_destructor to task_info_s

2021-07-04 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 50c08bf libc: Move pthread_key_dest

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4048: libc: Move pthread_key_destructor to task_info_s

2021-07-04 Thread GitBox
xiaoxiang781216 merged pull request #4048: URL: https://github.com/apache/incubator-nuttx/pull/4048 -- 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] retogaeh opened a new pull request #4061: FAT32 kconfig entry to enforce computation of free clusters at mount

2021-07-04 Thread GitBox
retogaeh opened a new pull request #4061: URL: https://github.com/apache/incubator-nuttx/pull/4061 ## Summary Follow up commit for [1] in response to the request to make the mount behaviour configurable whether the number of free clusters is read from the fsinfo section or computed

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4021: sched/waitpid: handle waitpid waitting tcb->group is NULL

2021-07-04 Thread GitBox
xiaoxiang781216 merged pull request #4021: URL: https://github.com/apache/incubator-nuttx/pull/4021 -- 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: sched/waitpid: handle waitpid waitting tcb->group is NULL

2021-07-04 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 ece224a sched/waitpid: handle waitp

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4017: rpmsg_socket: fix rpmsg_socket_device_destroy() multi-access

2021-07-04 Thread GitBox
xiaoxiang781216 merged pull request #4017: URL: https://github.com/apache/incubator-nuttx/pull/4017 -- 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: rpmsg_socket: fix rpmsg_socket_device_destroy() multi-access

2021-07-04 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 b83b974 rpmsg_socket: fix rpmsg_soc