]> begriffs open source - cmsis/commit
cmsis: fix IAR architecture macros
authorMartin Kojtal <c0170@rocketmail.com>
Thu, 16 Feb 2017 14:04:45 +0000 (14:04 +0000)
committerJonatan Antoni <jonatan.antoni@arm.com>
Tue, 25 Apr 2017 11:46:28 +0000 (13:46 +0200)
commit8dc8422fa16b491f3c537add86538408c303a76c
treed319ec8a7af4031d8970d578c84b658785776bce
parent59d28e43900604e4bece472d0b92e57198679dd1
cmsis: fix IAR architecture macros

__CORE__ is IAR specific, similar to __ARM_ARCH_ macros that GCC defines.

Note: The later versions of IAR as one tested (>7.80.4) might contain these definitions,
thus we are defining them right after inclusion of the cmsis_iar header file.
CMSIS/Core/Include/cmsis_compiler.h