mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute.
This commit is contained in:
parent
7ff79ca26b
commit
531faedf63
5 changed files with 172 additions and 5 deletions
|
@ -67,7 +67,7 @@
|
|||
//#define configPINSEL2_VALUE 0x50151105
|
||||
|
||||
/* Value to use on rev 'A' and newer devices. */
|
||||
//#define configPINSEL2_VALUE 0x50150105
|
||||
#define configPINSEL2_VALUE 0x50150105
|
||||
|
||||
#ifndef configPINSEL2_VALUE
|
||||
#error Please uncomment one of the two configPINSEL2_VALUE definitions above, depending on the revision of the LPC2000 device being used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue