nuttx-apps
nuttx-apps copied to clipboard
Bug fix on repeated lvgl downloads from git
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.