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
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
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:
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 @@
+/
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 @@
+/
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
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
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
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
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
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
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
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
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
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 @@
+/***
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
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
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:
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 @@
+/
+ *
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+/*
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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 @@
+/
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 @@
+/
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
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 @@
+/
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
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 @@
+/
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 @@
+/***
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 @@
+/
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 @@
+/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 @@
+/**
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 @@
+/**
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 @@
+/***
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 @@
+/***
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
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
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 @@
+/*
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 @@
+/*
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
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
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 @@
+/***
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
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 @@
+/
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
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"
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
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
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
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" /*
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 - 100 of 242 matches
Mail list logo