btashton commented on pull request #1970:
URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-711126399
@Ouss4 What do you think about including this in the 10.0.0 release. Seems
like it would be best to ship with the release instead of the RC
--
Ouss4 commented on pull request #1970:
URL: https://github.com/apache/incubator-nuttx/pull/1970#issuecomment-711126626
> @Ouss4 What do you think about including this in the 10.0.0 release.
Seems like it would be best to ship with the release instead of the RC
@btashton That makes s
btashton opened a new pull request #2019:
URL: https://github.com/apache/incubator-nuttx/pull/2019
## Summary
Backport #1970
Switch the package downloading from 11.0.0.rc1 to 11.0.0
## Impact
## Testing
--
masayuki2009 commented on pull request #2014:
URL: https://github.com/apache/incubator-nuttx/pull/2014#issuecomment-711136748
> > @masayuki2009 is the use of `XXX_intstack_base()` in SMP case correct in
XXX_dumpstate?
> > I based my change on other architectures, but it looks as if "base
Ouss4 commented on pull request #2014:
URL: https://github.com/apache/incubator-nuttx/pull/2014#issuecomment-711139881
> However, I also noticed that arm_intstack_base() for imx6 and cxd56xx were
incorrect.
Currently they return "bottom" of the interrupt stack for the current CPU.
So
Ouss4 edited a comment on pull request #2014:
URL: https://github.com/apache/incubator-nuttx/pull/2014#issuecomment-711139881
> However, I also noticed that arm_intstack_base() for imx6 and cxd56xx were
incorrect.
Currently they return "bottom" of the interrupt stack for the current CPU.
Ouss4 merged pull request #2019:
URL: https://github.com/apache/incubator-nuttx/pull/2019
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.0 by this push:
new 0c2f2f2 libxx: Swit
rzr opened a new pull request #2020:
URL: https://github.com/apache/incubator-nuttx/pull/2020
This will suppress a warning.
For some reason if declared weak,
it's not properly resolved at runtime,
this will need more investigations, any clues ?
Change-Id: I3cc3b7d145c7b32
xiaoxiang781216 opened a new pull request #2021:
URL: https://github.com/apache/incubator-nuttx/pull/2021
## Summary
## Impact
## Testing
This is an automated message from the Apache Git Service.
To resp
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 d5be1ac Revert PR #2009
add 08c1e4a freedom-k64f: Declare k64_i2cdev_initialize function
add
xiaoxiang781216 merged pull request #2020:
URL: https://github.com/apache/incubator-nuttx/pull/2020
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 opened a new pull request #2022:
URL: https://github.com/apache/incubator-nuttx/pull/2022
## Summary
1.Add the idle stack base as The first field of .Lstkinit
2.Make g_idle_topstack point to the end of the idle stack
## Impact
Fix the error in ARMV7-A SMP
YuuichiNakamura commented on a change in pull request #429:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/429#discussion_r507155706
##
File path: system/sched_note/note_main.c
##
@@ -457,6 +457,7 @@ static void dump_notes(size_t nread)
{
xiaoxiang781216 commented on pull request #2022:
URL: https://github.com/apache/incubator-nuttx/pull/2022#issuecomment-711208606
Note: this PR also fix the idle thread stack overlap between cpu0 and cpu1.
This is an automated
xiaoxiang781216 opened a new pull request #2023:
URL: https://github.com/apache/incubator-nuttx/pull/2023
## Summary
since the Native Linux support could be reused for this case:
https://lists.apache.org/thread.html/r315682ed20bbeb2f1403cf592f892ef009274423189ffc5b3841a6a9%40%3Cdev.nu
diegoherranz opened a new pull request #2024:
URL: https://github.com/apache/incubator-nuttx/pull/2024
Bitbucket links replaced with github ones.
A few further manual link fixes.
Thanks!
This is an automated
hartmannathan opened a new pull request #2025:
URL: https://github.com/apache/incubator-nuttx/pull/2025
## Summary
arch/arm/src/tiva/hardware/tiva_adc.h,
arch/arm/src/tiva/hardware/tiva_ssi.h:
* Fix nxstyle errors.
## Impact
Removes nxstyle errors.
#
hartmannathan commented on pull request #2024:
URL: https://github.com/apache/incubator-nuttx/pull/2024#issuecomment-711271450
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please l
hartmannathan merged pull request #2024:
URL: https://github.com/apache/incubator-nuttx/pull/2024
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 54bb982 freedom-k64f: Lint freedom-k64f.h
add 77160c7 Documentation: replace bitbucket links w
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 54bb982 freedom-k64f: Lint freedom-k64f.h
add 77160c7 Documentation: replace bitbucket links w
xiaoxiang781216 opened a new pull request #2026:
URL: https://github.com/apache/incubator-nuttx/pull/2026
## Summary
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
## Impact
## Testing
-
btashton commented on pull request #2026:
URL: https://github.com/apache/incubator-nuttx/pull/2026#issuecomment-711294012
Something is not right here a bunch of images are showing up modified.
This is an automated message fro
xiaoxiang781216 opened a new pull request #2027:
URL: https://github.com/apache/incubator-nuttx/pull/2027
## Summary
1.note, socketcan and syslog should put into driver section
2.nsh should put into application section
## Impact
## Testing
--
xiaoxiang781216 merged pull request #2025:
URL: https://github.com/apache/incubator-nuttx/pull/2025
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 f10261f Documentation/quickstart/debugging: fix micro-ros tutorial
link
add a066186 tiva/cc13xx:
xiaoxiang781216 commented on pull request #2026:
URL: https://github.com/apache/incubator-nuttx/pull/2026#issuecomment-711324646
Thanks, @btashton, the problem is fixed.
This is an automated message from the Apache Git Servic
btashton merged pull request #2026:
URL: https://github.com/apache/incubator-nuttx/pull/2026
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
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from a066186 tiva/cc13xx: Fix nxstyle errors
add 598e3ee Documentation: Remove all tail spaces from *.rs
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 598e3ee Documentation: Remove all tail spaces from *.rst and *.html
add 302d4da Documentation: Move
btashton merged pull request #2027:
URL: https://github.com/apache/incubator-nuttx/pull/2027
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
btashton merged pull request #2021:
URL: https://github.com/apache/incubator-nuttx/pull/2021
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
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 55aff27 Documentation: Reorder Documentation/index.rst
add 4f1f25b Documentation: Remove the wrong
btashton merged pull request #2023:
URL: https://github.com/apache/incubator-nuttx/pull/2023
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
btashton commented on pull request #2023:
URL: https://github.com/apache/incubator-nuttx/pull/2023#issuecomment-711370949
I agree, especially since WSL2 IS Linux there is really no reason to have
the extra logic here.
This i
btashton edited a comment on pull request #2023:
URL: https://github.com/apache/incubator-nuttx/pull/2023#issuecomment-711370949
I agree, especially since WSL2 IS Linux there is really no reason to have
the extra logic here. WSL1 was somewhere in the middle, so it made some sense.
--
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from e537790 Documentation: Fix the broken link in introduction/
add a49a3ea tools: Remove the special h
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from e537790 Documentation: Fix the broken link in introduction/
add a49a3ea tools: Remove the special h
btashton opened a new issue #2028:
URL: https://github.com/apache/incubator-nuttx/issues/2028
This is something that I have mulled about a few times. It would really be
nice to be able to eventually add a GDB server stub for NuttX to improve
application debugging and ptrace would move us
btashton commented on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711374310
@patacongo is this something you have ever looked into?
This is an automated message from the Apache Git Se
patacongo commented on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711383517
> @patacongo is this something you have ever looked into?
Not me personally, but this was something that
--
patacongo edited a comment on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711383517
> @patacongo is this something you have ever looked into?
Not me personally, but this was something that David Alessio was always
interested in pursuing in th
patacongo edited a comment on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711383517
> @patacongo is this something you have ever looked into?
Not me personally, but this was something that David Alessio was always
interested in pursuing in th
patacongo commented on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711390641
In additional to a ptrace system call you need a GDB server. Zephyr has
there own: https://github.com/intel/zephyr/blob/master/subsys/debug/gdb_server.c
patacongo edited a comment on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711390641
In additional to a ptrace system call you need a GDB server. Zephyr has
there own: https://github.com/intel/zephyr/blob/master/subsys/debug/gdb_server.c
But
btashton commented on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711397612
My thought here is more around when I want work on developing an application
or exercising a driver interface from userspace usually with the kernel I
already have my jlink
patacongo commented on pull request #2016:
URL: https://github.com/apache/incubator-nuttx/pull/2016#issuecomment-711398850
One thing that we could to ameliorate the problem would be to and STM32L4
common driver directory. These licensing problem applies only to STM32L4.
boards/a
btashton commented on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711400179
> In additional to a ptrace system call you need a GDB server. Zephyr has
there own: https://github.com/intel/zephyr/blob/master/subsys/debug/gdb_server.c
>
> But may
patacongo commented on issue #2028:
URL:
https://github.com/apache/incubator-nuttx/issues/2028#issuecomment-711404530
> This is an area of Linux kernel that I never really explored.
I have worked with ptrace under Linux before, but not for years. Not since
the 2.4-2.6 timeframe.
btashton opened a new issue #2029:
URL: https://github.com/apache/incubator-nuttx/issues/2029
The PR I submitted to pygments for fixing the rendering of intimidates in
GAS ARM assembly is not part of the 2.7.0 release, so we should refresh the
dependencies.
https://github.com/pygments/
rzr opened a new pull request #2030:
URL: https://github.com/apache/incubator-nuttx/pull/2030
Change-Id: I0c9f8903513fdbce05e9dc03a3b6c772f6920002
Bug: https://github.com/apache/incubator-nuttx/pull/1999
Signed-off-by: Philippe Coval
## Summary
## Impact
## Testin
diegoherranz opened a new pull request #2031:
URL: https://github.com/apache/incubator-nuttx/pull/2031
- Add mentions to SWD
- Sony's OpenOCD fork no longer needed since Nuttx support was merged
upstream
on http://openocd.zylin.com/#/c/4103/. Recommended to build from source or
use
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from a49a3ea tools: Remove the special handle for Ubuntu under Windows 10
add 80be4a5 freedom-k64f:
hartmannathan merged pull request #2030:
URL: https://github.com/apache/incubator-nuttx/pull/2030
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
hartmannathan commented on a change in pull request #2031:
URL: https://github.com/apache/incubator-nuttx/pull/2031#discussion_r507250392
##
File path: Documentation/quickstart/debugging.rst
##
@@ -89,28 +89,31 @@ You can put a bunch of these into a simple script to
configure
patacongo commented on a change in pull request #2031:
URL: https://github.com/apache/incubator-nuttx/pull/2031#discussion_r507265234
##
File path: Documentation/quickstart/debugging.rst
##
@@ -89,28 +89,31 @@ You can put a bunch of these into a simple script to
configure the
masayuki2009 commented on pull request #2022:
URL: https://github.com/apache/incubator-nuttx/pull/2022#issuecomment-711451347
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, pleas
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 80be4a5 freedom-k64f: Fix k64_buttons.c
add 525f6da arch/armv7-a: Fix the wrong idle stack setup fo
masayuki2009 merged pull request #2022:
URL: https://github.com/apache/incubator-nuttx/pull/2022
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
masayuki2009 commented on pull request #2022:
URL: https://github.com/apache/incubator-nuttx/pull/2022#issuecomment-711451527
@xiaoxiang781216
Shall we backport this PR to 10.0.0?
This is an automated message from the
masayuki2009 commented on pull request #2014:
URL: https://github.com/apache/incubator-nuttx/pull/2014#issuecomment-711456957
> > However, I also noticed that arm_intstack_base() for imx6 and cxd56xx
were incorrect.
> > Currently they return "bottom" of the interrupt stack for the curren
xiaoxiang781216 commented on pull request #2022:
URL: https://github.com/apache/incubator-nuttx/pull/2022#issuecomment-711472767
> @xiaoxiang781216
> Shall we backport this PR to 10.0.0?
Sure, I add backport/10.0.0 label.
--
masayuki2009 commented on pull request #1893:
URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-711476115
Hi @donghengqaz,
I confirmed that esp32-core:wapi works with the latest upstream.
However, I noticed that the following message are shown in the console.
xiaoxiang781216 opened a new pull request #2032:
URL: https://github.com/apache/incubator-nuttx/pull/2032
## Summary
to better align with the custom arch, boards and drivers naming convention
## Impact
## Testing
donghengqaz commented on pull request #1893:
URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-711489218
> Hi @donghengqaz,
>
> I confirmed that esp32-core:wapi works with the latest upstream.
> However, I noticed that the following message are shown in the cons
xiaoxiang781216 opened a new pull request #431:
URL: https://github.com/apache/incubator-nuttx-apps/pull/431
## Summary
Unify the naming convention.
## Impact
None.
## Testing
This is an automated
xiaoxiang781216 opened a new pull request #2033:
URL: https://github.com/apache/incubator-nuttx/pull/2033
## Summary
Unify the naming convention.
## Impact
## Testing
This is an automated message from
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch bp-2022
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at 108f544 arch/armv7-a: Fix the wrong idle stack setup for SMP case
This branch includes the following ne
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch bp-2022
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 108f544d7f2ca6121437c83b14e5a2e7ff88a103
Author: Xiang Xiao
AuthorDate: Sun Oct 18 21:33:12 2020 +0800
btashton opened a new pull request #2034:
URL: https://github.com/apache/incubator-nuttx/pull/2034
## Summary
Backport #2022
1.Get the stack pointer from sp instead of .Lstkinit's field
2.Make g_idle_topstack point to the end of the idle stack
btashton commented on pull request #2033:
URL: https://github.com/apache/incubator-nuttx/pull/2033#issuecomment-711589319
@xiaoxiang781216
What do you want to do about the kconfig changes? We need to either update
the defconfigs or leave them as is
```
==
btashton commented on a change in pull request #431:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/431#discussion_r507473847
##
File path: README.md
##
@@ -182,8 +182,8 @@ A: Here are three:
custom apps directory as necessary.
This is documented in `
btashton opened a new issue #432:
URL: https://github.com/apache/incubator-nuttx-apps/issues/432
For example:
_Originally posted by @btashton in
https://github.com/apache/incubator-nuttx-apps/pull/431#r507473847_
This
btashton merged pull request #431:
URL: https://github.com/apache/incubator-nuttx-apps/pull/431
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
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 7588d45 Remove trace command description
new 8a63e58 Change all 'Nuttx' to 'NuttX'
new 83
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 8375a2177e5ed35039f2abea8ee2d30de13edc5e
Author: Xiang Xiao
AuthorDate: Mon Oct 19 11:43:29 2020 +0800
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 8a63e58936d92488ea7a70a810767d4e7703af4a
Author: Xiang Xiao
AuthorDate: Mon Oct 19 11:14:35 2020 +0800
xiaoxiang781216 merged pull request #2017:
URL: https://github.com/apache/incubator-nuttx/pull/2017
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on pull request #2033:
URL: https://github.com/apache/incubator-nuttx/pull/2033#issuecomment-711612553
> @xiaoxiang781216
> What do you want to do about the kconfig changes? We need to either update
the defconfigs or leave them as is
>
> ```
>
==
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 0c2f2f2 libxx: Switch the package downloading from 11.0.0.rc1 to
11.0.0
add 4b77732 arch:
jerpelea commented on pull request #2034:
URL: https://github.com/apache/incubator-nuttx/pull/2034#issuecomment-711651490
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
xiaoxiang781216 commented on a change in pull request #2027:
URL: https://github.com/apache/incubator-nuttx/pull/2027#discussion_r507513151
##
File path: Documentation/components/drivers/special/index.rst
##
@@ -22,9 +22,11 @@ following section.
.. toctree::
:caption: Suppo
83 matches
Mail list logo