-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lvgl: Add dialog-lvgl recipe as demo example #601
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rzr
added a commit
to CrossStream/meta-openembedded
that referenced
this pull request
Sep 6, 2022
This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: openembedded#601 Signed-off-by: Philippe Coval <[email protected]>
rzr
force-pushed
the
sandbox/rzr/review/master
branch
from
September 6, 2022 09:43
4b4672b
to
469063e
Compare
rzr
added a commit
to CrossStream/meta-openembedded
that referenced
this pull request
Sep 6, 2022
This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: openembedded#601 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/wikis/ Signed-off-by: Philippe Coval <[email protected]>
rzr
force-pushed
the
sandbox/rzr/review/master
branch
from
September 6, 2022 09:50
469063e
to
a3fc332
Compare
rzr
added a commit
to CrossStream/meta-openembedded
that referenced
this pull request
Sep 6, 2022
This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: openembedded#601 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/issues/5 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/wikis/ Signed-off-by: Philippe Coval <[email protected]>
rzr
force-pushed
the
sandbox/rzr/review/master
branch
from
September 6, 2022 09:53
a3fc332
to
7919263
Compare
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 6, 2022
This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: openembedded#601 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/issues/5 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/wikis/ Signed-off-by: Philippe Coval <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 6, 2022
This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: openembedded#601 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/issues/5 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/wikis/ Signed-off-by: Philippe Coval <[email protected]>
rzr
force-pushed
the
sandbox/rzr/review/master
branch
3 times, most recently
from
September 9, 2022 10:36
b6788fa
to
7919263
Compare
rzr
force-pushed
the
sandbox/rzr/review/master
branch
from
September 9, 2022 10:36
7919263
to
8d75eff
Compare
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 20, 2022
Changelog: ========== Fix comments generation for submessages (openembedded#788) Fix handling of spaces in arguments passed through protoc (openembedded#810) Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820) Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795) Fix compilation error with fixed size array and FT_POINTER (openembedded#630) Fix wrong format in Python Poetry project file (openembedded#811) Fix unnecessary generator message when using --quiet (openembedded#831) Fix enum_to_string with C++ (openembedded#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (openembedded#787) Safeguard substraction in pb_read() with custom streams (openembedded#697) Always include pb_release() as function, instead of macro. (openembedded#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (openembedded#810) Allow including headers from inside of extern C (openembedded#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601) Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827) Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791) Add --protoc-opt to nanopb_generator.py (openembedded#628) Add ENUMTYPE convenience macros (openembedded#803) Add Bazel build rules (openembedded#360, openembedded#500) Generator: keep order of messages when possible Test case improvements (openembedded#792) PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840) CMake build rule improvements (openembedded#822) CMakeLists: use protoc wrapper script by default (openembedded#769) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 20, 2022
Changelog: ========== Fix comments generation for submessages (openembedded#788) Fix handling of spaces in arguments passed through protoc (openembedded#810) Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820) Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795) Fix compilation error with fixed size array and FT_POINTER (openembedded#630) Fix wrong format in Python Poetry project file (openembedded#811) Fix unnecessary generator message when using --quiet (openembedded#831) Fix enum_to_string with C++ (openembedded#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (openembedded#787) Safeguard substraction in pb_read() with custom streams (openembedded#697) Always include pb_release() as function, instead of macro. (openembedded#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (openembedded#810) Allow including headers from inside of extern C (openembedded#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601) Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827) Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791) Add --protoc-opt to nanopb_generator.py (openembedded#628) Add ENUMTYPE convenience macros (openembedded#803) Add Bazel build rules (openembedded#360, openembedded#500) Generator: keep order of messages when possible Test case improvements (openembedded#792) PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840) CMake build rule improvements (openembedded#822) CMakeLists: use protoc wrapper script by default (openembedded#769) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 21, 2022
Changelog: ========== Fix comments generation for submessages (openembedded#788) Fix handling of spaces in arguments passed through protoc (openembedded#810) Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820) Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795) Fix compilation error with fixed size array and FT_POINTER (openembedded#630) Fix wrong format in Python Poetry project file (openembedded#811) Fix unnecessary generator message when using --quiet (openembedded#831) Fix enum_to_string with C++ (openembedded#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (openembedded#787) Safeguard substraction in pb_read() with custom streams (openembedded#697) Always include pb_release() as function, instead of macro. (openembedded#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (openembedded#810) Allow including headers from inside of extern C (openembedded#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601) Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827) Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791) Add --protoc-opt to nanopb_generator.py (openembedded#628) Add ENUMTYPE convenience macros (openembedded#803) Add Bazel build rules (openembedded#360, openembedded#500) Generator: keep order of messages when possible Test case improvements (openembedded#792) PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840) CMake build rule improvements (openembedded#822) CMakeLists: use protoc wrapper script by default (openembedded#769) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Dec 23, 2022
Changelog: ========== Fix comments generation for submessages (#788) Fix handling of spaces in arguments passed through protoc (#810) Fix problems with multiple files and mangle_names option (#783, #820) Fix generator error when using M_STRIP_PACKAGE without package name (#795) Fix compilation error with fixed size array and FT_POINTER (#630) Fix wrong format in Python Poetry project file (#811) Fix unnecessary generator message when using --quiet (#831) Fix enum_to_string with C++ (#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (#787) Safeguard substraction in pb_read() with custom streams (#697) Always include pb_release() as function, instead of macro. (#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (#810) Allow including headers from inside of extern C (#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (#601) Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827) Add --c-style command line option for naming style (#199, #533, #791) Add --protoc-opt to nanopb_generator.py (#628) Add ENUMTYPE convenience macros (#803) Add Bazel build rules (#360, #500) Generator: keep order of messages when possible Test case improvements (#792) PlatformIO build rule improvements (#808, #809, #819, #834, #839, #840) CMake build rule improvements (#822) CMakeLists: use protoc wrapper script by default (#769) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this pull request
May 22, 2024
This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: openembedded/meta-openembedded#601 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/issues/5 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/wikis/ Signed-off-by: Philippe Coval <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This example was written just to validate lvgl on wayland,
Feel free to get inspiration from.
Origin: https://github.com/astrolabe-coop/meta-openembedded
Forwarded: https://github.com/openembedded/meta-openembedded/pulls?q=author%3Arzr
Signed-off-by: Philippe Coval [email protected]