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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 @@
+/***
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
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
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
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
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
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 @@
+/***
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 @@
+/***
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
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
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
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
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 @@
+/***
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
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
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
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
36 matches
Mail list logo