[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1693: sim/Make.defs: add -fvisibility=hidden to CFLAGS

2020-09-08 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1693: URL: https://github.com/apache/incubator-nuttx/pull/1693#discussion_r484704496 ## File path: arch/sim/src/nuttx-names.in ## @@ -34,190 +34,72 @@ NXSYMBOLS(__cxa_atexit) NXSYMBOLS(__errno) NXSYMBOLS(_exit) -NXSYMBOL

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1731: note: Rename note driver to noteram driver

2020-09-08 Thread GitBox
xiaoxiang781216 opened a new pull request #1731: URL: https://github.com/apache/incubator-nuttx/pull/1731 ## Summary to reflect this is just a normal note driver with ram buffer ## Impact ## Testing T

[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
no1wudi opened a new pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378 ## Summary Introduce wasm3 WebAssembly runtime support, with baisc test utility. ## Impact None ## Testing Tested on stm32 ---

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
xiaoxiang781216 commented on a change in pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#discussion_r484882626 ## File path: interpreters/wasm3/.gitignore ## @@ -0,0 +1,2 @@ +wasm3* +*.tar.gz Review comment: add a newline ---

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

2020-09-08 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r484884535 ## File path: arch/arm/src/common/arm_initialize.c ## @@ -163,6 +164,10 @@ void up_initialize(void) note_register(); /* Non-standa

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
patacongo commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-688879055 wasm3 has an MIT license. The MIT license is compatible with Apache, but don't you think we should at least let the user know that the resulting binaries follow M

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #1732: tiva: tiva_timerlow32.c: Fix nxstyle warnings

2020-09-08 Thread GitBox
hartmannathan opened a new pull request #1732: URL: https://github.com/apache/incubator-nuttx/pull/1732 ## Summary arch/arm/src/tiva/common/tiva_timerlow32.c: * Fix nxstyle warnings. No functional changes. ## Impact ## Testing Ran nxstyle

[GitHub] [incubator-nuttx] patacongo commented on pull request #1726: nRF52: extend systimer support

2020-09-08 Thread GitBox
patacongo commented on pull request #1726: URL: https://github.com/apache/incubator-nuttx/pull/1726#issuecomment-64714 > @patacongo ok, I see why this is now, there's a "hack" in place that keeps the timer running. > I don't really understand the explanation. I guess it refers to a p

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #1721: Update tiva_timerlow32.c

2020-09-08 Thread GitBox
hartmannathan commented on pull request #1721: URL: https://github.com/apache/incubator-nuttx/pull/1721#issuecomment-64885 I opened [PR-1732](https://github.com/apache/incubator-nuttx/pull/1732) to fix the nxstyle issues in this file. After that's merged please rebase this change and l

[GitHub] [incubator-nuttx] v01d commented on pull request #1726: nRF52: extend systimer support

2020-09-08 Thread GitBox
v01d commented on pull request #1726: URL: https://github.com/apache/incubator-nuttx/pull/1726#issuecomment-68715 > > @patacongo ok, I see why this is now, there's a "hack" in place that keeps the timer running. > > I don't really understand the explanation. I guess it refers to a p

[GitHub] [incubator-nuttx] v01d opened a new issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
v01d opened a new issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733 When NuttX is configure in tickless mode, the scheduling timer will continue to run even when there is a single task and no timeouts are pending. This means that unless the processor goes to sleep (th

[GitHub] [incubator-nuttx] davids5 commented on pull request #1693: sim/Make.defs: add -fvisibility=hidden to CFLAGS

2020-09-08 Thread GitBox
davids5 commented on pull request #1693: URL: https://github.com/apache/incubator-nuttx/pull/1693#issuecomment-688895130 @GUIDINGLI - just curious can you use --wrap or weak to accomplish this? This is an automated message f

[GitHub] [incubator-nuttx] patacongo commented on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
patacongo commented on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688904848 This only applies to round robin scheduling, correct? Changing this could be quite complex in the SMP case. -

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
patacongo edited a comment on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688904848 This only applies to round robin scheduling, correct? Changing this could be quite complex in the SMP case. Is it a work around to (1) make sure that all tas

[GitHub] [incubator-nuttx] v01d commented on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
v01d commented on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688911864 I have really no idea, my understanding of this part of NuttX is very limited. This is an automated message fr

[GitHub] [incubator-nuttx] v01d commented on pull request #1726: nRF52: extend systimer support

2020-09-08 Thread GitBox
v01d commented on pull request #1726: URL: https://github.com/apache/incubator-nuttx/pull/1726#issuecomment-688921942 regarding this PR: I asked for @raiden00pl for review but he may not be available. Anyone else willing to review this?

[GitHub] [incubator-nuttx] patacongo commented on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
patacongo commented on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688924086 > This only applies to round robin scheduling, correct? Changing this could be quite complex in the SMP case. > > Is it a work around to (1) make sure that all t

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
patacongo edited a comment on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688924086 > This only applies to round robin scheduling, correct? Changing this could be quite complex in the SMP case. > > Is it a work around to (1) make sure that al

[GitHub] [incubator-nuttx] patacongo commented on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
patacongo commented on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688932789 > > > I have really no idea, my understanding of this part of NuttX is very limited. And my memory is very limited. People think that because I wrote most o

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1733: tickless mode: allow scheduling timer to stop when not needed

2020-09-08 Thread GitBox
patacongo edited a comment on issue #1733: URL: https://github.com/apache/incubator-nuttx/issues/1733#issuecomment-688932789 > > > I have really no idea, my understanding of this part of NuttX is very limited. And my memory is very limited. People think that because I wrote

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1693: sim/Make.defs: add -fvisibility=hidden to CFLAGS

2020-09-08 Thread GitBox
xiaoxiang781216 commented on pull request #1693: URL: https://github.com/apache/incubator-nuttx/pull/1693#issuecomment-688959129 > @GUIDINGLI - just curious can you use --wrap or weak to accomplish this? 1. The problem just exist in sim arch, it isn't good to add weak for the common

[incubator-nuttx] branch master updated: tiva: tiva_timerlow32.c: Fix nxstyle warnings

2020-09-08 Thread xiaoxiang
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 835d394 tiva: tiva_timerlow32.c: Fi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1732: tiva: tiva_timerlow32.c: Fix nxstyle warnings

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

[GitHub] [incubator-nuttx-website] btashton opened a new pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
btashton opened a new pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31 ## Summary Add documentation to the README on triggering the deployment workflow. This is an automated message from

[GitHub] [incubator-nuttx-website] btashton commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
btashton commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-688988398 @adamfeuer @v01d @Ouss4 since you all have been helping out with the documentation I figured I should point you at this and add it to the README.

[GitHub] [incubator-nuttx-website] adamfeuer commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
adamfeuer commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-689006862 Thanks @btashton – this is what we run to deploy the website, including documentation, is that right? ---

[GitHub] [incubator-nuttx-website] btashton commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
btashton commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-689007749 yeah eventually this trigger will get called from the OS CI, but we need secrets configured for that and INFRA was looking into it so it is a quick manual step for

[GitHub] [incubator-nuttx-website] btashton edited a comment on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
btashton edited a comment on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-689007749 yeah eventually this trigger will get called from the OS CI, but we need secrets configured for that and INFRA was looking into it so it is a quick manual s

[GitHub] [incubator-nuttx-website] adamfeuer commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
adamfeuer commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-689008900 @btashton Cool, thank you. LGTM. 👍 This is an automated message from the Apache Git Service. To

[incubator-nuttx-website] branch master updated: CI: Add documentation on triggering the workflow

2020-09-08 Thread protobits
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-website.git The following commit(s) were added to refs/heads/master by this push: new d943dbf CI: Add documentati

[GitHub] [incubator-nuttx-website] v01d merged pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-08 Thread GitBox
v01d merged pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31 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

[incubator-nuttx-website] branch asf-site updated: Publishing web: d943dbfa7cf7717df328bbef871cb50d2725b0fe docs: 835d394856090e7e6ba1f14e58b29593bb4396c7

2020-09-08 Thread github-bot
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 ab58e5f Publishing web

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
xiaoxiang781216 commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-689039586 How about we mark the license in Kconfig like this: ``` config INTERPRETERS_WASM3 tristate "WASM3 Webassembly Runtime(MIT)" default n

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
btashton commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-689069427 > How about we mark the license in Kconfig like this: > > ``` > config INTERPRETERS_WASM3 >tristate "WASM3 Webassembly Runtime(MIT)" >default

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
patacongo commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-689086308 > Another option in this vain would be to have an allowed licences Kconfig where we would fail the build if a non-allowed license was enabled. We could also make t

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
btashton commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-689090787 I'm just extrapolating from my experience with Yocto and Buildroot for Linux. With those you can limit the acceptable licenses and also get the License files for t

[GitHub] [incubator-nuttx] davids5 opened a new pull request #1734: Allow dma capable to be permissive

2020-09-08 Thread GitBox
davids5 opened a new pull request #1734: URL: https://github.com/apache/incubator-nuttx/pull/1734 ## Summary A driver passing a buffer that is aligned and sized on d-cache bounders but does not used the full extent of the buffer will fail the dma_capable test and in a debug build DEBU

[GitHub] [incubator-nuttx] davids5 commented on pull request #1734: Allow dma capable to be permissive

2020-09-08 Thread GitBox
davids5 commented on pull request #1734: URL: https://github.com/apache/incubator-nuttx/pull/1734#issuecomment-689110385 Please ignore (or suggest a remedy) for the alignment of the braces. It looks fine to me, but the ifdef must be screwing with the detection. ---

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
v01d commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-689123824 Maybe something useful would be to set a configuration value indicating the "clean" licensing status of a build so that on a binary you can check if the build includes

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #378: interpreters: Initial wasm3 WebAssembly runtime support

2020-09-08 Thread GitBox
patacongo commented on pull request #378: URL: https://github.com/apache/incubator-nuttx-apps/pull/378#issuecomment-689165225 > > > Maybe something useful would be to set a configuration value indicating the "clean" licensing status of a build so that on a binary you can check if

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #1734: Allow dma capable to be permissive

2020-09-08 Thread GitBox
ghn-certi commented on a change in pull request #1734: URL: https://github.com/apache/incubator-nuttx/pull/1734#discussion_r485231824 ## File path: arch/arm/src/stm32h7/Kconfig ## @@ -1684,6 +1684,16 @@ config STM32H7_DMACAPABLE Drivers then may use this informa

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

2020-09-08 Thread GitBox
YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r485280871 ## File path: arch/arm/src/common/arm_initialize.c ## @@ -163,6 +164,10 @@ void up_initialize(void) note_register(); /* Non-standa

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1731: note: Rename note driver to noteram driver

2020-09-08 Thread GitBox
YuuichiNakamura commented on a change in pull request #1731: URL: https://github.com/apache/incubator-nuttx/pull/1731#discussion_r485282212 ## File path: drivers/note/noteram_driver.c ## @@ -0,0 +1,477 @@ +/***

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

2020-09-08 Thread GitBox
YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r485284736 ## File path: drivers/note/note_driver.c ## @@ -384,6 +472,69 @@ static ssize_t note_read(FAR struct file *filep, FAR char *buffer, re

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1731: note: Rename note driver to noteram driver

2020-09-08 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1731: URL: https://github.com/apache/incubator-nuttx/pull/1731#discussion_r485308531 ## File path: drivers/note/noteram_driver.c ## @@ -0,0 +1,477 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1721: Update tiva_timerlow32.c

2020-09-08 Thread GitBox
xiaoxiang781216 commented on pull request #1721: URL: https://github.com/apache/incubator-nuttx/pull/1721#issuecomment-689271597 @hartmannathan PR need rebase not merge. This is an automated message from the Apache Git Servic

[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #379: build: Make file extensions of assembly configurable

2020-09-08 Thread GitBox
no1wudi opened a new pull request #379: URL: https://github.com/apache/incubator-nuttx-apps/pull/379 ## Summary Some project (like wasm-micro-runtime) use .s instead of .S as assembly file suffix, this patch make the suffix configurable as CXXEXT ## Impact None ## Testing

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1735: arm: cxd56xx: Fix nvic settings for SMP

2020-09-08 Thread GitBox
masayuki2009 opened a new pull request #1735: URL: https://github.com/apache/incubator-nuttx/pull/1735 ## Summary - I noticed that ostest sometimes stops with DEBUGASSERT - Finally I found a bug that cpu1 can not disable interrupt - This commit initializes nvic to fix this bug

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1735: arm: cxd56xx: Fix nvic settings for SMP

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

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #379: build: Make file extensions of assembly configurable

2020-09-08 Thread GitBox
patacongo commented on pull request #379: URL: https://github.com/apache/incubator-nuttx-apps/pull/379#issuecomment-689302171 By convention, .s and .S files are normally different file types. .s is raw assembly code; .S files need to be run through the C pre-processor before being assemb

[GitHub] [incubator-nuttx] raiden00pl commented on a change in pull request #1726: nRF52: extend systimer support

2020-09-08 Thread GitBox
raiden00pl commented on a change in pull request #1726: URL: https://github.com/apache/incubator-nuttx/pull/1726#discussion_r485351122 ## File path: arch/arm/src/nrf52/nrf52_tickless_rtc.c ## @@ -0,0 +1,330 @@ +/**

[GitHub] [incubator-nuttx] Bhindhiya opened a new pull request #1736: RX65N Ethernet pre-check warnings resolved

2020-09-08 Thread GitBox
Bhindhiya opened a new pull request #1736: URL: https://github.com/apache/incubator-nuttx/pull/1736 Resolved RX65N pre-check warnings in rx65n_eth.c This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] jerpelea merged pull request #1735: arm: cxd56xx: Fix nvic settings for SMP

2020-09-08 Thread GitBox
jerpelea merged pull request #1735: URL: https://github.com/apache/incubator-nuttx/pull/1735 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

[incubator-nuttx] branch master updated: arm: cxd56xx: Fix nvic settings for SMP

2020-09-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 ce93fe7 arm: cxd56xx: Fix nvic setti

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1734: Allow dma capable to be permissive

2020-09-08 Thread GitBox
jerpelea commented on pull request #1734: URL: https://github.com/apache/incubator-nuttx/pull/1734#issuecomment-689338304 LGTM please fix CI error This is an automated message from the Apache Git Service. To respond to the me