[GitHub] [incubator-nuttx] yamt commented on issue #179: macOS support for sim

2020-01-28 Thread GitBox
yamt commented on issue #179: macOS support for sim URL: https://github.com/apache/incubator-nuttx/pull/179#issuecomment-579624514 apps part of this: https://github.com/apache/incubator-nuttx-apps/pull/35 This is an automated

[GitHub] [incubator-nuttx] yamt opened a new pull request #179: macOS support for sim

2020-01-28 Thread GitBox
yamt opened a new pull request #179: macOS support for sim URL: https://github.com/apache/incubator-nuttx/pull/179 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #35: Fix a build on macOS

2020-01-28 Thread GitBox
yamt opened a new pull request #35: Fix a build on macOS URL: https://github.com/apache/incubator-nuttx-apps/pull/35 On some platforms like macOS, we can't create an empty archive. This is an automated message from the Apache

[GitHub] [incubator-nuttx] yamt opened a new pull request #178: README.txt: Fix an example for Cygwin

2020-01-28 Thread GitBox
yamt opened a new pull request #178: README.txt: Fix an example for Cygwin URL: https://github.com/apache/incubator-nuttx/pull/178 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] yamt opened a new pull request #177: Makefile: Update a comment

2020-01-28 Thread GitBox
yamt opened a new pull request #177: Makefile: Update a comment URL: https://github.com/apache/incubator-nuttx/pull/177 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #175: imxrt - interrupt serial storm, add DTCM and set up I and D cache

2020-01-28 Thread GitBox
davids5 edited a comment on issue #175: imxrt - interrupt serial storm, add DTCM and set up I and D cache URL: https://github.com/apache/incubator-nuttx/pull/175#issuecomment-579513887 Enjoy your evening! Thank you!

[GitHub] [incubator-nuttx] davids5 commented on issue #175: imxrt - interrupt serial storm, add DTCM and set up I and D cache

2020-01-28 Thread GitBox
davids5 commented on issue #175: imxrt - interrupt serial storm, add DTCM and set up I and D cache URL: https://github.com/apache/incubator-nuttx/pull/175#issuecomment-579513887 Enjoy your evening! Thank you! On Tue, Jan 28, 2020 at 3:04 PM patacongo wrote: > It is late

[GitHub] [incubator-nuttx] patacongo commented on issue #175: imxrt - interrupt serial storm, add DTCM and set up I and D cache

2020-01-28 Thread GitBox
patacongo commented on issue #175: imxrt - interrupt serial storm, add DTCM and set up I and D cache URL: https://github.com/apache/incubator-nuttx/pull/175#issuecomment-579513160 It is late here. I will review / merge in the morning.

[GitHub] [incubator-nuttx] patacongo commented on issue #160: Nxp drone boards

2020-01-28 Thread GitBox
patacongo commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-579436814 The "ruler length" must be the same on every block comment, otherwise an error will be generated. Lines of code must be less than or equal to the ruler

[GitHub] [incubator-nuttx] davids5 commented on issue #160: Nxp drone boards

2020-01-28 Thread GitBox
davids5 commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-579435786 @patacongo - what is the requirement to pass coding standard check or said another way what is now considered acceptable? Is it up to 8 characters past

[GitHub] [incubator-nuttx] jarivanewijk edited a comment on issue #160: Nxp drone boards

2020-01-28 Thread GitBox
jarivanewijk edited a comment on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-579420597 So... We should stick to line length 78? (Perhaps with an occasional extra character or two if there's no nice way to split the line?)

[GitHub] [incubator-nuttx] patacongo commented on issue #160: Nxp drone boards

2020-01-28 Thread GitBox
patacongo commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-579405452 @davids5 "he nxstyle tool was updated and is finding more things now. -m 86" This is no longer true. The tool now automatically calculates the line

[GitHub] [incubator-nuttx] davids5 commented on issue #160: Nxp drone boards

2020-01-28 Thread GitBox
davids5 commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-579400643 @jarivanewijk - the nxstyle tool was updated and is finding more things now. -m 86 is the default for line length. The nxstyle output is now formatted

[GitHub] [incubator-nuttx] jarivanewijk commented on issue #160: Nxp drone boards

2020-01-28 Thread GitBox
jarivanewijk commented on issue #160: Nxp drone boards URL: https://github.com/apache/incubator-nuttx/pull/160#issuecomment-579360128 I have started to fix some of the code style errors, but I still have many files to check. I noticed that a lot of errors have been there since the

[GitHub] [incubator-nuttx] maht opened a new pull request #174: Example of use of tools/Jenkinsfile

2020-01-28 Thread GitBox
maht opened a new pull request #174: Example of use of tools/Jenkinsfile URL: https://github.com/apache/incubator-nuttx/pull/174 Companion pull request for the one at [this pull request](https://github.com/apache/incubator-nuttx-testing/pull/2) to illustrate relation of the two

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #131: Improve config

2020-01-28 Thread GitBox
patacongo edited a comment on issue #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-579230259 The coding standard prohibits the use of #pragma or any other GCC dependecies in C files. We could, however, define the necessary #pragma as a

[incubator-nuttx] branch master updated (f27152a -> 94483cf)

2020-01-28 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 f27152a Fix several coding standard issues in the generic SPI LCD driver. add 94483cf

[GitHub] [incubator-nuttx] acassis merged pull request #173: tools/nxstyle.c: Detect blank line before opening left brace

2020-01-28 Thread GitBox
acassis merged pull request #173: tools/nxstyle.c: Detect blank line before opening left brace URL: https://github.com/apache/incubator-nuttx/pull/173 This is an automated message from the Apache Git Service. To respond to

[incubator-nuttx] branch pr173 updated: tools/nxstyle.c: Add logic to detect check for left brace in first column, but preceded by a blank line. That should never happen for the outermost opening bran

2020-01-28 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr173 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr173 by this push: new 94483cf tools/nxstyle.c: Add logic to

[incubator-nuttx] branch pr173 created (now f27152a)

2020-01-28 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch pr173 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at f27152a Fix several coding standard issues in the generic SPI LCD driver. No new revisions were added by

[GitHub] [incubator-nuttx] patacongo opened a new pull request #173: tools/nxstyle.c: Detect blank line before opening left brace

2020-01-28 Thread GitBox
patacongo opened a new pull request #173: tools/nxstyle.c: Detect blank line before opening left brace URL: https://github.com/apache/incubator-nuttx/pull/173 Add logic to detect check for left brace in first column, but preceded by a blank line. That should never happen for the

[incubator-nuttx] branch pr172 updated: Fix several coding standard issues in the generic SPI LCD driver.

2020-01-28 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch pr172 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/pr172 by this push: new f27152a Fix several coding standard

[GitHub] [incubator-nuttx] acassis merged pull request #172: Fix several coding standard issues in the generic SPI LCD driver.

2020-01-28 Thread GitBox
acassis merged pull request #172: Fix several coding standard issues in the generic SPI LCD driver. URL: https://github.com/apache/incubator-nuttx/pull/172 This is an automated message from the Apache Git Service. To

[incubator-nuttx] branch master updated: Generic SPI interface for controlling an LCD display

2020-01-28 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 e99a8d1 Generic SPI interface for

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #34: wireless: gs2200m: Fix sendto_request() in gs2200m_main.c

2020-01-28 Thread GitBox
jerpelea merged pull request #34: wireless: gs2200m: Fix sendto_request() in gs2200m_main.c URL: https://github.com/apache/incubator-nuttx-apps/pull/34 This is an automated message from the Apache Git Service. To respond to

[incubator-nuttx-apps] branch master updated: wireless: gs2200m: Fix sendto_request() in gs2200m_main.c

2020-01-28 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-apps.git The following commit(s) were added to refs/heads/master by this push: new e4af73e wireless: gs2200m: Fix

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #34: wireless: gs2200m: Fix sendto_request() in gs2200m_main.c

2020-01-28 Thread GitBox
masayuki2009 opened a new pull request #34: wireless: gs2200m: Fix sendto_request() in gs2200m_main.c URL: https://github.com/apache/incubator-nuttx-apps/pull/34 ### Summary - This is an additional PR (please see https://github.com/apache/incubator-nuttx/pull/171) ### Impact

[GitHub] [incubator-nuttx] jerpelea merged pull request #171: drivers: wireless: Return OK with 0 bytes in gs2200m_send_bulk()

2020-01-28 Thread GitBox
jerpelea merged pull request #171: drivers: wireless: Return OK with 0 bytes in gs2200m_send_bulk() URL: https://github.com/apache/incubator-nuttx/pull/171 This is an automated message from the Apache Git Service. To

[incubator-nuttx] branch master updated (4813b9d -> 6ad9064)

2020-01-28 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 4813b9d arch/arm/src/stm32l4/stm32l4_flash.c: Fix flash_erase(page) when page >= 256 (#170) add