[GitHub] [incubator-nuttx] Apache9 commented on issue #1954: IP clearance checks via CI

2020-10-12 Thread GitBox
Apache9 commented on issue #1954: URL: https://github.com/apache/incubator-nuttx/issues/1954#issuecomment-706919511 The approach is great @yy-gu . Let's move forward and get some progress first. In general, the only risk is that, at last we have too many files with ambiguity and we

[GitHub] [incubator-nuttx] jerpelea merged pull request #1956: Update spresense configs

2020-10-12 Thread GitBox
jerpelea merged pull request #1956: URL: https://github.com/apache/incubator-nuttx/pull/1956 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] 01/02: boards: spresense: Add CONFIG_ARCH_INTERRUPTSTACK=2048 to wifi and wifi_smp

2020-10-12 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 commit b592228cea5894f03728747705d428a10f9481b5 Author: Masayuki Ishikawa AuthorDate: Fri Oct 9 15:14:47 2020 +0900

[incubator-nuttx] branch master updated (55b9f04 -> 7be1739)

2020-10-12 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 55b9f04 tiva: Fix nxstyle warnings new b592228 boards: spresense: Add CONFIG_ARCH_INTERRUPTSTACK=20

[incubator-nuttx] branch master updated (55b9f04 -> 7be1739)

2020-10-12 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 55b9f04 tiva: Fix nxstyle warnings new b592228 boards: spresense: Add CONFIG_ARCH_INTERRUPTSTACK=20

[incubator-nuttx] 02/02: boards: spresense: Add graphics demos to wifi and wifi_smp

2020-10-12 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 commit 7be1739b418d004975ab4e2e77998299a784f410 Author: Masayuki Ishikawa AuthorDate: Fri Oct 9 15:26:56 2020 +0900

[incubator-nuttx] 01/02: boards: spresense: Add CONFIG_ARCH_INTERRUPTSTACK=2048 to wifi and wifi_smp

2020-10-12 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 commit b592228cea5894f03728747705d428a10f9481b5 Author: Masayuki Ishikawa AuthorDate: Fri Oct 9 15:14:47 2020 +0900

[incubator-nuttx] 02/02: boards: spresense: Add graphics demos to wifi and wifi_smp

2020-10-12 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 commit 7be1739b418d004975ab4e2e77998299a784f410 Author: Masayuki Ishikawa AuthorDate: Fri Oct 9 15:26:56 2020 +0900

[GitHub] [incubator-nuttx] donghengqaz commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
donghengqaz commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503234502 ## File path: arch/xtensa/src/esp32/esp32_spi.c ## @@ -861,11 +866,43 @@ static void esp32_spi_dma_exchange(FAR struct esp32_spi_priv_s *priv

[GitHub] [incubator-nuttx] donghengqaz commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
donghengqaz commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503234857 ## File path: arch/xtensa/src/esp32/esp32_spi.c ## @@ -861,11 +866,43 @@ static void esp32_spi_dma_exchange(FAR struct esp32_spi_priv_s *priv

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

2020-10-12 Thread GitBox
Ouss4 commented on pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-707085261 The conflicts have been resolved and the comments addressed. Can we please give it a look and hopefully a merge?

[GitHub] [incubator-nuttx] donghengqaz commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
donghengqaz commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503230467 ## File path: arch/xtensa/src/common/xtensa_createstack.c ## @@ -73,6 +73,18 @@ #define STACK_ALIGN_DOWN(a) ((a) & ~STACK_ALIGN_MASK) #defin

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
Ouss4 commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503267566 ## File path: arch/xtensa/src/common/xtensa_createstack.c ## @@ -73,6 +73,18 @@ #define STACK_ALIGN_DOWN(a) ((a) & ~STACK_ALIGN_MASK) #define STAC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
Ouss4 commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503269300 ## File path: arch/xtensa/src/esp32/esp32_spi.c ## @@ -861,11 +866,43 @@ static void esp32_spi_dma_exchange(FAR struct esp32_spi_priv_s *priv,

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
Ouss4 commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503285365 ## File path: arch/xtensa/src/common/xtensa_createstack.c ## @@ -73,6 +73,18 @@ #define STACK_ALIGN_DOWN(a) ((a) & ~STACK_ALIGN_MASK) #define STAC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
Ouss4 commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503308160 ## File path: arch/xtensa/src/common/xtensa_createstack.c ## @@ -73,6 +73,18 @@ #define STACK_ALIGN_DOWN(a) ((a) & ~STACK_ALIGN_MASK) #define STAC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1958: xtensa/esp32: When PSRAM is enabled allow drivers and tasks to allocate memory from a separate internal memory

2020-10-12 Thread GitBox
Ouss4 commented on a change in pull request #1958: URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503308289 ## File path: arch/xtensa/src/esp32/esp32_spi.c ## @@ -861,11 +866,43 @@ static void esp32_spi_dma_exchange(FAR struct esp32_spi_priv_s *priv,

[GitHub] [incubator-nuttx] johannes-nivus commented on pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
johannes-nivus commented on pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900#issuecomment-707143269 I'm back in business. Sorry for the delay. I left the alignment checks in either coloration and checking. I know they aren't needed any more, but I'm not sure a

[GitHub] [incubator-nuttx] rzr opened a new pull request #1967: Close statement with semicolon in board_buttons

2020-10-12 Thread GitBox
rzr opened a new pull request #1967: URL: https://github.com/apache/incubator-nuttx/pull/1967 More changes to come Change-Id: Ie60fd97083c4bc1b5b631d2e812b93bff304760a Signed-off-by: Philippe Coval ## Summary ## Impact ## Testing

[GitHub] [incubator-nuttx] rzr opened a new pull request #1968: freedom-k64f: Declare missing NUM_BUTTONS

2020-10-12 Thread GitBox
rzr opened a new pull request #1968: URL: https://github.com/apache/incubator-nuttx/pull/1968 Change-Id: I99429d0e6d8bccc18358465eb192e739bf82881a Signed-off-by: Philippe Coval ## Summary ## Impact ## Testing

[GitHub] [incubator-nuttx] davids5 commented on pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
davids5 commented on pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900#issuecomment-707202248 @johannes-nivus - Thank you for working this in! Testing it now. It has fixed the issue: without 1faa99edd1b8b44183ec71125127863e60bbf9b5 ``` 222 100 FIFO

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
davids5 commented on a change in pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900#discussion_r503387000 ## File path: arch/arm/src/common/arm_checkstack.c ## @@ -55,17 +55,31 @@ #ifdef CONFIG_STACK_COLORATION +/**

[incubator-nuttx] branch master updated: freedom-k64f: Close statement with semicolon in board_buttons

2020-10-12 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 718d928 freedom-k64f: Close stateme

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1967: Close statement with semicolon in board_buttons

2020-10-12 Thread GitBox
xiaoxiang781216 merged pull request #1967: URL: https://github.com/apache/incubator-nuttx/pull/1967 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] btashton commented on pull request #1956: Update spresense configs

2020-10-12 Thread GitBox
btashton commented on pull request #1956: URL: https://github.com/apache/incubator-nuttx/pull/1956#issuecomment-707221377 @masayuki2009 is this stack change required for the wifi and if so should I backport it? Feel free to add the backport/10.0.0 label to any that are required that I mig

[GitHub] [incubator-nuttx] rzr opened a new pull request #1969: freedom-k64f: Init PWM only if enabled

2020-10-12 Thread GitBox
rzr opened a new pull request #1969: URL: https://github.com/apache/incubator-nuttx/pull/1969 Aligned to k28f. Change-Id: I1b384ee69dd1b87268545ef6343acc63f29b2ae6 Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr Signed-off-by: Philippe Coval ## Summary

[GitHub] [incubator-nuttx] btashton commented on pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
btashton commented on pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900#issuecomment-707227076 @davids5 I put the label on it, so assuming we merge this in I'll open the backport PR along with the other ones this evening.

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1970: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

2020-10-12 Thread GitBox
xiaoxiang781216 opened a new pull request #1970: URL: https://github.com/apache/incubator-nuttx/pull/1970 ## Summary ## Impact Switch rc1 to official release(11.0.0). ## Testing This is an automated messa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1968: freedom-k64f: Declare missing NUM_BUTTONS

2020-10-12 Thread GitBox
xiaoxiang781216 merged pull request #1968: URL: https://github.com/apache/incubator-nuttx/pull/1968 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 (718d928 -> a377c74)

2020-10-12 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 718d928 freedom-k64f: Close statement with semicolon in board_buttons add 0081b75 freedom-k64f: De

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #423: system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM

2020-10-12 Thread GitBox
xiaoxiang781216 opened a new pull request #423: URL: https://github.com/apache/incubator-nuttx-apps/pull/423 ## Summary follow up the kernel side change ## Impact No, just Kconfig change. ## Testing ---

[GitHub] [incubator-nuttx] johannes-nivus commented on a change in pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
johannes-nivus commented on a change in pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900#discussion_r503422106 ## File path: arch/arm/src/common/arm_checkstack.c ## @@ -78,34 +92,34 @@ static size_t do_stackcheck(uintptr_t alloc, size_t size); *

[GitHub] [incubator-nuttx] johannes-nivus commented on a change in pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
johannes-nivus commented on a change in pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900#discussion_r503422106 ## File path: arch/arm/src/common/arm_checkstack.c ## @@ -78,34 +92,34 @@ static size_t do_stackcheck(uintptr_t alloc, size_t size); *

[GitHub] [incubator-nuttx] rzr opened a new pull request #1971: freedom-k64f: Include kinetis.h for resources macros

2020-10-12 Thread GitBox
rzr opened a new pull request #1971: URL: https://github.com/apache/incubator-nuttx/pull/1971 Change-Id: I37560525678b820668abcb6e4aae93b978797066 Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr Signed-off-by: Philippe Coval r...@users.sf.net ## Summary ##

[incubator-nuttx] branch master updated (a377c74 -> dd7b5cb)

2020-10-12 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a377c74 freedom-k64f: Lint code for checkpatch add dd7b5cb ARM stack fix: Same boundary calculation

[incubator-nuttx] branch master updated: freedom-k64f: Init PWM only if enabled

2020-10-12 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 cabaa10 freedom-k64f: Init PWM only

[GitHub] [incubator-nuttx] davids5 merged pull request #1900: ARM stack fix: Same boundary calculation in do_stackcheck and stack_color.

2020-10-12 Thread GitBox
davids5 merged pull request #1900: URL: https://github.com/apache/incubator-nuttx/pull/1900 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] xiaoxiang781216 merged pull request #1969: freedom-k64f: Init PWM only if enabled

2020-10-12 Thread GitBox
xiaoxiang781216 merged pull request #1969: URL: https://github.com/apache/incubator-nuttx/pull/1969 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: freedom-k64f: Include kinetis.h for resources macros

2020-10-12 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 b76b3b6 freedom-k64f: Include kinet

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1971: freedom-k64f: Include kinetis.h for resources macros

2020-10-12 Thread GitBox
xiaoxiang781216 merged pull request #1971: URL: https://github.com/apache/incubator-nuttx/pull/1971 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] Ouss4 merged pull request #1970: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

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

[incubator-nuttx] branch master updated: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

2020-10-12 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 c67da1d libxx: Switch the package

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

2020-10-12 Thread GitBox
hartmannathan opened a new pull request #1972: URL: https://github.com/apache/incubator-nuttx/pull/1972 ## Summary arch/arm/src/tiva/cc13xx/cc13xx_prcm.h: * Fix nxstyle warnings. No functional changes. ## Impact Removes nxstyle errors. ## Testing

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #1973: [BACKPORT-1941]esp32_intdecode.c: Don't clear A2, the mask argument is passed in that register

2020-10-12 Thread GitBox
Ouss4 opened a new pull request #1973: URL: https://github.com/apache/incubator-nuttx/pull/1973 ## Summary This PR backports #1941 ## Impact N/A ## Testing N/A This is an automated message from the Apache G

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #1974: [BACKPORT-1900]ARM stack fix

2020-10-12 Thread GitBox
Ouss4 opened a new pull request #1974: URL: https://github.com/apache/incubator-nuttx/pull/1974 ## Summary This backports #1900 ## Impact N/A ## Testing N/A This is an automated message from the Ap

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #1939: Add cxd56xx intstack for SMP

2020-10-12 Thread GitBox
Ouss4 commented on pull request #1939: URL: https://github.com/apache/incubator-nuttx/pull/1939#issuecomment-707344230 This is more of an added feature. @masayuki2009 @btashton do you want to backport it? This is an automa

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

2020-10-12 Thread GitBox
Ouss4 opened a new pull request #1975: URL: https://github.com/apache/incubator-nuttx/pull/1975 ## Summary This backport #1949 ## Impact N/A ## Testing N/A This is an automated message from the Apache G

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1939: Add cxd56xx intstack for SMP

2020-10-12 Thread GitBox
masayuki2009 commented on pull request #1939: URL: https://github.com/apache/incubator-nuttx/pull/1939#issuecomment-707393327 > This is more of an added feature. > @masayuki2009 @btashton do you want to backport it? Actually it's an added feature. So I think we don't need to bac

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #1939: Add cxd56xx intstack for SMP

2020-10-12 Thread GitBox
masayuki2009 edited a comment on pull request #1939: URL: https://github.com/apache/incubator-nuttx/pull/1939#issuecomment-707393327 > This is more of an added feature. > @masayuki2009 @btashton do you want to backport it? @ouss4 @btashton Actually it's an added feature. So

[GitHub] [incubator-nuttx] btashton commented on pull request #1939: Add cxd56xx intstack for SMP

2020-10-12 Thread GitBox
btashton commented on pull request #1939: URL: https://github.com/apache/incubator-nuttx/pull/1939#issuecomment-707394061 Great. I removed the label. This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1956: Update spresense configs

2020-10-12 Thread GitBox
masayuki2009 commented on pull request #1956: URL: https://github.com/apache/incubator-nuttx/pull/1956#issuecomment-707394977 > @masayuki2009 is this stack change required for the wifi and if so should I backport it? Feel free to add the backport/10.0.0 label to any that are required that

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1972: tiva: Fix nxstyle warnings

2020-10-12 Thread GitBox
xiaoxiang781216 merged pull request #1972: URL: https://github.com/apache/incubator-nuttx/pull/1972 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: tiva: Fix nxstyle warnings

2020-10-12 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 78049d4 tiva: Fix nxstyle warnings

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #424: interpreters/wamr: This requires CLOCK_MONOTONIC to build

2020-10-12 Thread GitBox
yamt opened a new pull request #424: URL: https://github.com/apache/incubator-nuttx-apps/pull/424 ## Summary just be explicit about a prerequisite ## Impact ## Testing sim build on macos. (with some other patches)

[GitHub] [incubator-nuttx] yamt opened a new pull request #1976: include/nuttx/lib/math.h: Add signbit

2020-10-12 Thread GitBox
yamt opened a new pull request #1976: URL: https://github.com/apache/incubator-nuttx/pull/1976 ## Summary Add signbit, which is C99. ## Impact ## Testing build-tested apps/interpreters/wamr for sim on macOS (it fails without this patch) --

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #424: interpreters/wamr: This requires CLOCK_MONOTONIC to build

2020-10-12 Thread GitBox
jerpelea merged pull request #424: URL: https://github.com/apache/incubator-nuttx-apps/pull/424 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

[GitHub] [incubator-nuttx] jerpelea merged pull request #1976: include/nuttx/lib/math.h: Add signbit

2020-10-12 Thread GitBox
jerpelea merged pull request #1976: URL: https://github.com/apache/incubator-nuttx/pull/1976 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: include/nuttx/lib/math.h: Add signbit

2020-10-12 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 f9475df include/nuttx/lib/math.h: Ad

[incubator-nuttx-apps] branch master updated (f4b0f9e -> 46650ff)

2020-10-12 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from f4b0f9e wireless: gs2200m: Fix recvfrom_reques() in gs2200m_main.c add 46650ff interpreters/wa

[GitHub] [incubator-nuttx] rzr opened a new pull request #1977: freedom-k64f: Support raw binary firmware format

2020-10-12 Thread GitBox
rzr opened a new pull request #1977: URL: https://github.com/apache/incubator-nuttx/pull/1977 Then it can easly deployed using USB masstorage (same as on embed) Signed-off-by: Philippe Coval Change-Id: I62381d3f571fbc6e4716fa01d6974954f9193075 ## Summary ## Impact

[GitHub] [incubator-nuttx] cwespressif opened a new pull request #1978: xtensa/esp32: Add power management of deep-sleep

2020-10-12 Thread GitBox
cwespressif opened a new pull request #1978: URL: https://github.com/apache/incubator-nuttx/pull/1978 ## Summary Add power management of deep-sleep. ## Impact Device enters deep-sleep to effectively save power consumption. ## Testing ESP32 ULP Kit (with ESP