Commit Graph

8 Commits

Author SHA1 Message Date
Travis Geiselbrecht
392dd18cfc [external][ARM][CMSIS] save a copy of the CMSIS patch
Save a formatted patch of the last commit to help reapplying in the
future.
2021-10-07 00:00:22 -07:00
Travis Geiselbrecht
4e25fdd11b [external][ARM][CMSIS] reapply the systick patch to cmsis
SysTick_Config() tries to set the systick priority to max. Comment out
this line since arch/arm/arm-m/arch.c sets the priority to medium to
compete with the rest of the exceptions in the system.

Also include lk/compiler.h to avoid redundant cmsis macros.
2021-10-07 00:00:22 -07:00
Travis Geiselbrecht
a0b27a955a [external][ARM][CMSIS] update to cmsis 5.3.2
Taken from https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/Core/Include

End of line changed in this patch from DOS to unix so the change looks
larger than it is. View without whitespace diffs to get a cleaner look.
2021-10-07 00:00:22 -07:00
Travis Geiselbrecht
1b7a28efb8 [include][lk] fixup lk/ include path move 2019-06-19 19:46:11 -07:00
Travis Geiselbrecht
8dca2206d2 [external][arm][cmsis] save the patch we just applied as a patch file 2019-06-12 14:26:48 -07:00
Travis Geiselbrecht
37918306f8 [external][arm][cmsis] reapply the systick patch to cmsis
SysTick_Config() tries to set the systick priority to max. Comment out
this line since arch/arm/arm-m/arch.c sets the priority to medium to
compete with the rest of the exceptions in the system.
2019-06-12 14:26:48 -07:00
Travis Geiselbrecht
0d58a1a108 [external][arm][cmsis] update to new pristine copy of CMSIS for cortex-m
CMSIS 5.1.0 from the CMSIS 5.5.1 pack

Pristine copy, build broken until next commit.
2019-06-12 14:26:36 -07:00
Travis Geiselbrecht
171d14c751 [arch][arm] move CMSIS into external/ 2016-02-20 11:31:51 -08:00