Skip to content
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 logging settings to syscfg #3079

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Sep 21, 2023

LVGL has support for logs.
This change allows to enable logs from mynewt syscfg.

  • LV_USE_LOG - enables logs
  • LV_LOG_LEVEL - allows to choose logging level
  • LV_LOG_PRINTF - redirects logs to use printf (default for now,
    can be change latter to use mynewt logging)

LVGL has support for logs.
This change allows to enable logs from mynewt syscfg.
LV_USE_LOG - enables logs
LV_LOG_LEVEL - allows to choose logging level
LV_LOG_PRINTF - redirects logs to use printf (default for now,
  can be change latter to use mynewt logging)

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
@kasjer kasjer merged commit d695624 into apache:master Sep 22, 2023
9 checks passed
@kasjer kasjer deleted the kasjer/lvgl-logs branch September 22, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants