]> begriffs open source - freertos/commit
Add vPortRemoveInterruptHandler API (#533)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Wed, 3 Aug 2022 20:45:27 +0000 (13:45 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 20:45:27 +0000 (13:45 -0700)
commitdc9c034c854e3a6e004062a84806a07af6008a34
treec483216fb10e88e502710bc7faa1894ca5c06726
parent2070d9d3e580057d49e8fe38a4fe3672cf59f6c6
Add vPortRemoveInterruptHandler API (#533)

* Add xPortRemoveInterruptHandler API

This API is added to the MicroBlazeV9 port. It enables the application
writer to remove an interrupt handler.

This was originally contributed in this PR - https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/523

* Change API signature to return void

This makes the API similar to vPortDisableInterrupt.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gavin Lambert <uecasm@users.noreply.github.com>
portable/GCC/MicroBlazeV9/port.c