masayuki2009 commented on pull request #2000:
URL: https://github.com/apache/incubator-nuttx/pull/2000#issuecomment-714301028
@xiaoxiang781216
Hmm, I found that spresense:elf failed
```
CThingSayer::CThingSayer: I am!
main: Created MyThingSayer=0x0d013e60
main: Calling My
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch revert-2000-stack
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 693378267a07e9b4794fb02c04459a49e31389ab
Author: Masayuki Ishikawa
AuthorDate: Thu Oct 22 16:45:59
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch revert-2000-stack
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at 6933782 Revert "sched: Call up_[use|create]_stack after
nxtask_setup_scheduler"
This branch
masayuki2009 opened a new pull request #2060:
URL: https://github.com/apache/incubator-nuttx/pull/2060
Reverts apache/incubator-nuttx#2000
## Summary
- I found that spresense:elf failed
- So let me revert
--
jerpelea commented on pull request #2060:
URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714306296
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
xiaoxiang781216 commented on pull request #2060:
URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714310016
@masayuki2009 does the error happen when loading elf from file system?
This is an automated mess
xiaoxiang781216 edited a comment on pull request #2060:
URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714310016
@masayuki2009 does the error happen when elf load from file system?
This is an automated
masayuki2009 commented on pull request #2060:
URL: https://github.com/apache/incubator-nuttx/pull/2060#issuecomment-714314994
> @masayuki2009 does the error happen when elf load from file system?
@xiaoxiang781216
I think apps/examples/elf uses romfs.
masayuki2009 opened a new pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061
## Summary
- This PR refactors interrupt stack related code for all ARM architectures
- Also, this PR includes a fix for CPUx Idle stack for Cortex-A SMP
- This PR consists of
Ouss4 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r509993414
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -1096,7 +1098,7 @@ g_intstackbase:
.type g_fiqstackbase, object
g_fiqstackalloc:
rzr opened a new pull request #2062:
URL: https://github.com/apache/incubator-nuttx/pull/2062
Depends on other flags that will be enabled automatically by kconfig:
CONFIG_SENSORS=y
CONFIG_SENSORS_FXOS8700CQ=y
Change-Id: Ic9bfbd02cca9f2fd4b1f1fb538100865a1c497ff
Bug: h
masayuki2009 merged pull request #2060:
URL: https://github.com/apache/incubator-nuttx/pull/2060
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 d1f82ce Revert "sched: Call up_[use|
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510023331
##
File path: arch/arm/src/armv7-m/gnu/arm_exception.S
##
@@ -321,9 +322,9 @@ exception_common:
.bss
.global g_intstackalloc
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510025654
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -1096,7 +1098,7 @@ g_intstackbase:
.type g_fiqstackbase, object
g_fiqstac
davids5 commented on pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714417476
@masayuki2009 Thank you for the PR and all the information on what was done.
Would you please add some back ground as to why these changes are needed?
-
masayuki2009 commented on pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714427977
> @masayuki2009 Thank you for the PR and all the information on what was
done. Would you please add some back ground as to why these changes are needed?
@davi
masayuki2009 edited a comment on pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714427977
> @masayuki2009 Thank you for the PR and all the information on what was
done. Would you please add some back ground as to why these changes are needed?
masayuki2009 edited a comment on pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#issuecomment-714427977
> @masayuki2009 Thank you for the PR and all the information on what was
done. Would you please add some back ground as to why these changes are needed?
yamt opened a new pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063
## Summary
Fix libcxx for sim/macOS
## Impact
## Testing
helloxx
cxxtest
This is an automated message from
yamt opened a new pull request #2064:
URL: https://github.com/apache/incubator-nuttx/pull/2064
For NuttX, it should always be 16.
## Summary
## Impact
## Testing
This is an automated message from
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 8bd163325b9865e95ea9423228542c0a901980b5
Author: dongjiuzhu
AuthorDate: Sat Sep 26 18:25:43 2020 +0800
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d1f82ce Revert "sched: Call up_[use|create]_stack after
nxtask_setup_scheduler"
new fa09c6a drive
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit a3f978da025e91bb44344b89a3026548d8c494eb
Author: dongjiuzhu
AuthorDate: Mon Oct 19 21:30:22 2020 +0800
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit fa09c6a8bc98be155611a4e3047c46a88e56a79f
Author: dongjiuzhu
AuthorDate: Mon Oct 19 21:24:13 2020 +0800
v01d merged pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039
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 g
v01d commented on pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-714487641
Ok, I agree with your approach. I just merged.
This is an automated message from the Apache Git Service.
To
v01d merged pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045
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 g
v01d commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714490221
Sure, we can change that later. I'll merge this.
Will linkcheck fail CI if it finds errors or will it print a warning?
-
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 8bd1633 sensor: add wtgahrs2 init and enable config
add c412021 Docs: Bump version of pygments to
xiaoxiang781216 commented on pull request #1970:
URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-714491077
@yamt here is the patch:
https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3
This is a
v01d commented on pull request #2054:
URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714491803
I'm confused, was the description of the PR changed? I remember seeing it
was about supporting the colon syntax for custom boards.
---
xiaoxiang781216 edited a comment on pull request #1970:
URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-714491077
@yamt here is the patch:
https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3
Make.defs need a minor modification, I will move the C++ related s
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a commit to branch revert-2045-docfix
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit e1b440e1d8f7294bd1542956f038344a28832235
Author: Matias N
AuthorDate: Thu Oct 22 10:27:31 2020 -
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch revert-2045-docfix
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at ca87ef3 Revert "Docs: Bump version of pygments to get new GAS lexer"
This branch includes t
v01d commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714493508
It seems this broke CI. linkcheck is erroring the build while it is not
failing itself. Most likely linkcheck is not returning zero exit status.
I'll revert for now.
--
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a commit to branch revert-2045-docfix
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit ca87ef3732106ce739e17e73f05314c8118e8dbd
Author: Matias N
AuthorDate: Thu Oct 22 10:27:31 2020 -
xiaoxiang781216 edited a comment on pull request #1970:
URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-714491077
@yamt here is the patch:
https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3
Make.defs need a minor modification, I will move the C++ related s
v01d edited a comment on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714493508
It seems this broke CI. linkcheck is erroring the build while it is not
failing itself. Most likely linkcheck is not returning zero exit status.
I can open a rever
xiaoxiang781216 opened a new pull request #2065:
URL: https://github.com/apache/incubator-nuttx/pull/2065
## Summary
will provide the real implementation later
## Impact
## Testing
This is an automate
v01d commented on pull request #1661:
URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-714504392
Ok, I'll open the PR later today, thanks. I think I may have fixed the same
error myself.
This is an autom
yamt commented on pull request #2065:
URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714509515
my understanding is that:
* this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined
* _LIBCPP_HAS_QUICK_EXIT should not be defined for nuttx
am i missing som
Ouss4 commented on pull request #2054:
URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714513751
> I'm confused, was the description of the PR changed? I remember seeing it
was about supporting the colon syntax for custom boards.
@liuguo09 decided to only includ
v01d commented on pull request #2054:
URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714515356
Ah, I understand now, thanks. So the configure syntax for custom boards will
now accept the colon variant?
Ouss4 commented on pull request #2054:
URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714521972
> Ah, I understand now, thanks. So the configure syntax for custom boards
will now accept the colon variant?
No, he removed this part.
He only kept the ability to
v01d commented on pull request #2054:
URL: https://github.com/apache/incubator-nuttx/pull/2054#issuecomment-714522591
Ah, great. Thanks for the explanation.
This is an automated message from the Apache Git Service.
To respond
v01d merged pull request #2054:
URL: https://github.com/apache/incubator-nuttx/pull/2054
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 g
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 23cd1e0 Docs: Fix broken links and references in docs
add f2d9f5c configure.sh: update custom boar
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 23cd1e0 Docs: Fix broken links and references in docs
add f2d9f5c configure.sh: update custom boar
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 23cd1e0 Docs: Fix broken links and references in docs
add f2d9f5c configure.sh: update custom boar
xiaoxiang781216 merged pull request #2062:
URL: https://github.com/apache/incubator-nuttx/pull/2062
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
btashton commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714537716
Let me take a look. The CI passed here.
This is an automated message from the Apache Git Service.
To re
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 c39e380 freedom-k64f/demo: Enable E
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 23cd1e0 Docs: Fix broken links and references in docs
add f2d9f5c configure.sh: update custom boar
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 23cd1e0 Docs: Fix broken links and references in docs
add f2d9f5c configure.sh: update custom boar
v01d commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714539967
Yes, it is strange, on other PRs it seems to work.
This is an automated message from the Apache Git Service
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 c39e380 freedom-k64f/demo: Enable E
btashton commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714545686
Issue is this for GitHub
https://github.com/sphinx-doc/sphinx/issues/7388
I can add GitHub to the skipped pattern for now or we can see how it goes.
Alternativ
v01d commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714551104
We can wait and see if you want. Otherwise making it into a warning sounds a
good idea as I don't think a broken link should block a PR.
--
rzr opened a new pull request #2066:
URL: https://github.com/apache/incubator-nuttx/pull/2066
It was tested using:
nsh> ifconfig
eth0Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at DOWN
inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0
All flags are
btashton commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-714555980
I just worry that if it is not an error it will go unnoticed and unfixed 😕.
If we see it again let's just add the `|| true` to the end as a work around.
The probl
btashton commented on pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049#issuecomment-714562028
Sill not quite right there are a bunch of merges.
Try this:
```
git fetch origin
git rebase -i origin/master
```
This assumes that `origin` is
daniel-p-carvalho commented on pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049#issuecomment-714596905
Hi @btashton , thanks for the help I am moving this change to a new
branch. Doing this I hope that the PR will be more clean and easy to review.
-
hartmannathan opened a new pull request #2067:
URL: https://github.com/apache/incubator-nuttx/pull/2067
## Summary
arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h,
arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h:
* Fix nxstyle errors.
#
xiaoxiang781216 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510279488
##
File path: arch/arm/src/armv7-a/smp.h
##
@@ -58,7 +58,7 @@
#define SMP_STACK_MASK 7
#define SMP_STACK_SIZE ((CONFIG_SMP_I
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 c39e380 freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ
add e2274a4 freedom-k64f/demo: Support Ether
xiaoxiang781216 merged pull request #2066:
URL: https://github.com/apache/incubator-nuttx/pull/2066
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
daniel-p-carvalho closed pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
xiaoxiang781216 commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714616908
@yamt please try https://github.com/xiaoxiang781216/incubator-nuttx/tree/cpp3
it can build and run on wsl.
---
daniel-p-carvalho opened a new pull request #2068:
URL: https://github.com/apache/incubator-nuttx/pull/2068
## Summary
* Add option to start adc at setup
* Add option to cofigure ADC resolution
* Add option to cofigure ADC sample time
* Add option to cofigure ADC DMA
xiaoxiang781216 commented on pull request #434:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/434#issuecomment-714619945
Let's merge this patch since the kernel side is already merged.
This is an automated message
xiaoxiang781216 merged pull request #434:
URL: https://github.com/apache/incubator-nuttx-apps/pull/434
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
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 60342ec testing/sensortest: ad
xiaoxiang781216 commented on pull request #2065:
URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714627078
> my understanding is that:
>
> * this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined
> * _LIBCPP_HAS_QUICK_EXIT should not be defined for nuttx
xiaoxiang781216 edited a comment on pull request #2065:
URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714627078
> my understanding is that:
>
> * this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined
> * _LIBCPP_HAS_QUICK_EXIT should not be defined for
btashton commented on pull request #434:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/434#issuecomment-714632664
Thanks guys. I know I asked a lot of questions, but only because I think
this is the way forward.
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 e2274a4 freedom-k64f/demo: Support Ethernet
add f9a6988 tiva/cc13x2_cc26x2: Fix nxstyle errors
No
xiaoxiang781216 merged pull request #2067:
URL: https://github.com/apache/incubator-nuttx/pull/2067
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Ouss4 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510375552
##
File path: arch/arm/src/armv7-m/gnu/arm_exception.S
##
@@ -321,9 +322,9 @@ exception_common:
.bss
.global g_intstackalloc
rzr opened a new pull request #2069:
URL: https://github.com/apache/incubator-nuttx/pull/2069
Usage:
nsh> ifconfig
eth0Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at UP
inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0
nsh> renew eth0
Ouss4 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510375552
##
File path: arch/arm/src/armv7-m/gnu/arm_exception.S
##
@@ -321,9 +322,9 @@ exception_common:
.bss
.global g_intstackalloc
acassis commented on pull request #2068:
URL: https://github.com/apache/incubator-nuttx/pull/2068#issuecomment-714710040
Hi @daniel-p-carvalho please update your defconfig, it is reporting error
This is an automated message f
daniel-p-carvalho commented on pull request #2068:
URL: https://github.com/apache/incubator-nuttx/pull/2068#issuecomment-714771098
@acassis I don't know what is the problem with defconfig file. It was
generated by menuconfig.
---
yamt commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714794005
@xiaoxiang781216 what's wsl?
This is an automated message from the Apache Git Service.
To respond to the me
v01d opened a new pull request #2070:
URL: https://github.com/apache/incubator-nuttx/pull/2070
## Summary
This PR includes initial work by @btashton (seen in #1661) and work I done
on top of that myself (thus this supersedes #1661).
Brennan's initial work layed the ground work for
v01d commented on pull request #2070:
URL: https://github.com/apache/incubator-nuttx/pull/2070#issuecomment-714800577
I'll leave this as draft for now since I know it needs a bit more work to be
ready for merge, but I would still like for it to be reviewed and hopefully
someone can test ho
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510517612
##
File path: arch/arm/src/armv7-a/arm_assert.c
##
@@ -265,24 +265,10 @@ static void up_dumpstate(void)
if (sp > istackbase - istacksize
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510518398
##
File path: arch/arm/src/armv7-a/smp.h
##
@@ -58,7 +58,7 @@
#define SMP_STACK_MASK 7
#define SMP_STACK_SIZE ((CONFIG_SMP_IDLE
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510525031
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -261,7 +261,8 @@ arm_vectorirq:
/* Call arm_decodeirq() on the interrupt stack
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510525078
##
File path: arch/arm/src/armv7-a/arm_vectors.S
##
@@ -1004,7 +1005,8 @@ arm_vectorfiq:
#if CONFIG_ARCH_INTERRUPTSTACK > 7
setfiq
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510528620
##
File path: arch/arm/src/armv8-m/arm_lazyexception.S
##
@@ -210,6 +210,7 @@ exception_common:
*/
setintstack r2, r3
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510528690
##
File path: arch/arm/src/armv8-m/arm_exception.S
##
@@ -213,6 +213,7 @@ exception_common:
*/
setintstack r2, r3
+
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510531250
##
File path: arch/arm/src/armv6-m/arm_exception.S
##
@@ -153,6 +153,7 @@ exception_common:
#if CONFIG_ARCH_INTERRUPTSTACK > 3
ldr
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510531423
##
File path: arch/arm/src/armv7-m/gnu/arm_exception.S
##
@@ -197,7 +197,8 @@ exception_common:
* here prohibits nested interrupts w
masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510518398
##
File path: arch/arm/src/armv7-a/smp.h
##
@@ -58,7 +58,7 @@
#define SMP_STACK_MASK 7
#define SMP_STACK_SIZE ((CONFIG_SMP_IDLE
yamt commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714839517
@xiaoxiang781216 i tested the latest version of this PR on ubuntu as well.
This is an automated message fro
xiaoxiang781216 commented on pull request #2065:
URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714864328
We already implement quick_exit/at_quick_exit in local repo, but hasn't
enough free time to upstream yet. This patch just let people can work with
libcxx before
xiaoxiang781216 commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-714865371
> @xiaoxiang781216 what's wsl?
The fast way run Ubuntu on Windows
https://docs.microsoft.com/en-us/windows/wsl/install-win10
but the real Ubuntu shoul
xiaoxiang781216 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510560007
##
File path: arch/arm/src/armv7-m/gnu/arm_exception.S
##
@@ -321,9 +322,9 @@ exception_common:
.bss
.global g_intstackall
xiaoxiang781216 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510560312
##
File path: arch/arm/src/armv7-a/arm_assert.c
##
@@ -265,24 +265,10 @@ static void up_dumpstate(void)
if (sp > istackbase - istacks
1 - 100 of 130 matches
Mail list logo