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

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

[incubator-nuttx-apps] branch master updated: examples/watchdog/watchdog_main.c: Elapsed var is now being updated through clock

2020-11-07 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 2e8f068 examples/watchdog/watc

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #466: examples/watchdog/watchdog_main.c: Elapsed var is now being updated …

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #465: [BACKPORT #464] Fix for sim:mount selftest failure

2020-11-07 Thread GitBox
xiaoxiang781216 merged pull request #465: URL: https://github.com/apache/incubator-nuttx-apps/pull/465 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-apps] branch releases/10.0 updated: Fix for sim:mount selftest failure

2020-11-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/releases/10.0 by this push: new e1ce7e2 Fix for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2239: [BACKPORT #2221] Avoid messing the final binary nuttx.(bin,hex,...) compilation msg

2020-11-07 Thread GitBox
xiaoxiang781216 merged pull request #2239: URL: https://github.com/apache/incubator-nuttx/pull/2239 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 releases/10.0 updated: Avoid messing the final binary nuttx.(bin, hex, ...) compilation msg

2020-11-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 28be769 Avoid messing

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

2020-11-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 816af60 xtensa/esp32: Include cache workaround to PSRAM new 05dc66e Fix issue #2098 non functional

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

2020-11-07 Thread GitBox
xiaoxiang781216 merged pull request #2241: URL: https://github.com/apache/incubator-nuttx/pull/2241 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] 01/02: Fix issue #2098 non functional sim:touchscreen

2020-11-07 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 commit 05dc66ed29567e997204aa35c18d0dee6a6e7921 Author: Brennan Ashton AuthorDate: Sat Nov 7 13:18:01 2020 -0800

[incubator-nuttx] 02/02: sim: Enable required CONFIG_SIM_FRAMEBUFFER

2020-11-07 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 commit ab176cf1d33549c69e3ebdef7822c2b8d57c0c28 Author: Brennan Ashton AuthorDate: Sat Nov 7 15:03:20 2020 -0800

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-07 Thread GitBox
Donny9 commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r519264948 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *lowe

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-07 Thread GitBox
Donny9 commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r519264908 ## File path: include/nuttx/sensors/ioctl.h ## @@ -273,4 +273,14 @@ #define SNIOC_GET_NEVENTBUF_SNIOC(0x0070) +/* Command: SNIOC_

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

2020-11-07 Thread GitBox
yjdwbj commented on issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238#issuecomment-723536606 > Just pulled the latest upstream and built a couple of configurations with no errors. > What config are you trying to build? > Do you have all the dependencies?

[incubator-nuttx-website] branch asf-site updated: Publishing web: feb249977349f687d40e57cfe5f0d39e5c5c71f9 docs: 816af60b775675b539b1dcf1d77c00f55303a051

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

[GitHub] [incubator-nuttx] btashton commented on pull request #2241: Fix issue #2098 non functional sim:touchscreen

2020-11-07 Thread GitBox
btashton commented on pull request #2241: URL: https://github.com/apache/incubator-nuttx/pull/2241#issuecomment-723506267 This is now two commits where the second one deals with the new split with the SIM_LCDDRIVER vs SIM_FRAMEBUFER. When this is backported only the first commit should be

[GitHub] [incubator-nuttx-apps] saramonteiro opened a new pull request #466: examples/watchdog/watchdog_main.c: Elapsed var is now being updated …

2020-11-07 Thread GitBox
saramonteiro opened a new pull request #466: URL: https://github.com/apache/incubator-nuttx-apps/pull/466 ## Summary This PR aims to update the elapsed time variable using the current time instead of simply incrementing it with the delay. It also discounts the "System timer tick pe

[GitHub] [incubator-nuttx] saramonteiro opened a new pull request #2242: xtensa/esp32: Watchdog support (MWDTs)

2020-11-07 Thread GitBox
saramonteiro opened a new pull request #2242: URL: https://github.com/apache/incubator-nuttx/pull/2242 ## Summary This PR adds the support for the 2 WDTs from the Timer Module of ESP32. ## Impact Now it is possible to use its 2 WDTs as character drivers. ## Tes

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

2020-11-07 Thread GitBox
btashton opened a new pull request #2241: URL: https://github.com/apache/incubator-nuttx/pull/2241 ## Summary This resolves three issues with sim:touchscreen that made it non-functional as noted in #2098 1. sim_bringup() was never called because CONFIG_BOARD_LATE_INITIALIZE was not

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

2020-11-07 Thread GitBox
btashton commented on issue #2098: URL: https://github.com/apache/incubator-nuttx/issues/2098#issuecomment-723496109 As is mentioned in `static FAR void *sim_listener(FAR void *arg)` NX_BLOCKING must be enabled otherwise the listener becomes a tight loop.

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

2020-11-07 Thread GitBox
btashton commented on issue #2098: URL: https://github.com/apache/incubator-nuttx/issues/2098#issuecomment-723494685 There are a few things wrong with this configuration. First it assumes that the app will issue the boardctrl to late initialize the hardware which it does not do. The MQ

[GitHub] [incubator-nuttx] btashton commented on pull request #2240: nrf52 GPIO/GPIOTE: better expose pin interrupt capability

2020-11-07 Thread GitBox
btashton commented on pull request #2240: URL: https://github.com/apache/incubator-nuttx/pull/2240#issuecomment-723492344 Thanks @v01d I'm digging out of my backlog from the week right now, but I think I'll be able to look at the SPIM and this tonight or in the morning. --

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2240: nrf52 GPIO/GPIOTE: better expose pin interrupt capability

2020-11-07 Thread GitBox
v01d commented on a change in pull request #2240: URL: https://github.com/apache/incubator-nuttx/pull/2240#discussion_r519215478 ## File path: arch/arm/src/nrf52/hardware/nrf52_gpiote.h ## @@ -67,7 +67,8 @@ #define GPIOTE_INT_IN_MASK (0xff << GPIOTE_INT_IN_SHIFT) #

[GitHub] [incubator-nuttx] v01d commented on pull request #2240: nrf52 GPIO/GPIOTE: better expose pin interrupt capability

2020-11-07 Thread GitBox
v01d commented on pull request #2240: URL: https://github.com/apache/incubator-nuttx/pull/2240#issuecomment-723491910 @btashton this is somewhat related to the pending fix/changes in nRF52 SPIM since there are some direct register accesses to PPI and GPIOTE in there which should somehow be

[GitHub] [incubator-nuttx] v01d opened a new pull request #2240: nrf52 GPIO/GPIOTE: better expose pin interrupt capability

2020-11-07 Thread GitBox
v01d opened a new pull request #2240: URL: https://github.com/apache/incubator-nuttx/pull/2240 ## Summary This change improves upon current support for pin interrupts. Before, a pin interrupt was handled (with nrf52_gpiote_setevent) using one of the eight available GPIOTE channe

[GitHub] [incubator-nuttx] btashton opened a new pull request #2239: [BACKPORT #2221] Avoid messing the final binary nuttx.(bin,hex,...) compilation msg

2020-11-07 Thread GitBox
btashton opened a new pull request #2239: URL: https://github.com/apache/incubator-nuttx/pull/2239 ## Summary Backports #2221 ## Impact Less shell noise at the end of build. ## Testing CI This is an aut

[GitHub] [incubator-nuttx] btashton commented on pull request #2239: [BACKPORT #2221] Avoid messing the final binary nuttx.(bin,hex,...) compilation msg

2020-11-07 Thread GitBox
btashton commented on pull request #2239: URL: https://github.com/apache/incubator-nuttx/pull/2239#issuecomment-723488538 @acassis I figured you would probably like to see this on the 10.0.0 release. This is an automated mess

[GitHub] [incubator-nuttx] btashton closed issue #2089: sim:mount Failing self test

2020-11-07 Thread GitBox
btashton closed issue #2089: URL: https://github.com/apache/incubator-nuttx/issues/2089 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] btashton commented on issue #2089: sim:mount Failing self test

2020-11-07 Thread GitBox
btashton commented on issue #2089: URL: https://github.com/apache/incubator-nuttx/issues/2089#issuecomment-723487965 This is resolved on the 10.0 branch with https://github.com/apache/incubator-nuttx-apps/pull/465 This is a

[GitHub] [incubator-nuttx] btashton commented on issue #2086: sim:cxxtest Build Broken

2020-11-07 Thread GitBox
btashton commented on issue #2086: URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-723487734 @xiaoxiang781216 Have you been able to look into this? This is an automated message from the Apache Git Ser

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #464: Fix for sim:mount selftest failure

2020-11-07 Thread GitBox
btashton commented on pull request #464: URL: https://github.com/apache/incubator-nuttx-apps/pull/464#issuecomment-723487655 Thank you @rurtle for looking into and fixing these issues, it is super helpful. This is an automa

[GitHub] [incubator-nuttx-apps] btashton opened a new pull request #465: [BACKPORT #464] Fix for sim:mount selftest failure

2020-11-07 Thread GitBox
btashton opened a new pull request #465: URL: https://github.com/apache/incubator-nuttx-apps/pull/465 ## Summary This backports #464 Fix for sim:mount selftest failure This is an automated message from the Apache Git Se

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2234: xtensa/esp32: Include cache workaround to PSRAM

2020-11-07 Thread GitBox
Ouss4 merged pull request #2234: URL: https://github.com/apache/incubator-nuttx/pull/2234 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: xtensa/esp32: Include cache workaround to PSRAM

2020-11-07 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 816af60 xtensa/esp32: Include cac

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2236: sched/task/task_exithook.c: Remove a redundant assignment

2020-11-07 Thread GitBox
Ouss4 merged pull request #2236: URL: https://github.com/apache/incubator-nuttx/pull/2236 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: sched/task/task_exithook.c: Remove a redundant assignment

2020-11-07 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 878dc33 sched/task/task_exithook.

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

2020-11-07 Thread GitBox
Ouss4 commented on issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238#issuecomment-723426907 Just pulled the latest upstream and built a couple of configurations with no errors. What config are you trying to build? Do you have all the dependencies? ---

[GitHub] [incubator-nuttx] giantthinker removed a comment on pull request #2236: sched/task/task_exithook.c: Remove a redundant assignment

2020-11-07 Thread GitBox
giantthinker removed a comment on pull request #2236: URL: https://github.com/apache/incubator-nuttx/pull/2236#issuecomment-723380209 [aurora](https://aurora.cm) This is an automated message from the Apache Git Service. To re

[incubator-nuttx] branch master updated: Minor fixes & NuttX coding standards compliance

2020-11-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 6d32ad0 Minor fixes & NuttX coding st

[incubator-nuttx] branch master updated: Minor fixes & NuttX coding standards compliance

2020-11-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 6d32ad0 Minor fixes & NuttX coding st

[incubator-nuttx] branch master updated: Minor fixes & NuttX coding standards compliance

2020-11-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 6d32ad0 Minor fixes & NuttX coding st

[incubator-nuttx] branch master updated: Minor fixes & NuttX coding standards compliance

2020-11-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 6d32ad0 Minor fixes & NuttX coding st

[incubator-nuttx] branch master updated: Minor fixes & NuttX coding standards compliance

2020-11-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 6d32ad0 Minor fixes & NuttX coding st

[GitHub] [incubator-nuttx] acassis merged pull request #2237: mtd.h: Coding style fixes and some more

2020-11-07 Thread GitBox
acassis merged pull request #2237: URL: https://github.com/apache/incubator-nuttx/pull/2237 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 commented on pull request #2237: mtd.h: Coding style fixes and some more

2020-11-07 Thread GitBox
acassis commented on pull request #2237: URL: https://github.com/apache/incubator-nuttx/pull/2237#issuecomment-723424051 Thank you! This is an automated message from the Apache Git Service. To respond to the message, please l

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

2020-11-07 Thread GitBox
yjdwbj commented on issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238#issuecomment-723421115 Now . I using the `kconfig-mconf` also got the same error. ```sh github/apache/nuttx$ kconfig-mconf Kconfig Kconfig:8:warning: environment variable APPSDIR undefin

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1703: arch/sim: Add support for ucontext API

2020-11-07 Thread GitBox
sebastianene07 commented on a change in pull request #1703: URL: https://github.com/apache/incubator-nuttx/pull/1703#discussion_r519154289 ## File path: arch/sim/src/sim/up_ucontext.c ## @@ -0,0 +1,283 @@ +/***

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

2020-11-07 Thread GitBox
yjdwbj opened a new issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238 Hi, guys. after run `git pull` then `make menuconfig`, got a lot of error like below: ```sh arch/arm/src/imxrt/Kconfig:1212: syntax error arch/arm/src/imxrt/Kconfig:1211: invalid option