xiaoxiang781216 commented on a change in pull request #1796:
URL: https://github.com/apache/incubator-nuttx/pull/1796#discussion_r489207821
##
File path: fs/vfs/fs_stat.c
##
@@ -93,7 +94,8 @@ static inline int statroot(FAR struct stat *buf)
*
***
xiaoxiang781216 commented on a change in pull request #1800:
URL: https://github.com/apache/incubator-nuttx/pull/1800#discussion_r489217788
##
File path: fs/vfs/fs_ioctl.c
##
@@ -194,6 +194,12 @@ int nx_vioctl(int fd, int req, va_list ap)
nx_fcnt
jerpelea commented on pull request #1796:
URL: https://github.com/apache/incubator-nuttx/pull/1796#issuecomment-693224708
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
sgysh commented on a change in pull request #1800:
URL: https://github.com/apache/incubator-nuttx/pull/1800#discussion_r489226981
##
File path: fs/vfs/fs_ioctl.c
##
@@ -194,6 +194,12 @@ int nx_vioctl(int fd, int req, va_list ap)
nx_fcntl(fd, F_GE
btashton merged pull request #1796:
URL: https://github.com/apache/incubator-nuttx/pull/1796
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
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 1e848e5d8ba41ea55144469796b60eed6037a25d
Author: Xiang Xiao
AuthorDate: Wed Sep 16 02:54:44 2020 +0800
f
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 59fbd35 fs: rename the mountpoint should go through pseudorename
branch
new 1e848e5 fs: Call RELEA
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6584bfa36149c0fcad177b4bff114f2dbb8fd25a
Author: Xiang Xiao
AuthorDate: Wed Sep 16 02:24:01 2020 +0800
f
sgysh commented on a change in pull request #1800:
URL: https://github.com/apache/incubator-nuttx/pull/1800#discussion_r489282053
##
File path: fs/vfs/fs_ioctl.c
##
@@ -194,6 +194,12 @@ int nx_vioctl(int fd, int req, va_list ap)
nx_fcntl(fd, F_GE
TA1DB commented on issue #1643:
URL:
https://github.com/apache/incubator-nuttx/issues/1643#issuecomment-693285982
just a note: the same problem happens in version 9.0.0 as well
This is an automated message from the Apache Gi
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 d4ec1ababd275b78da660aad6bd901159daf03bc
Author: Yoshinori Sugino
AuthorDate: Wed Sep 16 14:04:20 2020 +0900
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 5eefe8609cfe276f7e1573f484bd98b58bc41025
Author: Yoshinori Sugino
AuthorDate: Wed Sep 16 16:53:56 2020 +0900
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 6584bfa fs: Add static to stat_recursive
new d4ec1ab fs/vfs/fs_ioctl.c: Add FIOCLEX/FIONCLEX suppo
xiaoxiang781216 merged pull request #1800:
URL: https://github.com/apache/incubator-nuttx/pull/1800
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
davids5 commented on a change in pull request #1797:
URL: https://github.com/apache/incubator-nuttx/pull/1797#discussion_r489322864
##
File path: drivers/leds/ws2812.c
##
@@ -0,0 +1,475 @@
+/
+ * driver
davids5 merged pull request #1798:
URL: https://github.com/apache/incubator-nuttx/pull/1798
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 t
This is an automated email from the ASF dual-hosted git repository.
davids5 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 26395a6 mmcsd: Allow setting ID mode
davids5 commented on pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-693315240
@YuuichiNakamura - Thank you for this great contribution. @xiaoxiang781216
Thank you for your efforts as well. Once the docs are done I would be happy to
test the set u
masayuki2009 opened a new pull request #1801:
URL: https://github.com/apache/incubator-nuttx/pull/1801
## Summary
- This commit updates spresense:rndis defconfig
- Audio buffer has been changed from 4KBx16 to 2KBx32
- Also, increase PREALLOC_MQ_MSGS to 32
- Increase stack siz
jerpelea commented on pull request #1801:
URL: https://github.com/apache/incubator-nuttx/pull/1801#issuecomment-693331901
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
jerpelea merged pull request #1801:
URL: https://github.com/apache/incubator-nuttx/pull/1801
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
v01d opened a new pull request #388:
URL: https://github.com/apache/incubator-nuttx-apps/pull/388
## Summary
Companion change to one in NuttX repo
## Impact
Build system
## Testing
Build locally
This is
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 26395a6 mmcsd: Allow setting ID mode frequency vi Kconfig
add 5fec619 boards: spresense: Update rnd
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 26395a6 mmcsd: Allow setting ID mode frequency vi Kconfig
add 5fec619 boards: spresense: Update rnd
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 26395a6 mmcsd: Allow setting ID mode frequency vi Kconfig
add 5fec619 boards: spresense: Update rnd
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 26395a6 mmcsd: Allow setting ID mode frequency vi Kconfig
add 5fec619 boards: spresense: Update rnd
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 26395a6 mmcsd: Allow setting ID mode frequency vi Kconfig
add 5fec619 boards: spresense: Update rnd
v01d commented on pull request #385:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/385#issuecomment-693378138
FYI, this is the PR. Once it is merged, please rebase here. You will have to
remove the passing of TOPDIR and APPDIR in Make calls (but only if they are
passed like TOP
v01d edited a comment on pull request #385:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/385#issuecomment-693378138
FYI, this is the PR: https://github.com/apache/incubator-nuttx-apps/pull/388
. Once it is merged, please rebase here. You will have to remove the passing of
TOPD
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
The following commit(s) were added to refs/heads/master by this push:
new 053ca8f export APPDIR using 'e
xiaoxiang781216 merged pull request #388:
URL: https://github.com/apache/incubator-nuttx-apps/pull/388
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
v01d commented on a change in pull request #385:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/385#discussion_r489441647
##
File path: Makefile
##
@@ -152,13 +156,12 @@ endif # CONFIG_BUILD_KERNEL
dirlinks:
$(Q) $(MAKE) -C platform dirlinks TOPDIR="$(TOPDIR
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489456288
##
File path: boards/Kconfig
##
@@ -2268,7 +2277,8 @@ config ARCH_BOARD
default "s32k146evb" if ARCH_BOARD_S32K146EVB
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489456858
##
File path: boards/arm/sama5/giant-board/Kconfig
##
@@ -0,0 +1,127 @@
+#
+# For a description of the syntax of this configuration file,
+# see
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489457039
##
File path: boards/arm/sama5/giant-board/Kconfig
##
@@ -0,0 +1,127 @@
+#
+# For a description of the syntax of this configuration file,
+# see
xiaoxiang781216 commented on pull request #1369:
URL: https://github.com/apache/incubator-nuttx/pull/1369#issuecomment-693423036
@davids5 could you merge this path if you don't have more concern.
This is an automated message
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 1475309c5b1c704e0b95c523e276996d6e601bd6
Author: Xiang Xiao
AuthorDate: Sun Jul 5 15:10:40 2020 +0800
Fix
davids5 merged pull request #1369:
URL: https://github.com/apache/incubator-nuttx/pull/1369
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 t
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 5fec619 boards: spresense: Update rndis/defconfig
new bf7399a arch: Initialize idle thread stack inf
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489458791
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit bf7399a982b15708bdddcb351390ddb4bfac7eb9
Author: Xiang Xiao
AuthorDate: Sun Jul 5 13:37:48 2020 +0800
arc
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489459307
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
hartmannathan opened a new pull request #1802:
URL: https://github.com/apache/incubator-nuttx/pull/1802
## Summary
arch/arm/src/tiva/tiva_userspace.h:
* Fix nxstyle warnings. No functional changes.
## Impact
Removes nxstyle errors.
## Testing
nxs
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489460640
##
File path: boards/arm/sama5/giant-board/include/board_492mhz.h
##
@@ -0,0 +1,207 @@
+/***
davids5 commented on pull request #1369:
URL: https://github.com/apache/incubator-nuttx/pull/1369#issuecomment-693425016
@xiaoxiang781216 Thank you for reminding me, I was waiting for CI to finish
and forgot to check back.
@btashton is there a way to get CI completion notifications
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489461292
##
File path: boards/arm/sama5/giant-board/include/board_sdram.h
##
@@ -0,0 +1,167 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489462106
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
v01d commented on pull request #1369:
URL: https://github.com/apache/incubator-nuttx/pull/1369#issuecomment-693427214
There's a "merge when CI passes" feature that can be enabled. Sadly it
appears that it is not expose via asf.yaml. Maybe we can ask INFRA to do it but
they seem to really t
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489463181
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489462898
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489462540
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489463730
##
File path: boards/arm/sama5/giant-board/include/board_492mhz.h
##
@@ -0,0 +1,207 @@
+/***
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489463870
##
File path: boards/arm/sama5/giant-board/include/board_sdram.h
##
@@ -0,0 +1,167 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489464548
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489464041
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489460640
##
File path: boards/arm/sama5/giant-board/include/board_492mhz.h
##
@@ -0,0 +1,207 @@
+/***
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489464548
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489463730
##
File path: boards/arm/sama5/giant-board/include/board_492mhz.h
##
@@ -0,0 +1,207 @@
+/***
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489461292
##
File path: boards/arm/sama5/giant-board/include/board_sdram.h
##
@@ -0,0 +1,167 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489463870
##
File path: boards/arm/sama5/giant-board/include/board_sdram.h
##
@@ -0,0 +1,167 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489468138
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489468748
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489470137
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489470874
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489470538
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489471395
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489473645
##
File path: boards/arm/sama5/giant-board/configs/sdmmc-net-nsh/defconfig
##
@@ -0,0 +1,151 @@
+#
+# This file is autogenerated: PLEASE DO NOT
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489474402
##
File path: boards/arm/sama5/giant-board/configs/sdmmcnsh/defconfig
##
@@ -0,0 +1,138 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489475071
##
File path: boards/arm/sama5/giant-board/include/board.h
##
@@ -0,0 +1,195 @@
+/**
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489459307
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489477390
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489471395
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489479094
##
File path: boards/arm/sama5/giant-board/src/sam_i2schar.c
##
@@ -0,0 +1,111 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489479853
##
File path: boards/arm/sama5/giant-board/src/sam_sdmmc.c
##
@@ -0,0 +1,319 @@
+/**
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489480423
##
File path: boards/arm/sama5/giant-board/src/sam_sdmmc.c
##
@@ -0,0 +1,319 @@
+/**
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489481493
##
File path: boards/arm/sama5/giant-board/src/sam_sdram.c
##
@@ -0,0 +1,572 @@
+/**
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489458791
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489470538
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489470137
##
File path: boards/arm/sama5/giant-board/src/sam_bringup.c
##
@@ -0,0 +1,400 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489468748
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489463730
##
File path: boards/arm/sama5/giant-board/include/board_492mhz.h
##
@@ -0,0 +1,207 @@
+/***
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489464548
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489462106
##
File path: boards/arm/sama5/giant-board/src/Makefile
##
@@ -0,0 +1,105 @@
+##
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489462898
##
File path: boards/arm/sama5/giant-board/src/giant-board.h
##
@@ -0,0 +1,436 @@
+/
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489474402
##
File path: boards/arm/sama5/giant-board/configs/sdmmcnsh/defconfig
##
@@ -0,0 +1,138 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489475071
##
File path: boards/arm/sama5/giant-board/include/board.h
##
@@ -0,0 +1,195 @@
+/**
patacongo commented on pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#issuecomment-693449563
@adamfeuer Thanks for the update. I have a a few more small comments. I
thought for a awhile that the SDMMC is not available on the Giant Board because
the pins are
patacongo commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489491169
##
File path: boards/arm/sama5/giant-board/src/sam_sdram.c
##
@@ -0,0 +1,572 @@
+/**
xiaoxiang781216 opened a new pull request #1803:
URL: https://github.com/apache/incubator-nuttx/pull/1803
## Summary
Simple fix
## Impact
No
## Testing
This is an automated message from the Apache
btashton commented on a change in pull request #1797:
URL: https://github.com/apache/incubator-nuttx/pull/1797#discussion_r489539752
##
File path: drivers/leds/ws2812.c
##
@@ -0,0 +1,475 @@
+/
+ * drive
davids5 commented on a change in pull request #1797:
URL: https://github.com/apache/incubator-nuttx/pull/1797#discussion_r489547703
##
File path: drivers/leds/ws2812.c
##
@@ -0,0 +1,475 @@
+/
+ * driver
anchao opened a new issue #1804:
URL: https://github.com/apache/incubator-nuttx/issues/1804
We already have the corresponding fix on
https://github.com/apache/incubator-nuttx/pull/1585
but which still pending on review, @patacongo could you please kindly fix
this issue if you do not li
anchao commented on pull request #1585:
URL: https://github.com/apache/incubator-nuttx/pull/1585#issuecomment-693508669
Hi @patacongo ,
I raised an issue on https://github.com/apache/incubator-nuttx/issues/1804 ,
could you please have a look?
I will close this PR if the issue can
btashton commented on a change in pull request #1797:
URL: https://github.com/apache/incubator-nuttx/pull/1797#discussion_r489562552
##
File path: drivers/leds/ws2812.c
##
@@ -0,0 +1,475 @@
+/
+ * drive
davids5 commented on a change in pull request #1797:
URL: https://github.com/apache/incubator-nuttx/pull/1797#discussion_r489566203
##
File path: drivers/leds/ws2812.c
##
@@ -0,0 +1,475 @@
+/
+ * driver
xiaoxiang781216 commented on issue #1804:
URL:
https://github.com/apache/incubator-nuttx/issues/1804#issuecomment-693523363
Regressed by:
```
commit e24f2814015c6dcd9fc67edcd399ccbaf41c3669
Author: Gregory Nutt
Date: Sun Nov 20 07:57:18 2016 -0600
This commit adds
adamfeuer commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489576683
##
File path: boards/arm/sama5/giant-board/Kconfig
##
@@ -0,0 +1,127 @@
+#
+# For a description of the syntax of this configuration file,
+# see
adamfeuer commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489576415
##
File path: boards/Kconfig
##
@@ -2268,7 +2277,8 @@ config ARCH_BOARD
default "s32k146evb" if ARCH_BOARD_S32K146EVB
adamfeuer commented on a change in pull request #1728:
URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r489576975
##
File path: boards/arm/sama5/giant-board/src/sam_sdram.c
##
@@ -0,0 +1,572 @@
+/**
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 de7953c tiva: tiva_userspace.h: Fix
1 - 100 of 193 matches
Mail list logo