Commit Graph

129 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi 0e10ee94d1 ci(build_test): remove the 8 bit option 2023-07-05 13:08:31 +02:00
Gabor Kiss-Vamosi f753265a79 arch(draw): add parallel rendering architecture
BREAKING CHANGE

This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
2023-07-05 13:05:19 +02:00
Amir Gonnen 5875901aa5 fix(ci): fix micropython RP2 port (#4311) 2023-06-26 08:48:19 +02:00
Amir Gonnen 3ac7cb0230 fix(ci): remove VARIANT on Micropython CI (#4296) 2023-06-22 13:58:19 +02:00
Gabor Kiss-Vamosi 9b4d10311f ci(release): use markdown in release text 2023-05-18 12:06:32 +02:00
Kevin Schlosser 8c99b359d2 docs: fixes several issues related to migrating to rst (#4213) 2023-05-08 16:45:28 +02:00
Gabor Kiss-Vamosi 842cf80a48 ci(pio): add action to automatically publish LVGL as a PlatformIO package on release 2023-05-04 10:47:08 +02:00
Gabor Kiss-Vamosi a5d7d20723 docs: temporarily skip_latex 2023-04-29 06:23:31 +02:00
Gabor Kiss-Vamosi 5fc2b03ac4 ci(docs): try to fix the python version 2023-04-27 19:54:05 +02:00
Gabor Kiss-Vamosi d32909c266 ci(docs): bump Python version to 3.10
See https://github.com/lvgl/lvgl/pull/4129#issuecomment-1525649438
2023-04-27 19:48:49 +02:00
Amir Gonnen 126fbee5ae arch(driver): ci can use MP master branch (#4046) 2023-03-11 06:57:12 +01:00
Gabor Kiss-Vamosi 841d170e5c ci(ccpp): fix workflow file 2023-02-20 21:11:57 +01:00
Gabor Kiss-Vamosi 124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Amir Gonnen bcffe08b36 fix(ci): set Ubuntu version for MicroPython test (#3865) 2022-12-13 17:31:37 +01:00
Gabor Kiss-Vamosi 077cd2e15d ci: use headers for text config instead of CMake 2022-11-25 11:32:14 +01:00
Sergei Silnov 747eae6144 ci(esp): fix push to the component registry on tag (#3740) 2022-10-13 12:14:47 +02:00
honey the codewitch 57e0943b10 feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-26 17:30:07 +02:00
Amir Gonnen ddcbb4335b fix(ffmpeg): install ffmpeg on CI workflow (#3635) 2022-08-29 14:09:44 +02:00
Gabor Kiss-Vamosi 25f311e465 ci(stale): exclude next major and next minor labels too 2022-08-02 08:09:28 +02:00
embeddedt a101e70ebd ci(makefile) fix typo in GitHub action 2022-04-29 19:38:48 -04:00
embeddedt ea79cee01a ci add Makefile test 2022-04-29 19:38:04 -04:00
Gabor Kiss-Vamosi ef08f1c0fe chore(ci): add friendlier message to stale bot 2022-04-19 08:37:46 +02:00
embeddedt 5977eeff3c ci(stale) bump action version
This should fix a couple problems I've noted with issues not having their stale status removed.
2022-04-05 08:14:03 -04:00
embeddedt fcc1152f9c ci don't run workflows twice on PRs 2022-03-07 10:04:59 -05:00
embeddedt d345f76d02 ci remove formatting comment
This only works when the author is an @lvgl member.
2022-03-05 17:11:39 -05:00
embeddedt 9fcefe5a49 ci use GCC problem matcher on ARM tests as well 2022-01-31 09:28:02 -05:00
embeddedt b34fe9ed8b ci(micropython) use ESP-IDF 4.4 2022-01-29 08:25:34 -05:00
Carlos Diaz ded126a478 chore(ci): update check_style.yml (#3047)
Update failure message
2022-01-25 11:01:56 +01:00
embeddedt 6de3fa8004 ci force use of ccache in PATH 2022-01-24 11:29:46 -05:00
embeddedt a7c590f10d ci force ccache to be saved every time 2022-01-24 11:26:58 -05:00
embeddedt 80408f704e ci attempt to speed up cross tests 2022-01-24 10:42:54 -05:00
embeddedt c9e19272c6 ci disable LeakSanitizer on dockerized tests 2022-01-24 10:26:21 -05:00
embeddedt 772f219c0a ci(cross) install build-essential 2022-01-24 10:07:20 -05:00
embeddedt df7eaa020d ci(cross) use python3 instead of python 2022-01-24 10:05:12 -05:00
embeddedt 90e2b9f05e ci inline apt-get commands 2022-01-24 10:01:00 -05:00
embeddedt 59b4769344 ci use specific version tag 2022-01-24 09:57:58 -05:00
embeddedt 7008770261 ci initial support for cross-architecture tests 2022-01-24 09:55:47 -05:00
Gabor Kiss-Vamosi 79d0ec092d chore: update arduino linter 2022-01-20 13:22:36 +01:00
Gabor Kiss-Vamosi f79b00cce0 ci: add arduino linter action 2022-01-20 13:20:42 +01:00
Tomas Rezucha e7a0f3b99c fix various issues for esp32 (#3007)
* kconfig: Fix invalid dependancy in fsdrv

LV_USE_FS_* symbols are integers, instead of usual booleans.
We must treat them as such.

* ci: Get LVGL version from git tag

* docu: Update Espressif readme

* ci run apt update before installing
2022-01-14 12:47:49 -05:00
embeddedt 6b841555cd ci switch to codecov v2
Related: #2663
2022-01-06 11:03:52 -05:00
embeddedt 5bb3686ea8 ci fix check style action
The ability for lvgl-bot to format isn't being added.
2021-12-21 08:57:46 -05:00
embeddedt 6de89e4b7b ci remove formatting request workflow
This approach is too risky and insecure in its current implementation.
2021-12-13 08:55:36 -05:00
embeddedt dddafaec94 ci one last try at this for tonight 2021-12-12 22:00:33 -05:00
embeddedt 8277f78d13 ci force pushing to upstream branch 2021-12-12 21:55:47 -05:00
embeddedt cb3de308fd ci try alternate checkout mechanism 2021-12-12 21:52:31 -05:00
embeddedt 9fcf52a82b ci ensure lvgl-bot is used to make commits 2021-12-12 21:49:22 -05:00
embeddedt 02f02fa78f ci apply my updates to the verify-formatting action 2021-12-12 21:44:14 -05:00
embeddedt d1ccbf607f ci fix typo in formatting action 2021-12-12 21:42:15 -05:00
embeddedt 1f6037ce98 ci more formatting action updates 2021-12-12 21:39:34 -05:00