You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/06/17 09:20:21 UTC

[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #302: Bump LVGL version to latest release

no1wudi opened a new pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302


   ## Summary
   
   ### LVGL
   
   Bump version to 7.0.2, most Kconfig options are compatible, with a few new options.
   
   ### LVGL Demo
   
   * Migrate touch calibrate programs to v7.
   
   * Previous demo are deprecated by upstream,  now we download lv_examples tarball from GitHub like LVGL library.
   
   ## Impact
   
   No impact for all boards.
   
   ## Testing
   Tested on stm32f429i-disco
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] no1wudi commented on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645393232


   > Ok, I restarted the workflow let to see if it will work now.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] no1wudi edited a comment on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
no1wudi edited a comment on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645396881


   > Ok, I restarted the workflow let to see if it will work now
   
   It seems the error occurred here:
   >2020-06-17T12:53:32.5126480Z   Normalize imxrt1060-evk/lvgl
   >2020-06-17T12:53:33.2381085Z 23d22
   >2020-06-17T12:53:33.2381553Z < CONFIG_EXAMPLES_LVGLDEMO_THEME_2=y
   >2020-06-17T12:53:33.2381698Z 47,48d45
   >2020-06-17T12:53:33.2381840Z < CONFIG_LV_USE_THEME_ALIEN=y
   >2020-06-17T12:53:33.2381953Z < CONFIG_LV_USE_THEME_DEFAULT=y
   >2020-06-17T12:53:33.2382076Z 51,52d47
   >2020-06-17T12:53:33.2382201Z < CONFIG_LV_USE_THEME_NEMO=y
   >2020-06-17T12:53:33.2382328Z < CONFIG_LV_USE_THEME_NIGHT=y
   >2020-06-17T12:53:33.2382451Z 54d48
   >2020-06-17T12:53:33.2382572Z < CONFIG_LV_USE_THEME_ZEN=y
   
   But no error or warning in my local build for this board.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
patacongo commented on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645408385


   > 
   > 
   > > Ok, I restarted the workflow let to see if it will work now
   > 
   > It seems the error occurred here:
   > 
   > > 2020-06-17T12:53:32.5126480Z   Normalize imxrt1060-evk/lvgl
   > > 2020-06-17T12:53:33.2381085Z 23d22
   > > 2020-06-17T12:53:33.2381553Z < CONFIG_EXAMPLES_LVGLDEMO_THEME_2=y
   > > 2020-06-17T12:53:33.2381698Z 47,48d45
   > > 2020-06-17T12:53:33.2381840Z < CONFIG_LV_USE_THEME_ALIEN=y
   > > 2020-06-17T12:53:33.2381953Z < CONFIG_LV_USE_THEME_DEFAULT=y
   > > 2020-06-17T12:53:33.2382076Z 51,52d47
   > > 2020-06-17T12:53:33.2382201Z < CONFIG_LV_USE_THEME_NEMO=y
   > > 2020-06-17T12:53:33.2382328Z < CONFIG_LV_USE_THEME_NIGHT=y
   > > 2020-06-17T12:53:33.2382451Z 54d48
   > > 2020-06-17T12:53:33.2382572Z < CONFIG_LV_USE_THEME_ZEN=y
   > 
   > But no error or warning in my local build for this board.
   
   Yes, you will need to update ALL defconfig files under boards/
   
       find boards -name defconfig
   
   And each of these configurations will have to go through tools/refresh.sh
   
       tools/refresh.sh --silent
   
   Then commit and push the result to your branch.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645408385


   > 
   > 
   > > Ok, I restarted the workflow let to see if it will work now
   > 
   > It seems the error occurred here:
   > 
   > > 2020-06-17T12:53:32.5126480Z   Normalize imxrt1060-evk/lvgl
   > > 2020-06-17T12:53:33.2381085Z 23d22
   > > 2020-06-17T12:53:33.2381553Z < CONFIG_EXAMPLES_LVGLDEMO_THEME_2=y
   > > 2020-06-17T12:53:33.2381698Z 47,48d45
   > > 2020-06-17T12:53:33.2381840Z < CONFIG_LV_USE_THEME_ALIEN=y
   > > 2020-06-17T12:53:33.2381953Z < CONFIG_LV_USE_THEME_DEFAULT=y
   > > 2020-06-17T12:53:33.2382076Z 51,52d47
   > > 2020-06-17T12:53:33.2382201Z < CONFIG_LV_USE_THEME_NEMO=y
   > > 2020-06-17T12:53:33.2382328Z < CONFIG_LV_USE_THEME_NIGHT=y
   > > 2020-06-17T12:53:33.2382451Z 54d48
   > > 2020-06-17T12:53:33.2382572Z < CONFIG_LV_USE_THEME_ZEN=y
   > 
   > But no error or warning in my local build for this board.
   
   Yes, you will need to update ALL defconfig files under boards/
   
       find boards -name defconfig | xargs grep -l LVGL
   
   And each of these configurations will have to go through tools/refresh.sh
   
       tools/refresh.sh --silent
   
   Then commit and push the result to your branch.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] acassis commented on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645363318


   Ok, I restarted the workflow let to see if it will work now.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] acassis merged pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] no1wudi commented on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645396881


   > Ok, I restarted the workflow let to see if it will work now
   
   It seems the error occurred here:
   >2020-06-17T12:53:32.5126480Z   Normalize imxrt1060-evk/lvgl
   >2020-06-17T12:53:33.2381085Z 23d22
   >2020-06-17T12:53:33.2381553Z < CONFIG_EXAMPLES_LVGLDEMO_THEME_2=y
   >2020-06-17T12:53:33.2381698Z 47,48d45
   >2020-06-17T12:53:33.2381840Z < CONFIG_LV_USE_THEME_ALIEN=y
   >2020-06-17T12:53:33.2381953Z < CONFIG_LV_USE_THEME_DEFAULT=y
   >2020-06-17T12:53:33.2382076Z 51,52d47
   >2020-06-17T12:53:33.2382201Z < CONFIG_LV_USE_THEME_NEMO=y
   >2020-06-17T12:53:33.2382328Z < CONFIG_LV_USE_THEME_NIGHT=y
   >2020-06-17T12:53:33.2382451Z 54d48
   >2020-06-17T12:53:33.2382572Z < CONFIG_LV_USE_THEME_ZEN=y


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] no1wudi commented on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645417231


   > > > Ok, I restarted the workflow let to see if it will work now
   > > 
   > > 
   > > It seems the error occurred here:
   > > > 2020-06-17T12:53:32.5126480Z   Normalize imxrt1060-evk/lvgl
   > > > 2020-06-17T12:53:33.2381085Z 23d22
   > > > 2020-06-17T12:53:33.2381553Z < CONFIG_EXAMPLES_LVGLDEMO_THEME_2=y
   > > > 2020-06-17T12:53:33.2381698Z 47,48d45
   > > > 2020-06-17T12:53:33.2381840Z < CONFIG_LV_USE_THEME_ALIEN=y
   > > > 2020-06-17T12:53:33.2381953Z < CONFIG_LV_USE_THEME_DEFAULT=y
   > > > 2020-06-17T12:53:33.2382076Z 51,52d47
   > > > 2020-06-17T12:53:33.2382201Z < CONFIG_LV_USE_THEME_NEMO=y
   > > > 2020-06-17T12:53:33.2382328Z < CONFIG_LV_USE_THEME_NIGHT=y
   > > > 2020-06-17T12:53:33.2382451Z 54d48
   > > > 2020-06-17T12:53:33.2382572Z < CONFIG_LV_USE_THEME_ZEN=y
   > > 
   > > 
   > > But no error or warning in my local build for this board.
   > 
   > Yes, you will need to update ALL defconfig files under boards/
   > 
   > ```
   > find boards -name defconfig | xargs grep -l LVGL
   > ```
   > 
   > And each of these configurations will have to go through tools/refresh.sh
   > 
   > ```
   > tools/refresh.sh --silent
   > ```
   > 
   > Then commit and push the result to your branch.
   
   Thanks, only four board has lvgl related defconfig, and only this board use these options,
   I fixed it manually, the ci flow should pass all check now.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] no1wudi removed a comment on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
no1wudi removed a comment on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645393232


   > Ok, I restarted the workflow let to see if it will work now.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] acassis commented on pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302#issuecomment-645350916


   Hi Huang Qi (@no1wudi) the issue appears on the build system not in the source code. Could you please check?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] no1wudi closed pull request #302: Bump LVGL version to latest release

Posted by GitBox <gi...@apache.org>.
no1wudi closed pull request #302:
URL: https://github.com/apache/incubator-nuttx-apps/pull/302


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org