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