[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #4358: stm32/stm32_serial.c fix issue #4353

2021-08-17 Thread GitBox
raiden00pl opened a new pull request #4358: URL: https://github.com/apache/incubator-nuttx/pull/4358 ## Summary stm32/stm32_serial.c fix compile error when CONFIG_STM32_SERIALBRK_BSDCOMPAT=y. Fix for https://github.com/apache/incubator-nuttx/issues/4353 ## Impact

[GitHub] [incubator-nuttx] anchao opened a new pull request #4357: net/tcp: add nonblock connect(2) support

2021-08-17 Thread GitBox
anchao opened a new pull request #4357: URL: https://github.com/apache/incubator-nuttx/pull/4357 ## Summary net/tcp: add nonblock connect(2) support https://man7.org/linux/man-pages/man2/connect.2.html ``` EINPROGRESS The socket is nonblocking

[GitHub] [incubator-nuttx] anchao opened a new pull request #4356: net/local: add nonblock connect(2) support

2021-08-17 Thread GitBox
anchao opened a new pull request #4356: URL: https://github.com/apache/incubator-nuttx/pull/4356 ## Summary net/local: add nonblock connect(2) support driver/pipe: add nonblock open support https://man7.org/linux/man-pages/man2/connect.2.html ``` EINPROGRE

[GitHub] [incubator-nuttx] anchao opened a new pull request #4355: net/rpmsg: add nonblock connect(2) support

2021-08-17 Thread GitBox
anchao opened a new pull request #4355: URL: https://github.com/apache/incubator-nuttx/pull/4355 ## Summary net/rpmsg: add nonblock connect(2) support net/rpmsg: simplify the socket timeout of connect net/rpmsg: move the sync handshark to ns_bind callback net/rpmsg: fix ty

[GitHub] [incubator-nuttx] anchao opened a new pull request #4354: arch/arm: correct the frame pointer register declare

2021-08-17 Thread GitBox
anchao opened a new pull request #4354: URL: https://github.com/apache/incubator-nuttx/pull/4354 ## Summary arch/arm: correct the frame pointer register declare In AArch32, the frame pointer is stored in register R11 for ARM code or register R7 for Thumb code. In AArch64,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4351: Update licenses to Apache

2021-08-17 Thread GitBox
xiaoxiang781216 merged pull request #4351: URL: https://github.com/apache/incubator-nuttx/pull/4351 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated (9cb132e -> ef4ba8c)

2021-08-17 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 9cb132e drivers: video: ov2640: add GPL build barrier new 418919b LICENSE: add remaining Silicon L

[incubator-nuttx] 01/03: LICENSE: add remaining Silicon Laboratories files

2021-08-17 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 418919b4b6908e44107e669fad426e40713a5102 Author: Alin Jerpelea AuthorDate: Tue Aug 17 13:30:13 2021 +0200

[incubator-nuttx] 02/03: Uniquix Ltda: update licenses to Apache

2021-08-17 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 50976fef140394868d30d467455fa256866eb31f Author: Alin Jerpelea AuthorDate: Tue Aug 17 13:55:47 2021 +0200

[incubator-nuttx] 03/03: drivers: lcd: update licenses to Apache

2021-08-17 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 ef4ba8cb6cb0dec3521a2416a51458f91c31d791 Author: Alin Jerpelea AuthorDate: Tue Aug 17 14:43:58 2021 +0200

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4352: Kconfig: add NuttX License setup

2021-08-17 Thread GitBox
xiaoxiang781216 merged pull request #4352: URL: https://github.com/apache/incubator-nuttx/pull/4352 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] 01/02: Kconfig: add NuttX License setup

2021-08-17 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 b0c860ea9b918932eba9ca4b5dcab8e7db84164b Author: Alin Jerpelea AuthorDate: Mon Aug 16 09:22:38 2021 +0200

[incubator-nuttx] branch master updated (dc7b9b8 -> 9cb132e)

2021-08-17 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 dc7b9b8 include: can: move error.h to apps/canutils new b0c860e Kconfig: add NuttX License setup

[incubator-nuttx] 02/02: drivers: video: ov2640: add GPL build barrier

2021-08-17 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 9cb132e7979ab984176a78e326c2b70494e20027 Author: Alin Jerpelea AuthorDate: Tue Aug 17 14:59:30 2021 +0200

[GitHub] [incubator-nuttx-apps] saramonteiro commented on issue #834: Trying to run the Timer example

2021-08-17 Thread GitBox
saramonteiro commented on issue #834: URL: https://github.com/apache/incubator-nuttx-apps/issues/834#issuecomment-900448807 Hi @eden-desta! You're not seeing it on your `/dev` dir because the board bringup function of this board is not calling the function that register the timer dr

[GitHub] [incubator-nuttx-apps] eden-desta opened a new issue #834: Trying to run the Timer example

2021-08-17 Thread GitBox
eden-desta opened a new issue #834: URL: https://github.com/apache/incubator-nuttx-apps/issues/834 Hello! I am trying to run the timer example following the steps provided here: https://nuttx.apache.org/docs/latest/components/drivers/character/timer.html The few things that I do th

[GitHub] [incubator-nuttx] lukegluke commented on issue #4353: stm32_serial: undefined reference to `up_txint'

2021-08-17 Thread GitBox
lukegluke commented on issue #4353: URL: https://github.com/apache/incubator-nuttx/issues/4353#issuecomment-900312963 Looks like bug was introduce in #3222 (3c34337064bd42fb1a92e32e71c63068ef029e6f) of yours @raiden00pl. -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4352: Kconfig: add NuttX License setup

2021-08-17 Thread GitBox
gustavonihei commented on a change in pull request #4352: URL: https://github.com/apache/incubator-nuttx/pull/4352#discussion_r690384965 ## File path: Kconfig ## @@ -9,6 +9,19 @@ config APPSDIR string option env="APPSDIR" +menu "License Setup" +config ALLOW_GP

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4352: Kconfig: add NuttX License setup

2021-08-17 Thread GitBox
gustavonihei commented on a change in pull request #4352: URL: https://github.com/apache/incubator-nuttx/pull/4352#discussion_r690384965 ## File path: Kconfig ## @@ -9,6 +9,19 @@ config APPSDIR string option env="APPSDIR" +menu "License Setup" +config ALLOW_GP

[GitHub] [incubator-nuttx] SunJun8 commented on a change in pull request #4335: arch/bl602:Add bl602 os adapter layer

2021-08-17 Thread GitBox
SunJun8 commented on a change in pull request #4335: URL: https://github.com/apache/incubator-nuttx/pull/4335#discussion_r690384929 ## File path: arch/risc-v/src/bl602/bl602_os_hal.c ## @@ -0,0 +1,1035 @@ +/***

[GitHub] [incubator-nuttx] lukegluke opened a new issue #4353: stm32_serial: undefined reference to `up_txint'

2021-08-17 Thread GitBox
lukegluke opened a new issue #4353: URL: https://github.com/apache/incubator-nuttx/issues/4353 If only TX DMA or RX+TX DMA is used for all uarts the dummy `up_dma_txint` is used for txint https://github.com/apache/incubator-nuttx/blob/dc7b9b8dbb1adbb071d75f94cd75a8452eab8f0f/arch/arm/sr

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4349: include: can: move error.h to apps/canutils

2021-08-17 Thread GitBox
xiaoxiang781216 merged pull request #4349: URL: https://github.com/apache/incubator-nuttx/pull/4349 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated (e02e1c2 -> dc7b9b8)

2021-08-17 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 e02e1c2 arch/arm/src/stm32l4/Kconfig: add new STM32L4+ chip types add dc7b9b8 include: can: move e

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4350: arch/arm/src/stm32l4/Kconfig: add new STM32L4+ chip types

2021-08-17 Thread GitBox
xiaoxiang781216 merged pull request #4350: URL: https://github.com/apache/incubator-nuttx/pull/4350 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated (0c0a43c -> e02e1c2)

2021-08-17 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 0c0a43c mtd: include nuttx/fs/fs.h explicitly add e02e1c2 arch/arm/src/stm32l4/Kconfig: add new ST

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4335: arch/bl602:Add bl602 os adapter layer

2021-08-17 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4335: URL: https://github.com/apache/incubator-nuttx/pull/4335#discussion_r690369052 ## File path: arch/risc-v/src/bl602/bl602_os_hal.c ## @@ -0,0 +1,1035 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4335: arch/bl602:Add bl602 os adapter layer

2021-08-17 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4335: URL: https://github.com/apache/incubator-nuttx/pull/4335#discussion_r690368032 ## File path: arch/risc-v/src/bl602/bl602_os_hal.c ## @@ -0,0 +1,1035 @@ +/***

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #4352: Kconfig: add NuttX License setup

2021-08-17 Thread GitBox
jerpelea opened a new pull request #4352: URL: https://github.com/apache/incubator-nuttx/pull/4352 ## Summary This commit adds the possibility to isolate the GPL code from Apache/BSD/MIT code ## Impact LICENSE ## Testing Compiled -- This is an automated message

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #833: canutils: libcanutils: add GPL build barrier

2021-08-17 Thread GitBox
jerpelea opened a new pull request #833: URL: https://github.com/apache/incubator-nuttx-apps/pull/833 ## Summary Exclude libcanutils from build unless the license is set to allow GPL code in the build. ## Impact LICENSE ## Testing Compiled -- This is an autom

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #4351: Update licenses to Apache

2021-08-17 Thread GitBox
jerpelea opened a new pull request #4351: URL: https://github.com/apache/incubator-nuttx/pull/4351 ## Summary Several licenses can be updated to Apache since we received the needed SGA/ICL ## Impact LICENSE ## Testing NONE -- This is an automated message from t

[GitHub] [incubator-nuttx] juniskane opened a new pull request #4350: arch/arm/src/stm32l4/Kconfig: add new STM32L4+ chip types

2021-08-17 Thread GitBox
juniskane opened a new pull request #4350: URL: https://github.com/apache/incubator-nuttx/pull/4350 ## Summary Add several new STM32L4+ chip types to Kconfig selection. Only differences are flash size and number of IO pins. ## Impact ## Testing -- This is an auto

[GitHub] [incubator-nuttx] SunJun8 commented on a change in pull request #4335: arch/bl602:Add bl602 os adapter layer

2021-08-17 Thread GitBox
SunJun8 commented on a change in pull request #4335: URL: https://github.com/apache/incubator-nuttx/pull/4335#discussion_r690172513 ## File path: arch/risc-v/src/bl602/bl602_os_hal.c ## @@ -0,0 +1,1035 @@ +/***

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #4349: include: can: move error.h to apps/canutils

2021-08-17 Thread GitBox
jerpelea opened a new pull request #4349: URL: https://github.com/apache/incubator-nuttx/pull/4349 ## Summary This file is used by the libcanutils and can be isolated in apps ## Impact License ## Testing compiled -- This is an automated message from the Apache G

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4348: mtd: include nuttx/fs/fs.h explicitly

2021-08-17 Thread GitBox
xiaoxiang781216 merged pull request #4348: URL: https://github.com/apache/incubator-nuttx/pull/4348 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated: mtd: include nuttx/fs/fs.h explicitly

2021-08-17 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 0c0a43c mtd: include nuttx/fs/fs.h

[GitHub] [incubator-nuttx] jerpelea closed pull request #4347: include: can: move error.h to apps/canutils

2021-08-17 Thread GitBox
jerpelea closed pull request #4347: URL: https://github.com/apache/incubator-nuttx/pull/4347 -- 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 go to the specific comment. To unsubscribe, e-mail: commi