xiaoxiang781216 opened a new pull request #1073:
URL: https://github.com/apache/incubator-nuttx/pull/1073
## Summary
This patch series move DIRLINK/DIRUNLINK/MKDEP to common place to avoid the
config dup.
## Impact
## Testing
--
liuguo09 opened a new pull request #1074:
URL: https://github.com/apache/incubator-nuttx/pull/1074
## Summary
Update make dependency based on @yamt
https://github.com/apache/incubator-nuttx/pull/707
## Impact
## Testing
davids5 commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427225684
##
File path: arch/arm/src/stm32/hardware/stm32_dma_v1.h
##
@@ -54,6 +54,10 @@
#define DMA1 (0)
#define DMA2
raiden00pl commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427250928
##
File path: arch/arm/src/stm32/Kconfig
##
@@ -1129,15 +1129,80 @@ config ARCH_CHIP_STM32F469N
select STM32_STM32F469
select S
Ouss4 commented on a change in pull request #1074:
URL: https://github.com/apache/incubator-nuttx/pull/1074#discussion_r427255512
##
File path: tools/Makefile.unix
##
@@ -437,9 +435,7 @@ ifeq ($(CONFIG_BUILD_2PASS),y)
$(Q) $(MAKE) -C $(CONFIG_PASS1_BUILDIR) TOPDIR="$(TO
povauboin commented on pull request #684:
URL: https://github.com/apache/incubator-nuttx/pull/684#issuecomment-630783628
@patacongo sorry I missed the emails in the flow. Thanks for resolving the
conflict.
This is an automat
liuguo09 commented on a change in pull request #1074:
URL: https://github.com/apache/incubator-nuttx/pull/1074#discussion_r427295192
##
File path: tools/Makefile.unix
##
@@ -437,9 +435,7 @@ ifeq ($(CONFIG_BUILD_2PASS),y)
$(Q) $(MAKE) -C $(CONFIG_PASS1_BUILDIR) TOPDIR="$
hartmannathan commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427300138
##
File path: arch/arm/src/stm32/hardware/stm32_dma_v1.h
##
@@ -54,6 +54,10 @@
#define DMA1 (0)
#define DMA2
hartmannathan commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427303457
##
File path: arch/arm/src/stm32/Kconfig
##
@@ -1129,15 +1129,80 @@ config ARCH_CHIP_STM32F469N
select STM32_STM32F469
selec
xiaoxiang781216 opened a new pull request #261:
URL: https://github.com/apache/incubator-nuttx-apps/pull/261
Signed-off-by: Xiang Xiao
## Summary
## Impact
## Testing
This is an automated message
patacongo merged pull request #261:
URL: https://github.com/apache/incubator-nuttx-apps/pull/261
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 9be0be5 build: host executable sho
raiden00pl commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427375688
##
File path: arch/arm/src/stm32/Kconfig
##
@@ -1129,15 +1129,80 @@ config ARCH_CHIP_STM32F469N
select STM32_STM32F469
select S
hartmannathan commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427378186
##
File path: arch/arm/src/stm32/Kconfig
##
@@ -1129,15 +1129,80 @@ config ARCH_CHIP_STM32F469N
select STM32_STM32F469
selec
hartmannathan commented on a change in pull request #1051:
URL: https://github.com/apache/incubator-nuttx/pull/1051#discussion_r427385366
##
File path: arch/arm/src/stm32/hardware/stm32_dma_v1.h
##
@@ -54,6 +54,10 @@
#define DMA1 (0)
#define DMA2
hartmannathan opened a new pull request #1075:
URL: https://github.com/apache/incubator-nuttx/pull/1075
## Summary
nxstyle fixes in arch/arm/src/stm32/stm32_serial.c, mostly for long lines.
## Impact
No functional changes.
## Testing
File passes nxstyle.
hartmannathan opened a new pull request #1076:
URL: https://github.com/apache/incubator-nuttx/pull/1076
## Summary
nxstyle fixes in arch/arm/src/stm32/stm32_allocateheap.c, mostly for comment
misalignments.
Reference: Discussion with Greg on 2020/05/18 titled "nxstyle weird
i
hartmannathan opened a new pull request #1077:
URL: https://github.com/apache/incubator-nuttx/pull/1077
## Summary
nxstyle fixes in arch/arm/src/stm32/stm32_lowputc.c, mostly for long lines
and comment misalignments.
Reference: Discussion with Greg on 2020/05/18 titled "nxstyl
patacongo merged pull request #1075:
URL: https://github.com/apache/incubator-nuttx/pull/1075
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.
gnutt 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 624b50f stm32: serial: nxstyle fixes
62
patacongo merged pull request #1076:
URL: https://github.com/apache/incubator-nuttx/pull/1076
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.
gnutt 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 387d33c stm32: allocateheap: nxstyle fi
patacongo merged pull request #1077:
URL: https://github.com/apache/incubator-nuttx/pull/1077
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.
gnutt 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 5fe9085 stm32: lowputc: nxstyle fixes
5
Ouss4 commented on a change in pull request #1072:
URL: https://github.com/apache/incubator-nuttx/pull/1072#discussion_r427508919
##
File path: tools/Makefile.unix
##
@@ -506,42 +506,28 @@ pass2dep: context tools/mkdeps$(HOSTEXEEXT)
tools/cnvwindeps$(HOSTEXEEXT)
# location: h
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 5fe9085 stm32: lowputc: nxstyle fixes
new 6e94eff build: Make all variables inside Configs.mk ov
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
commit 5e7342bcf4d005e22146c3697178243cc0ea5d78
Author: Xiang Xiao
AuthorDate: Tue May 19 16:26:15 2020 +0800
Ouss4 merged pull request #1073:
URL: https://github.com/apache/incubator-nuttx/pull/1073
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
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
commit 6e94effeed565a48a254e7be0536010186ba9a94
Author: Xiang Xiao
AuthorDate: Tue May 19 14:26:41 2020 +0800
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
commit a3b643fdc1efc8222f89f09cbe3ee23b78177dd7
Author: liuhaitao
AuthorDate: Tue May 19 17:31:43 2020 +0800
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
commit 48da64f9c299d8694118b52696625f2410c96c1c
Author: YAMAMOTO Takashi
AuthorDate: Fri Apr 3 21:19:15 2020 +090
Ouss4 merged pull request #1074:
URL: https://github.com/apache/incubator-nuttx/pull/1074
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 7faf3c0 build: replace ${TOPDIR} with $(TOPDIR) in Makefile
new 48da64f Redo "Fix make target de
xiaoxiang781216 closed pull request #707:
URL: https://github.com/apache/incubator-nuttx/pull/707
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
xiaoxiang781216 commented on pull request #707:
URL: https://github.com/apache/incubator-nuttx/pull/707#issuecomment-631013628
Merge through https://github.com/apache/incubator-nuttx/pull/1074
This is an automated message fro
xiaoxiang781216 opened a new pull request #262:
URL: https://github.com/apache/incubator-nuttx-apps/pull/262
Signed-off-by: Xiang Xiao
## Summary
## Impact
## Testing
This is an automated message
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 36bce29 build: Remove the duplicat
patacongo merged pull request #262:
URL: https://github.com/apache/incubator-nuttx-apps/pull/262
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
patacongo opened a new issue #1078:
URL: https://github.com/apache/incubator-nuttx/issues/1078
The following does not generate a long line error. I should, of course:
/
* junk.c
patacongo commented on issue #1078:
URL:
https://github.com/apache/incubator-nuttx/issues/1078#issuecomment-631110126
It is not recommended that this issue be fixed quickly. There are many
header files, especially under `arch/ `that have long lines of this type that
would then be reporte
patacongo opened a new pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079
## Summary
For some unknow reason, long lines were reported as WARNING is header files,
but as ERRORS in C source file. There are errors where ever they occur.
## Impact
davids5 commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631135587
> For some unknow reason, long lines were reported as WARNING is header
files, but as ERRORS in C source file.
The reason was this:
In past conversation you
hartmannathan commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631138388
> It is sad to me that the code has become less readable and information has
been removed to accommodate the line length. I took pride in following your
tradition
patacongo commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631144775
> The reason was this:
>
> In past conversation you had told me that readability was more important
than line length and that long lines were OK in arch headers.
hartmannathan opened a new pull request #1080:
URL: https://github.com/apache/incubator-nuttx/pull/1080
## Summary
arch/arm/include/stm32/irq.h:
arch/arm/src/stm32/hardware/stm32_dma_v1.h:
arch/arm/src/stm32/hardware/stm32_i2c.h:
arch/arm/src/stm32/hardware/stm32_pinmap.h:
patacongo edited a comment on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631144775
> The reason was this:
>
> In past conversation you had told me that readability was more important
than line length and that long lines were OK in arch h
patacongo commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631147120
> Readability **_is_** important
BUT a header file is not a substitute for the data sheet. It should contain
only a terse statement sufficient for you to find t
patacongo commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631150124
Can one of you please merge this so that we can get on with things.
This is an automated message from
patacongo edited a comment on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631144775
> The reason was this:
>
> In past conversation you had told me that readability was more important
than line length and that long lines were OK in arch h
hartmannathan opened a new pull request #1081:
URL: https://github.com/apache/incubator-nuttx/pull/1081
## Summary
arch/arm/src/stm32/hardware/stm32_adc_v2.h
arch/arm/src/stm32/hardware/stm32_i2c_v2.h
arch/arm/src/stm32/hardware/stm32_tim.h
* nxstyle fixes, mostly lon
hartmannathan merged pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
hartmannathan commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631156904
> @hartmannathan I am sure you noticed the typo "be aligned so that the
comment begins in the same _comment_ on each line." Of course that should have
been _column
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from a3b643f olimex-stm32-p407: update HAVE_MODSYMS judge for protected
build
add 3b62765 nxstyle:
hartmannathan opened a new pull request #1082:
URL: https://github.com/apache/incubator-nuttx/pull/1082
## Summary
arch/arm/src/stm32/stm32_gpio.c
arch/arm/src/stm32/stm32_rcc.c
arch/arm/src/stm32/stm32_rcc.h
* nxstyle fixes, mostly long lines
## Impact
patacongo opened a new pull request #1083:
URL: https://github.com/apache/incubator-nuttx/pull/1083
## Summary
Documentation/NuttXCCodingStandard.html:
- Fix a typo: "be aligned so that the comment begins in the same comment
on each line." Of course that should have been column
hartmannathan commented on pull request #1080:
URL: https://github.com/apache/incubator-nuttx/pull/1080#issuecomment-631165204
Why is it saying that the macOS (sim) test was cancelled?
This is an automated message from the Ap
hartmannathan commented on pull request #1082:
URL: https://github.com/apache/incubator-nuttx/pull/1082#issuecomment-631165363
Why is it saying that the macOS (mips-riscv-x86-xtensa) test was cancelled?
This is an automated m
patacongo commented on pull request #1079:
URL: https://github.com/apache/incubator-nuttx/pull/1079#issuecomment-631165597
I also fixed the coding standard problems that I noted above with PR #1083
This is an automated m
patacongo commented on pull request #1083:
URL: https://github.com/apache/incubator-nuttx/pull/1083#issuecomment-631165668
@btashton This should result in an artifact which is the inlined coding
standard document, correct? This document then has to come into Confluence.
Do we have a desc
btashton commented on pull request #1083:
URL: https://github.com/apache/incubator-nuttx/pull/1083#issuecomment-631169585
You can find the Artifacts here
https://github.com/apache/incubator-nuttx/actions/runs/109880466
On the Documentation
[page](https://cwiki.apache.org/confluence/
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
The following commit(s) were added to refs/heads/master by this push:
new ca8585e stm32: nxstyle fixes
ca8585e is
patacongo merged pull request #1081:
URL: https://github.com/apache/incubator-nuttx/pull/1081
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
masayuki2009 opened a new pull request #1084:
URL: https://github.com/apache/incubator-nuttx/pull/1084
## Summary
- This PR updates followings in imxrt1060-evk/configs/netnsh/defconfig
- Fix CONFIG_LIB_HOSTNAME entry
- Enable dns client and add renew command
- Enable command
patacongo opened a new issue #1085:
URL: https://github.com/apache/incubator-nuttx/issues/1085
This is Issue #40 from the old Bitbucket GIT repository.
Former user created an issue 2017-04-17
hi everybody,I want use Chinese font ,But i do not how join 16bit font。this
only find
patacongo opened a new issue #1086:
URL: https://github.com/apache/incubator-nuttx/issues/1086
This was Issue 178 in the old Bitbucket repository
David Alessio
created an issue 2019-11-07
SNIOC_START is defined 3 times. Other macros may also be.
Gregory Nutt
2019-1
patacongo opened a new issue #1087:
URL: https://github.com/apache/incubator-nuttx/issues/1087
This was Issue 92 in the old Bitbucket NuttX repository
Frank Wang
created an issue 2018-04-12
Hi Gregory,
Recently, I tried porting NuttX on the Rock-chip platform and foun
xiaoxiang781216 merged pull request #1083:
URL: https://github.com/apache/incubator-nuttx/pull/1083
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 ca8585e stm32: nxstyle fixes
add 611aa8b Documentation/NuttXCCodingStandard.html: Fix description
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 28a0efb boards: imxrt1060-evk: Upda
xiaoxiang781216 merged pull request #1084:
URL: https://github.com/apache/incubator-nuttx/pull/1084
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on pull request #1080:
URL: https://github.com/apache/incubator-nuttx/pull/1080#issuecomment-631212024
Yes, it is very strange and happen many time from yesterday. @btashton and
@liuguo09 . But the change looks good, let's merge it to unblock your work.
-
xiaoxiang781216 merged pull request #1080:
URL: https://github.com/apache/incubator-nuttx/pull/1080
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 34286df stm32: nxstyle fixes
34286d
xiaoxiang781216 commented on pull request #1082:
URL: https://github.com/apache/incubator-nuttx/pull/1082#issuecomment-631212390
An other case, @btashton and @liuguo09 . Anyway let's merge the PR first.
This is an automated m
xiaoxiang781216 merged pull request #1082:
URL: https://github.com/apache/incubator-nuttx/pull/1082
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 62c5593 stm32: nxstyle fixes
62c559
btashton commented on pull request #1080:
URL: https://github.com/apache/incubator-nuttx/pull/1080#issuecomment-631214543
We are not the only ones facing this for macOS especially recently. For
example:
https://github.com/scipy/scipy/issues/12016
I noticed it seemed to get more co
liuguo09 commented on a change in pull request #1072:
URL: https://github.com/apache/incubator-nuttx/pull/1072#discussion_r427725359
##
File path: tools/Makefile.unix
##
@@ -506,42 +506,28 @@ pass2dep: context tools/mkdeps$(HOSTEXEEXT)
tools/cnvwindeps$(HOSTEXEEXT)
# location
liuguo09 commented on a change in pull request #1072:
URL: https://github.com/apache/incubator-nuttx/pull/1072#discussion_r427728199
##
File path: tools/Makefile.unix
##
@@ -506,42 +506,28 @@ pass2dep: context tools/mkdeps$(HOSTEXEEXT)
tools/cnvwindeps$(HOSTEXEEXT)
# location
xiaoxiang781216 opened a new pull request #1088:
URL: https://github.com/apache/incubator-nuttx/pull/1088
remove the workaround to handle the inexistence of .config/Make.defs
Signed-off-by: Xiang Xiao
## Summary
## Impact
## Testing
xiaoxiang781216 opened a new pull request #263:
URL: https://github.com/apache/incubator-nuttx-apps/pull/263
## Summary
## Impact
## Testing
This is an automated message from the Apache Git Service.
To r
masayuki2009 opened a new pull request #1089:
URL: https://github.com/apache/incubator-nuttx/pull/1089
## Summary
- This PR adds nxplayer to spresense:rndis and wifi configurations.
- NOTE: currently audio driver supports fs=48kHz only
## Impact
- This PR affects spre
hartmannathan commented on pull request #1080:
URL: https://github.com/apache/incubator-nuttx/pull/1080#issuecomment-631271909
> We are not the only ones facing this for macOS especially recently. For
example:
> [scipy/scipy#12016](https://github.com/scipy/scipy/issues/12016)
>
>
83 matches
Mail list logo