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

fix(nuttx): fix build break #5440

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

FASTSHIFT
Copy link
Collaborator

Description of the feature or fix

lvgl/src/drivers/nuttx/lv_nuttx_profiler.c:15:10: fatal error: nuttx/arch.h: No such file or directory
   15 | #include <nuttx/arch.h>
      |          ^~~~~~~~~~~~~~

Notes

```
lvgl/src/drivers/nuttx/lv_nuttx_profiler.c:15:10: fatal error: nuttx/arch.h: No such file or directory
   15 | #include <nuttx/arch.h>
      |          ^~~~~~~~~~~~~~
```

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
@XuNeo
Copy link
Collaborator

XuNeo commented Jan 24, 2024

Can we enable LV_USE_PROFILER in CI build test?

@kisvegabor
Copy link
Member

Can we enable LV_USE_PROFILER in CI build test?

Yes, but the we should use dummy profiler which doesn't log anything. I've added it to #5396.

@kisvegabor kisvegabor merged commit 7cacfa3 into lvgl:master Jan 24, 2024
16 checks passed
@FASTSHIFT FASTSHIFT deleted the fix_nuttx_build_break branch January 25, 2024 07:34
lion2tomato pushed a commit to lion2tomato/lvgl that referenced this pull request Mar 19, 2024
VELAPLATFO-22913

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
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.

None yet

6 participants