Added ARM_SUPPORTS_L2CC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11930 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
4f83e76a33
commit
47fd49fd55
|
@ -85,10 +85,12 @@
|
|||
#define ARM_IRQ_VECTOR_REG 0xFC020010U
|
||||
#else
|
||||
#define ARM_IRQ_VECTOR_REG 0xFC020010
|
||||
|
||||
#endif
|
||||
|
||||
#define ARM_ENABLE_WFI_IDLE FALSE
|
||||
|
||||
#define ARM_SUPPORTS_L2CC 1
|
||||
|
||||
#endif /* ARMPARAMS_H */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue