You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/GCC/MicroBlazeV9
Gaurav-Aggarwal-AWS dc9c034c85
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>
3 years ago
..
port.c Add vPortRemoveInterruptHandler API (#533) 3 years ago
port_exceptions.c Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
portasm.S Implement MicroBlazeV9 stack protection (#523) 3 years ago
portmacro.h Implement MicroBlazeV9 stack protection (#523) 3 years ago