Skip to content

Commit

Permalink
fix(esp_tinyusb): Pinned tinyusb task to the CPU1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 3, 2024
1 parent 3979c8f commit 8474e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ menu "TinyUSB Stack"

choice TINYUSB_TASK_AFFINITY
prompt "TinyUSB task affinity"
default TINYUSB_TASK_AFFINITY_NO_AFFINITY
default TINYUSB_TASK_AFFINITY_CPU1
depends on !TINYUSB_NO_DEFAULT_TASK
help
Allows setting TinyUSB tasks affinity, i.e. whether the task is pinned to
Expand Down

0 comments on commit 8474e65

Please sign in to comment.