7 ; Wrapper for the USB interrupt service routine. This can cause a
8 ; context switch so requires an assembly wrapper.
10 ; Defines the portSAVE_CONTEXT and portRESTORE_CONTEXT macros.
11 #include "ISR_Support.h"
15 portSAVE_CONTEXT ; Save the context of the current task.
17 bl vUSB_ISR ; Call the ISR routine.
19 portRESTORE_CONTEXT ; Restore the context of the current task -
20 ; which may be different to the task that