1. c4e9f46 PDSC: Added new device ARMCM0P_MPU as a base Cortex-M0+ device with MPU. by Jonatan Antoni · 8 years ago
  2. c835329 Core: Added #error condition to cmsis_iccarm.h if intrinsics.h is included earlier. by Jonatan Antoni · 8 years ago
  3. d05a7dc RTX5: Optimization (#230): Stack setup for Cortex-M replaced with stack detection in SVC_Handler by Robert Rostohar · 8 years ago
  4. 6792687 Revert "RTOS2/RTX5: Enhanced ThreadTerminate to not allow termination of idle or timer threads." by Jonatan Antoni · 8 years ago
  5. 2cd339b Core(A): Fixed system include pragma in armclang compiler header. by Jonatan Antoni · 8 years ago
  6. 2e3b603 Core: Fixed #pragma clang system_header to be used for all clang based compilers. by Jonatan Antoni · 8 years ago
  7. 7c4c592 RTOS2/RTX5: Enhanced ThreadTerminate to not allow termination of idle or timer threads. by Jonatan Antoni · 8 years ago
  8. ef55319 RTOS2/RTX: Fixed compiler issues for IAR. by Jonatan Antoni · 8 years ago
  9. b91922a Core: Fixed inline functions to use consistent code style. by Jonatan Antoni · 8 years ago
  10. 5f7b3c8 Added typecasts to __REVSH by Thomas Törnblom · 8 years ago
  11. f2ceb73 Added typecasts to __REVSH by Thomas Törnblom · 8 years ago
  12. df3f429 CoreValidation: Fixed Validation test for Cortex-M33 without DSP on GCC. by Jonatan Antoni · 8 years ago
  13. 358fcbe Core(M): Fixed MPU implementation for ARMv8-M. by Jonatan Antoni · 8 years ago
  14. b76e1d8 Core: Aligned all core headers with pragma system include. by Jonatan Antoni · 8 years ago
  15. b09c267 Core: Fixed MISRA warnings. by Jonatan Antoni · 8 years ago
  16. 9c21676 Pack: Fixed predefined Cclass and Cgroup documentation. [Issue #247] by Jonatan Antoni · 8 years ago
  17. bf63e30 Core: Aligned intrinsic prototypes for REV, REV16, REVSH, RBIT and CLZ along all compilers to ACLE specification. by Jonatan Antoni · 8 years ago
  18. 5231d56 Core(A): Fixed compiler warnings on uninitialized variables. by Jonatan Antoni · 8 years ago
  19. 3520562 Core(M): Added memory clobbers to get_PRIMASK on GCC to prevent (erroneous) instruction reordering. [Issue #261] by Jonatan Antoni · 8 years ago
  20. 44c3918 Core-A: Add 64bit Generic Counter registers access functions by Jonatan Antoni · 8 years ago
  21. c29c6f9 Replaced a few "u" with "U" by Thomas Törnblom · 8 years ago
  22. b9e1bc1 Fixed DebugPortStart, ResetSystem, and ResetProcessor default debug sequences. by Jens Reinecke · 8 years ago
  23. 6681697 RTX5: component view updated - stack checking enhanced by Vladimir Umek · 8 years ago
  24. 79930bb Pack: Fixed section id clashes between SDF and PDSC. by Jonatan Antoni · 8 years ago
  25. 17947cc Core: Fixed core instruction prototypes of __REV and __REV16. by Jonatan Antoni · 8 years ago
  26. 4a900e8 Core: Added additional note about SystemCoreClock variable initialization to documentation. by Jonatan Antoni · 8 years ago
  27. 88e2ad8 RTOS2: Added additional notes about using correct SystemCoreClock for RTX5. by Jonatan Antoni · 8 years ago
  28. 22b68cf CoreValidation: Fixed rtebuild settings for Cortex-A5neon. by Jonatan Antoni · 8 years ago
  29. 4033e35 CoreValidation: Fixed rtebuild config for Cortex-A9. by Jonatan Antoni · 8 years ago
  30. 897e8fa Handle name collisions between intrincs.h and cmsis_iccarm.h in EWARM 8.20 by Peter Nyström · 8 years ago
  31. 1040859 Add cmsis_iccarm.h for Core_A by Peter Nyström · 8 years ago
  32. d6dd35a CoreValidation: Added IAR test projects for Cortex-A. by Jonatan Antoni · 8 years ago
  33. a5fcabb CoreValidation: Added test project for Cortex-A9 using IAR tools. by Jonatan Antoni · 8 years ago
  34. e2be57f CoreValidation: Test projects for Cortex-M23/-M33 without extensions. by Jonatan Antoni · 8 years ago
  35. 5acefb8 Core(M): Added __DSP_USED define to ARMv8-MML/Cortex-M33 to catch DSP extension misconfiguration. by Jonatan Antoni · 8 years ago
  36. cd8c9d1 CoreValidation: Added test projects for Cortex-A devices with Neon FPU. by Jonatan Antoni · 8 years ago
  37. 6fbae0f CoreValidation: Enhanced automated build with rtebuild. by Jonatan Antoni · 8 years ago
  38. b85f410 CoreValidation: rtebuild based test projects for Cortex-A devices. by Jonatan Antoni · 8 years ago
  39. 301d61a RTX5: Added assembly files for ARMv8-M devices with IAR. by Jonatan Antoni · 8 years ago
  40. ad1f99f CoreValidation: Added validation test projects for Cortex-A9. by Jonatan Antoni · 8 years ago
  41. 1aead4c CoreValidation: Added test projects for ARMv8-M running tests in non-secure. by Jonatan Antoni · 8 years ago
  42. 4e09467 CoreValidation: Fixed CoreFunc tests for GCC on ARMv8-MB. by Jonatan Antoni · 8 years ago
  43. 26f9b27 CoreValidation: Added validation projects for ARMv8-M. by Jonatan Antoni · 8 years ago
  44. da47fcb Core(M): Fixed FPSCR intrinsics. by Jonatan Antoni · 8 years ago
  45. 636b4a3 Core(M): Fixed cmsis_iccarm.h predefined macros for ARMv8-M. by Jonatan Antoni · 8 years ago
  46. 196f57a CoreValidation: Modified build scripts for python 3. by Jonatan Antoni · 8 years ago
  47. 18ba719 CoreValidation: Added validation projects for Cortex-M devices with IAR compiler. by Jonatan Antoni · 8 years ago
  48. 7841659 Extended explanation of timeout parameter (osEventFlagsWait) by Vladimir Umek · 8 years ago
  49. bdbddef CoreValidation: Added test projects for Cortex-M devices. by Jonatan Antoni · 8 years ago
  50. e9d2eda Core(M): Fixed __get_FPSCR und __set_FPSCR definition on ArmClang if FPU is unavailable/unused. by Jonatan Antoni · 8 years ago
  51. 49c65fd Fixed PDCS dev version. by Jonatan Antoni · 8 years ago
  52. b57c6ba CoreValidation: Fixed build script. by Jonatan Antoni · 8 years ago
  53. 187ce73 CoreValidation: Test projects for Cortex-M4. by Jonatan Antoni · 8 years ago
  54. c2dba4b CoreValidation: Test projects for Cortex-M3. by Jonatan Antoni · 8 years ago
  55. 0f63803 CoreValidation: Test projects. by Jonatan Antoni · 8 years ago
  56. 670cb20 CoreValidation: Test projects. by Jonatan Antoni · 8 years ago
  57. 3694b16 Fixed pdsc file. by Jonatan Antoni · 8 years ago
  58. 8680ff8 Fixed CMSIS version history in doxygen documentation. by Jonatan Antoni · 8 years ago
  59. 5bfb1e6 Fixed version history after release 5.1.1 Bump CMSIS version to 5.1.2 by Jonatan Antoni · 8 years ago
  60. 5e4b392 RTX5: version increased to V5.2.2 by Vladimir Umek · 8 years ago
  61. e928a67 Core(A): Fixed common core functions to access CP15 registers in cmsis_armcc.h by Daniel Brondani · 8 years ago
  62. 9687df3 Corrected IRQ and SVC exception handlers for Cortex-A. by Vladimir Umek · 8 years ago
  63. 12dd925 Fixed typo by Christopher Seidl · 8 years ago
  64. 838ee26 Core(M): Added cast to __USAT error return value to suppress compiler warnings. by Jonatan Antoni · 8 years ago
  65. f49445f Bump pack dev version due to major changes to compiler iar/iccarm header. by Jonatan Antoni · 8 years ago
  66. 975d3fe Moved SSAT and USAT implementation to work for all compiler versions by Peter Nyström · 8 years ago
  67. bc632ae Added cmsis_iccarm.h by Peter Nyström · 8 years ago
  68. 6b091ec CoreValidation: Fixed example projects. by Jonatan Antoni · 8 years ago
  69. b56631a CoreValidation: Updated MDK examples (Cortex-M). by Jonatan Antoni · 8 years ago
  70. 00ff3fb CoreValidation: Updated DS-MDK examples (Cortex-A). by Jonatan Antoni · 8 years ago
  71. 1ee5416 CoreValidation: Fixed DS-MDK projects in pdsc. by Jonatan Antoni · 8 years ago
  72. c45122c CodeValidation: Added configuration files for Cortex-A fast models for correct semihosting usage. by Jonatan Antoni · 8 years ago
  73. 7d4e1f5 CoreValidation: Fixed CoreA issues and warnings. by Jonatan Antoni · 8 years ago
  74. c5f12e1 Core(A): Fixed pedantic GCC warnings. by Jonatan Antoni · 8 years ago
  75. bc54e9b CoreValidation: Fixed DS-MDK projects and added build script. by Jonatan Antoni · 8 years ago
  76. 0f1da77 CoreValidation: Separated DS-MDK example projects per target and compiler. by Jonatan Antoni · 8 years ago
  77. 7e5e24f Added startup code and linker scripts for GCC Cortex-A5 and -A7. by Jonatan Antoni · 8 years ago
  78. 43bf37f CoreValidation: Enhanced framework with a catch for (unintended) hard faults during test cases. by Jonatan Antoni · 8 years ago
  79. 3bb9b77 CMSIS Driver: Updated CAN API V1.2 (issue #179: added Bus-off state) by Robert Rostohar · 8 years ago
  80. cdd1492 CoreValidation: Added batch build script for IAR examples. by Jonatan Antoni · 8 years ago
  81. 8105ff9 CoreValidation: Moved common parts of command line build script to Utilities. by Jonatan Antoni · 8 years ago
  82. 81f6c5c CoreValidation: Fixed MDK example project settings. by Jonatan Antoni · 8 years ago
  83. 0de6ff1 CoreValidation: Modified MDK example project for automated test execution using FVP with semihosting. by Jonatan Antoni · 8 years ago
  84. d79f3a0 Fixed typo by Christopher Seidl · 8 years ago
  85. 6649ddc adding CM23 and CM33 to SVD Schema by Joachim Krech · 8 years ago
  86. bf718a3 Core(M): Changed USAT intrinsic to work on signed input values. by Jonatan Antoni · 8 years ago
  87. d4f18cc CoreValidation: Fixed compiler and MISRA warnings. by Jonatan Antoni · 8 years ago
  88. e1454c1 Added missing startup files for IAR to ARMCM23 and ARMCM33 devices in PDSC. by Jonatan Antoni · 8 years ago
  89. 61be213 CoreValidation: Initial contribution of a test suite for validating CMSIS-Core. by Jonatan Antoni · 8 years ago
  90. d5d5549 Core: Fixed minor compiler and MISRA warnings. by Jonatan Antoni · 8 years ago
  91. ca5cf5d Fixed documentation after Core(A) refactoring. by Jonatan Antoni · 8 years ago
  92. 005bc4d Core(A): Fixed compiler header for GCC. by Jonatan Antoni · 8 years ago
  93. 9568ea5 Core(A): Updated version information and history. by Jonatan Antoni · 8 years ago
  94. 096b2f0 Core(A): Refactored all Coprocessor 15 related core functions into a common header file. by Jonatan Antoni · 8 years ago
  95. e1beccb Fixed Cortex-A startup code for AC5 by adding PRESERVE8 to all assembly functions. by Jonatan Antoni · 8 years ago
  96. 74d87a9 Core(A): Fixed various compiler intrinsics. by Jonatan Antoni · 8 years ago
  97. 7b7dd34 Core(A): Added __SSAT and __USAT intrinsics like for Core(M). by Jonatan Antoni · 8 years ago
  98. 857fed9 Core(M): Added new IAR compiler header, not yet used. by Jonatan Antoni · 8 years ago
  99. 3cc0797 Core(M): Fixed MPU RBAR register define ADDR to BASE. by Jonatan Antoni · 8 years ago
  100. efbfed0 Core(M): Fixed indention in mpu_armv7.h by Jonatan Antoni · 8 years ago