TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
020309ab3df3d275ddabd8a9f15ef5b6b2ac2ee7
020309a
Pack: Fixed condition CM4_FP for Cortex-M4 with FPU to match Dfpu=FPU|SP_FPU|DP_FPU.
by Jonatan Antoni
· 8 years ago
6ea73ca
CoreValidation: Added test functions for MSPLIM and PSPLIM.
by Jonatan Antoni
· 8 years ago
3d4ba7a
Core(M): Enhanced ICCARM with MSPLIM and PSPLIM functions.
by Jonatan Antoni
· 8 years ago
0d810be
CoreValidation: Migrated Cortex-M* test projects for IAR to rtebuild.
by Jonatan Antoni
· 8 years ago
efabdf3
CoreValidation: Migrated Cortex-M23/M33 tests for IAR to rtebuild.
by Jonatan Antoni
· 8 years ago
b2be686
Core(M): Fixed core_cm33.h DSP usage detection based on ACLE predefined macro __ARM_FEATURE_DSP.
by Jonatan Antoni
· 8 years ago
65d8974
Added ARMv8M handler files for RTX5 to PDSC.
by Jonatan Antoni
· 8 years ago
336c63e
RTX5: Fixed name clash between macro and function SVC_Setup for IAR.
by Jonatan Antoni
· 8 years ago
be598e6
RTX5: Fixed name clash in SVC macros for ICCARM.
by Jonatan Antoni
· 8 years ago
1279b74
CoreValidation: Fixed validation tests for Cortex-A5/7/9 using IAR.
by Jonatan Antoni
· 8 years ago
90e5beb
Device: Added/fixed startup files for Cortex-A5/7/9 using IAR toolchain.
by Jonatan Antoni
· 8 years ago
d20b8aa
RTX5: Added TrustZone Module Identifier configuration for Idle and Timer Thread (#252)
by Robert Rostohar
· 8 years ago
c002aa9
Create startup_ARMCA9.s
by Thomas Törnblom
· 8 years ago
3e7eb8e
Core: Updated compiler __NO_RETURN definition to prevent macro name clash on "noreturn" with C11 stdnoreturn.h. (Issue #240)
by Jonatan Antoni
· 8 years ago
b739604
RTX5: corrected typo (Capiversion in pdsc)
by Robert Rostohar
· 8 years ago
72d6606
RTX5: component view updated - fixed display when Global Dynamic Memory not used
by Vladimir Umek
· 8 years ago
fe9066b
RTOS2: Updated __NO_RETURN definition in cmsis_os2.h (#240)
by Robert Rostohar
· 8 years ago
e96577d
RTOS2: Updated API V2.1.2 (version info in headers)
by Robert Rostohar
· 8 years ago
caad272
RTX5: updated to CMSIS RTOS2 API V2.1.2
by Robert Rostohar
· 8 years ago
17243e6
RTOS2: Updated API V2.1.2
by Robert Rostohar
· 8 years ago
33f8983
RTX5: added RTX_NO_MULTITHREAD_CLIB macro guard (#213)
by Robert Rostohar
· 8 years ago
6d4b699
RTX5: Moved SVC/PendSV handler priority setup from osKernelInitialize to osKernelStart
by Robert Rostohar
· 8 years ago
30e0577
RTX5: Corrected memory allocation for stack and data when "Object specific Memory allocation" configuration is used
by Robert Rostohar
· 8 years ago
63777bc
RTX5: version increased to V5.2.3
by Robert Rostohar
· 8 years ago
05fa9d3
Merge pull request #260 from deepikabhavnani/develop
by Robert Rostohar
· 8 years ago
bba680e
CoreValidation: Fixed rtebuild build path convention.
by Jonatan Antoni
· 8 years ago
c4fa5ee
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
by Daniel Brondani
· 8 years ago
37787f1
CMSIS-Core(A): Fixed enumerated type increment in GIC_DistInit and GIC_CPUInterfaceInit functions
by Daniel Brondani
· 8 years ago
d7783e4
Core(A): Updated __FPU_Enable function (VFP register count detection)
by Robert Rostohar
· 8 years ago
be23d59
RTX5: Cortex-A exception handlers updated (VFP register count detection)
by Robert Rostohar
· 8 years ago
ec3326c
RTX5: IAR exception handlers minor update (white space - code base unification)
by Robert Rostohar
· 8 years ago
17919b2
CMSIS-Driver: Added usage examples to MCI Interface.
by Jonatan Antoni
· 8 years ago
2ea99c0
CoreValidation: Added basic lint configuration for validation tests.
by Jonatan Antoni
· 8 years ago
59c9797
Core(A): Fixed macro issues on coprocessor register access macros.
by Jonatan Antoni
· 8 years ago
de02d2d
CoreValidation: Fixed test projects for Cortex-M0+
by Jonatan Antoni
· 8 years ago
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
05a741a
Systick handler switch to secure/nonsecure
by Deepika
· 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
Next »