]> git.sur5r.net Git - freertos/commit
Update to use the latest Yagarto and change the C handler part of the interrupt routi...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 18 Sep 2009 20:27:00 +0000 (20:27 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 18 Sep 2009 20:27:00 +0000 (20:27 +0000)
commit2453508f59071c79d1d7ed64b2e906ddc70f7a78
tree70864f82c54e3d34496021f6ed43a60782a9cb32
parenta0e306cdebfa44acb9d0d61a52bcd269abfcba2a
Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@854 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/lpc2368.ld
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/syscalls.c [new file with mode: 0644]
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/EMAC_ISR.c