]> begriffs open source - freertos/commit
Added: /* This is called from the context switch, so will be called from a
authorRichard Barry <ribarry@amazon.com>
Sun, 13 Nov 2011 21:13:26 +0000 (21:13 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 13 Nov 2011 21:13:26 +0000 (21:13 +0000)
commitb8c1195c40c5f4314b958e82d182235c82ad6e99
tree33454cfea768967fe2d74bdacaecf17ad5b9b134
parent188128f7886f40eb4a1f9d2ab40a49e2f830f0f7
Added:  /* This is called from the context switch, so will be called from a
critical section.  xTaskGetTickCountFromISR() contains its own critical
section, and the ISR safe critical sections are not designed to nest,
so reset the critical section. */
portSET_INTERRUPT_MASK_FROM_ISR();

in main.c.
Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c