TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
bfcd9726b70bde436d32e3d93a8ba82d7e1ae98d
bfcd972
DoxyGen: Enhanced/reworked Cache Functions and RTOS2.
by Jonatan Antoni
· 5 years ago
e13f074
Minor clean-up for SVDConv Errors and Warnings
by Vladimir Marchenko
· 5 years ago
06c244e
Improved descriptions for PackChk Errors and Warnings
by Vladimir Marchenko
· 5 years ago
1dd090b
RTX5: added support for MVE-I (Armv8.1-M)
by Robert Rostohar
· 5 years ago
b9671a2
Updating PMU Event Counter Number from 12 to 8 to align with Cortex-M55's default number when the PMU is configured.
by Edmund Player
· 5 years ago
036eae5
Core(M): Fixed typo in __VECTOR_TABLE_ATTRIBUTE definition (#740)
by Rajmund Szymański
· 6 years ago
98183c4
Driver: Fixed typo in SAI Driver interface macro. (#849)
by David Lin
· 5 years ago
bf149ff
Device: Fixed ARMv81MML partition file to recognize MVE usage.
by Jonatan Antoni
· 5 years ago
4e5f1b2
Added documentation for MVE and PMU functions as requested in SDCMSIS-1131
by Christopher Seidl
· 5 years ago
e907310
Pack: Enhanced uVision and EWARM Simulators for Armv8.1-M compatibility.
by Jonatan Antoni
· 5 years ago
c88880a
RTOS2: Added Blinky and MsgQueue examples for IAR
by TTornblom
· 5 years ago
5a1a7f8
Minor code example updates
by Christopher Seidl
· 5 years ago
1761dcb
Aligned PMU function prototypes and definitions for PMU counter overflow and interrupt enable functions.
by Edmund Player
· 5 years ago
415c9cd
Device: Replaced __MVE_USED with __ARM_FEATURE_MVE on Armv8.1-M devices.
by Jonatan Antoni
· 5 years ago
6132e74
VIO: updated template (removed code annotation)
by Robert Rostohar
· 5 years ago
eabe677
Updated last four PMU functions to return void.
by Edmund Player
· 5 years ago
6f3e709
CMSIS_VIO: changed valueXYZ presentation in SCVD file.
by GuentherMartin
· 5 years ago
02459e6
VIO: updated template (added further sections controlled with defines CMSIS_VIN and CMSIS_VOUT)
by Robert Rostohar
· 5 years ago
fabb3cb
Added usage code examples to all functions.
by Christopher Seidl
· 5 years ago
0f10935
VIO: updated template (added support for defines CMSIS_VIN and CMSIS_VOUT)
by Robert Rostohar
· 5 years ago
3ae681d
Updated images and documentation
by Christopher Seidl
· 5 years ago
92eb2ea
VIO: renamed definitions, functions and symbols (prefix "cv")
by Robert Rostohar
· 5 years ago
bc36df1
Removed VIO and updated overview image. Links to CMSIS-Driver VIO set.
by Christopher Seidl
· 5 years ago
26ddf8a
Changed cv prefix to vio
by Christopher Seidl
· 5 years ago
4b8a976
CMSIS-DSP: reduced arm_linear_interep_table for arm_linear_interp_example.
by GuentherMartin
· 5 years ago
9a825ef
CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c
by GuentherMartin
· 5 years ago
d13de88
Minor fixes.
by Christopher Seidl
· 5 years ago
1a98b76
CMSIS-DSP: Corrected issue in initialization tables for RFFT 32 samples.
by Christophe Favergeon
· 5 years ago
07fcf19
CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c
by Christophe Favergeon
· 5 years ago
de6e384
RTX5: added support for Cortex-M55 (without FPU)
by Robert Rostohar
· 5 years ago
26c5ea6
CMSIS-NN Add MVE support in requantization for a variant of DWC
by Felix Johnny
· 5 years ago
f0f420b
Core(M): Fix-up to Armv8.1-M core headers after adding PMU.
by Jonatan Antoni
· 5 years ago
e004c0f
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
by GuentherMartin
· 5 years ago
6deac80
CMSIS DSP: reworked examples.
by GuentherMartin
· 5 years ago
8e3cb18
VIO initial documentation added; more work on the header file for easy documentation.
by Christopher Seidl
· 5 years ago
9818585
Device: Enhanced Armv8.1-MML TrustZone setup for MVE.
by Jonatan Antoni
· 5 years ago
9bd19b2
Corrected typo in return sections of functions.
by Christopher Seidl
· 5 years ago
9001466
CMSIS-DSP: Correction to spline function to be able to build examples
by Christophe Favergeon
· 5 years ago
61ef0a6
Updated pmu_armv8.h with PMU functions and event macros.
by Edmund Player
· 5 years ago
fd1eca1
Fixed link for SDCMSIS-1172
by Christopher Seidl
· 5 years ago
56cbb68
CMSIS VIO: registered API and added virtual implementation (using memory only)
by Robert Rostohar
· 5 years ago
a397d71
CMSIS VIO: moved to CMSIS-Driver
by Robert Rostohar
· 5 years ago
e36195c
Minor updates
by Christopher Seidl
· 5 years ago
4ca3186
RTX5: corrected typo (preprocessor definitions for Armv8.1-M)
by Robert Rostohar
· 5 years ago
21eda05
CMSIS-DSP: Corrected type mistake.
by Christophe Favergeon
· 5 years ago
01f1b6b
Core(M): Removed __MVE_PRESENT and __MVE_USED macros for Armv8.1-M based devices.
by Jonatan Antoni
· 5 years ago
6ddb42e
Merge branch 'develop' of github.com:ARM-software/CMSIS_5 into develop
by Joachim Krech
· 5 years ago
3e26e2e
corrected TZ-disabled to match PACK.xsd
by Joachim Krech
· 5 years ago
c7c65ee
CMSIS-DSP: Updated examples.
by Christophe Favergeon
· 5 years ago
76b9cab
Pack: Enhanced TrustZone Secure/Non-secure conditions
by Robert Rostohar
· 5 years ago
2620d73
Pack: Fixed pack description and generator script ...
by Jonatan Antoni
· 5 years ago
39057b0
Changes made as required by SDCMSIS-1172
by Christopher Seidl
· 5 years ago
e94ddd6
CMSIS-NN Doxygen formatting fixes
by Felix Johnny
· 5 years ago
459d6f4
CMSIS-NN List source files and update revision number
by Felix Johnny
· 5 years ago
9716d8b
CMSIS-DSP: Updated MDK projects with new functions.
by Christophe Favergeon
· 5 years ago
2819496
core: add SPDX identifier
by Martin Kojtal
· 5 years ago
17d2a9f
CMSIS-DSP: Added tutorial link to Doxygen documentation.
by Christophe Favergeon
· 5 years ago
3adef1a
CMSIS-DSP: Added path to new headers for building CMSIS-DSP pack.
by Christophe Favergeon
· 5 years ago
d294968
CMSIS-NN: Improve performance of depthwise conv for MVE
by Felix Johnny
· 5 years ago
ea0a3c7
CMSIS-DSP: Updates pack source component.
by Jonatan Antoni
· 5 years ago
2e91e77
DoxyGen: Fixed wrong vio.txt filename.
by Daniel Brondani
· 5 years ago
c506684
CMSIS-VIO header file + SCVD file added
by reinhardkeil
· 5 years ago
96c5f76
CMSIS-NN: Add full code coverage for test_arm_convolve_1x1_fast
by Måns Nilsson
· 5 years ago
8620f81
Added examples to the tutorial.
by Christopher Seidl
· 5 years ago
9482e20
RTX5: typo correction in documentation (rtx_evr.h)
by Robert Rostohar
· 5 years ago
b62f77d
Added RTX5 tutorial, waiting for example projects
by Christopher Seidl
· 5 years ago
aaed8fa
CMSIS-NN: Add missing API to interface
by Felix Johnny
· 5 years ago
ae7c2bf
Merge branch 'develop' of github.com:ARM-software/CMSIS_5 into develop
by Joachim Krech
· 5 years ago
12ddba3
fix expected device define and include file
by Joachim Krech
· 5 years ago
27332a9
CMSIS-VIO initial documentation added
by reinhardkeil
· 5 years ago
75ae503
Updated Java installation instruction
by Vladimir Marchenko
· 5 years ago
3dcd3b1
RTX: Rebuilt IAR RTOS2 libraries
by TTornblom
· 5 years ago
3e5356a
removed unused type definition #856
by Joachim Krech
· 5 years ago
97917cc
RTX5: added support for Cortex-M55
by Robert Rostohar
· 5 years ago
c103fb4
CMSIS-NN: Revert *_x/1_* intrinsics for MVE
by Felix Johnny
· 5 years ago
cf92cdc
CMSIS-NN: revert intrinsics for vdup(MVE)
by Felix Johnny
· 5 years ago
2e35655
CMSIS Driver: minor update in the documentation
by Milorad Cvjetkovic
· 5 years ago
536cf76
RTX5: updated version history
by Robert Rostohar
· 5 years ago
e9674d5
RTX5: updated configuration template default values
by Robert Rostohar
· 5 years ago
529735c
Doxygen: Fixed warnings for CMSIS-RTOS2 Mutex attributes
by Robert Rostohar
· 5 years ago
1710b1e
CMSIS-NN: Warning fixes in depthwise conv(MVE)
by Felix Johnny
· 5 years ago
ffd84e8
CMSIS_NN: Remove DSP extension optimization for avg pool
by Felix Johnny
· 5 years ago
4d7d0c0
CMSIS-NN: Use SXTAB instead of SXTB and SADD16 for DSP extension
by Felix Johnny
· 5 years ago
1e9f16d
CMSIS Driver: minor update in the documentation
by Milorad Cvjetkovic
· 5 years ago
eaa2a24
CMSIS-NN: Add unit test
by Måns Nilsson
· 6 years ago
0323afe
CMSIS-NN: Use __RESTRICT instead of restrict keyword
by Felix Johnny
· 5 years ago
583db86
CMSIS-DSP: Disable some tests in the test framework.
by Christophe Favergeon
· 5 years ago
f5f39aa
DoxyGen: Added Armv8.1-MML and CM55 to template lists.
by Jonatan Antoni
· 5 years ago
8ced160
Core(M): Refactored/aligned L1 Cache Functions
by Jonatan Antoni
· 5 years ago
c1dbf04
Irq modes handling
by ua1arn
· 5 years ago
33a56d5
DoxyGen: Fixed pack documentation for generators.
by Jonatan Antoni
· 5 years ago
8cb2bad
CMSIS-NN: Add information on legacy and TFL micro compliant APIs
by Felix Johnny
· 5 years ago
8c9b2b3
CMSIS-NN: Improve performance of convolution for MVE
by Felix Johnny
· 5 years ago
4f8b625
Device: Fix wrong core header file inclusion for SC300 and SC000
by Surendran Kanagaraj
· 6 years ago
b293713
CMSIS-NN: Remove ARM_MATH_LOOPUNROLL
by Måns Nilsson
· 5 years ago
3489051
CMSIS-NN Opt: Optimize Depthwise convolution 3x3 w/ unit multiplier on Cortex-M4/M7 (non-DSP)
by Giorgio Arena
· 5 years ago
02c242d
CMSIS Driver: minor update in the documentation
by Milorad Cvjetkovic
· 5 years ago
57d4dae
Partner Meeting 2020 slides uploaded
by reinhardkeil
· 5 years ago
3aad31a
CMSIS-DSP: Modified spline f32 to compute coeffs at init time
by ClaudioMartino
· 5 years ago
5f32a1e
CMSIS-NN: Optimized matrix multiplication function for Cortex-M7
by Gian Marco Iodice
· 5 years ago
Next »