[GitHub] [incubator-nuttx-apps] YuuichiNakamura opened a new pull request #421: Add task trace support

2020-10-07 Thread GitBox
YuuichiNakamura opened a new pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421 ## Summary This PR adds "trace" command for task trace. - Currently the documentation is available at https://github.com/YuuichiNakamura/nuttx-task-tracer-doc/blob/master/N

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1933: Add support to PSRAM using SPIRAM interface

2020-10-07 Thread GitBox
Ouss4 commented on a change in pull request #1933: URL: https://github.com/apache/incubator-nuttx/pull/1933#discussion_r500896345 ## File path: arch/xtensa/src/esp32/esp32_psram.c ## @@ -0,0 +1,1713 @@ +/**

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #421: Add task trace support

2020-10-07 Thread GitBox
patacongo commented on pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#issuecomment-704923872 I don't believe that this should be a part of NSH. NSH is a thin shell, like Bash, with a few simple built-in functions but its primary purpose is to interact wit

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-07 Thread GitBox
Ouss4 commented on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-704926068 Now that the release branch was created, can we give this another look please? This is an automated messa

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704926804 @justinmclean Can you please clarify this. Particularly the phrase "ASF projects also can't have a dependancy on GPL code either." > > Just trying to unders

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo edited a comment on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704926804 @justinmclean Can you please clarify this. Particularly the phrase "ASF projects also can't have a dependancy on GPL code either." > > Just trying to

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #1933: Add support to PSRAM using SPIRAM interface

2020-10-07 Thread GitBox
acassis commented on a change in pull request #1933: URL: https://github.com/apache/incubator-nuttx/pull/1933#discussion_r501009747 ## File path: arch/xtensa/src/esp32/esp32_psram.c ## @@ -0,0 +1,1713 @@ +/

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #1946: tiva/lm3s: Fix nxstyle warnings

2020-10-07 Thread GitBox
hartmannathan opened a new pull request #1946: URL: https://github.com/apache/incubator-nuttx/pull/1946 ## Summary arch/arm/src/tiva/lm/lm3s_gpio.c: * Fix nxstyle warnings. No functional changes. arch/arm/src/tiva/lm/lm3s_gpio.h: * Fix nxstyle warnings. No

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
btashton commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704986713 There are lot of other Apache projects that support being built with non allowed code such as some intel and Nvidia libraries. It is my understanding that the Apach

[incubator-nuttx] branch master updated: tiva/lm3s: Fix nxstyle warnings

2020-10-07 Thread acassis
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 8eec165 tiva/lm3s: Fix nxstyle warnin

[GitHub] [incubator-nuttx] acassis merged pull request #1946: tiva/lm3s: Fix nxstyle warnings

2020-10-07 Thread GitBox
acassis merged pull request #1946: URL: https://github.com/apache/incubator-nuttx/pull/1946 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

[incubator-nuttx] 02/02: arch/xtensa/src/esp32: Add a way to retrieve reset cause.

2020-10-07 Thread acassis
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 commit caa945cb249efa17dfd4ca9fba6cf11c83e6265b Author: Abdelatif Guettouche AuthorDate: Tue Sep 29 15:50:12 2020 +01

[incubator-nuttx] 01/02: arch/xtensa/esp32: Implement system reset. Both CPUs are soft-reset with a call to board_reset. This is actually a Core Reset, so both cores and all registers are reset. The

2020-10-07 Thread acassis
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 commit c20c8c6dd5bf40058ef78ad761833a55014d9c06 Author: Abdelatif Guettouche AuthorDate: Tue Sep 29 14:38:32 2020 +01

[incubator-nuttx] branch master updated (8eec165 -> caa945c)

2020-10-07 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 8eec165 tiva/lm3s: Fix nxstyle warnings new c20c8c6 arch/xtensa/esp32: Implement system reset. Both

[incubator-nuttx] branch master updated (caa945c -> d1225f3)

2020-10-07 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from caa945c arch/xtensa/src/esp32: Add a way to retrieve reset cause. new efb2fd5 arch/xtensa/src/esp32/

[incubator-nuttx] 04/04: arch/xtensa/src/esp32: Use the same function numbering as the TRM.

2020-10-07 Thread acassis
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 commit d1225f3110b06c2c740357f4f00d8f9a92ef1825 Author: Abdelatif Guettouche AuthorDate: Mon Oct 5 11:38:06 2020 +010

[GitHub] [incubator-nuttx] acassis merged pull request #1942: ESP32: Implement BASIC reset logic

2020-10-07 Thread GitBox
acassis merged pull request #1942: URL: https://github.com/apache/incubator-nuttx/pull/1942 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

[incubator-nuttx] 02/04: arch/xtensa/src/esp32/esp32_gpio: Function "SPECIAL" doesn't exist. All pads go through the same GPIO matrix to select one of the 6 possible functions.

2020-10-07 Thread acassis
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 commit 564237a602e1c8cf60bea58c34dcb7a0a15466c8 Author: Abdelatif Guettouche AuthorDate: Mon Oct 5 10:54:48 2020 +010

[GitHub] [incubator-nuttx] acassis merged pull request #1943: ESP32: Fix and clean some corners of GPIOs configuration.

2020-10-07 Thread GitBox
acassis merged pull request #1943: URL: https://github.com/apache/incubator-nuttx/pull/1943 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

[incubator-nuttx] 03/04: arch/xtensa/src/esp32/esp32_gpio.c: When configuring a pin pad, set the function first, if no function was assigned, fall back to the GPIO function.

2020-10-07 Thread acassis
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 commit 5593683552720bbeec0c6f04830da6295cae6520 Author: Abdelatif Guettouche AuthorDate: Mon Oct 5 11:31:41 2020 +010

[incubator-nuttx] 01/04: arch/xtensa/src/esp32/esp32_gpio.c: GPIO20 is not available.

2020-10-07 Thread acassis
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 commit efb2fd5e4b63964cd74f6869061bfe285ec1b281 Author: Abdelatif Guettouche AuthorDate: Sun Oct 4 00:12:17 2020 +010

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo edited a comment on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704926804 @justinmclean Can you please clarify this. Particularly the phrase "ASF projects also can't have a dependancy on GPL code either." > > Just trying to

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704996917 > > > There are lot of other Apache projects that support being built with non allowed code such as some intel and Nvidia libraries. It is my understanding

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo edited a comment on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704996917 > > > There are lot of other Apache projects that support being built with non allowed code such as some intel and Nvidia libraries. It is my underst

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo edited a comment on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-704996917 > > > There are lot of other Apache projects that support being built with non allowed code such as some intel and Nvidia libraries. It is my underst

[incubator-nuttx] branch master updated (d1225f3 -> 232aa62)

2020-10-07 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from d1225f3 arch/xtensa/src/esp32: Use the same function numbering as the TRM. add 232aa62 Add supp

[GitHub] [incubator-nuttx] Ouss4 merged pull request #1933: Add support to PSRAM using SPIRAM interface

2020-10-07 Thread GitBox
Ouss4 merged pull request #1933: URL: https://github.com/apache/incubator-nuttx/pull/1933 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

[GitHub] [incubator-nuttx] acassis merged pull request #1945: xtensa/esp32: Added Timer Support

2020-10-07 Thread GitBox
acassis merged pull request #1945: URL: https://github.com/apache/incubator-nuttx/pull/1945 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

[incubator-nuttx] branch master updated: xtensa/esp32: Added Timer Support

2020-10-07 Thread acassis
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 0faf861 xtensa/esp32: Added Timer Sup

[incubator-nuttx] branch master updated: xtensa/esp32: Added Timer Support

2020-10-07 Thread acassis
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 0faf861 xtensa/esp32: Added Timer Sup

[GitHub] [incubator-nuttx] v01d commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-10-07 Thread GitBox
v01d commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-705082784 Update on this work: I made several improvements to the link-layer and feels much more robust now. However I realized that to be of any use I need to support link-layer encrypt

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1947: arch: esp32: Fix crash on startup

2020-10-07 Thread GitBox
masayuki2009 commented on pull request #1947: URL: https://github.com/apache/incubator-nuttx/pull/1947#issuecomment-705188874 @acassis This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1947: arch: esp32: Fix crash on startup

2020-10-07 Thread GitBox
masayuki2009 opened a new pull request #1947: URL: https://github.com/apache/incubator-nuttx/pull/1947 ## Summary - This commit fixes crash on startup introduced by commit 232aa62f03 ## Impact - Affects all use cases for esp32 ## Testing - Tested with esp32

[GitHub] [incubator-nuttx-apps] justinmclean commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
justinmclean commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705201917 Proprietary licenses like some Intel and Nvidia ones are different are in general not compatible with the Apache license as they add restrictions above and beyo

[GitHub] [incubator-nuttx-apps] justinmclean commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
justinmclean commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705204694 Now in general using non compatible licenses for testing is fine as no incapable nothing ends up in the final source or binary release. e.g JUnit But it seem li

[GitHub] [incubator-nuttx-apps] justinmclean commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
justinmclean commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705205518 Here's the main information on GPL (and other Category X) licenses. https://www.apache.org/legal/resolved.html#prohibited -

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705206129 > Category X license dependancies are allowed if the feature is truely optional and the user need to install that themselves. See https://www.apache.org/legal/reso

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
btashton commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705206185 Thanks @justinmclean yeah I had been watching the MXNet conversation. Here I think we meet the Optional definition in that link. In this case a user would ena

[incubator-nuttx] branch master updated: arch: esp32: Fix crash on startup

2020-10-07 Thread acassis
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 6232e7f arch: esp32: Fix crash on sta

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705209930 > > > Now in general using non compatible licenses for testing is fine as no incapable nothing ends up in the final source or binary release. e.g JUnit But

[GitHub] [incubator-nuttx] acassis merged pull request #1947: arch: esp32: Fix crash on startup

2020-10-07 Thread GitBox
acassis merged pull request #1947: URL: https://github.com/apache/incubator-nuttx/pull/1947 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #410: Add LTP support

2020-10-07 Thread GitBox
patacongo edited a comment on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705209930 > > > Now in general using non compatible licenses for testing is fine as no incapable nothing ends up in the final source or binary release. e.g JUn

[GitHub] [incubator-nuttx-apps] justinmclean commented on pull request #410: Add LTP support

2020-10-07 Thread GitBox
justinmclean commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705215655 That all sounds fine to me, thanks for the explanation. This is an automated message from the A

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #1948: ESP32: Fixes the GPIO's function mask test

2020-10-07 Thread GitBox
Ouss4 opened a new pull request #1948: URL: https://github.com/apache/incubator-nuttx/pull/1948 ## Summary This PR fixes the test for function mask and also adapts the newest PSRAM to the configgpio change. ## Impact Fixes a bug in GPIO function mask. ## Testing e

[GitHub] [incubator-nuttx] yamt opened a new pull request #1949: sim: Fix make export

2020-10-07 Thread GitBox
yamt opened a new pull request #1949: URL: https://github.com/apache/incubator-nuttx/pull/1949 Namely, don't forget to generate nuttx-names.dat. ## Summary fix an error during "make export" for sim ## Impact "make export" on clean tree can produce the zip now. ## T

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-07 Thread GitBox
masayuki2009 commented on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-705254004 > Now that the release branch was created, can we give this another look please? @Ouss4 I think you need to resolve conflicts. -

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-07 Thread GitBox
masayuki2009 edited a comment on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-705254004 > Now that the release branch was created, can we give this another look please? @Ouss4 I think you need to resolve conflicts to be merged. -

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-07 Thread GitBox
masayuki2009 commented on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705259301 @xiaoxiang781216 As long as I checked the latest upstream, I think the issue does not relate to SMP. Actually the issue happens with lm3s6965-ek:discover

[GitHub] [incubator-nuttx-apps] YuuichiNakamura commented on pull request #421: Add task trace support

2020-10-07 Thread GitBox
YuuichiNakamura commented on pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#issuecomment-705261540 > I don't believe that this should be a part of NSH. NSH is a thin shell, like Bash, with a few simple built-in functions but its primary purpose is to inter

[incubator-nuttx] 02/02: arch/xtensa/src/esp/esp32/esp32_gpio.c: Fix the function's mask test condition and the functions' values.

2020-10-07 Thread masayuki
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 commit 605a49e9af09ab0c0b4866aee5b4526f65b367ce Author: Abdelatif Guettouche AuthorDate: Thu Oct 8 00:47:34 2020 +01

[incubator-nuttx] branch master updated (6232e7f -> 605a49e)

2020-10-07 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 6232e7f arch: esp32: Fix crash on startup new 0fdf9c7 arch/xtensa/src/esp32/esp32_psram.c: Adapt co

[incubator-nuttx] 01/02: arch/xtensa/src/esp32/esp32_psram.c: Adapt configgpio to the latest change.

2020-10-07 Thread masayuki
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 commit 0fdf9c7368fc29acc672fdf70fdf5d260340d19b Author: Abdelatif Guettouche AuthorDate: Thu Oct 8 00:47:12 2020 +01

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #1948: ESP32: Fixes the GPIO's function mask test

2020-10-07 Thread GitBox
masayuki2009 merged pull request #1948: URL: https://github.com/apache/incubator-nuttx/pull/1948 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

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1950: Fix spresense smp

2020-10-07 Thread GitBox
masayuki2009 opened a new pull request #1950: URL: https://github.com/apache/incubator-nuttx/pull/1950 ## Summary - This PR consists of two commits. - cxd56_cpupause.c During Wi-Fi audio streaming test, I noticed data corruption in tcb Finally, I found an issue in IRQ request

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1950: Fix spresense smp

2020-10-07 Thread GitBox
masayuki2009 commented on pull request #1950: URL: https://github.com/apache/incubator-nuttx/pull/1950#issuecomment-705340388 @jerpelea This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1949: sim: Fix make export

2020-10-07 Thread GitBox
xiaoxiang781216 merged pull request #1949: URL: https://github.com/apache/incubator-nuttx/pull/1949 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (605a49e -> c7865dd)

2020-10-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 605a49e arch/xtensa/src/esp/esp32/esp32_gpio.c: Fix the function's mask test condition and the function

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-07 Thread GitBox
xiaoxiang781216 commented on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705357685 > @xiaoxiang781216 > > As long as I checked the latest upstream, I think the issue does not relate to SMP. Yes, it isn't SMP specific. SMP just expo

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-07 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705357685 > @xiaoxiang781216 > > As long as I checked the latest upstream, I think the issue does not relate to SMP. Yes, it isn't SMP specific. SMP ju

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-07 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705357685 > @xiaoxiang781216 > > As long as I checked the latest upstream, I think the issue does not relate to SMP. Yes, it isn't SMP specific. SMP ju

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-07 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705357685 > @xiaoxiang781216 > > As long as I checked the latest upstream, I think the issue does not relate to SMP. Yes, it isn't SMP specific. SMP ju

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #421: Add task trace support

2020-10-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r500839342 ## File path: nshlib/nsh_command.c ## @@ -518,6 +518,18 @@ static const struct cmdmap_s g_cmdmap[] = { "time", cmd_time, 2,

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1951: sched: task: Fix nxtask_exit() for SMP

2020-10-07 Thread GitBox
masayuki2009 opened a new pull request #1951: URL: https://github.com/apache/incubator-nuttx/pull/1951 ## Summary - During Wi-Fi audio streaming test, I found a deadlock in nxtask_exit() - Actually, nxtask_exit() was called and tried to enter critical section - In enter_critical

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1951: sched: task: Fix nxtask_exit() for SMP

2020-10-07 Thread GitBox
masayuki2009 commented on pull request #1951: URL: https://github.com/apache/incubator-nuttx/pull/1951#issuecomment-705371524 @patacongo Could you please review this PR? This is an automated message from the Apache Gi