How can I configure an interruption

I’m working with freertos but I don’t know how can I  configure an interruption, it mean, what about context swiching? is necesarry to inform to Freertos about interruption? where can I find an example Thanks a lot!!!

How can I configure an interruption

Each official port has an associated WEB page on the FreeRTOS.org site that describes how to interact with interrupts.  Also each official port has a demo application with at least one example of an interrupt service routine causing a context switch. Regards.

How can I configure an interruption

OK Richard. Thank!!