[GitHub] [incubator-nuttx] spiriou commented on pull request #1479: fs/vfs: Add file descriptor based events support

2020-07-29 Thread GitBox
spiriou commented on pull request #1479: URL: https://github.com/apache/incubator-nuttx/pull/1479#issuecomment-665798710 @patacongo I'm not sure about the syscall modification, can you give me some hints ? The idea is to only add "eventfd()" in the syscall list. I added 3 helper

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1479: fs/vfs: Add file descriptor based events support

2020-07-29 Thread GitBox
patacongo commented on a change in pull request #1479: URL: https://github.com/apache/incubator-nuttx/pull/1479#discussion_r462432380 ## File path: fs/vfs/fs_eventfd.c ## @@ -0,0 +1,639 @@ +/ + *

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #1480: Fix custom boards build when a common directory is present.

2020-07-29 Thread GitBox
Ouss4 opened a new pull request #1480: URL: https://github.com/apache/incubator-nuttx/pull/1480 ## Summary Building a custom board with a common directory was failing as that directory was not being linked. ## Impact None on the repo, only out-of-tree boards should be

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1473: Kinetis:Add compatible gpiosetevent interface

2020-07-29 Thread GitBox
patacongo commented on a change in pull request #1473: URL: https://github.com/apache/incubator-nuttx/pull/1473#discussion_r462405591 ## File path: arch/arm/src/kinetis/kinetis_pinirq.c ## @@ -459,4 +475,56 @@ void kinetis_pinirqdisable(uint32_t pinset) } #endif /*

[GitHub] [incubator-nuttx] spiriou commented on a change in pull request #1479: fs/vfs: Add file descriptor based events support

2020-07-29 Thread GitBox
spiriou commented on a change in pull request #1479: URL: https://github.com/apache/incubator-nuttx/pull/1479#discussion_r462463770 ## File path: fs/vfs/fs_eventfd.c ## @@ -0,0 +1,639 @@ +/ + *

[GitHub] [incubator-nuttx-apps] PeterBee97 opened a new pull request #348: testing/cxxtest: increase STACKSIZE to avoid crash

2020-07-29 Thread GitBox
PeterBee97 opened a new pull request #348: URL: https://github.com/apache/incubator-nuttx-apps/pull/348 The previous version of cxxtest uses a fixed value(4096) for STACKSIZE, insufficient when no optimization options are set(CONFIG_DEBUG_NOOPT). This patch increased the STACKSIZE to

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1433: Main README converted to Markdown

2020-07-29 Thread GitBox
xiaoxiang781216 merged pull request #1433: URL: https://github.com/apache/incubator-nuttx/pull/1433 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] xiaoxiang781216 commented on pull request #1433: Main README converted to Markdown

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #1433: URL: https://github.com/apache/incubator-nuttx/pull/1433#issuecomment-665780039 @v01d done. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #345: Fix build errors

2020-07-29 Thread GitBox
jerpelea merged pull request #345: URL: https://github.com/apache/incubator-nuttx-apps/pull/345 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] SPRESENSE commented on a change in pull request #1446: net/usrsock: Fix recv() couldn't peek data

2020-07-29 Thread GitBox
SPRESENSE commented on a change in pull request #1446: URL: https://github.com/apache/incubator-nuttx/pull/1446#discussion_r462155786 ## File path: net/usrsock/usrsock_recvfrom.c ## @@ -418,6 +418,15 @@ ssize_t usrsock_recvfrom(FAR struct socket *psock, FAR void *buf, size_t

[GitHub] [incubator-nuttx] acassis commented on issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-07-29 Thread GitBox
acassis commented on issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474#issuecomment-665610187 wow! Kudos Matias! You are so fast! This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] spiriou opened a new pull request #1479: fs/vfs: Add file descriptor based events support

2020-07-29 Thread GitBox
spiriou opened a new pull request #1479: URL: https://github.com/apache/incubator-nuttx/pull/1479 ## Summary This patch adds support for linux eventfd like mecanism https://man7.org/linux/man-pages/man2/eventfd.2.html eventfd() creates an "eventfd object" that can be used as

[GitHub] [incubator-nuttx] Ouss4 merged pull request #1463: libc: Replace all malloc/free to lib_malloc/lib_free

2020-07-29 Thread GitBox
Ouss4 merged pull request #1463: URL: https://github.com/apache/incubator-nuttx/pull/1463 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] davids5 commented on a change in pull request #1473: Kinetis:Add compatible gpiosetevent interface

2020-07-29 Thread GitBox
davids5 commented on a change in pull request #1473: URL: https://github.com/apache/incubator-nuttx/pull/1473#discussion_r462396330 ## File path: arch/arm/src/kinetis/kinetis_pinirq.c ## @@ -459,4 +475,56 @@ void kinetis_pinirqdisable(uint32_t pinset) } #endif /*

[GitHub] [incubator-nuttx] SPRESENSE commented on pull request #1446: net/usrsock: Fix recv() couldn't peek data

2020-07-29 Thread GitBox
SPRESENSE commented on pull request #1446: URL: https://github.com/apache/incubator-nuttx/pull/1446#issuecomment-665512309 @masayuki2009 Thank you for your comments. I'm preparing to upload patch for gs2200m. This is an

[GitHub] [incubator-nuttx-apps] SPRESENSE commented on pull request #345: Fix build errors

2020-07-29 Thread GitBox
SPRESENSE commented on pull request #345: URL: https://github.com/apache/incubator-nuttx-apps/pull/345#issuecomment-665505997 @jerpelea Sorry, I update commit message. Please check again. This is an automated message

[GitHub] [incubator-nuttx] patacongo opened a new issue #1481: Illegal Usage of free() in the OS

2020-07-29 Thread GitBox
patacongo opened a new issue #1481: URL: https://github.com/apache/incubator-nuttx/issues/1481 malloc() and free() should never be used within the OS. This will work in the FLAT build because there is only a single heap, but will cause crashes in PROTECTED and KERNEL build modes where

[incubator-nuttx] branch pci updated (49c2769 -> bf7ed8f)

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. omit 49c2769 pcie: create MSI/MSIX related marcos and simplify the msi/msix routines omit 870dbea pcie:

[incubator-nuttx] 07/11: pcie: qemu: remove not used header

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 760282ee36e04c09dc2e25037f9c28a3236104e6 Author: Yang Chung-Fan AuthorDate: Wed May 6 19:03:11 2020 +0900

[incubator-nuttx] 02/11: x86_64: qemu: implement pci-e functions and enumerate pci-e devices on boot

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit f8ba0ccf237b92b8e12a9f48403e76ef56911a8b Author: Yang Chung-Fan AuthorDate: Mon May 4 18:45:22 2020 +0900

[incubator-nuttx] 04/11: pcie: types array should be null terminated

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 45beb44bdc0e75d30c8c517792c23ab1adb52650 Author: Yang Chung-Fan AuthorDate: Wed May 6 15:07:41 2020 +0900

[incubator-nuttx] 11/11: pcie: create MSI/MSIX related marcos and simplify the msi/msix routines

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit bf7ed8f9f760a0bccf6b70834ebeac76cef5b39a Author: Yang Chung-Fan AuthorDate: Wed May 6 21:35:42 2020 +0900

[incubator-nuttx] 10/11: pcie: cosmetic changes to fit check tools

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit b2d0bf8c5fbf1636a6ebabcc5c571795a6cd45b6 Author: Yang Chung-Fan AuthorDate: Wed May 6 20:31:01 2020 +0900

[incubator-nuttx] 05/11: pcie: enable don't take flags, hardcoded enabling flags

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a25ff3141679c245197402dcde05e441e9e88c99 Author: Yang Chung-Fan AuthorDate: Wed May 6 18:19:56 2020 +0900

[incubator-nuttx] 03/11: virt: add qemu pci-testdev driver

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 21b508ac31d5d5c8926f8ec8f27b6f10759f54d1 Author: Yang Chung-Fan AuthorDate: Wed May 6 01:02:38 2020 +0900

[incubator-nuttx] 09/11: pcie: make pcie enumerate routine as common instead of architecture dependent

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ddd4ba306edfaee51b0e189d17a9469deef33732 Author: Yang Chung-Fan AuthorDate: Wed May 6 20:28:41 2020 +0900

[incubator-nuttx] 06/11: pcie: checking bar > 4 for 64bit bars are sufficient

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a2ea99857bd528ab27e4d01cd961cf1ee77696cb Author: Yang Chung-Fan AuthorDate: Wed May 6 18:20:20 2020 +0900

[incubator-nuttx] 08/11: pcie: qemu: return -EINVAL if buffer argument is NULL

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6f14ffe92b6beac684e24a1c74d4bfb1df9ba922 Author: Yang Chung-Fan AuthorDate: Wed May 6 20:09:07 2020 +0900

[incubator-nuttx] 01/11: pcie: add framework

2020-07-29 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch pci in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 45c16a6c4e0394341eb8ab85421d8fd1c720f7a8 Author: Yang Chung-Fan AuthorDate: Mon May 4 18:44:11 2020 +0900

[incubator-nuttx] branch master updated: arch/sim: Fix the linkage of up_irqinitialize mismatch

2020-07-29 Thread yamamoto
This is an automated email from the ASF dual-hosted git repository. yamamoto 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 b330b3a arch/sim: Fix the linkage

[incubator-nuttx] 01/02: tools/Config.mk: Remove CONFIG_ARCH_BOARD from BOARD_DIR when using a custom board.

2020-07-29 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 708daf2c3dc2f45ac0939dcbe3d32667af8fcca2 Author: Ouss4 AuthorDate: Wed Jul 29 15:42:15 2020 +0100

[incubator-nuttx] 02/02: tools/Config.mk: Unquote the custom board path before using it in Makefile functions.

2020-07-29 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 e79298bc349b46a8c0e11c838daf7e7a977e1817 Author: Ouss4 AuthorDate: Wed Jul 29 17:01:52 2020 +0100

[incubator-nuttx] branch master updated (336bd8c -> e79298b)

2020-07-29 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 336bd8c arch: lc823450: Fix style violations new 708daf2 tools/Config.mk: Remove

[incubator-nuttx] 01/02: libc: Make gethostname as syscall instead of uname

2020-07-29 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3cff139b855a0c1ccfc6253f7d255bc9c2ac636f Author: Xiang Xiao AuthorDate: Tue Jul 28 17:52:17 2020 +0800

[incubator-nuttx] branch master updated (0a6c81b -> 338244d)

2020-07-29 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 0a6c81b main README converted to Markdown format new 3cff139 libc: Make gethostname as syscall

[incubator-nuttx] 02/02: procfs: Get version info from uname instead

2020-07-29 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 338244dbac11a589c01949bb4ec77668e19142e6 Author: Xiang Xiao AuthorDate: Tue Jul 28 22:26:04 2020 +0800

[incubator-nuttx] 03/03: arch: lc823450: Fix style violations

2020-07-29 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 336bd8c3a2631650d212129a2a8e6dacc06354f5 Author: Masayuki Ishikawa AuthorDate: Thu Jul 30 09:32:29 2020

[incubator-nuttx] 01/03: boards: lc823450-xgevk: Fix style violations

2020-07-29 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 f255f4f97ddc692b8f334047dc81a0f6b10b33aa Author: Masayuki Ishikawa AuthorDate: Thu Jul 30 09:08:55 2020

[incubator-nuttx] 02/03: arch: lc823450: Fix style violations in lc823450_syscontrol.h

2020-07-29 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 22a9b497b10e477e8d29929ad27d4528dfca08a8 Author: Masayuki Ishikawa AuthorDate: Thu Jul 30 09:19:10 2020

[incubator-nuttx] branch master updated (1a669e0 -> 336bd8c)

2020-07-29 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 1a669e0 drivers/syslog/syslog_write.c: nxstyle fix new f255f4f boards: lc823450-xgevk: Fix style

[incubator-nuttx] branch master updated (a32506b -> 28eed28)

2020-07-29 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a32506b boards: s32k1xx: Remove SPITOOL_PROGNAME add 28eed28 sched: The secondary idle threads

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1470: Makefile: Fix Make.dep not updated by config changes

2020-07-29 Thread GitBox
xiaoxiang781216 merged pull request #1470: URL: https://github.com/apache/incubator-nuttx/pull/1470 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] xiaoxiang781216 commented on pull request #1471: ramlog: Add overwrite option to ramlog

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #1471: URL: https://github.com/apache/incubator-nuttx/pull/1471#issuecomment-664895361 LGTM. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1472: libc: Make gethostname as syscall instead of uname

2020-07-29 Thread GitBox
xiaoxiang781216 opened a new pull request #1472: URL: https://github.com/apache/incubator-nuttx/pull/1472 ## Summary simplify and symmetry the implementation in KERNEL/PROTECTED build ## Impact No functionality change. ## Testing

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1473: Kinetis:Add compatible gpiosetevent interface

2020-07-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1473: URL: https://github.com/apache/incubator-nuttx/pull/1473#discussion_r461996633 ## File path: arch/arm/src/kinetis/kinetis_pinirq.c ## @@ -459,4 +475,56 @@ void kinetis_pinirqdisable(uint32_t pinset) } #endif /*

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #346: Update wget

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #346: URL: https://github.com/apache/incubator-nuttx-apps/pull/346#issuecomment-665081741 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] Ouss4 merged pull request #1435: ESP32: Add driver support to I2C

2020-07-29 Thread GitBox
Ouss4 merged pull request #1435: URL: https://github.com/apache/incubator-nuttx/pull/1435 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] masayuki2009 commented on pull request #1469: arch: lc823450: Fix nxstyle violations

2020-07-29 Thread GitBox
masayuki2009 commented on pull request #1469: URL: https://github.com/apache/incubator-nuttx/pull/1469#issuecomment-664890056 > @masayuki2009 please copy the PR message to the commit message I've just updated the commit message.

[incubator-nuttx-apps] 05/06: netutils: webserver: Fix style violations

2020-07-29 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 commit caaf343bad094b55e752198b1b3324e37250a280 Author: Masayuki Ishikawa AuthorDate: Wed Jul 29 12:32:29

[incubator-nuttx-apps] branch master updated (f8354b0 -> cb9eb7c)

2020-07-29 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-apps.git. from f8354b0 wireless/gs2200m: Fix freeing uninitialized memory new e0c27e1 examples: i2sloop:

[GitHub] [incubator-nuttx] adamfeuer commented on pull request #1433: Main README converted to Markdown

2020-07-29 Thread GitBox
adamfeuer commented on pull request #1433: URL: https://github.com/apache/incubator-nuttx/pull/1433#issuecomment-665133151 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx-apps] SPRESENSE commented on a change in pull request #345: Fix build errors

2020-07-29 Thread GitBox
SPRESENSE commented on a change in pull request #345: URL: https://github.com/apache/incubator-nuttx-apps/pull/345#discussion_r461424024 ## File path: Application.mk ## @@ -88,6 +88,7 @@ ifneq ($(BUILD_MODULE),y) endif ROOTDEPPATH += --dep-path . Review comment:

[GitHub] [incubator-nuttx-apps] SPRESENSE opened a new pull request #346: Update wget

2020-07-29 Thread GitBox
SPRESENSE opened a new pull request #346: URL: https://github.com/apache/incubator-nuttx-apps/pull/346 ## Summary Improve examples/wget - Enable URL from command line - It can be used with ifup command - Add HTTPS protocol ## Impact only wget ##

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #1435: ESP32: Add driver support to I2C

2020-07-29 Thread GitBox
Ouss4 commented on pull request #1435: URL: https://github.com/apache/incubator-nuttx/pull/1435#issuecomment-664904534 CCLA was received, so we are good to go here? This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] jerpelea edited a comment on pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-29 Thread GitBox
jerpelea edited a comment on pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464#issuecomment-665468434 @masayuki2009 thanks for looking into it This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #1469: arch: lc823450: Fix nxstyle violations

2020-07-29 Thread GitBox
masayuki2009 edited a comment on pull request #1469: URL: https://github.com/apache/incubator-nuttx/pull/1469#issuecomment-664890056 > @masayuki2009 please copy the PR message to the commit message Hi @jerpelea, I've just updated the commit message.

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1471: ramlog: Add overwrite option to ramlog

2020-07-29 Thread GitBox
xiaoxiang781216 merged pull request #1471: URL: https://github.com/apache/incubator-nuttx/pull/1471 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] yamt commented on pull request #346: Update wget

2020-07-29 Thread GitBox
yamt commented on pull request #346: URL: https://github.com/apache/incubator-nuttx-apps/pull/346#issuecomment-664926912 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-nuttx-apps] 03/06: wireless: gs2200m: Replace license header with Apache License 2.0

2020-07-29 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 commit faec1f86146da28558f5d8a03494725c442cf896 Author: Masayuki Ishikawa AuthorDate: Wed Jul 29 12:24:49

[incubator-nuttx-apps] 06/06: netutils: webserver: Replace license header with Apache License 2.0

2020-07-29 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 commit cb9eb7cfd7e4217bb5e9c7b650490c0e76cd5ef2 Author: Masayuki Ishikawa AuthorDate: Wed Jul 29 12:35:58

[incubator-nuttx-apps] 02/06: system: taskset: Replace license header with Apache License 2.0

2020-07-29 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 commit f6aa7340bcdbcdae4b1184cdf8daffa4d94c07ec Author: Masayuki Ishikawa AuthorDate: Wed Jul 29 12:07:46

[incubator-nuttx-apps] 04/06: testing: getprime: Replace license header with Apache License 2.0

2020-07-29 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 commit 813f834018ba9645052c143f652ce4f8d60143ac Author: Masayuki Ishikawa AuthorDate: Wed Jul 29 12:28:25

[incubator-nuttx-apps] 01/06: examples: i2sloop: Replace license header with Apache License 2.0

2020-07-29 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 commit e0c27e1d213c438d5ce689fa101656a0ac6b461d Author: Masayuki Ishikawa AuthorDate: Wed Jul 29 12:03:17

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1009: Add support for preemptive scheduling in the simulator build

2020-07-29 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-665463054 Anyway, I refine your patch more clean(only irq part), here: https://github.com/xiaoxiang781216/incubator-nuttx/commits/preempt We can try switch to

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1469: arch: lc823450: Fix nxstyle violations

2020-07-29 Thread GitBox
xiaoxiang781216 merged pull request #1469: URL: https://github.com/apache/incubator-nuttx/pull/1469 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] v01d opened a new issue #1474: BLE Link Layer and nRF52 implementation (WIP)

2020-07-29 Thread GitBox
v01d opened a new issue #1474: URL: https://github.com/apache/incubator-nuttx/issues/1474 I'm creating an issue to track my progress on this effort mainly to let others know what I've achieved so far and what is currently being worked on. Since this work will also include various

[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request #1477: boards: s32k1xx: Remove SPITOOL_PROGNAME

2020-07-29 Thread GitBox
SPRESENSE opened a new pull request #1477: URL: https://github.com/apache/incubator-nuttx/pull/1477 ## Summary Fix apps/system/spi/Kconfig default value, so no longer needed. ## Impact the program name would be "hello" until

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1473: Kinetis:Add compatible gpiosetevent interface

2020-07-29 Thread GitBox
patacongo commented on a change in pull request #1473: URL: https://github.com/apache/incubator-nuttx/pull/1473#discussion_r462002402 ## File path: arch/arm/src/kinetis/kinetis_pinirq.c ## @@ -459,4 +475,56 @@ void kinetis_pinirqdisable(uint32_t pinset) } #endif /*

[GitHub] [incubator-nuttx] w8jcik commented on pull request #1433: Main README converted to Markdown

2020-07-29 Thread GitBox
w8jcik commented on pull request #1433: URL: https://github.com/apache/incubator-nuttx/pull/1433#issuecomment-665123409 > @v01d is it ready for merging? > Yes, looks OK to me. Hi guys, I think you will loose history, looking at the commits `git mv` was not used.

[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request #1470: Makefile: Fix Make.dep not updated by config changes

2020-07-29 Thread GitBox
SPRESENSE opened a new pull request #1470: URL: https://github.com/apache/incubator-nuttx/pull/1470 ## Summary Make.dep file should be updated by .config changed after first make. There are 2 cases affected for this problem: 1) Add source files by config symbol 2)

[GitHub] [incubator-nuttx] acassis commented on pull request #1435: ESP32: Add driver support to I2C

2020-07-29 Thread GitBox
acassis commented on pull request #1435: URL: https://github.com/apache/incubator-nuttx/pull/1435#issuecomment-664999092 Dong Heng submitted his ICLA yesterday, so please go ahead! This is an automated message from the

[GitHub] [incubator-nuttx] SPRESENSE commented on pull request #1443: net/usrsock: Add flags to sendto/recvfrom in usrsock

2020-07-29 Thread GitBox
SPRESENSE commented on pull request #1443: URL: https://github.com/apache/incubator-nuttx/pull/1443#issuecomment-665394053 @jerpelea I added the commit message. Could you please review this? This is an automated message from

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1433: Main README converted to Markdown

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #1433: URL: https://github.com/apache/incubator-nuttx/pull/1433#issuecomment-665097466 @v01d is it ready for merging? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] jerpelea merged pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-29 Thread GitBox
jerpelea merged pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464 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] jerpelea commented on pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-29 Thread GitBox
jerpelea commented on pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464#issuecomment-665468434 @ masayuki2009 thanks for looking into it This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1475: drivers: wireless: Fix null pointer dereference in gs2200m.c

2020-07-29 Thread GitBox
masayuki2009 opened a new pull request #1475: URL: https://github.com/apache/incubator-nuttx/pull/1475 ## Summary - This PR fixes null pointer dereference in gs2200m.c ## Impact - This PR affects gs2200m driver. ## Testing - Use spresense:wifi and run

[incubator-nuttx] branch master updated (28eed28 -> d2f7546)

2020-07-29 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 28eed28 sched: The secondary idle threads should call nx_idle_trampoline add d2f7546 net/usrsock:

[GitHub] [incubator-nuttx] Ouss4 merged pull request #1462: arch/sim: Move share memory allocation to up_hostmemory.c

2020-07-29 Thread GitBox
Ouss4 merged pull request #1462: URL: https://github.com/apache/incubator-nuttx/pull/1462 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: libc: Replace all malloc/free to lib_malloc/lib_free

2020-07-29 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 1cb1fb4 libc: Replace all

[GitHub] [incubator-nuttx] davids5 opened a new pull request #1473: Kinetis:Add compatible gpiosetevent interface

2020-07-29 Thread GitBox
davids5 opened a new pull request #1473: URL: https://github.com/apache/incubator-nuttx/pull/1473 ## Summary This PR adds a compatible gpiosetevent interface. The helper call the low level functions while providing a consistent API with `_ gpiosetevent(uint32_t pinset, bool

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1469: arch: lc823450: Fix nxstyle violations

2020-07-29 Thread GitBox
jerpelea commented on pull request #1469: URL: https://github.com/apache/incubator-nuttx/pull/1469#issuecomment-664858432 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #345: Fix build errors

2020-07-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #345: URL: https://github.com/apache/incubator-nuttx-apps/pull/345#discussion_r461401263 ## File path: Application.mk ## @@ -88,6 +88,7 @@ ifneq ($(BUILD_MODULE),y) endif ROOTDEPPATH += --dep-path . Review comment:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1441: sched: The secondary idle threads should call nx_idle_trampoline

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #1441: URL: https://github.com/apache/incubator-nuttx/pull/1441#issuecomment-665427929 @masayuki2009 done. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #1459: arch/sim: Minor SMP code fix

2020-07-29 Thread GitBox
masayuki2009 merged pull request #1459: URL: https://github.com/apache/incubator-nuttx/pull/1459 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] masayuki2009 merged pull request #1441: sched: The secondary idle threads should call nx_idle_trampoline

2020-07-29 Thread GitBox
masayuki2009 merged pull request #1441: URL: https://github.com/apache/incubator-nuttx/pull/1441 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] btashton commented on pull request #1457: WIP: Support for lpc55xx

2020-07-29 Thread GitBox
btashton commented on pull request #1457: URL: https://github.com/apache/incubator-nuttx/pull/1457#issuecomment-664623467 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] jerpelea edited a comment on pull request #1443: net/usrsock: Add flags to sendto/recvfrom in usrsock

2020-07-29 Thread GitBox
jerpelea edited a comment on pull request #1443: URL: https://github.com/apache/incubator-nuttx/pull/1443#issuecomment-665472696 @SPRESENSE Thanks for adding the commit message Please send the complementary patches to the apps git

[GitHub] [incubator-nuttx] v01d commented on pull request #1470: Makefile: Fix Make.dep not updated by config changes

2020-07-29 Thread GitBox
v01d commented on pull request #1470: URL: https://github.com/apache/incubator-nuttx/pull/1470#issuecomment-665084124 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1009: Add support for preemptive scheduling in the simulator build

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-665445988 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1476: arch/sim: Fix the linkage of up_irqinitialize mismatch

2020-07-29 Thread GitBox
xiaoxiang781216 opened a new pull request #1476: URL: https://github.com/apache/incubator-nuttx/pull/1476 ## Summary include/arch/irq.h:100:20: note: previous declaration with ‘C++’ linkage 100 | static inline void up_irqinitialize(void) |

[GitHub] [incubator-nuttx] sebastianene07 edited a comment on pull request #1009: Add support for preemptive scheduling in the simulator build

2020-07-29 Thread GitBox
sebastianene07 edited a comment on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-665449512 > Yes, I have reviewed the patch and tried locally, but the problem is that ostest with SMP will hang randomly. we may need to redesign the task switch

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1468: Change svs related license

2020-07-29 Thread GitBox
xiaoxiang781216 merged pull request #1468: URL: https://github.com/apache/incubator-nuttx/pull/1468 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] xiaoxiang781216 merged pull request #1477: boards: s32k1xx: Remove SPITOOL_PROGNAME

2020-07-29 Thread GitBox
xiaoxiang781216 merged pull request #1477: URL: https://github.com/apache/incubator-nuttx/pull/1477 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] jerpelea removed a comment on pull request #1465: Fix video driver

2020-07-29 Thread GitBox
jerpelea removed a comment on pull request #1465: URL: https://github.com/apache/incubator-nuttx/pull/1465#issuecomment-664820887 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] v01d edited a comment on pull request #1470: Makefile: Fix Make.dep not updated by config changes

2020-07-29 Thread GitBox
v01d edited a comment on pull request #1470: URL: https://github.com/apache/incubator-nuttx/pull/1470#issuecomment-665084124 I agree with the idea, in fact, it is always problematic to realize a build failure is due to out-of-date Make.dep files. I personally I'm used to deleting

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1464: cxd56xx: spresense: Add some improvements and fix bugs for Spresense …

2020-07-29 Thread GitBox
masayuki2009 commented on pull request #1464: URL: https://github.com/apache/incubator-nuttx/pull/1464#issuecomment-664967332 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #347: Change svs related license

2020-07-29 Thread GitBox
masayuki2009 opened a new pull request #347: URL: https://github.com/apache/incubator-nuttx-apps/pull/347 ## Summary - This PR replaces license headers with Apache 2.0 - All of the files were contributed by Sony Video & Sound Products Inc. and Sony Home Entertainment & Sound

[GitHub] [incubator-nuttx] w8jcik edited a comment on pull request #1433: Main README converted to Markdown

2020-07-29 Thread GitBox
w8jcik edited a comment on pull request #1433: URL: https://github.com/apache/incubator-nuttx/pull/1433#issuecomment-665123409 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] patacongo commented on pull request #1470: Makefile: Fix Make.dep not updated by config changes

2020-07-29 Thread GitBox
patacongo commented on pull request #1470: URL: https://github.com/apache/incubator-nuttx/pull/1470#issuecomment-665101348 > However, I'm not so sure that simply recreating dependencies whenever .config changes is the best idea as the dependency generation is REALLY slow. I tried to see

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #345: Fix build errors

2020-07-29 Thread GitBox
xiaoxiang781216 commented on pull request #345: URL: https://github.com/apache/incubator-nuttx-apps/pull/345#issuecomment-665452948 LGTM, I will merge the patch once the check pass, This is an automated message from the

  1   2   >