Added ARM_SUPPORTS_L2CC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11933 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
105caa5f2d
commit
e367e16c6a
|
@ -85,12 +85,12 @@
|
||||||
#define ARM_IRQ_VECTOR_REG 0xF803C010U
|
#define ARM_IRQ_VECTOR_REG 0xF803C010U
|
||||||
#else
|
#else
|
||||||
#define ARM_IRQ_VECTOR_REG 0xF803C010
|
#define ARM_IRQ_VECTOR_REG 0xF803C010
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ARM_ENABLE_WFI_IDLE TRUE
|
#define ARM_ENABLE_WFI_IDLE TRUE
|
||||||
|
|
||||||
#define ARM_ENABLE_L2CC 0
|
#define ARM_SUPPORTS_L2CC 1
|
||||||
|
|
||||||
#endif /* ARMPARAMS_H */
|
#endif /* ARMPARAMS_H */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue