- 03 May, 2017 1 commit
-
-
Christopher Seidl authored
-
- 02 May, 2017 2 commits
-
-
Jonatan Antoni authored
-
Jonatan Antoni authored
- Using __WFE (instead of __WFI) in the example. - Added link to application note about low power operations.
-
- 28 Apr, 2017 4 commits
-
-
Joachim Krech authored
-
Jonatan Antoni authored
CMSIS-Core: Changed IAR __CLZ workaround to respect a new guard signaling availability of __CLZ in future versions.
-
Jonatan Antoni authored
- Fixed example for osThreadGetName. - Enhanced details for all osXXXId_t with references to functions returning those object ids.
-
Christopher Seidl authored
-
- 27 Apr, 2017 4 commits
-
-
Daniel Brondani authored
-
Christopher Seidl authored
-
ReinhardKeil authored
-
Daniel Brondani authored
-
- 26 Apr, 2017 6 commits
-
-
Christopher Seidl authored
-
Christopher Seidl authored
-
-
Joachim Krech authored
-
Jonny-vb authored
-
Vladimir Umek authored
-
- 25 Apr, 2017 6 commits
-
-
Joachim Krech authored
-
Jonatan Antoni authored
-
Martin Kojtal authored
__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.
-
Jonatan Antoni authored
-
Jonatan Antoni authored
-
Martin Günther authored
Fix __set_FPSCR and __get_FPSCR for (non-ARM) Clang
-
- 24 Apr, 2017 1 commit
-
-
Norbert Lange authored
The clang assembler does not know the vfpcc register, compiling code using CMSIS will therefor fail. This patch will use the corresponding builtin thats available on Clang, and is supposed to be supported with GCC since Version 5. A patch for GCC 7 is available, fixing a mistake (https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00443.html). Optimistically this patch enabled the builtin for GCC 7.1.
-
- 21 Apr, 2017 2 commits
-
-
Jonatan Antoni authored
-
Jonatan Antoni authored
-
- 19 Apr, 2017 8 commits
-
-
Jonatan Antoni authored
-
Vladimir Umek authored
-
Jonatan Antoni authored
-
Jonatan Antoni authored
The prev-pointer of the running threads mutex list was not set when multiple mutexes are acquired at a time. This leads to a corrupted list if the mutexes are not freed in reversed order.
-
Christopher Seidl authored
-
Jonatan Antoni authored
-
Jonatan Antoni authored
-
Robert Rostohar authored
-
- 18 Apr, 2017 3 commits
-
-
Christopher Seidl authored
-
Christopher Seidl authored
-
Christopher Seidl authored
-
- 14 Apr, 2017 1 commit
-
-
Vladimir Umek authored
-
- 13 Apr, 2017 1 commit
-
-
Daniel Brondani authored
- Added ARM Compiler 6 support - Updated Cortex-A core functions - Updated Startup and System files
-
- 11 Apr, 2017 1 commit
-
-
Jonatan Antoni authored
-