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

Add freertos/ prefix to header includes #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NathanJPhillips
Copy link

This avoids conflicts with other, similarly named, header files.

This avoids conflicts with other, similarly named, header files.
@NathanJPhillips
Copy link
Author

Unless I'm missing something, the CI failures look unrelated to this PR.

@leeebo
Copy link

leeebo commented Jul 19, 2023

@NathanJPhillips TinyUSB using a Macro to handle the prefix, please add the below lines in your tusb_config.h or define the Macro through CMakeLists.

// Espressif IDF requires "freertos/" prefix in include path
#if TU_CHECK_MCU(OPT_MCU_ESP32S2, OPT_MCU_ESP32S3)
  #define CFG_TUSB_OS_INC_PATH    freertos/
#endif

lijunru-hub added a commit to lijunru-hub/tinyusb_esp that referenced this pull request Jul 31, 2024
…t_frame_based

feat(uvc): support format frame based
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