Marex

Results 11 issues of Marex

This function is useful to merge a subset of DT into another DT, for example if some prior-stage firmware passes a DT fragment to U-Boot and U-Boot needs to merge...

Add new environment variable KAS_GIT_SHALLOW which adds '--depth=N' to the 'git clone' and 'git fetch' commands. This forces git to perform shallow clone, which saves bandwidth and CI runner disk...

Introduce `LV_VIDEO_CARD` variable to let users specify different video device via environment variable, instead of recompiling the demo. Add DRM/KMS and SDL2 backend support, so users can test different backends....

Pull version out of lv_version.h in python instead of calling a shell script, to retain compatibility with various platforms. Paging @embeddedt and @kisvegabor . This revert is not great, sorry....

This com.py still uses lvgl.h instead of lv_version.h , update it. Paging @embeddedt and @kisvegabor , this shows up in `git grep \` , I suspect this fix is needed,...

Use sed one-liner to extract the version without any temp files. Fix the following shellcheck report. The cd builtin may fail, handle it gracefully. ``` In scripts/find_version.sh line 3: SCRIPTPATH="$(...

When a website does JS window.location.replace(), the Webkit tears down the entire PlatformDisplayLibWPE(), which destroy surface and other resources. The destroy may happen before registered .release callbacks of e.g. wl_buffer,...

Allow Set "s" signature, where the origin hint is left out entirely instead of requiring Set "ss" signature where the origin hint is an empty string. The following become identical:...

needswork
community

Update symlink in README to match 14140e6edf70 ("Move pipelines to resources"). Fixes: 14140e6edf70 ("Move pipelines to resources")

Add sliders to configure E4000 tuner IF1...IF6 stage gains, those help with reception on this specific tuner, present e.g. in Nooelec NESDR SMArTee XTR . Add checkbox to enable offset...