esp-idf/components/driver/twai
Nebojsa Cvetkovic 9956bfac3e twai: twai_driver_install() returns error on interrupt allocation failure
This commit updates twai_driver_install() so that an error is returned when
esp_intr_alloc() fails, instead of aborting.

Closes https://github.com/espressif/esp-idf/pull/11494

[darian@espressif.com: Refactored object allocation and free procedures]
[darian@espressif.com: Updated commit message]
Signed-off-by: Darian Leung <darian@espressif.com>
2023-06-25 18:32:41 +08:00
..
include/driver driver: pack peripherals 2023-02-02 18:19:58 +08:00
twai.c twai: twai_driver_install() returns error on interrupt allocation failure 2023-06-25 18:32:41 +08:00