[arch][arm-m] add new version of CMSIS lib v3.0.1

This commit is contained in:
Travis Geiselbrecht
2012-09-20 13:30:26 -07:00
parent 38aedc6d07
commit 1f2fd10de4
19 changed files with 16676 additions and 2606 deletions

View File

@@ -46,7 +46,7 @@ void arch_early_init(void)
/* clear any pending interrupts and set all the vectors to medium priority */
int i;
int groups = InterruptType->ICTR & 0xf;
int groups = SCnSCB->ICTR & 0xf;
for (i = 0; i < groups; i++) {
NVIC->ICER[i] = 0xffffffff;
NVIC->ICPR[i] = 0xffffffff;