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 ea61409 arch/risc-v: Change hex
pkarashchenko merged pull request #5730:
URL: https://github.com/apache/incubator-nuttx/pull/5730
--
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:
Ouss4 commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825416189
##
File path: arch/xtensa/src/common/xtensa_asm_utils.h
##
@@ -0,0 +1,76 @@
+/**
AndrewD commented on issue #3031:
URL:
https://github.com/apache/incubator-nuttx/issues/3031#issuecomment-1066063212
Have you gone any further with this yourself since this proposal? We are
interested to use device tree with nuttx in a product and have cloned your fork
referenced in #1020
xiaoxiang781216 commented on issue #3031:
URL:
https://github.com/apache/incubator-nuttx/issues/3031#issuecomment-1066083202
It's nice to see we can finish @protobits's initiative.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
Ouss4 commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825438352
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only level-specific
Ouss4 commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825438352
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only level-specific
no1wudi opened a new pull request #5731:
URL: https://github.com/apache/incubator-nuttx/pull/5731
## Summary
Follow #5645
## Impact
RISC-V
## Testing
maix-bit/rv-virt:nsh/smp on qemu
--
This is an automated message from the Apache Git Service.
To respond to the mes
xiaoxiang781216 commented on a change in pull request #5731:
URL: https://github.com/apache/incubator-nuttx/pull/5731#discussion_r825443766
##
File path: arch/risc-v/src/qemu-rv/qemu_rv_head.S
##
@@ -77,9 +77,9 @@ __start:
ld sp, 0(t0)
#endif
- /* sp (stack top) = sp +
pkarashchenko commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825454231
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only level-
acassis commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1066112350
Hi @anchao is it possible to add this test inside apps/testing/ ? So we can
compare context switching time between different architectures
--
This is an automated mes
acassis merged pull request #5728:
URL: https://github.com/apache/incubator-nuttx/pull/5728
--
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
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
The following commit(s) were added to refs/heads/master by this push:
new c96c96a drivers: Merge the common dri
hartmannathan commented on pull request #5151:
URL: https://github.com/apache/incubator-nuttx/pull/5151#issuecomment-1066116927
> Thanks for the feedback. Not all TM4C devices have dual CAN:
https://www.ti.com/lit/sg/spmt285e/spmt285e.pdf
Ah I see; many of the TM4C123 parts have only
kassane opened a new pull request #1059:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1059
## Summary
Hello zig.
## Impact
none.
## Testing
Arch Linux - simulation
--
This is an automated message from the Apache Git Service.
To respond to
kassane opened a new pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732
[Zig](https://ziglang.org) is a general-purpose programming language and
toolchain for maintaining robust, optimal, and reusable software.
# Summary
I made an example of
[hello_zig](
xiaoxiang781216 commented on a change in pull request #5731:
URL: https://github.com/apache/incubator-nuttx/pull/5731#discussion_r825468065
##
File path: arch/risc-v/src/common/riscv_schedulesigaction.c
##
@@ -293,8 +298,26 @@ void up_schedule_sigaction(struct tcb_s *tcb,
sig_
Ouss4 commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825469000
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only level-specific
xiaoxiang781216 commented on a change in pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825468945
##
File path: tools/ci/docker/linux/Dockerfile
##
@@ -89,10 +88,11 @@ RUN curl -s https://ziglang.org/download/index.json \
file=$(ls
xiaoxiang781216 commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1066131198
@kassane could you reorg your patch to remove the temporary change?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
xiaoxiang781216 commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825469890
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only leve
pkarashchenko commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825469995
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only level-
kassane commented on a change in pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825470083
##
File path: tools/ci/docker/linux/Dockerfile
##
@@ -68,6 +70,30 @@ RUN mkdir -p $CARGO_HOME \
&& $CARGO_HOME/bin/rustup target add thumbv6m-n
pkarashchenko commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825469995
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only level-
xiaoxiang781216 opened a new pull request #1060:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1060
## Summary
Follow other main source
## Impact
Minor
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the m
kassane commented on a change in pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825470083
##
File path: tools/ci/docker/linux/Dockerfile
##
@@ -68,6 +70,30 @@ RUN mkdir -p $CARGO_HOME \
&& $CARGO_HOME/bin/rustup target add thumbv6m-n
pkarashchenko commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825472091
##
File path: arch/arm/src/arm/arm_initialstate.c
##
@@ -73,20 +77,28 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_color(t
pkarashchenko commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825472170
##
File path: arch/arm/src/armv6-m/arm_initialstate.c
##
@@ -75,16 +79,24 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_col
pkarashchenko commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825472275
##
File path: arch/arm/src/armv7-a/arm_initialstate.c
##
@@ -73,16 +77,24 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_col
pkarashchenko commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825472286
##
File path: arch/arm/src/armv7-m/arm_initialstate.c
##
@@ -76,16 +80,24 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_col
pkarashchenko commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825472321
##
File path: arch/arm/src/armv7-r/arm_initialstate.c
##
@@ -73,16 +77,24 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_col
xiaoxiang781216 commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825472351
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -768,13 +756,13 @@ _xtensa_level6_handler:
/* Restore only leve
pkarashchenko commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825472375
##
File path: arch/arm/src/armv8-m/arm_initialstate.c
##
@@ -76,16 +80,24 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_col
kassane commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1066155234
> @kassane could you reorg your patch to remove the temporary change?
Rebase?
--
This is an automated message from the Apache Git Service.
To respond to the mes
xiaoxiang781216 commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1066159421
> > @kassane could you reorg your patch to remove the temporary change?
>
> Rebase?
yes, please:
git remote add apache g...@github.com:apache/inc
Ouss4 commented on pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#issuecomment-1066186162
I applied all suggestions and squashed the commits.
> Yes, I agree that the tab/space usage should be consistent, either tab or
space is fine, but not mix. Since ma
pkarashchenko commented on a change in pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720#discussion_r825506055
##
File path: arch/risc-v/src/mpfs/mpfs_opensbi.c
##
@@ -22,25 +22,12 @@
* Included Files
**
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 23eefea Publishing web
masayuki2009 commented on pull request #5731:
URL: https://github.com/apache/incubator-nuttx/pull/5731#issuecomment-1066240709
@no1wudi
I tried this PR with maix-bit:kostest on QEMU but the ASSERTION happened.
```
$ ~/opensource/QEMU/qemu-5.2/build/riscv64-softmmu/qemu-syst
no1wudi opened a new pull request #5733:
URL: https://github.com/apache/incubator-nuttx/pull/5733
## Summary
Fix
```
note/notelog_driver.c:95:1: error: expected identifier or '(' before '{'
token
{
^
note/notelog_driver.c:116:1: error: expected identifier or '(' before '
xiaoxiang781216 commented on a change in pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720#discussion_r82833
##
File path: boards/arm/sama5/sama5d4-ek/src/sam_sdram.c
##
@@ -274,7 +273,7 @@ static void sam_config_slaveddr(void)
* "Two DDR2/SDR
xiaoxiang781216 commented on a change in pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720#discussion_r825556113
##
File path: arch/z80/src/common/z80_internal.h
##
@@ -73,6 +73,21 @@
#define STACK_ALIGN_DOWN(a) ((a) & ~STACK_ALIGN_MASK)
#define STA
xiaoxiang781216 commented on a change in pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720#discussion_r825556408
##
File path: arch/risc-v/src/bl602/bl602_systemreset.c
##
@@ -68,6 +67,7 @@ void up_systemreset(void)
asm volatile("csrci mstatus, 8")
no1wudi commented on pull request #5731:
URL: https://github.com/apache/incubator-nuttx/pull/5731#issuecomment-1066286230
@masayuki2009 Emm, I meet another problem with qemu-6.2 with mainline or
this PR:
```
> Executing task: qemu-system-riscv64 -M sifive_u -device
loader,file=nuttx/
xiaoxiang781216 merged pull request #5733:
URL: https://github.com/apache/incubator-nuttx/pull/5733
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c96c96a drivers: Merge the common driver initialization into one place
add 7d58e62 drivers/note: A
xiaoxiang781216 commented on a change in pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825560041
##
File path: tools/ci/cibuild.sh
##
@@ -381,6 +381,26 @@ function rust {
fi
}
+function zig {
+ mkdir -p "${prebuilt}"/zig
+ add_
xiaoxiang781216 commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1066288585
@kassane I think the change for docker is also needed, you can create
another patch for docker.
--
This is an automated message from the Apache Git Service.
T
xiaoxiang781216 commented on pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729#issuecomment-1066289806
> I applied all suggestions and squashed the commits.
>
> > Yes, I agree that the tab/space usage should be consistent, either tab
or space is fine, but 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.git
commit e9018b29bf758c4721917a70c356b2c47176c199
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 11 15:58:56 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 4786963ee2bb48e4888f87b3cf0da6e5c2b9806e
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 11 18:54:36 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 5bd2e97a27954fdeba9168b883f139e11983977d
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 11 16:09:18 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 4d1bb20f8c0edb01fd02b63bb5d22967060724c4
Author: Abdelatif Guettouche
AuthorDate: Sat Mar 12 23:10:22 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 5305f76b1d8858f20d36c464d4e8c670c25b41ef
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 11 19:36:56 2022 +
xiaoxiang781216 closed issue #574:
URL: https://github.com/apache/incubator-nuttx/issues/574
--
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: commi
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 cff3d9df7b980f9d89c391405205ead57dd10515
Author: Abdelatif Guettouche
AuthorDate: Sun Mar 13 22:26:35 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 2445de173d444dcdec295afae28b6a983e6bd674
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 11 19:13:49 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 7d58e62 drivers/note: Add macro guard for instrumention switch
new e9018b2 xtensa_context.S: Remov
xiaoxiang781216 merged pull request #5729:
URL: https://github.com/apache/incubator-nuttx/pull/5729
--
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
commit 6fa4a42e34191e559ed5849511da0e6be63490bd
Author: Abdelatif Guettouche
AuthorDate: Sat Mar 12 23:38:01 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 2dcbf28f15783b30fde57ce99626b41587fff8b6
Author: Abdelatif Guettouche
AuthorDate: Fri Mar 11 16:23:57 2022 +
xiaoxiang781216 commented on pull request #5662:
URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1066296553
@no1wudi this patch need rebase to the last mainline.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiaoxiang781216 commented on a change in pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720#discussion_r825567007
##
File path: arch/sparc/src/common/up_internal.h
##
@@ -175,6 +182,12 @@ extern uint32_t _bmxdupba_address; /* BMX register
setting */
xiaoxiang781216 closed pull request #1060:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1060
--
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
no1wudi commented on pull request #5731:
URL: https://github.com/apache/incubator-nuttx/pull/5731#issuecomment-1066322171
@masayuki2009 I can't reproduce this issue but the problem mentioned in
#5672 occured:
```
user_main: nested signal handler test
signest_test: Starting signal w
anchao opened a new pull request #5734:
URL: https://github.com/apache/incubator-nuttx/pull/5734
## Summary
In SVC mode, the banked register will be inconsistent with the user mode
register:
```
arch/arm/src/armv7-a/arm_vectors.S
276 .globl arm_syscall
27
anchao commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1066336425
> > I noticed that lm3s6965-ek:qemu-kostest (QEMU) failed with this PR.
@masayuki2009 san,
There is a issue with the consistency of banked registers in SVC
DS-LK opened a new pull request #1061:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1061
## Summary
wamr itself comes with a task, which we usually do not use directly, so
closing this configuration can save about 50k code size. In addition, increase
the memory configuration
anchao commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1066398679
> Hi @anchao is it possible to add this test inside apps/testing/ ? So we
can compare context switching time between different architectures
Great idea, I'll add t
xiaoxiang781216 commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825605528
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -279,53 +220,39 @@ arm_vectorirq:
arm_vectorsvc:
+#ifdef CONFIG_ARMV7A_DECODEF
masayuki2009 commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825602682
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -279,53 +220,39 @@ arm_vectorirq:
arm_vectorsvc:
+#ifdef CONFIG_ARMV7A_DECODEFIQ
anchao opened a new pull request #5735:
URL: https://github.com/apache/incubator-nuttx/pull/5735
## Summary
drviers/syslog: correct the return value of default channel write
## Impact
CONFIG_CONSOLE_SYSLOG=y
## Testing
ostesting with CONFIG_CONSOLE_SYSLOG=y
masayuki2009 commented on pull request #5724:
URL: https://github.com/apache/incubator-nuttx/pull/5724#issuecomment-1066403256
I confirmed that https://github.com/apache/incubator-nuttx/pull/5734 fixes
the sabref-6quad:knsh + gcc-10.3 issue.
--
This is an automated message from the A
Gary-Hobson opened a new pull request #1062:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1062
Change-Id: Ie7eeab0a65501cd1cc015db09890367947cd352c
Signed-off-by: yinshengkai
## Summary
## Impact
## Testing
--
This is an automated message from
anchao commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825620627
##
File path: arch/arm/src/armv7-r/arm_vectors.S
##
@@ -233,53 +174,39 @@ arm_vectorirq:
arm_vectorsvc:
+#ifdef CONFIG_ARMV7A_DECODEFIQ
+
pkarashchenko commented on pull request #5724:
URL: https://github.com/apache/incubator-nuttx/pull/5724#issuecomment-1066426882
Should we revert this change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
pkarashchenko commented on a change in pull request #5720:
URL: https://github.com/apache/incubator-nuttx/pull/5720#discussion_r825626922
##
File path: arch/sparc/src/common/up_internal.h
##
@@ -175,6 +182,12 @@ extern uint32_t _bmxdupba_address; /* BMX register
setting */
masayuki2009 commented on pull request #5724:
URL: https://github.com/apache/incubator-nuttx/pull/5724#issuecomment-1066432152
> Should we revert this change?
@pkarashchenko
It's OK to keep the current configuration because `CONFIG_DEBUG_FULLOPT=y`
is set in most of defconfigs.
VanFeo opened a new pull request #1063:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1063
N/A
Signed-off-by: fanzhuyun
Change-Id: If458048804daced1bcc8f1ee82a5e2a16bf6140b
## Summary
## Impact
## Testing
--
This is an automated message f
zhhyu7 opened a new pull request #1064:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1064
wapi add encode parse when scan
fix: ap socket can not accept twice
rpmsg: pointer of netdev ioctl support cross-core access via clean dcache
fix: iperf can not exit when stop
anchao commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825631699
##
File path: arch/arm/src/arm/arm_initialstate.c
##
@@ -73,20 +77,28 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_color(tcb->sta
anchao commented on a change in pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r825631832
##
File path: arch/arm/src/armv7-m/arm_initialstate.c
##
@@ -76,16 +80,24 @@ void up_initial_state(struct tcb_s *tcb)
arm_stack_color(tcb-
pkarashchenko merged pull request #5735:
URL: https://github.com/apache/incubator-nuttx/pull/5735
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from cff3d9d arch/xtensa: Fix some indentations.
add 4e08b1d drviers/syslog: correct the return val
84 matches
Mail list logo