[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2470: risc-v: Introduce basic setjmp support

2020-12-03 Thread GitBox
btashton commented on a change in pull request #2470: URL: https://github.com/apache/incubator-nuttx/pull/2470#discussion_r535900296 ## File path: arch/risc-v/include/setjmp.h ## @@ -0,0 +1,54 @@ +/ + *

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2470: risc-v: Introduce basic setjmp support

2020-12-03 Thread GitBox
btashton commented on a change in pull request #2470: URL: https://github.com/apache/incubator-nuttx/pull/2470#discussion_r535900296 ## File path: arch/risc-v/include/setjmp.h ## @@ -0,0 +1,54 @@ +/ + *

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2470: risc-v: Introduce basic setjmp support

2020-12-03 Thread GitBox
btashton commented on a change in pull request #2470: URL: https://github.com/apache/incubator-nuttx/pull/2470#discussion_r535900296 ## File path: arch/risc-v/include/setjmp.h ## @@ -0,0 +1,54 @@ +/ + *

[GitHub] [incubator-nuttx] sgysh opened a new pull request #2476: include/sys/wait.h: Modify P_GID to P_PGID

2020-12-03 Thread GitBox
sgysh opened a new pull request #2476: URL: https://github.com/apache/incubator-nuttx/pull/2476 ## Summary - Follow the POSIX description. ## Impact - No impact as P_GID and P_PGID are not used. ## Testing - Built with hifive1-revb:nsh

[GitHub] [incubator-nuttx] sgysh opened a new pull request #2475: sched/sched/sched_waitid.c: Fix two bugs when CONFIG_SCHED_CHILD_STATUS is enabled

2020-12-03 Thread GitBox
sgysh opened a new pull request #2475: URL: https://github.com/apache/incubator-nuttx/pull/2475 ## Summary - Fix an error that occurs when a waiting task has already finished. - Discard the child entry after receiving SIGCHLD. ## Impact - waitid ## Testing

[incubator-nuttx] 01/02: imxrt:imxrt_lowputc Fixed parity settings.

2020-12-03 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 commit 4aa7ba827bc7a5bf7bdb8d48dcfb844422c6ed50 Author: David Sidrane AuthorDate: Thu Dec 3 06:09:41 2020 -0800

[incubator-nuttx] branch master updated (e4c7254 -> b73026e)

2020-12-03 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from e4c7254 arch/stm32: Fix nxstyle errors new 4aa7ba8 imxrt:imxrt_lowputc Fixed parity settings.

[incubator-nuttx] 02/02: imxrt:serial support single-wire mode

2020-12-03 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 commit b73026ee55569d384fbbb70171c700332fc30281 Author: David Sidrane AuthorDate: Thu Dec 3 06:11:22 2020 -0800

[GitHub] [incubator-nuttx] btashton merged pull request #2471: Pr imx serial

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

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
btashton commented on a change in pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#discussion_r535865150 ## File path: boards/arm/imxrt/teensy-4.x/Kconfig ## @@ -0,0 +1,36 @@ +# +# For a description of the syntax of this configuration file, +# see th

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
btashton edited a comment on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-738591105 @michallenc This looks good to me. Thanks for adding the entry for the board to the documentation. I wont have a 4.1 until next week to test, but I did do

[GitHub] [incubator-nuttx] btashton commented on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
btashton commented on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-738591105 @michallenc This looks good to me. Thanks for adding the entry for the board to the documentation. I wont have a 4.1 until next week to test, but I did do basic

[GitHub] [incubator-nuttx] donghengqaz opened a new pull request #2474: xtensa/esp32: Optimize IRAM usage based on esp-idf

2020-12-03 Thread GitBox
donghengqaz opened a new pull request #2474: URL: https://github.com/apache/incubator-nuttx/pull/2474 ## Summary Optimize IRAM usage based on esp-idf. From https://github.com/espressif/esp-idf/blob/master/components/esp_wifi/linker.lf & https://github.com/espressif/esp-idf/b

[GitHub] [incubator-nuttx] donghengqaz edited a comment on pull request #2294: xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-12-03 Thread GitBox
donghengqaz edited a comment on pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#issuecomment-738517194 > Hi @donghengqaz > Is this PR ready to merge? Yes, I use this branch to test throughput and its performance is much better than old one. Although th

[GitHub] [incubator-nuttx] donghengqaz commented on pull request #2294: xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-12-03 Thread GitBox
donghengqaz commented on pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#issuecomment-738517194 > Hi @donghengqaz > Is this PR ready to merge? Yes, I use this branch to test throughput and its performance is much better than old one. Although these are

[GitHub] [incubator-nuttx] no1wudi closed pull request #2470: risc-v: Introduce basic setjmp support

2020-12-03 Thread GitBox
no1wudi closed pull request #2470: URL: https://github.com/apache/incubator-nuttx/pull/2470 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #514: examples/touchscreen/tc_main.c: Fix a syslog format

2020-12-03 Thread GitBox
Ouss4 merged pull request #514: URL: https://github.com/apache/incubator-nuttx-apps/pull/514 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-apps] branch master updated: examples/touchscreen/tc_main.c: Fix a syslog format

2020-12-03 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 2bafb70 examples/touchscreen

[GitHub] [incubator-nuttx-apps] Ouss4 commented on pull request #514: examples/touchscreen/tc_main.c: Fix a syslog format

2020-12-03 Thread GitBox
Ouss4 commented on pull request #514: URL: https://github.com/apache/incubator-nuttx-apps/pull/514#issuecomment-738426592 All right, thanks. So let's get this out of the way. This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #2473: [DRAFT] Stm32g4 add adc

2020-12-03 Thread GitBox
hartmannathan commented on pull request #2473: URL: https://github.com/apache/incubator-nuttx/pull/2473#issuecomment-738410736 @davids5 , @raiden00pl - Suggestions/thoughts wanted: The STM32G4xx family has a slightly newer IP version of the ADC. It resembles stm32_adc_v2 but h

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2473: [DRAFT] Stm32g4 add adc

2020-12-03 Thread GitBox
hartmannathan opened a new pull request #2473: URL: https://github.com/apache/incubator-nuttx/pull/2473 ## Summary STM32G4xx family: Add register mappings and bitfield definitions for ADC peripheral. ## Impact One step toward supporting the ADC on this family. ##

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #514: examples/touchscreen/tc_main.c: Fix a syslog format

2020-12-03 Thread GitBox
yamt commented on pull request #514: URL: https://github.com/apache/incubator-nuttx-apps/pull/514#issuecomment-738400350 @Ouss4 yes, sooner or later. i'm visiting all configs tested on the ci. i guess i will fix it when i visit olimex-lpc1766stk:hidmouse. -

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2472: arch/stm32: Fix nxstyle errors

2020-12-03 Thread GitBox
Ouss4 merged pull request #2472: URL: https://github.com/apache/incubator-nuttx/pull/2472 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: arch/stm32: Fix nxstyle errors

2020-12-03 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 e4c7254 arch/stm32: Fix nxstyle e

[GitHub] [incubator-nuttx] davids5 commented on pull request #2415: net/igmp: add MULTICAST_TTL support

2020-12-03 Thread GitBox
davids5 commented on pull request #2415: URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-738171291 @patacongo - Would you please see it this looks correct to you? This is an automated message from the Ap

[GitHub] [incubator-nuttx] patacongo commented on pull request #2469: RX65N USB Host Driver Support

2020-12-03 Thread GitBox
patacongo commented on pull request #2469: URL: https://github.com/apache/incubator-nuttx/pull/2469#issuecomment-738121524 > > > > @anjana-tel could you remove the second patch(Mrge branch...) from PR? > > Can you suggest how to remove the Patch((Mrge branch...) from PR ?

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2472: arch/stm32: Fix nxstyle errors

2020-12-03 Thread GitBox
hartmannathan opened a new pull request #2472: URL: https://github.com/apache/incubator-nuttx/pull/2472 ## Summary arch/arm/src/stm32/stm32_alarm.h, arch/arm/src/stm32/stm32_can.h, arch/arm/src/stm32/stm32_capture.h: * Fix nxstyle errors. ## Impact Remov

[GitHub] [incubator-nuttx] acassis commented on pull request #2464: Added: MT29F2G Nand Flash block driver for sam4s-xplained-pro.

2020-12-03 Thread GitBox
acassis commented on pull request #2464: URL: https://github.com/apache/incubator-nuttx/pull/2464#issuecomment-738041873 > I need someone help, at the `arm-05` run testing report a lot of repeat info like below: > > ```shell > HEAD detached at pull/2464/merge > Changes not stag

[GitHub] [incubator-nuttx] yjdwbj commented on pull request #2464: Added: MT29F2G Nand Flash block driver for sam4s-xplained-pro.

2020-12-03 Thread GitBox
yjdwbj commented on pull request #2464: URL: https://github.com/apache/incubator-nuttx/pull/2464#issuecomment-738032633 I need someone help, at the `arm-05` run testing report a lot of repeat info like below: ```sh HEAD detached at pull/2464/merge Changes not staged for commit:

[GitHub] [incubator-nuttx] davids5 opened a new pull request #2471: Pr imx serial

2020-12-03 Thread GitBox
davids5 opened a new pull request #2471: URL: https://github.com/apache/incubator-nuttx/pull/2471 ## Summary - Updated to Apache License - imxrt:imxrt_lowputc Fixed parity settings. imxrt UART must be placed in 9 bit mode (M=1) with when 8 bit data with par

[GitHub] [incubator-nuttx] yjdwbj commented on pull request #2464: Added: MT29F2G Nand Flash block driver for sam4s-xplained-pro.

2020-12-03 Thread GitBox
yjdwbj commented on pull request #2464: URL: https://github.com/apache/incubator-nuttx/pull/2464#issuecomment-738011713 > You should read drivers/mtd/README.txt. There are issues with using NAND FLASH and any of the existing file systems in NuttX. Yes, I know it's have these issues.

[GitHub] [incubator-nuttx] patacongo commented on pull request #2464: Added: MT29F2G Nand Flash block driver for sam4s-xplained-pro.

2020-12-03 Thread GitBox
patacongo commented on pull request #2464: URL: https://github.com/apache/incubator-nuttx/pull/2464#issuecomment-738004729 You should read drivers/mtd/README.txt. There are issues with using NAND FLASH and any of the existing file systems in NuttX. ---

[GitHub] [incubator-nuttx] anjana-tel commented on pull request #2469: RX65N USB Host Driver Support

2020-12-03 Thread GitBox
anjana-tel commented on pull request #2469: URL: https://github.com/apache/incubator-nuttx/pull/2469#issuecomment-738004262 > @anjana-tel could you remove the second patch(Mrge branch...) from PR? Can you suggest how to remove the Patch((Mrge branch...) from PR ? ---

[GitHub] [incubator-nuttx] patacongo commented on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
patacongo commented on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-737992500 > > > > When you add a board, typically you should also update the boards/README.txt, the top-level README.md file, And rrelevant board documents under Documen

[GitHub] [incubator-nuttx] acassis commented on pull request #2294: xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-12-03 Thread GitBox
acassis commented on pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#issuecomment-737983140 Hi @donghengqaz Is this PR ready to merge? This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] acassis commented on pull request #2415: net/igmp: add MULTICAST_TTL support

2020-12-03 Thread GitBox
acassis commented on pull request #2415: URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-737975012 > > @xiaoxiang781216 so Xiaomi is using some ported lib that needs this, and the solution is to fake it? Why not do the right thing and implement it? Or at a minimum Kco

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2469: RX65N USB Host Driver Support

2020-12-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2469: URL: https://github.com/apache/incubator-nuttx/pull/2469#discussion_r535194304 ## File path: arch/renesas/src/rx65n/rx65n_usbhost.h ## @@ -0,0 +1,263 @@ +/**

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #2470: risc-v: Introduce basic setjmp support

2020-12-03 Thread GitBox
no1wudi opened a new pull request #2470: URL: https://github.com/apache/incubator-nuttx/pull/2470 ## Summary Some application like duktape need setjmp, but only generic registers supported now, float register support need further work ## Impact None, this is a new feature ## Tes

[incubator-nuttx] branch master updated (ad66ea5 -> dbd6e9b)

2020-12-03 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 ad66ea5 net/igmp: fix nxstyle warning add dbd6e9b net/procfs: handle opendir("/proc/net/") correct

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2465: net/procfs: handle opendir("/proc/net/") correctly

2020-12-03 Thread GitBox
xiaoxiang781216 merged pull request #2465: URL: https://github.com/apache/incubator-nuttx/pull/2465 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] michallenc edited a comment on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
michallenc edited a comment on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-737889560 > When you add a board, typically you should also update the boards/README.txt, the top-level README.md file, And rrelevant board documents under Documentation

[GitHub] [incubator-nuttx] michallenc commented on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
michallenc commented on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-737889560 > When you add a board, typically you should also update the boards/README.txt, the top-level README.md file, And rrelevant board documents under Documentation.

[GitHub] [incubator-nuttx] jerpelea merged pull request #2466: net/igmp: add sanity check to handle allocate fail

2020-12-03 Thread GitBox
jerpelea merged pull request #2466: URL: https://github.com/apache/incubator-nuttx/pull/2466 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 (316cdcc -> ad66ea5)

2020-12-03 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 316cdcc net/sockopt: Try usrsock further if the protocol not available new ab78bae net/igmp: add sa

[incubator-nuttx] 01/02: net/igmp: add sanity check to handle allocate fail

2020-12-03 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 ab78bae12f13535bdbf18aaa716688a370ad8ccb Author: chao.an AuthorDate: Mon Nov 30 14:35:11 2020 +0800 net/

[incubator-nuttx] 02/02: net/igmp: fix nxstyle warning

2020-12-03 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 ad66ea51e52da97870c29c94a0f8e4d39cc178b3 Author: chao.an AuthorDate: Mon Nov 30 15:20:24 2020 +0800 net/

[incubator-nuttx] branch master updated (07f2a76 -> 316cdcc)

2020-12-03 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 07f2a76 arch/imxrt: Added NETDEV_LATEINIT option for Ethernet add 51efe46 net/sockopt: fix invalid

[GitHub] [incubator-nuttx] jerpelea merged pull request #2467: net/sockopt: Try usrsock further if the protocol not available

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

[GitHub] [incubator-nuttx] anjana-tel opened a new pull request #2469: RX65N USB Host Driver Support

2020-12-03 Thread GitBox
anjana-tel opened a new pull request #2469: URL: https://github.com/apache/incubator-nuttx/pull/2469 ## Summary RX65N USB Host Driver Support ## Impact ## Testing Tested on RX65N Reference board Th

[GitHub] [incubator-nuttx-apps] Ouss4 commented on pull request #514: examples/touchscreen/tc_main.c: Fix a syslog format

2020-12-03 Thread GitBox
Ouss4 commented on pull request #514: URL: https://github.com/apache/incubator-nuttx-apps/pull/514#issuecomment-737784410 @yamt there is also line 144. Would you like to fix it too? This is an automated message from the Apa

[GitHub] [incubator-nuttx] anchao closed pull request #2468: net/sockopt: Try usrsock further if the protocol not available

2020-12-03 Thread GitBox
anchao closed pull request #2468: URL: https://github.com/apache/incubator-nuttx/pull/2468 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] anchao commented on pull request #2468: net/sockopt: Try usrsock further if the protocol not available

2020-12-03 Thread GitBox
anchao commented on pull request #2468: URL: https://github.com/apache/incubator-nuttx/pull/2468#issuecomment-737773332 depends on https://github.com/apache/incubator-nuttx/pull/2467, merge this PR to #2467 and abandon This

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #514: examples/touchscreen/tc_main.c: Fix a syslog format

2020-12-03 Thread GitBox
yamt opened a new pull request #514: URL: https://github.com/apache/incubator-nuttx-apps/pull/514 ## Summary See https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an automat

[GitHub] [incubator-nuttx] anchao commented on pull request #2466: net/igmp: add sanity check to handle allocate fail

2020-12-03 Thread GitBox
anchao commented on pull request #2466: URL: https://github.com/apache/incubator-nuttx/pull/2466#issuecomment-737767557 > @anchao please fix : > > Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/net/igmp/igmp_join.c:22:82: error: Long line found > Error: /home/run

[GitHub] [incubator-nuttx] yjdwbj commented on a change in pull request #2464: Added: MT29F2G Nand Flash block driver for sam4s-xplained-pro.

2020-12-03 Thread GitBox
yjdwbj commented on a change in pull request #2464: URL: https://github.com/apache/incubator-nuttx/pull/2464#discussion_r534918379 ## File path: boards/arm/sam34/sam4s-xplained-pro/configs/nsh/defconfig ## @@ -56,7 +55,6 @@ CONFIG_NSH_STRERROR=y CONFIG_PIPES=y CONFIG_PREALLOC

[GitHub] [incubator-nuttx] Ouss4 edited a comment on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
Ouss4 edited a comment on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-737746575 @michallenc please run `./tools/refresh.sh --silent teensy-4.x:can-4.1` to update the defconfig and fix the builds. ---

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2463: boards: Added Teensy-4.x BSP

2020-12-03 Thread GitBox
Ouss4 commented on pull request #2463: URL: https://github.com/apache/incubator-nuttx/pull/2463#issuecomment-737746575 @michallenc please run `./tools/refresh.sh --silent teensy-4.x:can-4.1` to fix update the defconfig and fix the builds. --