Lines Matching full:update
9 # v10.0.1 -> update release/v10.0
10 # v10.1.0 -> create release/v10.1 from release/v10.0 and update it
11 # v10.1.1 -> update release/v10.1
55 # 2. update the LVGL submodule to match the LVGL's release branch version
56 # 3. update the lv_conf.h based on the lv_conf.defaults
60 print(LOG, f"attempting to update release branch {fmt_release(lvgl_branch)} ...")
103 # update the submodule in the port if it exists
134 … # update the version of the submodule in the index. no need to `git submodule update --init` it.
137 … subprocess.check_call(("git", "-C", port_clone_tmpdir, "update-index", "--cacheinfo",
140 # update the lv_conf.h if there's an lv_conf.defaults
192 print(LOG, "port update complete:", url)