]> git.sur5r.net Git - freertos/commit
Added: /* This is called from the context switch, so will be called from a
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 13 Nov 2011 21:13:26 +0000 (21:13 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 13 Nov 2011 21:13:26 +0000 (21:13 +0000)
commit91b5e7c8083bdb5bba8dcdde234f14e40ab9e173
tree33454cfea768967fe2d74bdacaecf17ad5b9b134
parent692428396a38eca07398ef524a1b3fd56bdb7112
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1630 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c