Skip to content

Commit 7d11b86

Browse files
authored
[config] Disable the SW workaround for TX interrupt lost errata (#127)
1 parent a3fe4e0 commit 7d11b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdkconfig.defaults

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
3333
CONFIG_ESP_COREDUMP_FLASH_SAVE=y
3434
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=16
3535
CONFIG_ESP_COREDUMP_FLASH_PARTITION="coredump"
36+
37+
# This is a workaround for a bug in the ESP-IDF TWAI driver
38+
# See https://github.com/zauberzeug/lizard/issues/126 for more details.
39+
CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=n

0 commit comments

Comments
 (0)