[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #2243: libcxx: Update 0001-libcxx-Port-to-NuttX-https-nuttx.apache.org-RTOS.patch

2020-11-08 Thread GitBox
xiaoxiang781216 opened a new pull request #2243: URL: https://github.com/apache/incubator-nuttx/pull/2243 ## Summary All changes come from: from YAMAMOTO Takashi See the dissussion here: https://github.com/apache/incubator-nuttx/pull/2111 ## Impact ## Testing

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2111: LIBCXX related fixes

2020-11-08 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r519335662 ## File path: libs/libxx/libcxx-misc.patch ## @@ -0,0 +1,22 @@ +--- libcxx/src/locale.cpp.orig42020-10-23 07:25:28.0 +0900

[GitHub] [incubator-nuttx-apps] spiriou commented on a change in pull request #445: Android Debug Bridge daemon

2020-11-08 Thread GitBox
spiriou commented on a change in pull request #445: URL: https://github.com/apache/incubator-nuttx-apps/pull/445#discussion_r519422732 ## File path: system/adb/shell_exec_builtin.c ## @@ -0,0 +1,200 @@ +/*

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2244: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 Thread GitBox
hartmannathan opened a new pull request #2244: URL: https://github.com/apache/incubator-nuttx/pull/2244 ## Summary arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h: - Fix nxstyle errors. ## Impact Removes nxstyle errors. ## Testing nxst

[GitHub] [incubator-nuttx] juniskane opened a new pull request #2245: Minor typo and nxstyle fixes

2020-11-08 Thread GitBox
juniskane opened a new pull request #2245: URL: https://github.com/apache/incubator-nuttx/pull/2245 ## Summary Minor typo fixes and run few files through nxstyle ## Impact No functional change ## Testing T

[incubator-nuttx] branch master updated (ab176cf -> b23bca5)

2020-11-08 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 ab176cf sim: Enable required CONFIG_SIM_FRAMEBUFFER add b23bca5 libcxx: Update 0001-libcxx-Port-to-

[GitHub] [incubator-nuttx] acassis merged pull request #2243: libcxx: Update 0001-libcxx-Port-to-NuttX-https-nuttx.apache.org-RTOS.patch

2020-11-08 Thread GitBox
acassis merged pull request #2243: URL: https://github.com/apache/incubator-nuttx/pull/2243 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] acassis merged pull request #2242: xtensa/esp32: Watchdog support (MWDTs)

2020-11-08 Thread GitBox
acassis merged pull request #2242: URL: https://github.com/apache/incubator-nuttx/pull/2242 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 (b23bca5 -> b9d4401)

2020-11-08 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 b23bca5 libcxx: Update 0001-libcxx-Port-to-NuttX-https-nuttx.apache.org-RTOS.patch add b9d4401 xten

[GitHub] [incubator-nuttx] acassis commented on pull request #2224: xtensa/esp32: Add SPI Flash hardware encryption I/O support

2020-11-08 Thread GitBox
acassis commented on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-723609138 Hi @donghengqaz there are some conflicts with esp32_spiflash.c because recent modifications, please update it and submit again.

[GitHub] [incubator-nuttx-apps] acassis merged pull request #445: Android Debug Bridge daemon

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

[incubator-nuttx-apps] branch master updated (2e8f068 -> c1c488e)

2020-11-08 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-apps.git. from 2e8f068 examples/watchdog/watchdog_main.c: Elapsed var is now being updated through clock new

[incubator-nuttx-apps] 01/02: libuv: fix bugs and add partial pipe support

2020-11-08 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-apps.git commit efd81744d10c4e3895663e7c37b6fc9b588d8b37 Author: Simon Piriou AuthorDate: Mon Oct 26 11:39:28 2020 +0100

[incubator-nuttx-apps] 02/02: system: add Android Debug Bridge daemon

2020-11-08 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-apps.git commit c1c488e835f7433ddec4de57024a4e3444359f96 Author: Simon Piriou AuthorDate: Mon Oct 26 17:18:48 2020 +0100

[GitHub] [incubator-nuttx] juniskane opened a new pull request #2246: boards/sim/sim/sim/src/sim_touchscreen.c: add missing nx_disconnect

2020-11-08 Thread GitBox
juniskane opened a new pull request #2246: URL: https://github.com/apache/incubator-nuttx/pull/2246 ## Summary Adds one missing nx_disconnect() on error return path and one pthread_attr_destroy() (Latter not really needed on NuttX, but good style to include for portability and in case a

[GitHub] [incubator-nuttx] spiriou opened a new pull request #2247: Adb examples

2020-11-08 Thread GitBox
spiriou opened a new pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247 ## Summary Add defconfig examples to use Android Debug Bridge feature on sim and stm32/photon targets. ## Impact ## Testing --

[GitHub] [incubator-nuttx] yjdwbj opened a new issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
yjdwbj opened a new issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248 Hi, guys , I am test a nucleo-f767zi board, initialize with `tools/configure.sh nucleo-144:f767-netnsh`, and enabled all of debug options , but not have any debug info output. I hope someone who

[GitHub] [incubator-nuttx] btashton commented on issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
btashton commented on issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248#issuecomment-723638889 If I remember on this board with the configuration the link has to be up for it to get to the shell. Do you have ethernet cable plugged in? You are likely not seeing any de

[incubator-nuttx-website] branch master updated: Change all Nuttx to NuttX

2020-11-08 Thread btashton
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-website.git The following commit(s) were added to refs/heads/master by this push: new 5eb8540 Change all Nuttx to

[GitHub] [incubator-nuttx-website] btashton merged pull request #36: Change all Nuttx to NuttX

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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234

2020-11-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 2ed8ac2 Publishing web

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234

2020-11-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 2ed8ac2 Publishing web

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234

2020-11-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 2ed8ac2 Publishing web

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234

2020-11-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 2ed8ac2 Publishing web

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234

2020-11-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 2ed8ac2 Publishing web

[incubator-nuttx] branch master updated: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 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 3503098 tiva/cc13x2_cc26x2: Fix n

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2244: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 Thread GitBox
Ouss4 merged pull request #2244: URL: https://github.com/apache/incubator-nuttx/pull/2244 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] Ouss4 merged pull request #2245: Minor typo and nxstyle fixes

2020-11-08 Thread GitBox
Ouss4 merged pull request #2245: URL: https://github.com/apache/incubator-nuttx/pull/2245 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] 03/03: Fix some typos in comments

2020-11-08 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 commit ca7a7ccbeba7d5024e1eec61a353d676e0d9b63c Author: Juha Niskanen AuthorDate: Sun Nov 8 17:57:30 2020 +0200

[incubator-nuttx] 01/03: drivers/lcd/memlcd.c: fix typos and nxstyle

2020-11-08 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 commit 62d38c32e85635a8aeba7a5b81ef045f256dc675 Author: Juha Niskanen AuthorDate: Sun Nov 8 17:56:19 2020 +0200

[incubator-nuttx] branch master updated (3503098 -> ca7a7cc)

2020-11-08 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 3503098 tiva/cc13x2_cc26x2: Fix nxstyle errors new 62d38c3 drivers/lcd/memlcd.c: fix typos and n

[incubator-nuttx] 02/03: include/nuttx/net/netconfig.h: fix typos and nxstyle

2020-11-08 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 commit 70cbb7e5378657fd5327d7a68958ea2602070c50 Author: Juha Niskanen AuthorDate: Sun Nov 8 17:56:41 2020 +0200

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2244: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 Thread GitBox
btashton commented on a change in pull request #2244: URL: https://github.com/apache/incubator-nuttx/pull/2244#discussion_r519453012 ## File path: arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h ## @@ -728,12 +730,19 @@ #define FLASH_FTCTL_WDATA_BLK_CLR

[GitHub] [incubator-nuttx] acassis commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
acassis commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723647373 Is it failing in the "sim" ? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] acassis merged pull request #2246: boards/sim/sim/sim/src/sim_touchscreen.c: add missing nx_disconnect

2020-11-08 Thread GitBox
acassis merged pull request #2246: URL: https://github.com/apache/incubator-nuttx/pull/2246 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: boards/sim/sim/sim/src/sim_touchscreen.c: add missing nx_disconnect

2020-11-08 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 5849d88 boards/sim/sim/sim/src/sim_to

[GitHub] [incubator-nuttx] spiriou commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723648134 @acassis indeed, but I have no idea why yet ... This is an automated message from the Apache Git Service

[GitHub] [incubator-nuttx] spiriou edited a comment on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou edited a comment on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723648134 @acassis indeed. I added sim:adb config and it fails, but I have no idea why yet ... This is an

[GitHub] [incubator-nuttx] btashton commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723649152 @spiriou make distclean is leaving these files around ``` Untracked files: 339 (use "git add ..." to include in what will be committed) 340

[GitHub] [incubator-nuttx] spiriou commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723651121 > @spiriou make distclean is leaving these files around > > ``` > > Untracked files: > > 339 (use "git add ..." to include in what will be committed)

[GitHub] [incubator-nuttx] spiriou edited a comment on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou edited a comment on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723651121 > @spiriou make distclean is leaving these files around > > ``` > > Untracked files: > > 339 (use "git add ..." to include in what will be com

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on a change in pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#discussion_r519465091 ## File path: boards/sim/sim/sim/configs/adb/defconfig ## @@ -0,0 +1,113 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You ca

[GitHub] [incubator-nuttx] spiriou commented on a change in pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou commented on a change in pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#discussion_r519465659 ## File path: boards/sim/sim/sim/configs/adb/defconfig ## @@ -0,0 +1,113 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You can

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on a change in pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#discussion_r519466730 ## File path: boards/sim/sim/sim/configs/adb/defconfig ## @@ -0,0 +1,113 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You ca

[GitHub] [incubator-nuttx] spiriou commented on a change in pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou commented on a change in pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#discussion_r519466881 ## File path: boards/arm/stm32/photon/src/stm32_composite.c ## @@ -0,0 +1,162 @@ +/***

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on a change in pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#discussion_r519467270 ## File path: boards/sim/sim/sim/configs/adb/defconfig ## @@ -0,0 +1,113 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You ca

[GitHub] [incubator-nuttx] btashton commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723657228 Ok here is the issue. While you are correct that the `make distclean` does clean these files up, they are not in the gitignore which is required. You can see the buil

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton edited a comment on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723657228 Ok here is the issue. While you are correct that the `make distclean` does clean these files up, they are not in the gitignore which is required. You can see t

[GitHub] [incubator-nuttx] spiriou commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723658393 Thanks @btashton I'm submitting a PR in apps repo now This is an automated message from the Apache Git S

[GitHub] [incubator-nuttx] btashton opened a new pull request #2249: [BACKPORT #2241] Fix issue #2098 non functional sim:touchscreen

2020-11-08 Thread GitBox
btashton opened a new pull request #2249: URL: https://github.com/apache/incubator-nuttx/pull/2249 ## Summary Backports #2241 restore functionality of sim:touchscreen ## Testing Local functional testing of sim:touchscreen configuration -

[GitHub] [incubator-nuttx-apps] spiriou opened a new pull request #467: libuv/adb: add gitignore files

2020-11-08 Thread GitBox
spiriou opened a new pull request #467: URL: https://github.com/apache/incubator-nuttx-apps/pull/467 ## Summary Add missing gitignore files for libuv and adb builds ## Impact ## Testing This is an

[GitHub] [incubator-nuttx-apps] btashton merged pull request #467: libuv/adb: add gitignore files

2020-11-08 Thread GitBox
btashton merged pull request #467: URL: https://github.com/apache/incubator-nuttx-apps/pull/467 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-apps] btashton commented on pull request #467: libuv/adb: add gitignore files

2020-11-08 Thread GitBox
btashton commented on pull request #467: URL: https://github.com/apache/incubator-nuttx-apps/pull/467#issuecomment-723659309 I am going to just merge this, the CI is not going to catch anything and it will be further verified in the OS ci with the new configuration for adb. -

[incubator-nuttx-apps] branch master updated: libuv/adb: add gitignore files

2020-11-08 Thread btashton
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 The following commit(s) were added to refs/heads/master by this push: new a8a70f2 libuv/adb: add gitignor

[GitHub] [incubator-nuttx] btashton commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723659487 Thanks I just merged it. You might need to rebase/amend your last commit to trigger the change in the PR build. --

[GitHub] [incubator-nuttx] Ouss4 commented on issue #2238: make menuconfig got a lot of syntax error.

2020-11-08 Thread GitBox
Ouss4 commented on issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238#issuecomment-723660724 What board are you trying to build? I just tried one STM32L4 it's building fine. Please do the following: ``` ./tools/configure.sh -E stm32l476vg-disco:nsh make m

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #2244: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 Thread GitBox
hartmannathan commented on a change in pull request #2244: URL: https://github.com/apache/incubator-nuttx/pull/2244#discussion_r519476295 ## File path: arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h ## @@ -993,10 +1002,15 @@ #define FLASH_FSM_EXECUTE_SUSPEND_NO

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2250: tiva/cc13x2_cc26x2: Merge related comments

2020-11-08 Thread GitBox
hartmannathan opened a new pull request #2250: URL: https://github.com/apache/incubator-nuttx/pull/2250 ## Summary In arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h, merge comments when they are section separators for similar/related registers: - TIVA_FLASH_FWP

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #2244: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 Thread GitBox
hartmannathan commented on a change in pull request #2244: URL: https://github.com/apache/incubator-nuttx/pull/2244#discussion_r519477500 ## File path: arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h ## @@ -993,10 +1002,15 @@ #define FLASH_FSM_EXECUTE_SUSPEND_NO

[GitHub] [incubator-nuttx-apps] spiriou opened a new pull request #468: netutils/webserver: fix build error

2020-11-08 Thread GitBox
spiriou opened a new pull request #468: URL: https://github.com/apache/incubator-nuttx-apps/pull/468 ## Summary ## Impact ## Testing This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2244: tiva/cc13x2_cc26x2: Fix nxstyle errors

2020-11-08 Thread GitBox
btashton commented on a change in pull request #2244: URL: https://github.com/apache/incubator-nuttx/pull/2244#discussion_r519480003 ## File path: arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h ## @@ -993,10 +1002,15 @@ #define FLASH_FSM_EXECUTE_SUSPEND_NOW_MAS

[GitHub] [incubator-nuttx] btashton commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723669618 Ok looks like it's actual build issues now (cast warning) This is an automated message from the Apache

[GitHub] [incubator-nuttx] btashton merged pull request #2250: tiva/cc13x2_cc26x2: Merge related comments

2020-11-08 Thread GitBox
btashton merged pull request #2250: URL: https://github.com/apache/incubator-nuttx/pull/2250 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: tiva/cc13x2_cc26x2: Merge related comments

2020-11-08 Thread btashton
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.git The following commit(s) were added to refs/heads/master by this push: new 8e00110 tiva/cc13x2_cc26x2: Merge re

[GitHub] [incubator-nuttx] spiriou commented on pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
spiriou commented on pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723670228 @btashton yes and I don't know why the webserver is being built as it is disabled in the .config file. I'll submit a patch to fix the cast warning --

[incubator-nuttx] branch releases/10.0 updated: Fix issue #2098 non functional sim:touchscreen

2020-11-08 Thread aguettouche
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 d7a93d6 Fix issue #

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2249: [BACKPORT #2241] Fix issue #2098 non functional sim:touchscreen

2020-11-08 Thread GitBox
Ouss4 merged pull request #2249: URL: https://github.com/apache/incubator-nuttx/pull/2249 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] btashton commented on a change in pull request #2247: add defconfig examples for ADB (Android Debug Bridge)

2020-11-08 Thread GitBox
btashton commented on a change in pull request #2247: URL: https://github.com/apache/incubator-nuttx/pull/2247#discussion_r519488230 ## File path: boards/sim/sim/sim/configs/adb/defconfig ## @@ -0,0 +1,112 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You ca

[GitHub] [incubator-nuttx] btashton opened a new pull request #2251: Remove depricated usage of set-env in GitHub

2020-11-08 Thread GitBox
btashton opened a new pull request #2251: URL: https://github.com/apache/incubator-nuttx/pull/2251 ## Summary Remove deprecated usage of set-env in GitHub Actions workflow https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ ## Impa

[GitHub] [incubator-nuttx-apps] btashton opened a new pull request #469: Remove deprecated usage of set-env in workflows

2020-11-08 Thread GitBox
btashton opened a new pull request #469: URL: https://github.com/apache/incubator-nuttx-apps/pull/469 ## Summary Remove deprecated usage of set-env in GitHub Actions workflow https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ ## I

[GitHub] [incubator-nuttx] btashton closed issue #2098: sim:touchscreen Test failure

2020-11-08 Thread GitBox
btashton closed issue #2098: URL: https://github.com/apache/incubator-nuttx/issues/2098 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 go

[GitHub] [incubator-nuttx] yjdwbj commented on issue #2238: make menuconfig got a lot of syntax error.

2020-11-08 Thread GitBox
yjdwbj commented on issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238#issuecomment-723684791 my board is STM32F1/4/7 , I mean that after `git pull` will affect the original project configure. This is a

[GitHub] [incubator-nuttx] yjdwbj commented on issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
yjdwbj commented on issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248#issuecomment-723685751 > If I remember on this board with the configuration the link has to be up for it to get to the shell. Do you have ethernet cable plugged in? You are likely not seeing any de

[GitHub] [incubator-nuttx] yjdwbj commented on issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
yjdwbj commented on issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248#issuecomment-723686928 The following I tried that turn on the network debug flag or disabled network ,also still not seeing any debug info from the nsh shell.

[GitHub] [incubator-nuttx] yjdwbj removed a comment on issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
yjdwbj removed a comment on issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248#issuecomment-723686928 The following I tried that turn on the network debug flag or disabled network ,also still not seeing any debug info from the nsh shell.

[GitHub] [incubator-nuttx] yjdwbj closed issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
yjdwbj closed issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248 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 go t

[GitHub] [incubator-nuttx] yjdwbj commented on issue #2248: nucleo-144:f767-netnsh no debug output

2020-11-08 Thread GitBox
yjdwbj commented on issue #2248: URL: https://github.com/apache/incubator-nuttx/issues/2248#issuecomment-723689830 Sorry, the debug everything is fine, this is my mistake to configured. This is an automated message from the

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: 8e00110449dc65aaee1bebd75be6fadc4a95c932

2020-11-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 eef9afc Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2224: xtensa/esp32: Add SPI Flash hardware encryption I/O support

2020-11-08 Thread GitBox
masayuki2009 commented on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-723702632 > > @donghengqaz please run nxstyle to fix the errors or leave a comment if they are part of the API. > > These errors are from using functions that are insid

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #468: netutils/webserver: fix build error

2020-11-08 Thread GitBox
btashton commented on pull request #468: URL: https://github.com/apache/incubator-nuttx-apps/pull/468#issuecomment-723707419 Thanks for fixing this and all style issues along with it. This is an automated message from the A

[GitHub] [incubator-nuttx-apps] btashton merged pull request #468: netutils/webserver: fix build error

2020-11-08 Thread GitBox
btashton merged pull request #468: URL: https://github.com/apache/incubator-nuttx-apps/pull/468 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

[incubator-nuttx-apps] branch master updated: netutils/webserver: fix build error

2020-11-08 Thread btashton
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 The following commit(s) were added to refs/heads/master by this push: new a3e27eb netutils/webserver: fix

[incubator-nuttx-apps] branch master updated: Remove deprecated usage of set-env in workflows

2020-11-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-apps.git The following commit(s) were added to refs/heads/master by this push: new 0d9579e Remove deprecated usag

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #469: Remove deprecated usage of set-env in workflows

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

[incubator-nuttx] branch master updated: Remove depricated usage of set-env in GitHub

2020-11-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 5d872e0 Remove depricated usage of

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #2117: ci: fix depricated usage of set-env in GitHub Actions

2020-11-08 Thread GitBox
xiaoxiang781216 closed issue #2117: URL: https://github.com/apache/incubator-nuttx/issues/2117 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2251: Remove deprecated usage of set-env in GitHub

2020-11-08 Thread GitBox
xiaoxiang781216 merged pull request #2251: URL: https://github.com/apache/incubator-nuttx/pull/2251 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] anchao opened a new pull request #2252: pthread/spinlock: mode the structure prototype out of the definition

2020-11-08 Thread GitBox
anchao opened a new pull request #2252: URL: https://github.com/apache/incubator-nuttx/pull/2252 ## Summary pthread/spinlock: mode the structure prototype out of the definition ## Impact pthread/pthread_spinlock.c: In function ‘pthread_spin_init’: pthread/pthread_

[GitHub] [incubator-nuttx] anchao opened a new pull request #2253: syscall/eventfd: correct the syscall prototype of eventfd(2)

2020-11-08 Thread GitBox
anchao opened a new pull request #2253: URL: https://github.com/apache/incubator-nuttx/pull/2253 ## Summary syscall/eventfd: correct the syscall prototype of eventfd(2) ## Impact proxies/PROXY_eventfd.c:12:14: error: conflicting types for 'eventfd' 12 | unsign

[GitHub] [incubator-nuttx] anchao opened a new pull request #2254: sys/uio: include-able from C++ files

2020-11-08 Thread GitBox
anchao opened a new pull request #2254: URL: https://github.com/apache/incubator-nuttx/pull/2254 ## Summary sys/uio: include-able from C++ files ## Impact Include from C++ source code. ## Testing Compile pass if include from C++ code

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2111: LIBCXX related fixes

2020-11-08 Thread GitBox
xiaoxiang781216 commented on pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#issuecomment-723738728 @yamt do we still need this PR? I am asking this question is that most change has been moved to other PR now. --

[GitHub] [incubator-nuttx] anchao opened a new pull request #2255: sys/epoll: sync the epoll define with linux

2020-11-08 Thread GitBox
anchao opened a new pull request #2255: URL: https://github.com/apache/incubator-nuttx/pull/2255 ## Summary sys/epoll: sync the epoll define with linux ## Impact epoll events definition ## Testing Compile pass ---

[GitHub] [incubator-nuttx] anchao opened a new pull request #2256: unistd/sched_sporadic: correct the disable value

2020-11-08 Thread GitBox
anchao opened a new pull request #2256: URL: https://github.com/apache/incubator-nuttx/pull/2256 ## Summary unistd/sched_sporadic: correct the disable value ## Impact Reference here: https://github.com/openbsd/src/blob/master/include/unistd.h ## Testin

[GitHub] [incubator-nuttx] anchao opened a new pull request #2257: net/callback: remove the assert check of conn instance

2020-11-08 Thread GitBox
anchao opened a new pull request #2257: URL: https://github.com/apache/incubator-nuttx/pull/2257 ## Summary net/callback: remove the assert check of conn instance ## Impact remove the connection assertion since the instance will be invalid if the network device has b

[GitHub] [incubator-nuttx] anchao opened a new pull request #2258: sys/resource: include-able from C++ files

2020-11-08 Thread GitBox
anchao opened a new pull request #2258: URL: https://github.com/apache/incubator-nuttx/pull/2258 ## Summary sys/resource: include-able from C++ files ## Impact Include from C++ source code. ## Testing Compile pass if include from C++ code

[GitHub] [incubator-nuttx] anchao opened a new pull request #2259: boards/sim: add atexit(2) into naming list

2020-11-08 Thread GitBox
anchao opened a new pull request #2259: URL: https://github.com/apache/incubator-nuttx/pull/2259 ## Summary boards/sim: add atexit(2) into naming list ## Impact (gdb) b longjmp Breakpoint 1 at 0x8270 (gdb) r Starting program: nuttx/nuttx [0.00] Asser

[GitHub] [incubator-nuttx] anchao opened a new pull request #2260: eventfd: remove the unique minor limit

2020-11-08 Thread GitBox
anchao opened a new pull request #2260: URL: https://github.com/apache/incubator-nuttx/pull/2260 ## Summary eventfd: remove the unique minor limit ## Impact The unique minor limit of 255 will overflow easily in some scenarios where eventfd needs to be create/destroy

[GitHub] [incubator-nuttx] anchao opened a new pull request #2261: sched/timer: remove the CLOCK_REALTIME check

2020-11-08 Thread GitBox
anchao opened a new pull request #2261: URL: https://github.com/apache/incubator-nuttx/pull/2261 ## Summary sched/timer: remove the CLOCK_REALTIME check ## Impact Reference here: https://pubs.opengroup.org/onlinepubs/009695399/functions/timer_create.html

[GitHub] [incubator-nuttx] raiden00pl commented on issue #2238: make menuconfig got a lot of syntax error.

2020-11-08 Thread GitBox
raiden00pl commented on issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238#issuecomment-723789119 You need to update your kconfig-frontends. 'if = ' syntax doesn't work for older versions. This is an a

[GitHub] [incubator-nuttx] anchao opened a new pull request #2262: sched/init: init the default home directory to environment

2020-11-08 Thread GitBox
anchao opened a new pull request #2262: URL: https://github.com/apache/incubator-nuttx/pull/2262 Change-Id: Ib08a7702ce2256d48b210a70fa181591bbe8abe8 Signed-off-by: chao.an ## Summary sched/init: init the default home directory to environment ## Impact echo th

  1   2   >