[GitHub] [incubator-nuttx] patacongo edited a comment on issue #439: Video: Correct use of global variable

2020-06-11 Thread GitBox
patacongo edited a comment on issue #439: URL: https://github.com/apache/incubator-nuttx/issues/439#issuecomment-642640881 A related issus the the use, or rather the lacke of the use of the video driver initialization function: video_initialize(). That function should be called from

[GitHub] [incubator-nuttx] patacongo commented on issue #439: Video: Correct use of global variable

2020-06-11 Thread GitBox
patacongo commented on issue #439: URL: https://github.com/apache/incubator-nuttx/issues/439#issuecomment-642640881 A related issus the the use, or rather the lacke of the use of the video driver initialization function: video_initialize(). That function should be called from the bo

[GitHub] [incubator-nuttx] jerpelea commented on issue #439: Video: Correct use of global variable

2020-06-11 Thread GitBox
jerpelea commented on issue #439: URL: https://github.com/apache/incubator-nuttx/issues/439#issuecomment-642681571 I am sorry for the long response time and thanks for the suggestion. I will implement and test the suggestion. -

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1187: sched: Unify the main thread and pthread behaivour

2020-06-11 Thread GitBox
patacongo commented on a change in pull request #1187: URL: https://github.com/apache/incubator-nuttx/pull/1187#discussion_r438960780 ## File path: include/nuttx/sched.h ## @@ -714,6 +714,23 @@ struct tcb_s FAR struct mqueue_inode_s *msgwaitq; /* Waiting for this message q

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1187: sched: Unify the main thread and pthread behaivour

2020-06-11 Thread GitBox
patacongo commented on a change in pull request #1187: URL: https://github.com/apache/incubator-nuttx/pull/1187#discussion_r438960780 ## File path: include/nuttx/sched.h ## @@ -714,6 +714,23 @@ struct tcb_s FAR struct mqueue_inode_s *msgwaitq; /* Waiting for this message q

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #1229: Joystick support for the Olimex P407

2020-06-11 Thread GitBox
Ouss4 opened a new pull request #1229: URL: https://github.com/apache/incubator-nuttx/pull/1229 ## Summary Add support for the Olimex P407 inboard joystick. ## Impact No impact in any other config. ## Testing The djoystick apps' example. -

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #1229: Joystick support for the Olimex P407 board

2020-06-11 Thread GitBox
Ouss4 commented on pull request #1229: URL: https://github.com/apache/incubator-nuttx/pull/1229#issuecomment-642878621 I don't know what to do with that little style error, it's just one character over the limit, however, breaking the line would mean bringing the whole "struct djoy_polleve

[GitHub] [incubator-nuttx] patacongo commented on pull request #1229: Joystick support for the Olimex P407 board

2020-06-11 Thread GitBox
patacongo commented on pull request #1229: URL: https://github.com/apache/incubator-nuttx/pull/1229#issuecomment-642893220 > > > I don't know what to do with that little style error, it's just one character over the limit, however, breaking the line would mean bringing the whole "s

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #1229: Joystick support for the Olimex P407 board

2020-06-11 Thread GitBox
Ouss4 commented on pull request #1229: URL: https://github.com/apache/incubator-nuttx/pull/1229#issuecomment-642898435 I was thinking about putting the whole "struct djoy_pollevents_s" in a new line which would've made the line look a little hollow. I kept the "struct" as you suggested,

[incubator-nuttx] 03/04: boards/arm/stm32/olimex-stm32-p407: Add joystick support.

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c3ba6031349cad8a86c69abbe4b3438bbfd07e7d Author: Ouss4 AuthorDate: Wed Jun 10 22:31:33 2020 +0100 boards/ar

[incubator-nuttx] branch master updated (48dffbb -> 6c68c2b)

2020-06-11 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 48dffbb boards: spresense: Add nxrecorder to wifi/defconfig new 72ff383 boards/arm/stm32/stm3210e-eval

[incubator-nuttx] 04/04: boards/arm/stm32/stm3210e-eval/include/board.h: Fix nxstyle issues.

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6c68c2b8920183bb5f73b32d5a16edbbc7033675 Author: Ouss4 AuthorDate: Thu Jun 11 21:08:10 2020 +0100 boards/ar

[incubator-nuttx] 01/04: boards/arm/stm32/stm3210e-eval/include/board.h: Fix buttons bits when CONFIG_DJOYSTICK is enabled.

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 72ff383265e1bec2a84684d9049b884e2c18d1e2 Author: Ouss4 AuthorDate: Wed Jun 10 21:33:43 2020 +0100 boards/ar

[GitHub] [incubator-nuttx] patacongo merged pull request #1229: Joystick support for the Olimex P407 board

2020-06-11 Thread GitBox
patacongo merged pull request #1229: URL: https://github.com/apache/incubator-nuttx/pull/1229 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] 02/04: include/nuttx/input/djoystick.h: Fix some trivial typos and nxstyle issues.

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit fe7dfec37ded04e5f6a002597c209a308190c10f Author: Ouss4 AuthorDate: Wed Jun 10 21:35:16 2020 +0100 include/n

[incubator-nuttx] branch SocketCAN updated (5f0179e -> 2df19bf)

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. discard 5f0179e Use LPO 32Khz clock for RTC discard ec7b886 Backport code style fixes discard 0fe722c NET_CAN

[incubator-nuttx] 21/31: S32K1XX SocketCAN style fixes

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 7d725c1c411ac43dfe97da7c8c857269df5f5dc8 Author: Jari van Ewijk AuthorDate: Fri Mar 13 12:29:56 2020 +0100

[incubator-nuttx] 04/31: PoC S32K1XX FlexCAN sends CAN msgs through SocketCAN

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ff4116d515ca00795a59119cc062f8c3b06d692e Author: Peter van der Perk AuthorDate: Wed Feb 19 11:24:31 2020 +010

[incubator-nuttx] 19/31: Added support for SO_TIMESTAMP in socketlayer and SocketCAN Cleanup FlexCAN driver driver Disabled workqueue based TX in FlexCAN

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 4bfb16f7bc2722cf39ca961d272ddc2a52ae38f2 Author: Peter van der Perk AuthorDate: Wed Mar 11 16:13:18 2020 +010

[incubator-nuttx] 09/31: Added CAN FD driver support

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 58d057ca0816bbf021e9255f68deb1748d6a48b5 Author: Peter van der Perk AuthorDate: Tue Feb 25 08:28:20 2020 +010

[incubator-nuttx] 02/31: include/netpacket/can.h: Add CAN socket family definitions

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5fa6d20e7c30724ae24de99aaff5d21960cc9019 Author: Gregory Nutt AuthorDate: Thu Feb 13 09:58:12 2020 -0600

[incubator-nuttx] 12/31: Fixed SocketCAN IOB default config and IOB typos

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit cd174476351be9dae269ce60468b548b77a33863 Author: Peter van der Perk AuthorDate: Thu Mar 5 09:49:41 2020 +0100

[incubator-nuttx] 08/31: PR350 Coding Standard Corrections

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5909e58ea5f5aec810829e3f05cb9fa0819676bd Author: Gregory Nutt AuthorDate: Fri Feb 21 11:17:10 2020 -0600

[incubator-nuttx] 14/31: SocketCAN recfrom added non-blocking behavior support FlexCAN support sending extended CAN id

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit cb0027fceeefec10b6f3e1411d3efa90649cf374 Author: Peter van der Perk AuthorDate: Fri Mar 6 15:20:15 2020 +0100

[incubator-nuttx] 25/31: Socket: Control message addded initial stubs for sendmsg()

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c3cdcbfbd58bfd3c36b587ec4197d1d6ebebcdf9 Author: Peter van der Perk AuthorDate: Fri Mar 13 18:12:29 2020 +010

[incubator-nuttx] 05/31: Added GPIO code to test SocketCAN performance

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 99952a3d7206c96d4d355f2a18d7cecd5e3df681 Author: Peter van der Perk AuthorDate: Wed Feb 19 17:46:37 2020 +010

[incubator-nuttx] 16/31: SocketCAN added protocol 0 to suport netlib_ifup with NET_PKT disabled

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 932daacce02503a090a348531179eea3eceb73da Author: Peter van der Perk AuthorDate: Mon Mar 9 13:49:11 2020 +0100

[incubator-nuttx] 22/31: Code style fixes

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 8b9e331d7349fde483984ce2256af38db7da5243 Author: Jari van Ewijk AuthorDate: Fri Mar 13 13:48:10 2020 +0100

[incubator-nuttx] 10/31: FlexCAN transmit CAN FD support

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 4a3ec73e7da4c0874b7891aeecdf68331e08221f Author: Peter van der Perk AuthorDate: Tue Feb 25 16:56:26 2020 +010

[incubator-nuttx] 18/31: Added support for SO_TIMESTAMP in socketlayer and SocketCAN Cleanup FlexCAN driver driver Disabled workqueue based TX in FlexCAN

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 9a537b0c8194872342ac2c3e783bbe0b40a9ee15 Author: Peter van der Perk AuthorDate: Wed Mar 11 14:32:52 2020 +010

[incubator-nuttx] 13/31: SocketCAN removed NET_TCP and NET_PKT dependencies

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 37bc441597abee7580e291181197232f155673f8 Author: Peter van der Perk AuthorDate: Thu Mar 5 16:36:56 2020 +0100

[incubator-nuttx] 24/31: Code style fixes 3

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6dc8e9d006fbe459023c9eeb2586b9869297cade Author: Jari van Ewijk AuthorDate: Fri Mar 13 17:27:21 2020 +0100

[incubator-nuttx] 28/31: Made can/error.h nxstyle compliant

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 7da69d5ce1f16ae7148d99b28cee221c429237eb Author: Peter van der Perk AuthorDate: Wed Mar 18 09:13:34 2020 +010

[incubator-nuttx] 11/31: Added CAN_RAW_FD_FRAMES sockopt support

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 88d67a95741969b64516cf409688c1e2de236e49 Author: Peter van der Perk AuthorDate: Wed Feb 26 13:36:24 2020 +010

[incubator-nuttx] 23/31: Code style fixes 2

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a30faa169564cf863a0085204523be7c85d2c286 Author: Jari van Ewijk AuthorDate: Fri Mar 13 14:30:32 2020 +0100

[incubator-nuttx] 03/31: net/: Add WIP initial framework for SocketCAN sockets.

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c09248ecc6e6c9fa7da16b95f7e222b16ee086db Author: Gregory Nutt AuthorDate: Thu Feb 13 09:59:00 2020 -0600

[incubator-nuttx] 31/31: Use LPO 32Khz clock for RTC

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 2df19bfe4d50cfa6afbc95404b5180a70719c00c Author: Peter van der Perk AuthorDate: Wed Mar 18 12:27:39 2020 +010

[incubator-nuttx] 29/31: NET_CAN_RAW_TX_DEADLINE use relative time with watchdog Instead of a polling timer, also every mailbox get its own watchdog and gets cancelled when a tx interrupt for the corr

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 50643e37eaa540233f49854cf33ce3157c96da78 Author: Peter van der Perk AuthorDate: Wed Mar 18 11:33:53 2020 +010

[incubator-nuttx] 20/31: S32K1XX Added High res timer support FlexCAN allocate memory for timestamp

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 962049c797e8407627857b288776819d28896cf8 Author: Peter van der Perk AuthorDate: Thu Mar 12 13:59:33 2020 +010

[incubator-nuttx] 27/31: Implement NET_CAN_RAW_TX_DEADLINE in SocketCAN and S32K1XX FlexCAN driver

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e09f9e926d9b6828aaddb5df6905faff799b8f2c Author: Peter van der Perk AuthorDate: Tue Mar 17 13:57:22 2020 +010

[incubator-nuttx] 07/31: Added basic poll()/select support

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 24d8699ad8eb5096fb1a321da8e4c09c42473d55 Author: Peter van der Perk AuthorDate: Fri Feb 21 16:24:54 2020 +010

[incubator-nuttx] 15/31: Added functional support for CAN_RAW_FILTER sockopt

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c83f005e09e73ff4cdc6f369a636cbeda6468b70 Author: Peter van der Perk AuthorDate: Mon Mar 9 12:47:26 2020 +0100

[incubator-nuttx] 17/31: Added devif_cansend.c (forgotten in commit e485581)

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c040a0953f720af427cb0f0b04615bc9de3c96fb Author: Peter van der Perk AuthorDate: Mon Mar 9 13:51:28 2020 +0100

[incubator-nuttx] 26/31: Code style fixes 4

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 437d3d49a48562163959b4a9a64f063b1551459f Author: Jari van Ewijk AuthorDate: Mon Mar 16 09:03:03 2020 +0100

[incubator-nuttx] 06/31: SocketCAN initial receive working as well

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d7db889545f13e1b3d53810435f986a4d79aeb96 Author: Peter van der Perk AuthorDate: Thu Feb 20 16:06:15 2020 +010

[incubator-nuttx] 01/31: include/sys/socket.h: Add CAN socket family.

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a371873ec6bd063da1a8ad2c70b74bfe73a62663 Author: Gregory Nutt AuthorDate: Thu Feb 13 09:57:38 2020 -0600

[incubator-nuttx] 30/31: Backport code style fixes

2020-06-11 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch SocketCAN in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit b3ba45b36f11fa06f6e6fe153155819e098fc8b2 Author: Peter van der Perk AuthorDate: Wed Mar 18 12:18:30 2020 +010