[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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 ($(

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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 ($(

[GitHub] [incubator-nuttx-testing] yamt commented on issue #35: Redundant tool installation logic in cibuild.sh and Dockerfile

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt commented on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt commented on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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? ---

[GitHub] [incubator-nuttx] jerpelea commented on issue #795: cxd56: add initial Nuttx audio driver

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[incubator-nuttx-apps] 01/02: Sync with testing repo

2020-04-15 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-apps.git commit 91700e4ce92fb20132aa3d2f67eeba83b24ea0cc Author: YAMAMOTO Takashi AuthorDate: Wed Apr 15 14:21:52 2020

[incubator-nuttx-apps] branch master updated (4c151df -> e0a61da)

2020-04-15 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-apps.git. from 4c151df graphics/littlevgl: Change lvgl tarball download source to GitHub new 91700e4 Sync w

[incubator-nuttx-apps] 02/02: Rename workflows to match build.yml

2020-04-15 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-apps.git commit e0a61da5ccb4aa7fc21140b4e690d4c34576dee7 Author: YAMAMOTO Takashi AuthorDate: Wed Apr 15 14:22:38 2020

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #177: CI: Make job descriptions less redundant

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] firkraag1016 opened a new pull request #797: fix error in rpmsg and add up_pminitialize to risc-v initialization

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] liuguo09 opened a new pull request #178: examples/thttpd: align to elf/posix_spawn exmaples to fix depend buil…

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] firkraag1016 closed pull request #797: fix error in rpmsg and add up_pminitialize to risc-v initialization

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] firkraag1016 opened a new pull request #797: fix error in rpmsg and add up_pminitialize to risc-v initialization

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-testing] btashton commented on issue #35: Redundant tool installation logic in cibuild.sh and Dockerfile

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] firkraag1016 opened a new pull request #798: risc-v: add pm initialization functions.

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] patacongo commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] acassis commented on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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_

[GitHub] [incubator-nuttx] acassis merged pull request #798: risc-v: add pm initialization functions.

2020-04-15 Thread GitBox
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

[incubator-nuttx] branch master updated: risc-v: add pm initialization functions.

2020-04-15 Thread acassis
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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" -

[GitHub] [incubator-nuttx] patacongo commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] patacongo opened a new pull request #799: drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] acassis commented on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[incubator-nuttx-apps] 05/15: apps/examples/lvgldemo: Port tp_cal.c for LVGL V6.1.2

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 07/15: graphics/littlevgl:Fix nxstyle for lv_conf.h

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 04/15: apps/graphics/littlevgl: Update include guard macro of lv_conf.h

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 14/15: graphics/littlevgl: Fix nxstyle

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 13/15: graphics/littlevgl: Change tarball version from 5.3 to 6.1.2

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 15/15: examples/lvgldemo: Fix nxstyle

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 02/15: apps/examples/lvgldemo: Update touchpad read callback for LittleVGL V6.1

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] branch master updated (e0a61da -> 771811c)

2020-04-15 Thread acassis
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

[GitHub] [incubator-nuttx-apps] acassis merged pull request #178: examples/thttpd: align to elf/posix_spawn exmaples to fix depend buil…

2020-04-15 Thread GitBox
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.

[incubator-nuttx-apps] 11/15: examples/littlevgl: Add missing btn event handler

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 06/15: apps/examples/lvgldemo: Update the lvgl init procedure

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 10/15: graphics/littlevgl: Correct color depth description

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 08/15: apps/examples/lvgldemo: Port new simple demo from LVGL V6.1.2

2020-04-15 Thread acassis
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 +

[GitHub] [incubator-nuttx-apps] acassis merged pull request #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[incubator-nuttx-apps] 12/15: graphics/littlevgl: Update theme config symbol name in Kconfig

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 01/15: graphics/littlevgl: Migrate part of Kconfig/lv_conf.h to LittleVGL V6.1.2, such as basic setting and font, etc.

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 03/15: apps/examples/lvgldemo: Update fb flush callback for LVGL V6.1.2

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] 09/15: examples/lvgldemo: Port all demos to LVGL V6.1.2

2020-04-15 Thread acassis
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 +

[incubator-nuttx-apps] branch master updated: examples/thttpd: align to elf/posix_spawn exmaples to fix depend build warning

2020-04-15 Thread acassis
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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. -

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #800: Fix typos and nxstyle complaints.

2020-04-15 Thread GitBox
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

[incubator-nuttx] 04/05: arch/sim: add implemntation of 'host_sleep'.

2020-04-15 Thread acassis
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

[GitHub] [incubator-nuttx] acassis merged pull request #799: drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT

2020-04-15 Thread GitBox
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

[incubator-nuttx] 02/02: drivers/usbdev/usbmsc.c: Run nxstyle; fix complaints.

2020-04-15 Thread acassis
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

[incubator-nuttx] 01/02: drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT

2020-04-15 Thread acassis
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

[incubator-nuttx] 02/05: syslog/rpmsg: remove unused local variable 'g_syslog_rpmsg_channel' which would cause build break.

2020-04-15 Thread acassis
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

[GitHub] [incubator-nuttx] acassis merged pull request #797: fix error in rpmsg when build sim/rpserver and sim/rpproxy

2020-04-15 Thread GitBox
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

[incubator-nuttx] branch master updated (648a76b -> 6548b41)

2020-04-15 Thread acassis
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

[incubator-nuttx] 01/05: syslog/rpmsg: fix the naming conflict of function 'syslog_rpmsg_putc'.

2020-04-15 Thread acassis
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

[incubator-nuttx] 03/05: arch/sim: add header to remove warning when build with 'CONFIG_SYSLOG_RPMSG_SERVER'.

2020-04-15 Thread acassis
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

[incubator-nuttx] branch master updated (6548b41 -> b4a50a9)

2020-04-15 Thread acassis
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

[incubator-nuttx] 05/05: fix nxstyle warning.

2020-04-15 Thread acassis
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 merged pull request #800: Fix typos and nxstyle complaints.

2020-04-15 Thread GitBox
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

[incubator-nuttx] branch master updated: Fix typos and nxstyle complaints.

2020-04-15 Thread aguettouche
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

[GitHub] [incubator-nuttx] patacongo commented on issue #793: boards/Board.mk: use genromfs to make romfs image

2020-04-15 Thread GitBox
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

[incubator-nuttx] branch releases/9.0 created (now 3c82922)

2020-04-15 Thread aguettouche
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.

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #801: Update release notes in preparation for the 9.0.0 release.

2020-04-15 Thread GitBox
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

[incubator-nuttx-apps] branch releases/9.0 created (now b8dc15f)

2020-04-15 Thread aguettouche
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

[GitHub] [incubator-nuttx] patacongo commented on issue #801: Update release notes in preparation for the 9.0.0 release.

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] patacongo commented on issue #801: Update release notes in preparation for the 9.0.0 release.

2020-04-15 Thread GitBox
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. --

[GitHub] [incubator-nuttx] hartmannathan commented on issue #801: Update release notes in preparation for the 9.0.0 release.

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 commented on issue #801: Update release notes in preparation for the 9.0.0 release.

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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. -

[GitHub] [incubator-nuttx] davids5 commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] Ouss4 edited a comment on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] Ouss4 commented on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] Ouss4 edited a comment on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] lukegluke commented on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] lukegluke edited a comment on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] lukegluke edited a comment on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] lukegluke edited a comment on issue #176: Fix echo NULL character correctly

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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

[GitHub] [incubator-nuttx] hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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/

[GitHub] [incubator-nuttx] hartmannathan commented on issue #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx

2020-04-15 Thread GitBox
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... -

[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #801: Update release notes in preparation for the 9.0.0 release.

2020-04-15 Thread GitBox
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   2   >