1. e9637de CMSIS-DAP: Update LPC-Link2 V2 example (add target for on-board debug probes) by Robert Rostohar · 4 years, 2 months ago
  2. 3329b0d CMSIS-Core(M): GCC assembler startup by GuentherMartin · 4 years, 2 months ago
  3. 1c2d165 CMSIS-DAP: Update LPC-Link2 examples (add UART communication) by Robert Rostohar · 4 years, 2 months ago
  4. 69d3770 CMSIS-DAP: minor update by Robert Rostohar · 4 years, 2 months ago
  5. 756a4fc CMSIS-DAP: Add UART communication support by Robert Rostohar · 4 years, 2 months ago
  6. a824394 CMSIS-DSP: Remove deprecated test framework. by Christophe Favergeon · 4 years, 2 months ago
  7. dc96ce3 CMSIS-DAP: Update documentation (UART communication) by Robert Rostohar · 4 years, 3 months ago
  8. 1b7b99e CMSIS-DAP: Update LPC-Link2 examples by Robert Rostohar · 4 years, 2 months ago
  9. 6b7e478 RTX5: minor optimization in mutex priority inversion by Robert Rostohar · 4 years, 2 months ago
  10. 0b15024 RTX5: fix mutex priority inversion (#1202) by Robert Rostohar · 4 years, 2 months ago
  11. 84b84be Updating all component and file versions. by Jonatan Antoni · 4 years, 3 months ago
  12. bb655ad RTX5: Fixed type in doxygen comment for osRtxErrorStackUnderflow by Jonatan Antoni · 4 years, 3 months ago
  13. f24ca7d CMSIS-DSP: Improved doxygen comments. by Christophe Favergeon · 4 years, 3 months ago
  14. 3d6b710 CMSIS-DSP: Corrections to tests by Christophe Favergeon · 4 years, 3 months ago
  15. bdc52ce DoxyGen: typo corrections in Core by Robert Rostohar · 4 years, 3 months ago
  16. e6f1846 CMSIS RTOS2: minor typo corrections in documentation by Robert Rostohar · 4 years, 3 months ago
  17. cde2c17 RTX5: update prebuilt library version (fetch script) by Robert Rostohar · 4 years, 3 months ago
  18. 6d6cf13 Jenkinsfile: Run Results stage only after validation. by Jonatan Antoni · 4 years, 3 months ago
  19. 2ccc9e9 RTX5: update TrustZone examples (using latest components) by Robert Rostohar · 4 years, 3 months ago
  20. 4ab4f8c RTX5: update examples (using latest components) by Robert Rostohar · 4 years, 3 months ago
  21. fafe7f9 RTX5: update projects for building libraries by Robert Rostohar · 4 years, 3 months ago
  22. c1f245e RTX5: use armclang (GNU syntax) for assembler with Arm Compiler 6 by Robert Rostohar · 4 years, 3 months ago
  23. 78a7dfc RTX5: update Idle and Timer thread stack section names by Robert Rostohar · 4 years, 3 months ago
  24. 4e9bfc7 RTX5: fix Message Queue Data allocation size when using object specific memory allocation by Robert Rostohar · 4 years, 3 months ago
  25. 81dd4f2 RTX5: update osKernelResume handling (processing past sleep ticks) by Robert Rostohar · 4 years, 3 months ago
  26. 41a4c46 RTX5: fix osThreadJoin (when terminating thread which is waiting to be joined) by Robert Rostohar · 4 years, 3 months ago
  27. e970345 RTX5: update osRtxInfo initialization (#759) by Robert Rostohar · 4 years, 3 months ago
  28. e5df933 RTX5: fix osDelay/osDelayUntil error handling (#454) by Robert Rostohar · 4 years, 3 months ago
  29. ada4cde RTX5: fix Round-Robin (#228, #1000) by Robert Rostohar · 4 years, 3 months ago
  30. 8fc0679 RTX5: update library configuration setup by Robert Rostohar · 4 years, 3 months ago
  31. 20d60b7 RTX5: update configuration (Event Recorder) by Robert Rostohar · 4 years, 3 months ago
  32. 88f2b4f RTX5: enhance stack overrun checking by Robert Rostohar · 4 years, 3 months ago
  33. dae8b25 RTX5: remove experimental MPU Load support by Robert Rostohar · 4 years, 3 months ago
  34. b4b5d3c RTX5: rename error code for stack overflow by Robert Rostohar · 4 years, 3 months ago
  35. b870ad6 RTX5: add KernelErrorNotify event (osRtxErrorNotify) by Robert Rostohar · 4 years, 3 months ago
  36. c1d1945 RTX5: reorganize Armv8-M IRQ modules for IAR by Robert Rostohar · 4 years, 3 months ago
  37. cfde3a3 RTX5: remove Armv8-M IRQ module wrappers for IAR by Robert Rostohar · 4 years, 3 months ago
  38. c1b641a RTX5: optimize IRQ modules for Armv8-M by Robert Rostohar · 4 years, 3 months ago
  39. fb6a199 RTX5: update IRQ modules for GCC (lowercase instructions) by Robert Rostohar · 4 years, 3 months ago
  40. faa29ea RTX5: minor internal changes (IsException) by Robert Rostohar · 4 years, 3 months ago
  41. 336701e RTX5: minor code improvements (MISRA) by Robert Rostohar · 4 years, 3 months ago
  42. 5fa4745 RTX5: RTX derived definitions in stand-alone rtx_def.h by Robert Rostohar · 4 years, 3 months ago
  43. 95fe964 RTX5: rename IRQ modules to match architecture (#943) by Robert Rostohar · 4 years, 3 months ago
  44. 2929d74 RTOS2: corrected OS Tick SysTick implementation (OS_Tick_GetOverflow) by Robert Rostohar · 4 years, 3 months ago
  45. c4e528c RTOS2: OS Tick API 1.0.2 - add extern "C" (#824) by Robert Rostohar · 4 years, 3 months ago
  46. f8bcd7c CMSIS RTOS2: minor corrections and improvements in documentation by Robert Rostohar · 4 years, 3 months ago
  47. def6f80 New pack gen bash script. by Jonatan Antoni · 4 years, 3 months ago
  48. a18a6b7 CMSIS-Core: aligned __disable_irq, __disable_fault_irq between supported compilers (#1187) by GuentherMartin · 4 years, 3 months ago
  49. 25f6552 CMSIS-DSP: Improved tests on matrix inversions by Christophe Favergeon · 4 years, 3 months ago
  50. e52156f CMSIS-DSP: Correcting a bug in matrix inversion by Christophe Favergeon · 4 years, 3 months ago
  51. 4efbf2d Clarified the usage of WiFi and network component by Christopher Seidl · 4 years, 3 months ago
  52. e73f32f Update develop documentation on gh-pages using gh-action. by Jonatan Antoni · 4 years, 3 months ago
  53. 788048d RTX5: update release notes (OS Initialization for IAR) by Robert Rostohar · 4 years, 3 months ago
  54. 73b5216 DSP: Removing deprecated library variant. by Jonatan Antoni · 4 years, 6 months ago
  55. 19006f2 CMSIS-NN: ARMC6 Performance improvement for FC kernel by Felix Johnny · 4 years, 6 months ago
  56. 40e936e RTX5: CVE-2021-27431 vulnerability mitigation by Robert Rostohar · 4 years, 3 months ago
  57. 983aa0b Jenkins: Add Cortex-M55 to list of devices. by Jonatan Antoni · 4 years, 3 months ago
  58. d8204fd [CMSIS Core] Set PDEPU low-power state to ON, Clock OFF to favor FP/MVE performance by default by FabKlein · 4 years, 3 months ago
  59. e2a77bb [CMSIS-Build] Extend CPRJ schema and documentation with target includes and defines fields by Daniel Brondani · 4 years, 3 months ago
  60. aedfddf Record compiler warnings for AC6 and GCC. by Jonatan Antoni · 4 years, 3 months ago
  61. 4b0ede3 Docker: Add dockerfile for Linux build environment. by Jonatan Antoni · 4 years, 3 months ago
  62. ae9887c [CMSIS Core] Added CM55 Power Mode Control Registers definition by FabKlein · 4 years, 4 months ago
  63. 8c6e378 CMSIS-DSP: Remove type punning in vector code and some compilation warnings. by Christophe Favergeon · 4 years, 3 months ago
  64. 1838377 CMSIS-DSP: Update to Python wrapper by Christophe Favergeon · 4 years, 3 months ago
  65. 5f8564b Jenkinsfile: Add quality gate for Compiler warnings. by Jonatan Antoni · 4 years, 3 months ago
  66. 107fde4 Add Jenkinsfile for CI integration. by Jonatan Antoni · 4 years, 3 months ago
  67. 8adff0d CMSIS-DSP: Remove some gcc compilation warnings. by Christophe Favergeon · 4 years, 3 months ago
  68. 5bc9e87 CMSIS-DSP: Correcting issue #1182 by Christophe Favergeon · 4 years, 3 months ago
  69. ee73031 CoreValidation: Fix Arm Compiler 6 linker warnings. by Jonatan Antoni · 4 years, 3 months ago
  70. e726db1 Update svm_functions.h by Sun Yiming Z · 4 years, 5 months ago
  71. 97e6c37 Update parseLog_SV.py by Sun Yiming Z · 4 years, 5 months ago
  72. d12f043 Update parseLog_SV.py by Sun Yiming Z · 4 years, 5 months ago
  73. 09e071b Update arm_convolve_HWC_q15_fast_nonsquare.c by Sun Yiming Z · 4 years, 5 months ago
  74. 2296d08 Update arm_convolve_HWC_q7_fast.c by Sun Yiming Z · 4 years, 5 months ago
  75. ef30867 Update arm_convolve_HWC_q15_fast.c by Sun Yiming Z · 4 years, 5 months ago
  76. 8a674d0 Update svm_functions.h by Sun Yiming Z · 4 years, 5 months ago
  77. 7f6ace0 Update svm_functions_f16.h by Sun Yiming Z · 4 years, 5 months ago
  78. b5a8d56 Update system_ARMCR52.c by Sun Yiming Z · 4 years, 5 months ago
  79. 1e0d566 Update system_ARMCR5.c by Sun Yiming Z · 4 years, 5 months ago
  80. affe808 Update arm_nnsupportfunctions.h by Sun Yiming Z · 4 years, 5 months ago
  81. 7a17c57 Update arm_nnsupportfunctions.h by Sun Yiming Z · 4 years, 5 months ago
  82. 0329712 Update IncidentLog_s.h by Sun Yiming Z · 4 years, 5 months ago
  83. 69e8b6b Update arm_convolve_1x1_HWC_q7_fast_nonsquare.c by Sun Yiming Z · 4 years, 5 months ago
  84. c7ee381 Update arm_convolve_HWC_q7_fast_nonsquare.c by Sun Yiming Z · 4 years, 5 months ago
  85. e2c33ab Update arm_depthwise_separable_conv_HWC_q7_nonsquare.c by Sun Yiming Z · 4 years, 5 months ago
  86. 700e245 Update arm_depthwise_conv_u8_basic_ver1.c by Sun Yiming Z · 4 years, 5 months ago
  87. b9d4f74 Update arm_mat_mult_fast_q15.c by Sun Yiming Z · 4 years, 5 months ago
  88. 5704ec4 Update ArrayMemory.h by Sun Yiming Z · 4 years, 5 months ago
  89. e359653 Update arm_math_types.h by Sun Yiming Z · 4 years, 5 months ago
  90. 14a81c5 Update arm_math_types.h by Sun Yiming Z · 4 years, 5 months ago
  91. 37c3ea9 Update arm_rfft_fast_f16.c by Sun Yiming Z · 4 years, 5 months ago
  92. 812e51f Update arm_rfft_fast_f32.c by Sun Yiming Z · 4 years, 5 months ago
  93. a6473b1 Update jtest_test.h by Sun Yiming Z · 4 years, 5 months ago
  94. 5c0249d Update parseLog.py by Sun Yiming Z · 4 years, 5 months ago
  95. 4b419be Update parseLog_SV.py by Sun Yiming Z · 4 years, 5 months ago
  96. 9d7f039 Fix misspelled in annotation by Jacky Lin · 4 years, 4 months ago
  97. f90a34f CMSIS-DSP: Corrected build issue with MVE code with gcc by Christophe Favergeon · 4 years, 3 months ago
  98. eed1dbc Update CPRJ.xsd by Christopher Seidl · 4 years, 3 months ago
  99. 5ee88bb CMSIS-DSP: Improve doxygen. by Christophe Favergeon · 4 years, 3 months ago
  100. 04ca4fa CMSIS-DSP: Improved Helium implementation of fir q7. by Christophe Favergeon · 4 years, 3 months ago