xiaoxiang781216 commented on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-613858493
> it isn't clear to me why you reverted the change.
This patch add -f option to force write back null char, but I think that
yamt commented on a change in pull request #793: boards/Board.mk: use genromfs
to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408626544
##
File path: boards/Board.mk
##
@@ -138,6 +164,8 @@ endif
clean:
$(call DELFILE, lib
yamt commented on a change in pull request #793: boards/Board.mk: use genromfs
to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408622729
##
File path: boards/Board.mk
##
@@ -37,6 +37,27 @@
-include $(TOPDIR)/Make.defs
+ifneq ($(
yamt commented on a change in pull request #793: boards/Board.mk: use genromfs
to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408623934
##
File path: boards/Board.mk
##
@@ -37,6 +37,27 @@
-include $(TOPDIR)/Make.defs
+ifneq ($(
yamt commented on issue #35: Redundant tool installation logic in cibuild.sh
and Dockerfile
URL:
https://github.com/apache/incubator-nuttx-testing/issues/35#issuecomment-613867621
you can use cibuild.sh in an intermediate stage and COPY files in the last
stage. this way the final image si
yamt commented on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-613868794
maybe. i don't know what was the motivation of the -f option.
This is an auto
xiaoxiang781216 commented on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-613871382
> maybe. i don't know what was the motivation of the -f option.
Yes, that's why I remove -f option, writing back what cu rece
yamt commented on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-613871042
@Ouss4 @lukegluke does this change solve what you wanted to solve with the
-f option?
---
jerpelea commented on issue #795: cxd56: add initial Nuttx audio driver
URL: https://github.com/apache/incubator-nuttx/pull/795#issuecomment-613894866
The nxstyle errors come from the audio API and can be ignored
This is an au
xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make
romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-613898005
> is this an alternative to NSH_CUSTOMROMFS?
>
RCSRCS/RCRAWS isn't an alternative which is designed to work wi
xiaoxiang781216 edited a comment on issue #793: boards/Board.mk: use genromfs
to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-613898005
> is this an alternative to NSH_CUSTOMROMFS?
>
RCSRCS/RCRAWS isn't an alternative which is designed to
xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk:
use genromfs to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408684022
##
File path: boards/Board.mk
##
@@ -37,6 +37,27 @@
-include $(TOPDIR)/Make.defs
xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk:
use genromfs to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408683931
##
File path: boards/Board.mk
##
@@ -37,6 +37,27 @@
-include $(TOPDIR)/Make.defs
xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk:
use genromfs to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408684088
##
File path: boards/Board.mk
##
@@ -37,6 +37,27 @@
-include $(TOPDIR)/Make.defs
xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk:
use genromfs to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408685797
##
File path: boards/Board.mk
##
@@ -138,6 +164,8 @@ endif
clean:
$(call D
xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make
romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-613910592
> > With this patch, user can use RCSRCS or RCRAW specify which files need
put into romfs.
>
> i guess some docum
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
commit 91700e4ce92fb20132aa3d2f67eeba83b24ea0cc
Author: YAMAMOTO Takashi
AuthorDate: Wed Apr 15 14:21:52 2020
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-apps.git.
from 4c151df graphics/littlevgl: Change lvgl tarball download source to
GitHub
new 91700e4 Sync w
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
commit e0a61da5ccb4aa7fc21140b4e690d4c34576dee7
Author: YAMAMOTO Takashi
AuthorDate: Wed Apr 15 14:22:38 2020
xiaoxiang781216 merged pull request #177: CI: Make job descriptions less
redundant
URL: https://github.com/apache/incubator-nuttx-apps/pull/177
This is an automated message from the Apache Git Service.
To respond to the mess
firkraag1016 opened a new pull request #797: fix error in rpmsg and add
up_pminitialize to risc-v initialization
URL: https://github.com/apache/incubator-nuttx/pull/797
This is an automated message from the Apache Git Servic
liuguo09 opened a new pull request #178: examples/thttpd: align to
elf/posix_spawn exmaples to fix depend buil…
URL: https://github.com/apache/incubator-nuttx-apps/pull/178
…d warning
Build warning logs as below:
arm-none-eabi-gcc: warning: ./hello/Makefile: linker input file unus
firkraag1016 closed pull request #797: fix error in rpmsg and add
up_pminitialize to risc-v initialization
URL: https://github.com/apache/incubator-nuttx/pull/797
This is an automated message from the Apache Git Service.
To
firkraag1016 opened a new pull request #797: fix error in rpmsg and add
up_pminitialize to risc-v initialization
URL: https://github.com/apache/incubator-nuttx/pull/797
This is an automated message from the Apache Git Servic
no1wudi opened a new pull request #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179
This is an automated message from the Apache Git Service.
To respond to the message, please lo
btashton commented on issue #35: Redundant tool installation logic in
cibuild.sh and Dockerfile
URL:
https://github.com/apache/incubator-nuttx-testing/issues/35#issuecomment-613943681
This still means you have a single huge intermediate stage and you lose all
build caching of the image si
firkraag1016 opened a new pull request #798: risc-v: add pm initialization
functions.
URL: https://github.com/apache/incubator-nuttx/pull/798
Signed-off-by: zhongan
This is an automated message from the Apache Git Service.
T
patacongo commented on issue #793: boards/Board.mk: use genromfs to make romfs
image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614010694
It has always been a policy not to add any new tools to the build process.
If tools are added, the must be fully verified on
acassis commented on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614021436
Hi no1wudi,
Do you know why it is reporting this error in the CI:
lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
lvgl.fix/lv_
acassis merged pull request #798: risc-v: add pm initialization functions.
URL: https://github.com/apache/incubator-nuttx/pull/798
This is an automated message from the Apache Git Service.
To respond to the message, please lo
This is an automated email from the ASF dual-hosted git repository.
acassis 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 648a76b risc-v: add pm initialization
xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make
romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614042673
> @xiaoxiang781216 -
>
> > RCSRCS/RCRAWS isn't an alternative which is designed to work with
NSH_ROMFSETC/NSH_ARC
xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make
romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614043994
> It has always been a policy not to add any new tools to the build process.
If tools are added, the must be fully verif
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614056436
> Hi no1wudi,
> Do you know why it is reporting this error in the CI:
> lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
xiaoxiang781216 edited a comment on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614056436
> Hi no1wudi,
> Do you know why it is reporting this error in the CI:
> lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to
davids5 commented on issue #793: boards/Board.mk: use genromfs to make romfs
image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614057770
@xiaoxiang781216 - that is all good. I think the wording was just not clear:
"it is an alternative"
-
patacongo commented on issue #793: boards/Board.mk: use genromfs to make romfs
image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614067035
> Yes, we will convert one config to utilize the new method which will:
> 1.Ensure the new method work in all supported plat
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614070204
> > Hi no1wudi,
> > Do you know why it is reporting this error in the CI:
> > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to o
patacongo opened a new pull request #799: drivers/usbdev/usbmsc.c: Fix build
error with DEBUGASSERT
URL: https://github.com/apache/incubator-nuttx/pull/799
This is an automated message from the Apache Git Service.
To respon
acassis commented on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614079120
Ok, so I will merge it.
This is an automated message from the Apache Git Servi
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 1fa30e59d344fbf7936e1b463669310d3977a7ce
Author: Qi Huang
AuthorDate: Tue Apr 7 01:30:55 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 5bee0377cb61107208d7e66876f248f42cddb923
Author: Qi Huang
AuthorDate: Wed Apr 8 09:01:41 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 6f2ed3dfd47eeff40c889cadfb2cb7cb8dd85dc3
Author: Qi Huang
AuthorDate: Tue Apr 7 01:07:09 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit a749b421642154673dbb19f9f878d64a8de1c62c
Author: Qi Huang
AuthorDate: Wed Apr 15 10:08:03 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 4555e73b3e1b975fdc3f3afa1c64c0868713fb9c
Author: Qi Huang
AuthorDate: Wed Apr 15 09:50:35 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 771811c1d7a49c45422fdb9052269e44cea1132e
Author: Qi Huang
AuthorDate: Wed Apr 15 10:17:45 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 20f3db73170fcde715ec85a99121a372d8d05f8a
Author: Qi Huang
AuthorDate: Tue Apr 7 00:51:12 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from e0a61da Rename workflows to match build.yml
new abdc745 graphics/littlevgl: Migrate part of Kco
acassis merged pull request #178: examples/thttpd: align to elf/posix_spawn
exmaples to fix depend buil…
URL: https://github.com/apache/incubator-nuttx-apps/pull/178
This is an automated message from the Apache Git Service.
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 2bb4cbf9ca13a01c4cb5065bd5a3f0830803c03a
Author: Qi Huang
AuthorDate: Wed Apr 15 06:54:51 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit b7e96b473d69e484d2a04a3eb8e102b2167bb883
Author: Qi Huang
AuthorDate: Tue Apr 7 01:43:02 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 1775ccde1bcc7b19d4e5ea1aa80b399169fcf310
Author: Qi Huang
AuthorDate: Wed Apr 15 06:57:10 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 13606dc253fce671519e267d5765565a412e093c
Author: Qi Huang
AuthorDate: Tue Apr 7 01:37:14 2020 +
acassis merged pull request #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 972a31c16a52d07ef9cb684d15f5a2c5bdd14a64
Author: Qi Huang
AuthorDate: Wed Apr 8 09:04:20 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit abdc745412130d6e2f16470718571ce6919662e3
Author: Qi Huang
AuthorDate: Fri Apr 3 11:21:31 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 25876e822206b4146affb4cc58a5072af4d44f0f
Author: Qi Huang
AuthorDate: Tue Apr 7 01:00:56 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 94b8dbe7aa043dbae1ca1ba2ceaaf5b34105cc0d
Author: Qi Huang
AuthorDate: Thu Apr 9 09:14:22 2020 +
This is an automated email from the ASF dual-hosted git repository.
acassis 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 b8dc15f examples/thttpd: align t
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614079731
> Ok, so I will merge it.
No! but it's not really fix it. It seems like cibuild.sh issue, not this PR.
-
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL:
https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614099769
> > Ok, so I will merge it.
>
> No! but it's not really fix it. It seems like cibuild.sh issue, not this
PR.
@liuguo09 wi
hartmannathan opened a new pull request #800: Fix typos and nxstyle complaints.
URL: https://github.com/apache/incubator-nuttx/pull/800
arch/x86_64/src/intel64/intel64_tickless.c:
boards/x86_64/intel64/qemu-intel64/src/qemu_freq.c:
drivers/modem/altair/altmdm.c:
* Fix typos
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 4ff0edce257f1e8ecf6fa49bcd61b750f1cc43a2
Author: zhongan
AuthorDate: Thu Apr 9 09:41:50 2020 +0800
arch/s
acassis merged pull request #799: drivers/usbdev/usbmsc.c: Fix build error
with DEBUGASSERT
URL: https://github.com/apache/incubator-nuttx/pull/799
This is an automated message from the Apache Git Service.
To respond to the
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6548b41cab6e9824baadeeef1e8cbd3be37f6020
Author: Gregory Nutt
AuthorDate: Wed Apr 15 08:41:49 2020 -0600
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit c2ecdaecf7b32ad268cf9e65b437acb1bd4f45b2
Author: Juha Niskanen
AuthorDate: Wed Apr 15 08:27:20 2020 -0600
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 987472d3bb3e911c0774a322fbad763a82b07958
Author: zhongan
AuthorDate: Thu Apr 9 09:37:04 2020 +0800
syslog
acassis merged pull request #797: fix error in rpmsg when build sim/rpserver
and sim/rpproxy
URL: https://github.com/apache/incubator-nuttx/pull/797
This is an automated message from the Apache Git Service.
To respond to th
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 648a76b risc-v: add pm initialization functions.
new c2ecdae drivers/usbdev/usbmsc.c: Fix build err
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit ab566de77af3155a1eccd0e81a07cbb1b47ec501
Author: zhongan
AuthorDate: Tue Apr 7 20:39:53 2020 +0800
syslog
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit a41c5e01e1f9b803ba1f9b7c768f387b81ba6257
Author: zhongan
AuthorDate: Thu Apr 9 09:44:35 2020 +0800
arch/s
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 6548b41 drivers/usbdev/usbmsc.c: Run nxstyle; fix complaints.
new ab566de syslog/rpmsg: fix the nam
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit b4a50a91923a470e158461d9b46d15735425064a
Author: zhongan
AuthorDate: Wed Apr 15 17:45:28 2020 +0800
fix n
xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make
romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614127387
> > Yes, we will convert one config to utilize the new method which will:
> > 1.Ensure the new method work in all supp
xiaoxiang781216 edited a comment on issue #793: boards/Board.mk: use genromfs
to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614127387
> > Yes, we will convert one config to utilize the new method which will:
> > 1.Ensure the new method work in a
Ouss4 merged pull request #800: Fix typos and nxstyle complaints.
URL: https://github.com/apache/incubator-nuttx/pull/800
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
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
The following commit(s) were added to refs/heads/master by this push:
new 3c82922 Fix typos and nxstyle com
patacongo commented on issue #793: boards/Board.mk: use genromfs to make romfs
image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-614135676
> Ok, @anchao will find some time to document the new method, but the
workflow is very simple now. User just need add script o
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch releases/9.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at 3c82922 Fix typos and nxstyle complaints.
No new revisions were added by this update.
Ouss4 opened a new pull request #801: Update release notes in preparation for
the 9.0.0 release.
URL: https://github.com/apache/incubator-nuttx/pull/801
This is an automated message from the Apache Git Service.
To respond to
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch releases/9.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
at b8dc15f examples/thttpd: align to elf/posix_spawn exmaples to fix
depend build warning
No
patacongo commented on issue #801: Update release notes in preparation for the
9.0.0 release.
URL: https://github.com/apache/incubator-nuttx/pull/801#issuecomment-614147263
There is also release informatino in Documentation/NuttX.html that needs to
be updated correspondingly. Also, all of
patacongo commented on issue #801: Update release notes in preparation for the
9.0.0 release.
URL: https://github.com/apache/incubator-nuttx/pull/801#issuecomment-614147704
The feature list on the Confluence Wiki landing page should also be updated
to match.
--
hartmannathan commented on issue #801: Update release notes in preparation for
the 9.0.0 release.
URL: https://github.com/apache/incubator-nuttx/pull/801#issuecomment-614204878
I just noticed there is no mention of the stm32h747i-disco board, which is
new in 9.0 (added just after the 8.2 r
hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit
support for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614212264
If there are no further concerns, I'd like to remove the "DO NOT MERGE" from
the title. But first, I think
Ouss4 commented on issue #801: Update release notes in preparation for the
9.0.0 release.
URL: https://github.com/apache/incubator-nuttx/pull/801#issuecomment-614222419
> I just noticed there is no mention of the stm32h747i-disco board, which is
new in 9.0 (added just after the 8.2 release
davids5 commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support
for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614245708
@haitao20020347 Please feel free to rebase -i and force push. Then can
review it.
-
davids5 commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support
for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614248228
@hartmannathan if you wrap
https://github.com/hartmannathan/incubator-nuttx/blob/stm32h7x3xx/arch/arm/src/stm32h
davids5 edited a comment on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit
support for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614245708
@haitao20020347 Please feel free to rebase -i and force push. Then can
review it.
Opps meant @hart
Ouss4 edited a comment on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614268517
I just created the PR on behalf of Oleg, I had nothing to do with the change
itself.
@xiaoxiang781216 the old commit sends back ev
Ouss4 commented on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614268517
I just created the PR on behalf of Oleg, I had nothing to do with the change
itself.
@xiaoxiang781216 the old commit sends back everythin
Ouss4 edited a comment on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614268517
I just created the PR on behalf of Oleg, I had nothing to do with the change
itself.
@xiaoxiang781216 the old commit sends back ev
lukegluke commented on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614272725
Hi @xiaoxiang781216
Sorry for late reply, for some reason github do not inform me about
discussion!
I totally agree that writi
lukegluke edited a comment on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614272725
Hi @xiaoxiang781216
Sorry for late reply, for some reason github do not inform me about
discussion!
I totally agree tha
lukegluke edited a comment on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614272725
Hi @xiaoxiang781216
Sorry for late reply, for some reason github do not inform me about
discussion!
I totally agree tha
lukegluke edited a comment on issue #176: Fix echo NULL character correctly
URL:
https://github.com/apache/incubator-nuttx-apps/pull/176#issuecomment-614272725
Hi @xiaoxiang781216
Sorry for late reply, for some reason github do not inform me about
discussion!
I totally agree tha
hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit
support for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614284278
> @hartmannathan if you wrap
https://github.com/hartmannathan/incubator-nuttx/blob/stm32h7x3xx/arch/arm/sr
hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit
support for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614290627
> > @hartmannathan if you wrap
https://github.com/hartmannathan/incubator-nuttx/blob/stm32h7x3xx/arch/arm/
hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit
support for all STM32H7x3xx
URL: https://github.com/apache/incubator-nuttx/pull/745#issuecomment-614301248
One sec... I have to fix the nxstyle complaints and re-squash...
-
Ouss4 edited a comment on issue #801: Update release notes in preparation for
the 9.0.0 release.
URL: https://github.com/apache/incubator-nuttx/pull/801#issuecomment-614222419
> I just noticed there is no mention of the stm32h747i-disco board, which is
new in 9.0 (added just after the 8.2
1 - 100 of 103 matches
Mail list logo