You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Some USB test code fixes
* Fix build warning
* Fix tinyusb config issues
The latest version of freertos adds the following definition to every
tinyusb example
CFG_TUSB_OS=${TINYUSB_OPT_OS}
But due to cmake scoping rules and the inclusion of tinyusb in pico-sdk
TINYUSB_OPT_OS is unset when the definition is added.
Make sure it's defined to avoid lots of redefinition warnings.
For freertos examples, add the tinyusb freertos config folder to the
list of include directories.
Different freertos examples might have different requirements.
* Filter tinyusb examples
Override the tinyusb cmake function family_add_subdirectory to ignore
any examples that won't build
* Make sure LINKERMAP_PY is defined
This goes out of scope.
0 commit comments