[incubator-nuttx] branch master updated: boards/boardctl:common boardctl to read reset cause.

2022-03-29 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 4071f46 boards/boardctl:common

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838183470 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5909: boards/boardctl:common boardctl to read reset cause.

2022-03-29 Thread GitBox
pkarashchenko merged pull request #5909: URL: https://github.com/apache/incubator-nuttx/pull/5909 -- 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] pussuw commented on a change in pull request #5782: RISC-V: Implement option to run NuttX in supervisor mode (S-mode)

2022-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838182769 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838182649 ## File path: arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S ## @@ -0,0 +1,93 @@ +/

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838182518 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -167,6 +175,15 @@ int riscv_swint(int irq, void *context, void *arg) { uintptr_t *regs

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838175085 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -167,6 +175,15 @@ int riscv_swint(int irq, void *context, void *arg) { uintptr_t *regs

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #5853: driver/syslog: Add microseconds after date time

2022-03-29 Thread GitBox
jerpelea commented on a change in pull request #5853: URL: https://github.com/apache/incubator-nuttx/pull/5853#discussion_r838175004 ## File path: drivers/syslog/vsyslog.c ## @@ -130,7 +130,8 @@ int nx_vsyslog(int priority, FAR const IPTR char *fmt, FAR va_list *ap) if (r

[GitHub] [incubator-nuttx] jerpelea commented on pull request #5874: input/button: Remove the mulitple poll support

2022-03-29 Thread GitBox
jerpelea commented on pull request #5874: URL: https://github.com/apache/incubator-nuttx/pull/5874#issuecomment-1082689877 In my opinion keeping the functionality as it is but hard coding INPUT_BUTTONS_NPOLLWAITERS to 1 will provide a base for the future. -- This is an automated message

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #1110: remove DISCLAIMER-WIP

2022-03-29 Thread GitBox
jerpelea opened a new pull request #1110: URL: https://github.com/apache/incubator-nuttx-apps/pull/1110 ## Summary Most licenses have been converted to Apache and the non Apache licenses have been documented. We can assume that now it should be the time to remove DISCLAIMER-WIP

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #1109: remove DISCLAIMER-WIP

2022-03-29 Thread GitBox
jerpelea opened a new pull request #1109: URL: https://github.com/apache/incubator-nuttx-apps/pull/1109 ## Summary Most licenses have been converted to Apache and the non Apache licenses have been documented. We can assume that now it should be the time to remove DISCLAIMER-WIP

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #5911: remove DISCLAIMER-WIP

2022-03-29 Thread GitBox
jerpelea opened a new pull request #5911: URL: https://github.com/apache/incubator-nuttx/pull/5911 ## Summary Most licenses have been converted to Apache and the non Apache licenses have been documented. We can assume that now it should be the time to remove DISCLAIMER-WIP

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #5910: remove DISCLAIMER-WIP

2022-03-29 Thread GitBox
jerpelea opened a new pull request #5910: URL: https://github.com/apache/incubator-nuttx/pull/5910 ## Summary Most licenses have been converted to Apache and the non Apache licenses have been documented. We can assume that now it should be the time to remove DISCLAIMER-WIP

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838166194 ## File path: arch/risc-v/src/Makefile ## @@ -24,10 +24,19 @@ ifeq ($(CONFIG_OPENSBI),y) include opensbi/Make.defs endif +# Kernel runs in supe

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838156534 ## File path: arch/risc-v/src/common/supervisor/riscv_exception_common.S ## @@ -0,0 +1,137 @@ +/***

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r838152965 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[incubator-nuttx] branch master updated: fs/romfs: fix bug about compare path with same prefix

2022-03-29 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 ca8ce37 fs/romfs: fix bug about

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5899: Fs/romfs: fix bug about compare path with same prefix

2022-03-29 Thread GitBox
pkarashchenko merged pull request #5899: URL: https://github.com/apache/incubator-nuttx/pull/5899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #5847: rptun related update

2022-03-29 Thread GitBox
GUIDINGLI commented on a change in pull request #5847: URL: https://github.com/apache/incubator-nuttx/pull/5847#discussion_r838102819 ## File path: drivers/rptun/rptun_ping.c ## @@ -0,0 +1,192 @@ +/ + *

[GitHub] [incubator-nuttx] CV-Bowen commented on pull request #5906: mm_heap: heapsize align with MM_MIN_CHUNK.

2022-03-29 Thread GitBox
CV-Bowen commented on pull request #5906: URL: https://github.com/apache/incubator-nuttx/pull/5906#issuecomment-1082604402 @masayuki2009 OK,i will do this. -- 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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5906: mm_heap: heapsize align with MM_MIN_CHUNK.

2022-03-29 Thread GitBox
masayuki2009 commented on pull request #5906: URL: https://github.com/apache/incubator-nuttx/pull/5906#issuecomment-1082602868 @CV-Bowen >Make sure the (heapsize - sizeof(heap->mm_heapstart) - sizeof(heap->mm_heapend)) be aligned with MM_MIN_CHUNK >to avoid memory assert question w

[GitHub] [incubator-nuttx] XinStellaris opened a new pull request #5909: boards/boardctl:common boardctl to read reset cause.

2022-03-29 Thread GitBox
XinStellaris opened a new pull request #5909: URL: https://github.com/apache/incubator-nuttx/pull/5909 Signed-off-by: 田昕 ## Summary common boardctl to read reset cause. ## Impact N/A ## Testing Vela tested. -- This is an automated message from the Apache Git Ser

[GitHub] [incubator-nuttx] XinStellaris closed pull request #5904: boards/boardctl:a common boardctl to read reset cause.

2022-03-29 Thread GitBox
XinStellaris closed pull request #5904: URL: https://github.com/apache/incubator-nuttx/pull/5904 -- 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] xiaoxiang781216 merged pull request #5903: documentation: Add release notes for 10.3.0 release

2022-03-29 Thread GitBox
xiaoxiang781216 merged pull request #5903: URL: https://github.com/apache/incubator-nuttx/pull/5903 -- 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: documentation: Add release notes for 10.3.0 release

2022-03-29 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 3ed4496 documentation: Add release

[incubator-nuttx] 03/08: risc-v/esp32c3: Fix inclusion of C++ constructors/destructors table

2022-03-29 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 a0617177e84942ba4e2778147d589b7374e9e980 Author: Gustavo Henrique Nihei AuthorDate: Fri Mar 25 18:18:16 2022

[incubator-nuttx] branch master updated (416ec42 -> e1f28c1)

2022-03-29 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 416ec42 riscv/esp32c3: Remove check for LCD driver new 7926bce xtensa: Move XCHAL_SWINT_CALL defin

[incubator-nuttx] 06/08: libcxx: Fix libc++ for archs without conditional load/store support

2022-03-29 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 0bd436c8dbea8806b43be87ce826fc8a0a3c2d92 Author: Gustavo Henrique Nihei AuthorDate: Fri Mar 25 15:55:33 2022

[incubator-nuttx] 07/08: esp32[s2/s3/c3]: Add defconfigs for testing C++

2022-03-29 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 7b4d9f0afdfbe19ef050bd2a29179f3edad54dc7 Author: Gustavo Henrique Nihei AuthorDate: Thu Mar 24 18:17:13 2022

[incubator-nuttx] 01/08: xtensa: Move XCHAL_SWINT_CALL definition into syscall header

2022-03-29 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 7926bce26b125f460857b562ae03e30f91b1878c Author: Gustavo Henrique Nihei AuthorDate: Thu Mar 24 18:12:55 2022

[incubator-nuttx] 02/08: xtensa: Build OS-assisted atomic operations on ESP32-S2

2022-03-29 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 c7311829e0918c333fab6d813135bea2886d43da Author: Gustavo Henrique Nihei AuthorDate: Fri Mar 25 15:53:38 2022

[incubator-nuttx] 04/08: xtensa|risc-v: Make CXX exception and RTTI depend on Kconfig options

2022-03-29 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 06d0a9f1ad1df67c1c4a42597ce25b1b9743f2c5 Author: Gustavo Henrique Nihei AuthorDate: Thu Mar 24 18:14:38 2022

[incubator-nuttx] 05/08: libcxx: Add patch for preventing redefinition of PS macro on Xtensa

2022-03-29 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 8a215b60afc7c47abc6fac76bd951e005fd00dbb Author: Gustavo Henrique Nihei AuthorDate: Fri Mar 25 10:47:09 2022

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5897: ESP32{S2/S3/C3}: Enable support for C++ applications

2022-03-29 Thread GitBox
xiaoxiang781216 merged pull request #5897: URL: https://github.com/apache/incubator-nuttx/pull/5897 -- 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] no1wudi commented on pull request #5904: boards/boardctl:a common boardctl to read reset cause.

2022-03-29 Thread GitBox
no1wudi commented on pull request #5904: URL: https://github.com/apache/incubator-nuttx/pull/5904#issuecomment-1082562793 Merge the two commits into one. -- 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] gustavonihei commented on a change in pull request #5827: Add SPIRAM to ESP32-S2

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5827: URL: https://github.com/apache/incubator-nuttx/pull/5827#discussion_r838057584 ## File path: arch/xtensa/src/esp32s2/esp32s2_start.c ## @@ -110,6 +111,9 @@ typedef enum CACHE_LINE_SIZE_64B = 2,/* 64 Byte c

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #5899: Fs/romfs: fix bug about compare path with same prefix

2022-03-29 Thread GitBox
Donny9 commented on a change in pull request #5899: URL: https://github.com/apache/incubator-nuttx/pull/5899#discussion_r838060053 ## File path: fs/romfs/fs_romfsutil.c ## @@ -50,6 +50,16 @@ #define LINK_FOLLOWED 1 #define NODEINFO_NINCR4 +/*

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5827: Add SPIRAM to ESP32-S2

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5827: URL: https://github.com/apache/incubator-nuttx/pull/5827#discussion_r838058271 ## File path: arch/xtensa/src/esp32s2/esp32s2_start.c ## @@ -160,6 +169,62 @@ uint32_t g_idlestack[IDLETHREAD_STACKWORDS] * Private Functio

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5827: Add SPIRAM to ESP32-S2

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5827: URL: https://github.com/apache/incubator-nuttx/pull/5827#discussion_r838058084 ## File path: arch/xtensa/src/esp32s2/esp32s2_start.c ## @@ -160,6 +169,62 @@ uint32_t g_idlestack[IDLETHREAD_STACKWORDS] * Private Functio

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5827: Add SPIRAM to ESP32-S2

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5827: URL: https://github.com/apache/incubator-nuttx/pull/5827#discussion_r838057584 ## File path: arch/xtensa/src/esp32s2/esp32s2_start.c ## @@ -110,6 +111,9 @@ typedef enum CACHE_LINE_SIZE_64B = 2,/* 64 Byte c

[GitHub] [incubator-nuttx] gustavonihei merged pull request #5908: riscv/esp32c3: Remove check for LCD driver

2022-03-29 Thread GitBox
gustavonihei merged pull request #5908: URL: https://github.com/apache/incubator-nuttx/pull/5908 -- 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 (4456b13 -> 416ec42)

2022-03-29 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 4456b13 riscv/bl602: Remove check for LCD driver add 416ec42 riscv/esp32c3: Remove check for LC

[GitHub] [incubator-nuttx] gustavonihei merged pull request #5907: riscv/bl602: Remove check for LCD driver

2022-03-29 Thread GitBox
gustavonihei merged pull request #5907: URL: https://github.com/apache/incubator-nuttx/pull/5907 -- 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 (e9f1794 -> 4456b13)

2022-03-29 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from e9f1794 task: don't set default signal in kernal thread add 4456b13 riscv/bl602: Remove check f

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5887: signal: Don't do schedule_sigaction when there is no action

2022-03-29 Thread GitBox
masayuki2009 merged pull request #5887: URL: https://github.com/apache/incubator-nuttx/pull/5887 -- 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 (a98a599 -> e9f1794)

2022-03-29 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a98a599 arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR add 0c1f636 signal: Don't do sc

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5905: arch/risc-v: Store/Restore FPU register in exception_common

2022-03-29 Thread GitBox
no1wudi commented on a change in pull request #5905: URL: https://github.com/apache/incubator-nuttx/pull/5905#discussion_r838040654 ## File path: arch/risc-v/src/common/riscv_exception_common.S ## @@ -147,6 +155,10 @@ exception_common: REGLOADs0, REG_INT_CTX(sp) /* resto

[GitHub] [incubator-nuttx] lupyuen edited a comment on issue #5810: GPIO issues on BL602 + suggestions for RISC-V, maybe more.

2022-03-29 Thread GitBox
lupyuen edited a comment on issue #5810: URL: https://github.com/apache/incubator-nuttx/issues/5810#issuecomment-1081398786 Our implementation of SPI Cmd/Data has been into NuttX (thanks Xiao Xiang!) https://github.com/apache/incubator-nuttx/pull/5898 -- This is an automated messa

[GitHub] [incubator-nuttx] lupyuen commented on a change in pull request #5898: riscv/bl602: Implement SPI Cmd/Data

2022-03-29 Thread GitBox
lupyuen commented on a change in pull request #5898: URL: https://github.com/apache/incubator-nuttx/pull/5898#discussion_r838012384 ## File path: arch/risc-v/src/bl602/bl602_spi.c ## @@ -695,10 +709,41 @@ static uint8_t bl602_spi_status(struct spi_dev_s *dev, uint32_t devid)

[GitHub] [incubator-nuttx] lupyuen opened a new pull request #5908: riscv/esp32c3: Remove check for LCD driver

2022-03-29 Thread GitBox
lupyuen opened a new pull request #5908: URL: https://github.com/apache/incubator-nuttx/pull/5908 ## Summary `esp32c3_spi2_cmddata()` implements SPI Cmd/Data `SPI_CMDDATA()` for only 3 LCD drivers: ST7735, ST7789 and GC9A01. This patch removes the check for LCD drivers, so tha

[GitHub] [incubator-nuttx] lupyuen opened a new pull request #5907: riscv/bl602: Remove check for LCD driver

2022-03-29 Thread GitBox
lupyuen opened a new pull request #5907: URL: https://github.com/apache/incubator-nuttx/pull/5907 ## Summary `bl602_spi_cmddata()` implements SPI Cmd/Data `SPI_CMDDATA()` for only 3 LCD drivers: ST7735, ST7789 and GC9A01. This patch removes the check for LCD drivers, so that S

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

2022-03-29 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 639ddb7 Publishing web

[incubator-nuttx] branch master updated (b0e0f9d -> a98a599)

2022-03-29 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from b0e0f9d opendir: use inode_find() instead when opendir() add a98a599 arm/cortex-[a|r]: IRQ Switch r

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5896: arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR

2022-03-29 Thread GitBox
masayuki2009 merged pull request #5896: URL: https://github.com/apache/incubator-nuttx/pull/5896 -- 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] masayuki2009 commented on pull request #5896: arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR

2022-03-29 Thread GitBox
masayuki2009 commented on pull request #5896: URL: https://github.com/apache/incubator-nuttx/pull/5896#issuecomment-1082456977 >@masayuki2009 should we merge this PR without waiting fix the cache issue? Yes, we can merge this PR, because the issue only happens on the sabre-6quad boar

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837868116 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837866048 ## File path: arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S ## @@ -0,0 +1,93 @@ +/

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837864721 ## File path: arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S ## @@ -0,0 +1,93 @@ +/

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837863612 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_reg

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837853635 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837853907 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_reg

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837853635 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837851346 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/***

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837846340 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837845396 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5897: ESP32{S2/S3/C3}: Enable support for C++ applications

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5897: URL: https://github.com/apache/incubator-nuttx/pull/5897#discussion_r837844877 ## File path: arch/xtensa/src/lx7/Toolchain.defs ## @@ -55,8 +59,15 @@ else MAXOPTIMIZATION += -fomit-frame-pointer endif -ifeq ($(CONF

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5897: ESP32{S2/S3/C3}: Enable support for C++ applications

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5897: URL: https://github.com/apache/incubator-nuttx/pull/5897#discussion_r837844744 ## File path: arch/xtensa/src/lx6/Toolchain.defs ## @@ -55,8 +59,15 @@ else MAXOPTIMIZATION += -fomit-frame-pointer endif -ifeq ($(CONF

[incubator-nuttx] branch master updated: opendir: use inode_find() instead when opendir()

2022-03-29 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 b0e0f9d opendir: use inode_find() i

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5891: opendir: use inode_find() instead when opendir()

2022-03-29 Thread GitBox
xiaoxiang781216 merged pull request #5891: URL: https://github.com/apache/incubator-nuttx/pull/5891 -- 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] gustavonihei commented on a change in pull request #5897: ESP32{S2/S3/C3}: Enable support for C++ applications

2022-03-29 Thread GitBox
gustavonihei commented on a change in pull request #5897: URL: https://github.com/apache/incubator-nuttx/pull/5897#discussion_r837842145 ## File path: arch/xtensa/src/lx6/Toolchain.defs ## @@ -55,8 +59,15 @@ else MAXOPTIMIZATION += -fomit-frame-pointer endif -ifeq ($(CONF

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5897: ESP32{S2/S3/C3}: Enable support for C++ applications

2022-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5897: URL: https://github.com/apache/incubator-nuttx/pull/5897#discussion_r837837204 ## File path: arch/xtensa/src/lx7/Toolchain.defs ## @@ -55,8 +59,15 @@ else MAXOPTIMIZATION += -fomit-frame-pointer endif -ifeq ($(C

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5897: ESP32{S2/S3/C3}: Enable support for C++ applications

2022-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5897: URL: https://github.com/apache/incubator-nuttx/pull/5897#discussion_r837836506 ## File path: arch/xtensa/src/lx6/Toolchain.defs ## @@ -55,8 +59,15 @@ else MAXOPTIMIZATION += -fomit-frame-pointer endif -ifeq ($(C

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837833387 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837833387 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837833387 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5896: arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR

2022-03-29 Thread GitBox
xiaoxiang781216 commented on pull request #5896: URL: https://github.com/apache/incubator-nuttx/pull/5896#issuecomment-1082288029 @masayuki2009 should we merge this PR without waiting fix the cache issue? -- This is an automated message from the Apache Git Service. To respond to the messa

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837833387 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837831886 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837818909 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_reg

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837813693 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_reg

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837809789 ## File path: arch/risc-v/src/common/supervisor/riscv_exception_common.S ## @@ -0,0 +1,137 @@ +/**

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837809789 ## File path: arch/risc-v/src/common/supervisor/riscv_exception_common.S ## @@ -0,0 +1,137 @@ +/**

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837807826 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/***

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837797826 ## File path: arch/risc-v/src/common/supervisor/riscv_exception_common.S ## @@ -0,0 +1,137 @@ +/***

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837804795 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837800187 ## File path: arch/risc-v/src/Makefile ## @@ -24,10 +24,19 @@ ifeq ($(CONFIG_OPENSBI),y) include opensbi/Make.defs endif +# Kernel runs in supe

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837799478 ## File path: arch/risc-v/src/common/supervisor/riscv_vectors.S ## @@ -0,0 +1,52 @@ +/*

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837799478 ## File path: arch/risc-v/src/common/supervisor/riscv_vectors.S ## @@ -0,0 +1,52 @@ +/*

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1101: nxlooper: support different period size of player & recorder

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

[incubator-nuttx-apps] branch master updated: nxlooper: support different period size of player & recorder

2022-03-29 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 427798f nxlooper: support diff

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837797826 ## File path: arch/risc-v/src/common/supervisor/riscv_exception_common.S ## @@ -0,0 +1,137 @@ +/***

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837796204 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_reg

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837796821 ## File path: arch/risc-v/src/common/supervisor/riscv_context.S ## @@ -0,0 +1,234 @@ +/

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837796204 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_reg

[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-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837795385 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -144,7 +148,11 @@ static void dispatch_syscall(void) " addi sp, sp, 4\n"

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837794835 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #5843: Segger System View support on different platforms setup documentation.

2022-03-29 Thread GitBox
xiaoxiang781216 commented on issue #5843: URL: https://github.com/apache/incubator-nuttx/issues/5843#issuecomment-1082244040 We are planning to invite the professional technical writer to improve the document, please stay tuned. -- This is an automated message from the Apache Git Servic

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837794273 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -179,6 +187,31 @@ int riscv_swint(int irq, void *context, void *arg) riscv_registerdump

[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-03-29 Thread GitBox
pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r837793702 ## File path: arch/risc-v/src/common/riscv_swint.c ## @@ -144,7 +148,11 @@ static void dispatch_syscall(void) " addi sp, sp, 4\n" /*

[incubator-nuttx-apps] branch master updated: nshlib: merge nsh_getdirpath() to nsh_fsutils.c

2022-03-29 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-apps.git The following commit(s) were added to refs/heads/master by this push: new d6a187e nshlib: merge nsh_getd

  1   2   3   >