Skip to content

Commit

Permalink
fix(esp_tinyusb): Pinned tinyusb task to the CPU1 by default for unic…
Browse files Browse the repository at this point in the history
…ore systems
  • Loading branch information
roma-jam committed Dec 4, 2024
1 parent c105afa commit 8b78b7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device/esp_tinyusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.6 (Unreleased)

- esp_tinyusb: Changed the default affinity mask of the task to CPU1

## 1.4.5

- CDC-ACM: Fixed memory leak at VFS unregister
Expand Down
1 change: 1 addition & 0 deletions device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ menu "TinyUSB Stack"

choice TINYUSB_TASK_AFFINITY
prompt "TinyUSB task affinity"
default TINYUSB_TASK_AFFINITY_CPU1 if !FREERTOS_UNICORE
default TINYUSB_TASK_AFFINITY_NO_AFFINITY
depends on !TINYUSB_NO_DEFAULT_TASK
help
Expand Down

0 comments on commit 8b78b7c

Please sign in to comment.