[incubator-nuttx] branch master updated: arch: xtensa: Call the waiti instruction in up_idle()

2020-03-05 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 da3fb9c arch: xtensa: Call the

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #450: arch: xtensa: Call the waiti instruction in up_idle()

2020-03-05 Thread GitBox
xiaoxiang781216 merged pull request #450: arch: xtensa: Call the waiti instruction in up_idle() URL: https://github.com/apache/incubator-nuttx/pull/450 This is an automated message from the Apache Git Service. To respond to

[incubator-nuttx] branch master updated (4879f22 -> c85cb17)

2020-03-05 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 4879f22 nxstyle: Don't complain on ELF things like Elf32_Hdr add c85cb17 nuttx/arch.h: Several

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #454: nuttx/arch.h: Several nxstyle fixes

2020-03-05 Thread GitBox
xiaoxiang781216 merged pull request #454: nuttx/arch.h: Several nxstyle fixes URL: https://github.com/apache/incubator-nuttx/pull/454 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] liuguo09 commented on issue #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
liuguo09 commented on issue #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-595625436 > @liuguo09 also if you have your Dockerfile somewhere I would be happy to submit a PR against it to improve it a bit. There is

[GitHub] [incubator-nuttx] yamt commented on issue #450: arch: xtensa: Call the waiti instruction in up_idle()

2020-03-05 Thread GitBox
yamt commented on issue #450: arch: xtensa: Call the waiti instruction in up_idle() URL: https://github.com/apache/incubator-nuttx/pull/450#issuecomment-595620856 lgtm. i have had the identical change in my local tree for a while. i haven't noticed any negative effect at least on qemu.

[GitHub] [incubator-nuttx] yamt opened a new pull request #454: nuttx/arch.h: Several nxstyle fixes

2020-03-05 Thread GitBox
yamt opened a new pull request #454: nuttx/arch.h: Several nxstyle fixes URL: https://github.com/apache/incubator-nuttx/pull/454 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] yamt opened a new pull request #453: Revert "tools/nxstyle: Back out part of last commit. Logic to avoid…

2020-03-05 Thread GitBox
yamt opened a new pull request #453: Revert "tools/nxstyle: Back out part of last commit. Logic to avoid… URL: https://github.com/apache/incubator-nuttx/pull/453 … some false alarms was causing real style problems from being reported." If we are going to use this tool for things

[GitHub] [incubator-nuttx] yamt opened a new pull request #452: nxstyle: Don't warn on a preprocessor directive after comment

2020-03-05 Thread GitBox
yamt opened a new pull request #452: nxstyle: Don't warn on a preprocessor directive after comment URL: https://github.com/apache/incubator-nuttx/pull/452 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] yamt commented on issue #452: nxstyle: Don't warn on a preprocessor directive after comment

2020-03-05 Thread GitBox
yamt commented on issue #452: nxstyle: Don't warn on a preprocessor directive after comment URL: https://github.com/apache/incubator-nuttx/pull/452#issuecomment-595619505 oops, wrong branch This is an automated message from

[GitHub] [incubator-nuttx] yamt closed pull request #452: nxstyle: Don't warn on a preprocessor directive after comment

2020-03-05 Thread GitBox
yamt closed pull request #452: nxstyle: Don't warn on a preprocessor directive after comment URL: https://github.com/apache/incubator-nuttx/pull/452 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] yamt opened a new pull request #451: nxstyle: Output line numbers when complaining on block comments length

2020-03-05 Thread GitBox
yamt opened a new pull request #451: nxstyle: Output line numbers when complaining on block comments length URL: https://github.com/apache/incubator-nuttx/pull/451 This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448#discussion_r388709203 ## File path: tools/git-hooks/pre-commit ## @@ -0,0 +1,30 @@ +#!/bin/sh +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
xiaoxiang781216 commented on issue #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-595593159 Yes, we can select some images(sim, x86, x86-64, qemu for arm/riscv/xtens..) as build artifacts and run the testsuite on

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #450: arch: xtensa: Call the waiti instruction in up_idle()

2020-03-05 Thread GitBox
masayuki2009 opened a new pull request #450: arch: xtensa: Call the waiti instruction in up_idle() URL: https://github.com/apache/incubator-nuttx/pull/450 ### Summary - This PR calls the waiti (wait for interrupt) instruction in up_idle() to reduce power consumption. ###

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
yamt commented on a change in pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448#discussion_r388701099 ## File path: tools/git-hooks/pre-commit ## @@ -0,0 +1,30 @@ +#!/bin/sh +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448#discussion_r388699113 ## File path: tools/git-hooks/pre-commit ## @@ -0,0 +1,30 @@ +#!/bin/sh +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448#discussion_r388698278 ## File path: tools/git-hooks/pre-commit ## @@ -0,0 +1,30 @@ +#!/bin/sh +

[GitHub] [incubator-nuttx] adamfeuer opened a new pull request #449: Add Apache 2.0 License headers to SAMA5 files — no code changes

2020-03-05 Thread GitBox
adamfeuer opened a new pull request #449: Add Apache 2.0 License headers to SAMA5 files — no code changes URL: https://github.com/apache/incubator-nuttx/pull/449 ### Summary * Adds Apache 2.0 License headers to SAMA5 — no code changes. * Some non-UTF-characters were removed or

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
yamt commented on a change in pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448#discussion_r388695824 ## File path: tools/git-hooks/pre-commit ## @@ -0,0 +1,30 @@ +#!/bin/sh +

[GitHub] [incubator-nuttx] patacongo merged pull request #446: nxstyle: Don't complain on ELF things like Elf32_Hdr

2020-03-05 Thread GitBox
patacongo merged pull request #446: nxstyle: Don't complain on ELF things like Elf32_Hdr URL: https://github.com/apache/incubator-nuttx/pull/446 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch master updated (e5ea0ac -> 4879f22)

2020-03-05 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from e5ea0ac nxstyle: Don't parse a file if its type is unknown add 4879f22 nxstyle: Don't complain on ELF

[GitHub] [incubator-nuttx] liuguo09 commented on a change in pull request #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
liuguo09 commented on a change in pull request #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#discussion_r388694067 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,85 @@ +# Licensed under the Apache

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
masayuki2009 commented on issue #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#issuecomment-595576729 @maht, thanks for sending this PR. I confirmed that nuttx works on ESP32 QEMU. (SMP configuration also works!) However, I noticed

[GitHub] [incubator-nuttx] liuguo09 commented on a change in pull request #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
liuguo09 commented on a change in pull request #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#discussion_r388692212 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,85 @@ +# Licensed under the Apache

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448#discussion_r388691596 ## File path: tools/git-hooks/pre-commit ## @@ -0,0 +1,30 @@ +#!/bin/sh +

[GitHub] [incubator-nuttx] yamt opened a new pull request #448: Add a sample of git pre-commit hook

2020-03-05 Thread GitBox
yamt opened a new pull request #448: Add a sample of git pre-commit hook URL: https://github.com/apache/incubator-nuttx/pull/448 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] yamt commented on issue #447: ESP32 module support

2020-03-05 Thread GitBox
yamt commented on issue #447: ESP32 module support URL: https://github.com/apache/incubator-nuttx/pull/447#issuecomment-595569920 @patacongo this pr includes a commit https://github.com/apache/incubator-nuttx/pull/447/commits/243427296613dcbe650138fb248d8009012832f6 which modifies your

[GitHub] [incubator-nuttx] liuguo09 commented on issue #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
liuguo09 commented on issue #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-595569258 > This looks great overall. I am excited to get this in and then work on getting the mac and windows configurations going. >

[GitHub] [incubator-nuttx] yamt opened a new pull request #447: Esp32 module

2020-03-05 Thread GitBox
yamt opened a new pull request #447: Esp32 module URL: https://github.com/apache/incubator-nuttx/pull/447 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] liuguo09 commented on a change in pull request #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
liuguo09 commented on a change in pull request #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#discussion_r388680693 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,85 @@ +# Licensed under the Apache

[GitHub] [incubator-nuttx] yamt opened a new pull request #446: nxstyle: Don't complain on ELF things like Elf32_Hdr

2020-03-05 Thread GitBox
yamt opened a new pull request #446: nxstyle: Don't complain on ELF things like Elf32_Hdr URL: https://github.com/apache/incubator-nuttx/pull/446 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo merged pull request #445: nxstyle: Don't parse a file if its type is unknown

2020-03-05 Thread GitBox
patacongo merged pull request #445: nxstyle: Don't parse a file if its type is unknown URL: https://github.com/apache/incubator-nuttx/pull/445 This is an automated message from the Apache Git Service. To respond to the

[incubator-nuttx] branch master updated (730133d -> e5ea0ac)

2020-03-05 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 730133d SAMA5D27 peripheral support - USB Host working (#444) add e5ea0ac nxstyle: Don't parse a file

[GitHub] [incubator-nuttx] yamt opened a new pull request #445: nxstyle: Don't parse a file if its type is unknown

2020-03-05 Thread GitBox
yamt opened a new pull request #445: nxstyle: Don't parse a file if its type is unknown URL: https://github.com/apache/incubator-nuttx/pull/445 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
btashton commented on a change in pull request #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#discussion_r388672456 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,85 @@ +# Licensed under the Apache

[GitHub] [incubator-nuttx] btashton commented on issue #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
btashton commented on issue #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-595551685 @liuguo09 also if you have your Dockerfile somewhere I would be happy to submit a PR against it to improve it a bit. There is

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
btashton commented on a change in pull request #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#discussion_r388666475 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,85 @@ +# Licensed under the Apache

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #261: Initial checkin nuttx github action CI workflow

2020-03-05 Thread GitBox
btashton commented on a change in pull request #261: Initial checkin nuttx github action CI workflow URL: https://github.com/apache/incubator-nuttx/pull/261#discussion_r388666947 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,85 @@ +# Licensed under the Apache

[GitHub] [incubator-nuttx] patacongo merged pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo merged pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] adamfeuer commented on issue #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on issue #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#issuecomment-595508795 @patacongo Thanks— I went through the changed files view and looked to make sure I took care of everything. I resolved all the

[incubator-nuttx] branch pr444 created (now 859d694)

2020-03-05 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch pr444 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 859d694 z20x: Correct RAM wait states. No new revisions were added by this update.

[GitHub] [incubator-nuttx] patacongo commented on issue #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on issue #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#issuecomment-595505733 There are quite a few things here. Perhaps you can "Resolve conversation" when the changes are in place. Once all of the

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388631703 ## File path: boards/arm/sama5/sama5d2-xult/configs/nsh/defconfig ## @@ -26,27 +26,40 @@

[GitHub] [incubator-nuttx] adamfeuer commented on issue #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on issue #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#issuecomment-595502991 @patacongo Thanks for the improvements. I think I made all the suggested fixes, will you take a look and see if there's anything

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388630698 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_ethernet.c ## @@ -0,0 +1,343 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388606192 ## File path: boards/arm/sama5/sama5d2-xult/src/Makefile ## @@ -1,7 +1,7 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388606207 ## File path: boards/arm/sama5/sama5d2-xult/configs/nsh/defconfig ## @@ -26,27 +26,40 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388605409 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_ajoystick.c ## @@ -0,0 +1,452 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388605242 ## File path: boards/arm/sama5/sama5d2-xult/configs/nsh/defconfig ## @@ -8,7 +8,7 @@ #

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388598106 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_ajoystick.c ## @@ -0,0 +1,452 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388597796 ## File path: boards/arm/sama5/sama5d2-xult/src/Makefile ## @@ -1,7 +1,7 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388597128 ## File path: boards/arm/sama5/sama5d2-xult/configs/nsh/defconfig ## @@ -8,7 +8,7 @@ #

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388597444 ## File path: boards/arm/sama5/sama5d2-xult/configs/nsh/defconfig ## @@ -26,27 +26,40 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388597096 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -157,6 +162,7 @@ static int

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596923 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -117,6 +117,7 @@ static int

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388597017 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -141,6 +144,7 @@ static int

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596967 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -125,6 +126,7 @@ static int

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596891 ## File path: arch/arm/src/sama5/hardware/_sama5d3x_memorymap.h ## @@ -80,6 +81,7 @@ #define

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596219 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -157,6 +162,7 @@ static int

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596066 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_ostest.c ## @@ -0,0 +1,114 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595974 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_can.c ## @@ -0,0 +1,115 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595871 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -133,6 +135,7 @@ static int

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596015 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -141,6 +144,7 @@ static int

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596094 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -149,6 +153,7 @@ static int

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596036 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_nandflash.c ## @@ -0,0 +1,234 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595906 ## File path: boards/arm/sama5/sama5d2-xult/include/board_498mhz.h ## @@ -0,0 +1,217 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388596011 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_hsmci.c ## @@ -0,0 +1,344 @@

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595940 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_at25.c ## @@ -0,0 +1,143 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595455 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -117,6 +117,7 @@ static int

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595626 ## File path: arch/arm/src/sama5/sam_pioirq.c ## @@ -125,6 +126,7 @@ static int

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388595144 ## File path: arch/arm/src/sama5/hardware/_sama5d3x_memorymap.h ## @@ -80,6 +81,7 @@ #define

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388594257 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_usbmsc.c ## @@ -0,0 +1,108 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593823 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_ostest.c ## @@ -0,0 +1,114 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593973 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_spi.c ## @@ -0,0 +1,194 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593896 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_pwm.c ## @@ -0,0 +1,162 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593555 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_hsmci.c ## @@ -0,0 +1,344 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593634 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_i2schar.c ## @@ -0,0 +1,126 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593741 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_nandflash.c ## @@ -0,0 +1,234 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388592910 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_at25.c ## @@ -0,0 +1,143 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388592952 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_adc.c ## @@ -0,0 +1,101 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593267 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_ethernet.c ## @@ -0,0 +1,343 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388593179 ## File path: boards/arm/sama5/sama5d2-xult/src/sam_can.c ## @@ -0,0 +1,115 @@

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444#discussion_r388592223 ## File path: boards/arm/sama5/sama5d2-xult/include/board_498mhz.h ## @@ -0,0 +1,217 @@

[GitHub] [incubator-nuttx] adamfeuer opened a new pull request #444: SAMA5D27 peripheral support - USB Host working

2020-03-05 Thread GitBox
adamfeuer opened a new pull request #444: SAMA5D27 peripheral support - USB Host working URL: https://github.com/apache/incubator-nuttx/pull/444 ### Summary * SAMA5D27 USB Host support working * Other peripherals added as a work in progress, but not tested * Minor nxstyle

[incubator-nuttx] branch master updated (de07abe -> 859d694)

2020-03-05 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 de07abe ez80f92: Interrupt improvements. add 859d694 z20x: Correct RAM wait states. No new

[GitHub] [incubator-nuttx] patacongo commented on issue #442: tools/Makefile.unix: Remove FORBIDDEN CXD56 code in common Makefile.

2020-03-05 Thread GitBox
patacongo commented on issue #442: tools/Makefile.unix: Remove FORBIDDEN CXD56 code in common Makefile. URL: https://github.com/apache/incubator-nuttx/issues/442#issuecomment-595443228 Another option is to use a 'define POSTBUILD' in tools/Config.mk. That definition would be empty , but

[incubator-nuttx] branch pr443 updated: z20x: Correct RAM wait states.

2020-03-05 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr443 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr443 by this push: new 859d694 z20x: Correct RAM wait states.

[incubator-nuttx] branch pr443 created (now de07abe)

2020-03-05 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr443 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at de07abe ez80f92: Interrupt improvements. No new revisions were added by this update.

[GitHub] [incubator-nuttx] acassis merged pull request #443: z20x: Correct RAM wait states.

2020-03-05 Thread GitBox
acassis merged pull request #443: z20x: Correct RAM wait states. URL: https://github.com/apache/incubator-nuttx/pull/443 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] patacongo opened a new pull request #443: z20x: Correct RAM wait states.

2020-03-05 Thread GitBox
patacongo opened a new pull request #443: z20x: Correct RAM wait states. URL: https://github.com/apache/incubator-nuttx/pull/443 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-nuttx] branch master updated: ez80f92: Interrupt improvements.

2020-03-05 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 de07abe ez80f92: Interrupt

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #442: tools/Makefile.unix: Remove FORBIDDEN CXD56 code in common Makefile.

2020-03-05 Thread GitBox
xiaoxiang781216 commented on issue #442: tools/Makefile.unix: Remove FORBIDDEN CXD56 code in common Makefile. URL: https://github.com/apache/incubator-nuttx/issues/442#issuecomment-595338429 > See related #437 > > I am thinking that a more systematic solution is needed both for

[GitHub] [incubator-nuttx] maht commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
maht commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388424886 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y) cp

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388419906 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388419906 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)

[GitHub] [incubator-nuttx] igrr commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
igrr commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388416984 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y) cp

[GitHub] [incubator-nuttx] patacongo commented on issue #442: tools/Makefile.unix: Remove FORBIDDEN CXD56 code in common Makefile.

2020-03-05 Thread GitBox
patacongo commented on issue #442: tools/Makefile.unix: Remove FORBIDDEN CXD56 code in common Makefile. URL: https://github.com/apache/incubator-nuttx/issues/442#issuecomment-595325922 See related #437 I am thinking that a more systematic solution is needed both for CXD56xx and

[GitHub] [incubator-nuttx] igrr commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
igrr commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388416984 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y) cp

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU

2020-03-05 Thread GitBox
patacongo commented on a change in pull request #437: Support to run NuttX on ESP32 QEMU URL: https://github.com/apache/incubator-nuttx/pull/437#discussion_r388415277 ## File path: tools/Makefile.unix ## @@ -501,6 +501,23 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)

  1   2   >