nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

Bug fix on repeated lvgl downloads from git

Open spi3ex opened this issue 2 years ago • 1 comments

While building lvgl for nuttx, each time lvgl is downloaded from the source repository. The Changes includes:

  • The Make file checks if lvgl Make files are already present to prevent re-download.

Summary

While building LVGL #include<lvgl/lvgl.h> the make build system downloads every time from the repository even when the file is present. Tweaked the build to skip downloading again if LVGL makefiles are already Present.

Impact

When building using "make clean" and "make", everytime lvgl is downloaded irrespective of whether the source is present.

Testing

Unit Tests on With lvgl Source and without lvgl source was done.

spi3ex avatar Feb 13 '23 20:02 spi3ex