1. b39a6bc Added macro __ALIGNED(x) to core_cm*.h files. by Martin Günther · 9 years ago
  2. 3b55614 Updated Cortex-M7 CMSIS function SCB_EnableICache. by Martin Günther · 9 years ago
  3. 60b0732 Corrected spelling. by Martin Günther · 9 years ago
  4. a494299 Updated Core documentation (startup file). by Martin Günther · 9 years ago
  5. 29502d7 CMSIS_Core: by Martin Günther · 9 years ago
  6. 10babd8 Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib. by Martin Günther · 9 years ago
  7. 6e6d727 Corrected partition_*.h. by Martin Günther · 9 years ago
  8. 092213c Corrected comment in GCC linker description files. by Martin Günther · 9 years ago
  9. 0bafc3c Merge pull request #58 from David-Garcia-Polo/gcc-linker_wrong_comment by Martin Günther · 9 years ago
  10. 51fd290 Corrected USART example code and made minor modifications to the ARM_USART_Control function description. by Christopher Seidl · 9 years ago
  11. 5f53510 Added missing exported symbol in commentary. by David Garcia Polo · 9 years ago
  12. 19b81ee Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into RTOS_GCC by Martin Günther · 9 years ago
  13. b1d1f4a Updated GCC RTX project settings. by Martin Günther · 9 years ago
  14. f26db61 Removed ARM_STORAGE_OPERATION_GET_FIRST_BLOCK as it is no longer available. by Christopher Seidl · 9 years ago
  15. 2d0f0e8 Corrected reference to device user manuals. by Martin Günther · 9 years ago
  16. a535d99 Merge branch 'release/5.0.0-Beta4' by Joachim Krech · 9 years ago 5.0.0-Beta4
  17. a75597a Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into Device_ARMv8M by Martin Günther · 9 years ago
  18. e90ecc4 Corrected write access to ARMv8M SCB_AIRCR register. by Martin Günther · 9 years ago
  19. 7d7aa31 Updating CMSIS Utilities PackChk to version 1.3.38 and SVDConv to 3.2.34. by Joachim Krech · 9 years ago
  20. 1ea7ee4 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Joachim Krech · 9 years ago
  21. 637681b PACK schema version 1.4.4: adding CPDSC specification by Joachim Krech · 9 years ago
  22. 51b3fc2 Added CMSIS Pack Example documentation. by Martin Günther · 9 years ago
  23. 347ff5a adding LICENSE to PACK and minor changes by Joachim Krech · 9 years ago
  24. 89be652 Added batch file to generate CMSIS pack. by Martin Günther · 9 years ago
  25. 3397c09 Merge branch 'Add_Pack_Example Keil.LPC1800_DFP' into develop by Joachim Krech · 9 years ago
  26. bd080e2 Add a stripped down version of Keil.LPC1800_DFP pack as Pack example by Joachim Krech · 9 years ago
  27. 472ff3f Updated Pack doxy file. by Martin Günther · 9 years ago
  28. a16b526 Updated Pack documentation. by Martin Günther · 9 years ago
  29. 80a75d1 Added DSP examples. by Martin Günther · 9 years ago
  30. 88bb2e4 added Pack Tutorials. by Martin Günther · 9 years ago
  31. 5a8f24f Merge pull request #56 from GuentherMartin/core_NVIC by Martin Günther · 9 years ago
  32. 522d83b Updated NVIC functions. by Martin Günther · 9 years ago
  33. 69ba31d Merge branch 'feature/Incorporate_Storage_Driver_into_Documentation' into develop by Christopher Seidl · 9 years ago
  34. ea6e0ff Additional changes for the CMSIS-Driver Storage API documentation by Christopher Seidl · 9 years ago
  35. be5e939 Corrected Doxygen annotations by Christopher Seidl · 9 years ago
  36. ead2d29 Corrected template file, added strcut at the end of the template. by Christopher Seidl · 9 years ago
  37. ca04a50 Added CMSIS-Driver Storage Files by Christopher Seidl · 9 years ago
  38. d272b84 Initial version by Christopher Seidl · 9 years ago
  39. 8f25b03 Merge pull request #55 from rgrover/master by Christopher Seidl · 9 years ago
  40. e893f67 Update README.md by Reinhard Keil · 9 years ago
  41. dc7b9fe Merge pull request #53 from GuentherMartin/Device_ARMv8MML by Martin Günther · 9 years ago
  42. 905dc05 Updated ARMv8MML device files. by Martin Günther · 9 years ago
  43. 60400f1 Documented #define CMSIS_device_header <STM32F4.h> by ReinhardKeil · 9 years ago
  44. 2a9723b Merge pull request #52 from GuentherMartin/DSP_Bin by Martin Günther · 9 years ago
  45. ebfaa07 Added DSP_Lib binaries. by Martin Günther · 9 years ago
  46. 6bcaf75 Merge pull request #51 from GuentherMartin/GCC_CStart by Martin Günther · 9 years ago
  47. 15c9abb Removed GCC compiler warning. by Martin Günther · 9 years ago
  48. 295d356 Removed typo in example code by Christopher Seidl · 9 years ago
  49. eab5b3e Merge pull request #50 from GuentherMartin/ARMv8MBL_Irq by Martin Günther · 9 years ago
  50. 6ba928f Corrected ARMv8MBL interrupts. by Martin Günther · 9 years ago
  51. 5029db5 Merge pull request #47 from GuentherMartin/ARMv8M_partition by Martin Günther · 9 years ago
  52. 5b02b58 Updated partition_armv8m*.h according 'CMSIS-Core v8M CMSIS 5.0 feedback'. by Martin Günther · 9 years ago
  53. cb342b3 Merge pull request #45 from GuentherMartin/CMSIS_ARMv8M by Martin Günther · 9 years ago
  54. d637e5a Changes according "CMSIS-Core v8M CMSIS 5.0 feedback". by Martin Günther · 9 years ago
  55. 2545281 Introduce Storage driver by Rohit Grover · 9 years ago
  56. 1c48809 Introduce Storage driver by Rohit Grover · 9 years ago
  57. e9da193 Merge pull request #43 from ReinhardKeil/develop by Reinhard Keil · 9 years ago
  58. 65542b8 typos by ReinhardKeil · 9 years ago
  59. 503d0e0 Merge branch 'develop' of https://github.com/ReinhardKeil/CMSIS_5 into develop by ReinhardKeil · 9 years ago
  60. e63ab52 Merge pull request #42 from meriac/develop by Reinhard Keil · 9 years ago
  61. d102afd Merge pull request #42 from meriac/develop by Reinhard Keil · 9 years ago
  62. afea636 Clarify NVIC virtualization use cases by Milosch Meriac · 9 years ago
  63. 025d8b2 Merge pull request #41 from ReinhardKeil/develop by Reinhard Keil · 9 years ago
  64. 5e13551 Documentation corrections/additions, CMSIS-CORE NVIC virtualization, version information, etc. by ReinhardKeil · 9 years ago
  65. 918dc6d Merge pull request #40 from KeilChris/feature/RTX_Documentation_Enhancements by Christopher Seidl · 9 years ago
  66. dac8edb Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into feature/RTX_Documentation_Enhancements by Christopher Seidl · 9 years ago
  67. d329df0 Moved RTX specific functions and added information on define usage in RTX. by Christopher Seidl · 9 years ago
  68. a36fc7f add the section for 'Function documentation' by Rohit Grover · 9 years ago
  69. b413e05 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by ReinhardKeil · 9 years ago
  70. 0b5fe6e populate initial versions of Driver_Storage.[ch] by Rohit Grover · 9 years ago
  71. 5bece45 NVIC Virtualization documented by ReinhardKeil · 9 years ago
  72. 56dee5c Merge pull request #39 from GuentherMartin/PriorityFunc by Martin Günther · 9 years ago
  73. 1cf4b9f Add uVisor support for priority grouping functions. by Martin Günther · 9 years ago
  74. 83dd25e Ignorign DoxyGen output by Christopher Seidl · 9 years ago
  75. e0c2a9f Merge pull request #38 from KeilChris/Delete_v4_Templates by Christopher Seidl · 9 years ago
  76. 68678b9 Removed unnecessary templates for previous version of uVision. by Christopher Seidl · 9 years ago
  77. fd48d58 Merge pull request #37 from ReinhardKeil/develop by Reinhard Keil · 9 years ago
  78. 27550b6 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by ReinhardKeil · 9 years ago
  79. 2861e11 RTOS v2 documentation updated by ReinhardKeil · 9 years ago
  80. cfec86e Merge pull request #36 from GuentherMartin/ifndef by Martin Günther · 9 years ago
  81. e8ff642 Corrected macro check by Martin Günther · 9 years ago
  82. 0b93626 Merge pull request #35 from GuentherMartin/GetVector by Martin Günther · 9 years ago
  83. 54ba6ff Corrected NVIC_GetVector by Martin Günther · 9 years ago
  84. 759083c Merge pull request #34 from GuentherMartin/uVisor_M4 by Martin Günther · 9 years ago
  85. 5190aba Adding uVisor support for Cortex-M4 by Martin Günther · 9 years ago
  86. fa6f5e0 Update README.md by Reinhard Keil · 9 years ago
  87. dffd96a Update README.md by Reinhard Keil · 9 years ago
  88. 33d080a Merge pull request #31 from KeilChris/CMSIS-RTOS-API-v2 by Christopher Seidl · 9 years ago
  89. 024df18 More work on CMSIS-RTOS documentation including RTX Implementation by Christopher Seidl · 9 years ago
  90. 21727c0 Adapted documentation generation to new directory structure by Christopher Seidl · 9 years ago
  91. 2bafebd Implementation Directory for RTOS API v1 changed back to RTOS by Christopher Seidl · 9 years ago
  92. d6f54b5 Implementation Directory for RTOS API v2 changed to RTOS2 by Christopher Seidl · 9 years ago
  93. f5941df Directory for RTOS API v1 changed back to RTOS by Christopher Seidl · 9 years ago
  94. ac2b439 Directory for RTOS API v2 changed to RTOS2 by Christopher Seidl · 9 years ago
  95. ae26620 Merge pull request #30 from KeilChris/CMSIS-RTOS-API-v2 by Christopher Seidl · 9 years ago
  96. 9234d50 Initial changes for new RTOS API v2. Added separate tab for legacy API v1 by Christopher Seidl · 9 years ago
  97. 786faaf Merge pull request #29 from KeilChris/SDCMSIS-431 by Christopher Seidl · 9 years ago
  98. f08edf2 CMSIS-Core documentation for compiler specific #defines (SDCMSIS-431) by Christopher Seidl · 9 years ago
  99. 0743377 Merge branch 'master' of https://github.com/ARM-software/CMSIS_5 by Christopher Seidl · 9 years ago
  100. 305d5c9 Merge pull request #28 from GuentherMartin/CMSIS_Docu by Martin Günther · 9 years ago