lvgl / lv_port_win_codeblocks

Windows PC simulator project for LVGL embedded GUI Library
MIT License
129 stars 79 forks source link

Submodules are not updated #12

Closed dronecz closed 3 years ago

dronecz commented 3 years ago

Hi,

I see that submodules are all at version 7.5 and recent version of them is 7.11 (v 8 in testing stage) so I would like to know if there is way how update those modules to current version.

Thanks

embeddedt commented 3 years ago

git checkout master && git pull in each submodule directory should update them. On Windows you probably have to run each command separately.

stale[bot] commented 3 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kisvegabor commented 3 years ago

As the issue should be fixed I close it.

If it's still not working as expected please comment here and reopen the issue.