[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5943: This PR mainly contains some USRSOCK related changes

2022-04-02 Thread GitBox
masayuki2009 commented on pull request #5943: URL: https://github.com/apache/incubator-nuttx/pull/5943#issuecomment-1086597422 >I removed the most suspect patch. @zhhyu7 spresense:wifi can boot now but the renew command failed. ``` nsh> uname -a NuttX 10.3.0-RC0 73c2

[incubator-nuttx] branch master updated: timerexpiration:fix DEADCODE when RR_INTERVAL or SCHED_SPORADIC not select

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 497d24f timerexpiration:fix DEA

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5960: timerexpiration:fix DEADCODE when RR_INTERVAL or SCHED_SPORADIC not select

2022-04-02 Thread GitBox
pkarashchenko merged pull request #5960: URL: https://github.com/apache/incubator-nuttx/pull/5960 -- 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-apps] branch master updated (214dbe5 -> c7b7162)

2022-04-02 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-apps.git. from 214dbe5 open() options: pass file options 0 if only ioctl is used add c7b7162 testing/mm: add

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1112: testing/mm: add heap boundary realloc test.

2022-04-02 Thread GitBox
xiaoxiang781216 merged pull request #1112: URL: https://github.com/apache/incubator-nuttx-apps/pull/1112 -- 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

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5959: Minor fix for riscv

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5959: URL: https://github.com/apache/incubator-nuttx/pull/5959#discussion_r841062783 ## File path: arch/risc-v/src/common/supervisor/Make.defs ## @@ -21,7 +21,7 @@ # If the NuttX kernel runs in S-mode CMN_ASRCS += riscv_dispatch

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5959: Minor fix for riscv

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5959: URL: https://github.com/apache/incubator-nuttx/pull/5959#discussion_r841062912 ## File path: arch/risc-v/src/common/riscv_percpu.c ## @@ -61,11 +61,11 @@ static struct riscv_percpu_s g_scratch[HART_CNT]; void riscv_percpu_i

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5959: Minor fix for riscv

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5959: URL: https://github.com/apache/incubator-nuttx/pull/5959#discussion_r841062929 ## File path: arch/risc-v/src/common/riscv_percpu.c ## @@ -111,8 +111,8 @@ uintptr_t riscv_percpu_get_hartid(void) { uintptr_t scratch = READ_C

[GitHub] [incubator-nuttx] pussuw commented on pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1086616429 Thanks to all the reviewers, especially @pkarashchenko and @xiaoxiang781216 thank you for your hard work -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063236 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -0,0 +1,104 @@ +/

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063271 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -0,0 +1,104 @@ +/

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063332 ## File path: arch/risc-v/Kconfig ## @@ -234,6 +234,10 @@ config ARCH_MPU_HAS_NAPOT bool "PMP supports NAPOT" default y if !P

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063385 ## File path: arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S ## @@ -0,0 +1,148 @@ +/***

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063434 ## File path: arch/risc-v/src/common/riscv_exception_common.S ## @@ -69,48 +69,16 @@ exception_common: addi sp, sp, -XCPTCONTEXT_SIZE

[incubator-nuttx] 06/06: arch/riscv: Rename g_scratch to g_percpu

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 27c80f2586096d56b3b5407f464dc1aa762fd2b8 Author: Xiang Xiao AuthorDate: Sat Apr 2 05:39:06 2022 +0800

[incubator-nuttx] 03/06: arch/riscv: Remove riscv_sbi.c since it doesn't exist

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 79aca28bd7ee1a5d095dab24bedf6765c12e2fae Author: Xiang Xiao AuthorDate: Sat Apr 2 05:13:55 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5959: Minor fix for riscv

2022-04-02 Thread GitBox
pkarashchenko merged pull request #5959: URL: https://github.com/apache/incubator-nuttx/pull/5959 -- 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] 04/06: arch/riscv: Rename riscv_exception_macros.S to riscv_macros.S

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit be2fee7d6effb76de20098097f304ffa3fa346bc Author: Xiang Xiao AuthorDate: Sat Apr 2 05:16:48 2022 +0800

[incubator-nuttx] 02/06: arch/riscv: Rename riscv_syscall_dispatch to riscv_dispatch_syscall

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 629d9969dd0f62beca4dec5a2719a041f97bee01 Author: Xiang Xiao AuthorDate: Sat Apr 2 05:11:58 2022 +0800

[incubator-nuttx] 05/06: arch/riscv: Access [m|s]scratch through CSR_SCRATCH macro

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e959775397a1b53b2f2a7d436b634a4d5c2a1597 Author: Xiang Xiao AuthorDate: Sat Apr 2 05:37:00 2022 +0800

[incubator-nuttx] 01/06: arch/riscv: Align the macro definition in csr.h

2022-04-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 7a209e6ee89530fdff8e731d7c9e4c58f753ab10 Author: Xiang Xiao AuthorDate: Sat Apr 2 05:09:23 2022 +0800

[incubator-nuttx] branch master updated (497d24f -> 27c80f2)

2022-04-02 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 497d24f timerexpiration:fix DEADCODE when RR_INTERVAL or SCHED_SPORADIC not select new 7a209e6

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063482 ## File path: arch/risc-v/src/common/riscv_exception_common.S ## @@ -119,24 +87,29 @@ exception_common: /* Setup arg0(exception cause), arg1(c

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841065353 ## File path: arch/risc-v/Kconfig ## @@ -234,6 +234,10 @@ config ARCH_MPU_HAS_NAPOT bool "PMP supports NAPOT" default y

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841065392 ## File path: arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S ## @@ -0,0 +1,148 @@ +/**

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5959: Minor fix for riscv

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5959: URL: https://github.com/apache/incubator-nuttx/pull/5959#discussion_r841065847 ## File path: arch/risc-v/src/common/supervisor/Make.defs ## @@ -21,7 +21,7 @@ # If the NuttX kernel runs in S-mode CMN_ASRCS += riscv

[GitHub] [incubator-nuttx] longcongduoi opened a new pull request #5961: Update cpp_cmake.rst

2022-04-02 Thread GitBox
longcongduoi opened a new pull request #5961: URL: https://github.com/apache/incubator-nuttx/pull/5961 update CMAKE_C_FLAGS when compile C file ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5915: sched/note: add support of trace section mark

2022-04-02 Thread GitBox
pkarashchenko commented on pull request #5915: URL: https://github.com/apache/incubator-nuttx/pull/5915#issuecomment-1086621014 Np, but I will issue a PR and move `SCHED_NOTE_IP` to `compiler.h` and rename to `uniqueid_get`. Just to keep compiler dependent implementation in a single place.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5959: Minor fix for riscv

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5959: URL: https://github.com/apache/incubator-nuttx/pull/5959#discussion_r841066162 ## File path: arch/risc-v/src/common/riscv_percpu.c ## @@ -61,11 +61,11 @@ static struct riscv_percpu_s g_scratch[HART_CNT]; void riscv

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5962: arch/riscv: Rename SCRATCH_HARTID_OFFSET to RISCV_HARTID_OFFSET

2022-04-02 Thread GitBox
xiaoxiang781216 opened a new pull request #5962: URL: https://github.com/apache/incubator-nuttx/pull/5962 ## Summary and fix the typo error ## Impact Minor ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5943: This PR mainly contains some USRSOCK related changes

2022-04-02 Thread GitBox
xiaoxiang781216 commented on pull request #5943: URL: https://github.com/apache/incubator-nuttx/pull/5943#issuecomment-1086622502 @masayuki2009 @zhhyu7 remove all unnecessary change from PR, the change is very simply now, could you try again? Thanks for helping. BTW, could you share a gs22

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5943: This PR mainly contains some USRSOCK related changes

2022-04-02 Thread GitBox
xiaoxiang781216 edited a comment on pull request #5943: URL: https://github.com/apache/incubator-nuttx/pull/5943#issuecomment-1086622502 @masayuki2009 @zhhyu7 remove all unnecessary change from PR, the change is very simply now, could you try again? Thanks for helping. BTW, could you share

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067147 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -0,0 +1,104 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067182 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -0,0 +1,104 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067490 ## File path: arch/risc-v/src/common/riscv_exception_common.S ## @@ -69,48 +69,16 @@ exception_common: addi sp, sp, -XCPTCONTE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067625 ## File path: arch/risc-v/src/common/riscv_percpu.c ## @@ -0,0 +1,117 @@ +/***

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #5963: drivers/segger/note_sysview.c: fix compilation

2022-04-02 Thread GitBox
raiden00pl opened a new pull request #5963: URL: https://github.com/apache/incubator-nuttx/pull/5963 ## Summary - note_sysview.c: fix compilation for CONFIG_TASK_NAME_SIZE == 0 - note_sysview.c: fix compilation if CONFIG_SCHED_INSTRUMENTATION_FILTER not defined ## Impact

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067639 ## File path: arch/risc-v/src/common/riscv_percpu.c ## @@ -0,0 +1,117 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067710 ## File path: arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S ## @@ -0,0 +1,148 @@ +/**

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841067730 ## File path: arch/risc-v/src/common/supervisor/Make.defs ## @@ -0,0 +1,28 @@ +###

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #5964: boards/nucleo-f446re: support for SystemView

2022-04-02 Thread GitBox
raiden00pl opened a new pull request #5964: URL: https://github.com/apache/incubator-nuttx/pull/5964 ## Summary - stm32: add support for up_perf - boards/nucleo-f446re: initialize up_perf ## Impact ## Testing SystemView and nucleo-f446re -- This is an automa

[GitHub] [incubator-nuttx] anchao commented on pull request #5963: drivers/segger/note_sysview.c: fix compilation

2022-04-02 Thread GitBox
anchao commented on pull request #5963: URL: https://github.com/apache/incubator-nuttx/pull/5963#issuecomment-1086625098 LGTM -- 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] xiaoxiang781216 commented on pull request #5915: sched/note: add support of trace section mark

2022-04-02 Thread GitBox
xiaoxiang781216 commented on pull request #5915: URL: https://github.com/apache/incubator-nuttx/pull/5915#issuecomment-1086625249 Ok, it's good ideal. let's give it's a general name, because getting the current instruction is very useful in other debugging case. -- This is an automated m

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5961: Update cpp_cmake.rst

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5961: URL: https://github.com/apache/incubator-nuttx/pull/5961#discussion_r841068763 ## File path: Documentation/guides/cpp_cmake.rst ## @@ -104,11 +104,12 @@ Creating the project set(EXE_NAME hellocpp) +SET(CM

[incubator-nuttx] branch master updated (27c80f2 -> 26ab4e9)

2022-04-02 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 27c80f2 arch/riscv: Rename g_scratch to g_percpu add c46a926 sched_note: fix buffer size warning i

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5953: fix coverify warning

2022-04-02 Thread GitBox
xiaoxiang781216 merged pull request #5953: URL: https://github.com/apache/incubator-nuttx/pull/5953 -- 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] hjlinux opened a new pull request #5965: nuttx/net:fix coverity warning

2022-04-02 Thread GitBox
hjlinux opened a new pull request #5965: URL: https://github.com/apache/incubator-nuttx/pull/5965 Signed-off-by: hejianliang3 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] hjlinux closed pull request #5965: nuttx/net:fix coverity warning

2022-04-02 Thread GitBox
hjlinux closed pull request #5965: URL: https://github.com/apache/incubator-nuttx/pull/5965 -- 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] zhuyanlinzyl opened a new pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
zhuyanlinzyl opened a new pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966 ## Summary arch:tcbinfo: update tcbinfo as xcpcontext update jlink-nuttx: update regs as nuttx regs save path change ## Impact ## Testing -- This is an au

[GitHub] [incubator-nuttx] hjlinux opened a new pull request #5967: net:fix coverity warning

2022-04-02 Thread GitBox
hjlinux opened a new pull request #5967: URL: https://github.com/apache/incubator-nuttx/pull/5967 Signed-off-by: hejianliang3 <[hejianlia...@xiaomi.com](mailto:hejianlia...@xiaomi.com)> ## Summary ## Impact ## Testing -- This is an automated message from the

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5967: net:fix coverity warning

2022-04-02 Thread GitBox
acassis commented on a change in pull request #5967: URL: https://github.com/apache/incubator-nuttx/pull/5967#discussion_r841077042 ## File path: net/socket/connect.c ## @@ -140,7 +140,7 @@ int psock_connect(FAR struct socket *psock, FAR const struct sockaddr *addr, if (ret

[incubator-nuttx] branch master updated (26ab4e9 -> 7403678)

2022-04-02 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 26ab4e9 mod_insmod: fix coverity warning new b487101 stm32: add support for up_perf new 7403678

[incubator-nuttx] 02/02: boards/nucleo-f446re: initialize up_perf

2022-04-02 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 7403678db7645e3df36cb8fd29a18680ed7f8f2d Author: raiden00pl AuthorDate: Sat Apr 2 13:43:39 2022 +0200 boa

[GitHub] [incubator-nuttx] acassis merged pull request #5964: boards/nucleo-f446re: support for SystemView

2022-04-02 Thread GitBox
acassis merged pull request #5964: URL: https://github.com/apache/incubator-nuttx/pull/5964 -- 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/02: stm32: add support for up_perf

2022-04-02 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 b487101b879c2d071c4517c0e4b5c077e2762e66 Author: raiden00pl AuthorDate: Sat Apr 2 13:42:51 2022 +0200 stm

[GitHub] [incubator-nuttx] hjlinux closed pull request #5967: net:fix coverity warning

2022-04-02 Thread GitBox
hjlinux closed pull request #5967: URL: https://github.com/apache/incubator-nuttx/pull/5967 -- 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-apps] Donny9 opened a new pull request #1119: fs/epoll: fix compile break about change type of pollevent_t

2022-04-02 Thread GitBox
Donny9 opened a new pull request #1119: URL: https://github.com/apache/incubator-nuttx-apps/pull/1119 ## Summary fs/epoll: fix compile break about change type of pollevent_t Signed-off-by: Jiuzhu Dong ## Impact N/A ## Testing CI -- This is an automated m

[GitHub] [incubator-nuttx-apps] Donny9 commented on pull request #1119: fs/epoll: fix compile break about change type of pollevent_t

2022-04-02 Thread GitBox
Donny9 commented on pull request #1119: URL: https://github.com/apache/incubator-nuttx-apps/pull/1119#issuecomment-1086648883 This patch is associated with https://github.com/apache/incubator-nuttx/pull/5937 @xiaoxiang781216 please commit this PR first, thanks. -- This is an automate

[GitHub] [incubator-nuttx] hjlinux opened a new pull request #5968: net:fix coverity warning

2022-04-02 Thread GitBox
hjlinux opened a new pull request #5968: URL: https://github.com/apache/incubator-nuttx/pull/5968 Signed-off-by: hejianliang3 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] hjlinux closed pull request #5968: net:fix coverity warning

2022-04-02 Thread GitBox
hjlinux closed pull request #5968: URL: https://github.com/apache/incubator-nuttx/pull/5968 -- 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/02: note_sysview.c: fix compilation for CONFIG_TASK_NAME_SIZE == 0

2022-04-02 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 commit a984de60980bf6b4c8ce281e46620772e03fef74 Author: raiden00pl AuthorDate: Sat Apr 2 13:38:49 2022 +0200 n

[incubator-nuttx] 02/02: note_sysview.c: fix compilation if CONFIG_SCHED_INSTRUMENTATION_FILTER not defined

2022-04-02 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 commit c4c2c46ebf4311ab8356393a4ea762a6401d82ee Author: raiden00pl AuthorDate: Sat Apr 2 13:39:28 2022 +0200 n

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5963: drivers/segger/note_sysview.c: fix compilation

2022-04-02 Thread GitBox
xiaoxiang781216 merged pull request #5963: URL: https://github.com/apache/incubator-nuttx/pull/5963 -- 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 (7403678 -> c4c2c46)

2022-04-02 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 7403678 boards/nucleo-f446re: initialize up_perf new a984de6 note_sysview.c: fix compilation for C

[GitHub] [incubator-nuttx-apps] Donny9 opened a new pull request #1120: testing: support file system benchmark tools: iozone

2022-04-02 Thread GitBox
Donny9 opened a new pull request #1120: URL: https://github.com/apache/incubator-nuttx-apps/pull/1120 ## Summary testing: support file system benchmark tools: iozone Upstream: https://www.iozone.org/ https://www.iozone.org/src/current/iozone3_492.tgz ## Impact s

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5650: armv7-a/armv7-r:cache: modify hardcode in cache set/way operation

2022-04-02 Thread GitBox
xiaoxiang781216 commented on pull request #5650: URL: https://github.com/apache/incubator-nuttx/pull/5650#issuecomment-1086652256 @masayuki2009 we has ordered sabre-6quad early of this week, but will receive the board until the end of next week. So please be patient:(. -- This is an auto

[GitHub] [incubator-nuttx] acassis commented on issue #5956: LVGL on SIM is crashing

2022-04-02 Thread GitBox
acassis commented on issue #5956: URL: https://github.com/apache/incubator-nuttx/issues/5956#issuecomment-1086652439 Doing bisect I discovered that the issue was caused by commit ee931c137fb795630b4c68f040861583d52a3efd Adding -fno-builtin back to CFLAGS fixed the issue: ``` diff

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1119: fs/epoll: fix compile break about change type of pollevent_t

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1119: URL: https://github.com/apache/incubator-nuttx-apps/pull/1119#discussion_r841083518 ## File path: examples/poll/poll_listener.c ## @@ -91,18 +91,18 @@ void *poll_listener(pthread_addr_t pvarg) printf("poll_liste

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #5956: LVGL on SIM is crashing

2022-04-02 Thread GitBox
xiaoxiang781216 commented on issue #5956: URL: https://github.com/apache/incubator-nuttx/issues/5956#issuecomment-1086653931 Ok, I will take a look tomorrow. -- 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 change in pull request #5961: Update cpp_cmake.rst

2022-04-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5961: URL: https://github.com/apache/incubator-nuttx/pull/5961#discussion_r841093522 ## File path: Documentation/guides/cpp_cmake.rst ## @@ -104,11 +104,12 @@ Creating the project set(EXE_NAME hellocpp) +SET(CM

[incubator-nuttx] branch master updated: arm/chip: add backtrace support for all chips that support thumb instruction set.

2022-04-02 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 bcb2530 arm/chip: add backtrace sup

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5918: arm/chip: add backtrace support for all chips that support thumb instruction set.

2022-04-02 Thread GitBox
xiaoxiang781216 merged pull request #5918: URL: https://github.com/apache/incubator-nuttx/pull/5918 -- 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] xiaoxiang781216 commented on pull request #1120: testing: support file system benchmark tools: iozone

2022-04-02 Thread GitBox
xiaoxiang781216 commented on pull request #1120: URL: https://github.com/apache/incubator-nuttx-apps/pull/1120#issuecomment-1086672204 let's download the package instead, @Donny9 -- 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 pull request #5937: fs/epoll: change type of eventset from uint8_t to uint32_t

2022-04-02 Thread GitBox
xiaoxiang781216 commented on pull request #5937: URL: https://github.com/apache/incubator-nuttx/pull/5937#issuecomment-1086672362 @Donny9 please fix the printf warning. -- 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] Ouss4 commented on pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
Ouss4 commented on pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#issuecomment-1086674802 BTW, are you guys getting this error when enabling TCBINFO? > armv7-m/arm_tcbinfo.c:38:3: error: cannot apply 'offsetof' to a non constant address 38 | TCB_

[GitHub] [incubator-nuttx] dosadi opened a new issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
dosadi opened a new issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969 Hi, I have a brand new NuttX pull, and when I try to configure it, I see the following error: $ tools/configure.sh -E qemu-intel64:nsh [misc] make[1]: Leaving directory '/home/jon

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
pkarashchenko commented on pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#issuecomment-1086704330 @Ouss4 last time I tried GCC 11 I got next results: https://github.com/apache/incubator-nuttx/pull/5659#issuecomment-1056999840 IMO ARM GCC 11 is not usable for

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5967: net:fix coverity warning

2022-04-02 Thread GitBox
pkarashchenko commented on pull request #5967: URL: https://github.com/apache/incubator-nuttx/pull/5967#issuecomment-1086704617 `Remove Gerrit Change-ID's before submitting upstream` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
pkarashchenko commented on a change in pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#discussion_r841109523 ## File path: tools/jlink-nuttx.c ## @@ -347,6 +359,13 @@ static int update_pidhash(struct plugin_priv_s *priv) return -ENOMEM;

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5918: arm/chip: add backtrace support for all chips that support thumb instruction set.

2022-04-02 Thread GitBox
pkarashchenko commented on pull request #5918: URL: https://github.com/apache/incubator-nuttx/pull/5918#issuecomment-1086705401 Seems that Cortex-A8 arch is missing. Maybe some other that support thumb. Need to re-check -- This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-nuttx] patacongo commented on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo commented on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086705838 Two tips: 1. Do `sh -x tools/configure.sh -E qemu-intel64:nsh' to see what is going on. 2. Look at line 2026 of Kconfig: 2026 source "$APPSDIR/Kconfig"

[GitHub] [incubator-nuttx] patacongo commented on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo commented on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086706947 The rest of the story is in tools/Unix.mk: $(Q) APPSDIR=${CONFIG_APPS_DIR} EXTERNALDIR=$(EXTERNALDIR) kconfig-mconf Kconfig 3. Look at your .config file. Wh

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo edited a comment on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086706947 The rest of the story is in tools/Unix.mk: `$(Q) APPSDIR=${CONFIG_APPS_DIR} EXTERNALDIR=$(EXTERNALDIR) kconfig-mconf Kconfig` 3. Look at your .config

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo edited a comment on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086705838 Two tips: 1. Do `sh -x tools/configure.sh -E qemu-intel64:nsh' to see what is going on. 2. Look at line 2026 of Kconfig: `2026 source "$APPSDIR/Kcon

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo edited a comment on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086706947 The rest of the story is in tools/Unix.mk: `$(Q) APPSDIR=${CONFIG_APPS_DIR} EXTERNALDIR=$(EXTERNALDIR) kconfig-mconf Kconfig` 3. Look at your .config

[GitHub] [incubator-nuttx] patacongo removed a comment on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo removed a comment on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086706947 The rest of the story is in tools/Unix.mk: `$(Q) APPSDIR=${CONFIG_APPS_DIR} EXTERNALDIR=$(EXTERNALDIR) kconfig-mconf Kconfig` 3. Look at your .config

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
patacongo edited a comment on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086705838 Two tips: 1. Do `sh -x tools/configure.sh -E qemu-intel64:nsh' to see what is going on. 2. Look at line 2026 of Kconfig: `2026 source "$APPSDIR/Kcon

[GitHub] [incubator-nuttx] dosadi closed issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
dosadi closed issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969 -- 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-unsu

[GitHub] [incubator-nuttx] dosadi commented on issue #5969: NuttX configure.sh crashing

2022-04-02 Thread GitBox
dosadi commented on issue #5969: URL: https://github.com/apache/incubator-nuttx/issues/5969#issuecomment-1086708109 Sorry, my bad - I had the apps directory in the wrong spot. Moving it fixed the problem -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5948: libc/lib_localtime:fix deadcode

2022-04-02 Thread GitBox
pkarashchenko commented on a change in pull request #5948: URL: https://github.com/apache/incubator-nuttx/pull/5948#discussion_r84328 ## File path: libs/libc/time/lib_localtime.c ## @@ -1585,14 +1583,7 @@ static int tzparse(FAR const char *name, FAR struct state_s *sp,

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
Ouss4 commented on pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#issuecomment-1086712944 > @Ouss4 last time I tried GCC 11 I got next results: [#5659 (comment)](https://github.com/apache/incubator-nuttx/pull/5659#issuecomment-1056999840) IMO ARM GCC 11 is not

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
pkarashchenko commented on pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#issuecomment-1086714024 The NuttX CI is using GCC 10. I use it as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
pkarashchenko commented on pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#issuecomment-1086714368 @Ouss4 I think this PR should solve your issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
Ouss4 commented on a change in pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#discussion_r841114513 ## File path: arch/arm/src/armv7-m/arm_tcbinfo.c ## @@ -112,6 +112,8 @@ const struct tcbinfo_s g_tcbinfo = TCB_STATE_OFF, TCB_PRI_OFF, TCB_

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

2022-04-02 Thread GitBox
Ouss4 commented on pull request #5966: URL: https://github.com/apache/incubator-nuttx/pull/5966#issuecomment-1086714557 > The NuttX CI is using GCC 10. I use it as well. Yes, but AFAIK, no defconfig enables TCBINFO. > @Ouss4 I think this PR should solve your issue I just

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5962: arch/riscv: Rename SCRATCH_HARTID_OFFSET to RISCV_HARTID_OFFSET

2022-04-02 Thread GitBox
pkarashchenko commented on a change in pull request #5962: URL: https://github.com/apache/incubator-nuttx/pull/5962#discussion_r841115942 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -39,9 +39,9 @@ *

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5962: arch/riscv: Rename SCRATCH_HARTID_OFFSET to RISCV_HARTID_OFFSET

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5962: URL: https://github.com/apache/incubator-nuttx/pull/5962#discussion_r841124647 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -74,7 +74,7 @@ struct riscv_percpu_s void riscv_percpu_init(void); /*

[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5962: arch/riscv: Rename SCRATCH_HARTID_OFFSET to RISCV_HARTID_OFFSET

2022-04-02 Thread GitBox
pussuw commented on a change in pull request #5962: URL: https://github.com/apache/incubator-nuttx/pull/5962#discussion_r841124753 ## File path: arch/risc-v/src/common/riscv_percpu.h ## @@ -39,9 +39,9 @@

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

2022-04-02 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 d17f440 Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5943: This PR mainly contains some USRSOCK related changes

2022-04-02 Thread GitBox
masayuki2009 commented on pull request #5943: URL: https://github.com/apache/incubator-nuttx/pull/5943#issuecomment-1086763904 @zhhyu7 @xiaoxiang781216 I confirmed that spresene:wifi, spresense:wifi_smp and stm32f4discovery:wifi work. -- This is an automated message from the

  1   2   >