]> git.sur5r.net Git - freertos/commit
Finish off the Cortus demo application:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 29 Mar 2010 14:04:11 +0000 (14:04 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 29 Mar 2010 14:04:11 +0000 (14:04 +0000)
commit359a3d4550b31f6d03352d67382c336af5bf5148
treedcb322afb6344cab96deb4f064b9ffd2df308b11
parent3d63a3d82947a3eb8eb1af58827aa8de725ece97
Finish off the Cortus demo application:

+ Add a traceTASK_SWITCHED_OUT macro as part of the RegTest.c.
+ Add task to test the saving and restoring of the interrupt mask.
+ Change the serial port interrupt handlers to use naked functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1010 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
Demo/CORTUS_APS3_GCC/Demo/RegTest.c
Demo/CORTUS_APS3_GCC/Demo/serial.c