[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6159: driver/ioexpander: remove response about irq_handler

2022-04-26 Thread GitBox
Donny9 opened a new pull request, #6159: URL: https://github.com/apache/incubator-nuttx/pull/6159 ## Summary driver/ioexpander: remove response about irq_handler Signed-off-by: Jiuzhu Dong ## Impact normal using rpmsg ioexpander in irq mode ## Testing Ci -

[incubator-nuttx] branch master updated: arm/assert: fix build warning on clang

2022-04-26 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 db54b0b836 arm/assert: fix build war

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6158: arm/assert: fix build warning on clang

2022-04-26 Thread GitBox
xiaoxiang781216 merged PR #6158: URL: https://github.com/apache/incubator-nuttx/pull/6158 -- 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-unsubs

[GitHub] [incubator-nuttx] hotislandn commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
hotislandn commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859420206 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct riscv_mtimer_lowerhalf_s *priv,

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
masayuki2009 commented on PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#issuecomment-1110565531 >Tested on this RV64 SoC in our project: use the MTIMER as the OS tick. @hotislandn Could you tell us the name of the SoC? -- This is an automated message fro

[GitHub] [incubator-nuttx] hotislandn commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
hotislandn commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859401169 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct riscv_mtimer_lowerhalf_s *priv,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6069: RISC-V: Add support for CONFIG_BUILD_KERNEL

2022-04-26 Thread GitBox
xiaoxiang781216 commented on PR #6069: URL: https://github.com/apache/incubator-nuttx/pull/6069#issuecomment-1110545442 BTW, please keep up_addrenv_vheap related change in one patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859383155 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = static uint64_t riscv_mtim

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859382943 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct riscv_mtimer_lowerhalf_s *priv,

[incubator-nuttx] branch master updated: riscv/Makefile: Delete old target used for debugging.

2022-04-26 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 587145a881 riscv/Makefile: Delete ol

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6156: riscv/Makefile: Delete old target used for debugging.

2022-04-26 Thread GitBox
xiaoxiang781216 merged PR #6156: URL: https://github.com/apache/incubator-nuttx/pull/6156 -- 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-unsubs

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6158: arm/assert: fix build warning on clang

2022-04-26 Thread GitBox
anchao opened a new pull request, #6158: URL: https://github.com/apache/incubator-nuttx/pull/6158 ## Summary arm/assert: fix build warning on clang common/arm_assert.c:80:14: warning: format specifies type 'unsigned int' but the argument has type 'uint32_t' (aka 'unsign

[GitHub] [incubator-nuttx] LingaoM opened a new pull request, #6157: drivers: mtd: fix null buffer reference

2022-04-26 Thread GitBox
LingaoM opened a new pull request, #6157: URL: https://github.com/apache/incubator-nuttx/pull/6157 When device not support byte read or readlen less than device block size, will use `dev->buffer` as dst address. `CFGDIOC_FIRSTCONFIG` and `CFGDIOC_NEXTCONFIG` should also malloc bu

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request, #1155: interpreters/wamr/Kconfig: Add an option to enable wasi libc

2022-04-26 Thread GitBox
yamt opened a new pull request, #1155: URL: https://github.com/apache/incubator-nuttx-apps/pull/1155 ## Summary ## Impact ## Testing -- 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] Ouss4 opened a new pull request, #6156: riscv/Makefile: Delete old target used for debugging.

2022-04-26 Thread GitBox
Ouss4 opened a new pull request, #6156: URL: https://github.com/apache/incubator-nuttx/pull/6156 ## Summary This target seems to have been added with the initial support https://github.com/apache/incubator-nuttx/commit/201a32cf8cfa0302a2843f36111f6a90d0faad19 and was used for debuggi

[GitHub] [incubator-nuttx] hotislandn commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
hotislandn commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859280109 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct riscv_mtimer_lowerhalf_s *priv,

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

2022-04-26 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 8fbac75 Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6134: RISC-V: Fix system crash when FPU is in use

2022-04-26 Thread GitBox
masayuki2009 commented on PR #6134: URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1110343817 @pussuw >I confirmed that maix-bit:smp works on real hardware. I noticed that fpu_test works ** without ** this PR on maix-bit (real hardware). So I think th

[GitHub] [incubator-nuttx] yamt commented on a diff in pull request #6152: libc/stdio: Add stdio file locking functions

2022-04-26 Thread GitBox
yamt commented on code in PR #6152: URL: https://github.com/apache/incubator-nuttx/pull/6152#discussion_r859210695 ## libs/libc/stdio/lib_libfilesem.c: ## @@ -95,6 +95,47 @@ void lib_take_semaphore(FAR struct file_struct *stream) } } +/***

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #6052: arch/riscv: Jump instead call riscv_dispatch_syscall

2022-04-26 Thread GitBox
pussuw commented on code in PR #6052: URL: https://github.com/apache/incubator-nuttx/pull/6052#discussion_r859209235 ## arch/risc-v/include/syscall.h: ## @@ -124,16 +124,10 @@ #define SYS_signal_handler_return (7) #endif /* !CONFIG_BUILD_FLAT */ -#if defined (CONFIG_ARCH_USE

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #6052: arch/riscv: Jump instead call riscv_dispatch_syscall

2022-04-26 Thread GitBox
pussuw commented on code in PR #6052: URL: https://github.com/apache/incubator-nuttx/pull/6052#discussion_r859209235 ## arch/risc-v/include/syscall.h: ## @@ -124,16 +124,10 @@ #define SYS_signal_handler_return (7) #endif /* !CONFIG_BUILD_FLAT */ -#if defined (CONFIG_ARCH_USE

[GitHub] [incubator-nuttx] pussuw commented on pull request #6069: RISC-V: Add support for CONFIG_BUILD_KERNEL

2022-04-26 Thread GitBox
pussuw commented on PR #6069: URL: https://github.com/apache/incubator-nuttx/pull/6069#issuecomment-1110321064 > @pussuw the change looks good. Could you reorg your patchset to remove the immediate change? I think three patch may enough: > > 1. arch specific change > >

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #6069: RISC-V: Add support for CONFIG_BUILD_KERNEL

2022-04-26 Thread GitBox
pussuw commented on code in PR #6069: URL: https://github.com/apache/incubator-nuttx/pull/6069#discussion_r859204672 ## arch/z80/src/z180/z180_mmu.c: ## @@ -375,6 +375,33 @@ int up_addrenv_vdata(FAR group_addrenv_t *addrenv, uintptr_t textsize, return CONFIG_Z180_COMMON1AREA

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6155: boards: Move -fno-strict-aliasing from Make.defs to Toolchain.defs

2022-04-26 Thread GitBox
xiaoxiang781216 opened a new pull request, #6155: URL: https://github.com/apache/incubator-nuttx/pull/6155 ## Summary and migrate MAXOPTIMIZATION into ARCHOPTIMIZATION ## Impact Code refactor ## Testing Pass CI -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6052: arch/riscv: Jump instead call riscv_dispatch_syscall

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6052: URL: https://github.com/apache/incubator-nuttx/pull/6052#discussion_r859047756 ## arch/risc-v/include/syscall.h: ## @@ -124,16 +124,10 @@ #define SYS_signal_handler_return (7) #endif /* !CONFIG_BUILD_FLAT */ -#if defined (CONFIG

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6069: RISC-V: Add support for CONFIG_BUILD_KERNEL

2022-04-26 Thread GitBox
xiaoxiang781216 commented on PR #6069: URL: https://github.com/apache/incubator-nuttx/pull/6069#issuecomment-1110116926 @pussuw the change looks good. Could you reorg your patchset to remove the immediate change? I think three patch may enough: 1. arch specific change 2. mpfs sp

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6069: RISC-V: Add support for CONFIG_BUILD_KERNEL

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6069: URL: https://github.com/apache/incubator-nuttx/pull/6069#discussion_r859018360 ## arch/z80/src/z180/z180_mmu.c: ## @@ -375,6 +375,33 @@ int up_addrenv_vdata(FAR group_addrenv_t *addrenv, uintptr_t textsize, return CONFIG_Z180_CO

[incubator-nuttx] branch master updated: sched:fix mq_timedsend describe

2022-04-26 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 3dc07ac6b4 sched:fix mq_timedsend de

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6153: sched:fix mq_timedsend describe

2022-04-26 Thread GitBox
xiaoxiang781216 merged PR #6153: URL: https://github.com/apache/incubator-nuttx/pull/6153 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859010506 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -104,7 +110,16 @@ static void riscv_mtimer_set_mtimecmp(struct riscv_mtimer_lowerhalf_s *priv,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r859008989 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = static uint64_t riscv_mtim

[GitHub] [incubator-nuttx] XinStellaris opened a new pull request, #6154: net/tcp:make initial tcp port more random

2022-04-26 Thread GitBox
XinStellaris opened a new pull request, #6154: URL: https://github.com/apache/incubator-nuttx/pull/6154 Signed-off-by: 田昕 ## Summary tcp_selectport choose initial port based on system time, this is not so random if a tcp connection is established just after system is booted. Espe

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-26 Thread GitBox
pkarashchenko commented on code in PR #6132: URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858595191 ## include/nuttx/compiler.h: ## @@ -379,9 +379,11 @@ # if defined(__clang__) #define no_builtin(n) __attribute__((no_builtin(n))) -# else +# eli

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6132: URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858573952 ## include/nuttx/compiler.h: ## @@ -379,9 +379,11 @@ # if defined(__clang__) #define no_builtin(n) __attribute__((no_builtin(n))) -# else +# e

[GitHub] [incubator-nuttx] hotislandn commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
hotislandn commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r858580154 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = static uint64_t riscv_mtimer_ge

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6132: URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858573952 ## include/nuttx/compiler.h: ## @@ -379,9 +379,11 @@ # if defined(__clang__) #define no_builtin(n) __attribute__((no_builtin(n))) -# else +# e

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151#discussion_r858563130 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -84,7 +84,13 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = static uint64_t riscv_mtim

[GitHub] [incubator-nuttx] anjiahao1 opened a new pull request, #6153: sched:fix mq_timedsend describe

2022-04-26 Thread GitBox
anjiahao1 opened a new pull request, #6153: URL: https://github.com/apache/incubator-nuttx/pull/6153 Signed-off-by: anjiahao -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-04-26 Thread GitBox
pkarashchenko commented on code in PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858491242 ## include/nuttx/net/ioctl.h: ## @@ -112,8 +112,12 @@ /* SocketCAN / -#define SIOCGCAN

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-04-26 Thread GitBox
pkarashchenko commented on code in PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858491242 ## include/nuttx/net/ioctl.h: ## @@ -112,8 +112,12 @@ /* SocketCAN / -#define SIOCGCAN

[GitHub] [incubator-nuttx] pussuw commented on pull request #6134: RISC-V: Fix system crash when FPU is in use

2022-04-26 Thread GitBox
pussuw commented on PR #6134: URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1109545726 I have never used any emulated environment so obviously I did not notice this issue. I ran several tests with FPU enabled/disabled and with flat/protected mode, and both work with

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-04-26 Thread GitBox
PetervdPerk-NXP commented on code in PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858471777 ## include/nuttx/net/ioctl.h: ## @@ -112,8 +112,12 @@ /* SocketCAN / -#define SIOCGC

[GitHub] [incubator-nuttx] maht opened a new pull request, #6152: libc/stdio: Add stdio file locking functions

2022-04-26 Thread GitBox
maht opened a new pull request, #6152: URL: https://github.com/apache/incubator-nuttx/pull/6152 ## Summary Add flockfile(), ftrylockfile() and funlockfile() functions [1] when the CONFIG_STDIO_DISABLE_BUFFERING is not set. [1] POSIX.1-2008 / System Interfaces / flockfile

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6134: RISC-V: Fix system crash when FPU is in use

2022-04-26 Thread GitBox
masayuki2009 commented on PR #6134: URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1109525750 >@masayuki2009 I am not able to reproduce on hardware (mpfs icicle:nsh): @pussuw I confirmed that `maix-bit:smp` works on real hardware. ``` nsh> uname

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-04-26 Thread GitBox
pkarashchenko commented on code in PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r858451163 ## include/nuttx/net/ioctl.h: ## @@ -112,8 +112,12 @@ /* SocketCAN / -#define SIOCGCAN

[incubator-nuttx] branch master updated (09c6b02017 -> fc16cfaefe)

2022-04-26 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 09c6b02017 Documentation:fix error describe on message queue add fc16cfaefe Correct the code alig

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6149: Correct the code alignment found in review

2022-04-26 Thread GitBox
pkarashchenko merged PR #6149: URL: https://github.com/apache/incubator-nuttx/pull/6149 -- 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 #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-26 Thread GitBox
pkarashchenko commented on code in PR #6132: URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858438817 ## include/nuttx/compiler.h: ## @@ -379,9 +379,11 @@ # if defined(__clang__) #define no_builtin(n) __attribute__((no_builtin(n))) -# else +# eli

[incubator-nuttx] branch master updated: Documentation:fix error describe on message queue

2022-04-26 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 09c6b02017 Documentation:fix error d

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6150: Documentation:fix error describe on message queue

2022-04-26 Thread GitBox
xiaoxiang781216 merged PR #6150: URL: https://github.com/apache/incubator-nuttx/pull/6150 -- 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-unsubs

[GitHub] [incubator-nuttx] hotislandn opened a new pull request, #6151: RISC-V: workaround for the RV64 SoC which does not has mem mapped MTI…

2022-04-26 Thread GitBox
hotislandn opened a new pull request, #6151: URL: https://github.com/apache/incubator-nuttx/pull/6151 This is the workaround for an RV64 SoC that does not has memory mapped regs of the MTIMER current value, what's more, it does not allow for writing MTIMER compare reg in 64bit mode. However

[GitHub] [incubator-nuttx] pussuw commented on pull request #6134: RISC-V: Fix system crash when FPU is in use

2022-04-26 Thread GitBox
pussuw commented on PR #6134: URL: https://github.com/apache/incubator-nuttx/pull/6134#issuecomment-1109449088 I'm wondering if this is somehow related: https://github.com/apache/incubator-nuttx/pull/6125 This PR: https://github.com/apache/incubator-nuttx/pull/6101 Changed

[GitHub] [incubator-nuttx] anjiahao1 opened a new pull request, #6150: Documentation:fix error describe on message queue

2022-04-26 Thread GitBox
anjiahao1 opened a new pull request, #6150: URL: https://github.com/apache/incubator-nuttx/pull/6150 Signed-off-by: anjiahao this describe is error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6132: URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858355943 ## include/nuttx/compiler.h: ## @@ -379,9 +379,11 @@ # if defined(__clang__) #define no_builtin(n) __attribute__((no_builtin(n))) -# else +# e

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6132: URL: https://github.com/apache/incubator-nuttx/pull/6132#discussion_r858355943 ## include/nuttx/compiler.h: ## @@ -379,9 +379,11 @@ # if defined(__clang__) #define no_builtin(n) __attribute__((no_builtin(n))) -# else +# e

[GitHub] [incubator-nuttx] yamt commented on pull request #4300: fs: Add utimens and lutimens

2022-04-26 Thread GitBox
yamt commented on PR #4300: URL: https://github.com/apache/incubator-nuttx/pull/4300#issuecomment-1109423273 ok. 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 above to go to the specific comment.

[GitHub] [incubator-nuttx] no1wudi commented on pull request #4300: fs: Add utimens and lutimens

2022-04-26 Thread GitBox
no1wudi commented on PR #4300: URL: https://github.com/apache/incubator-nuttx/pull/4300#issuecomment-1109421624 We plan to support libc-wasi in future, but we don't have such patches now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on