TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
8105ff9d79f6101088e5bc2298202f39ce6f33fb
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
2e05f3b
RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata
by Robert Rostohar
· 8 years ago
711f673
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develo
by Joachim Krech
· 8 years ago
7e866a7
fixed start/end tag in code example for config wizard
by Joachim Krech
· 8 years ago
fa7b62b
DSP: Clean up arm_math.h
by Jonatan Antoni
· 8 years ago
54e572e
Core(M): Fixed mpu_armv8.h region declaration, fields of MPU tables are not volatile (IOM).
by Jonatan Antoni
· 8 years ago
c4b3290
Core(M): Substituted assembly implementation for get/set FPSCR intrinsic on AC6 with builtin functions.
by Jonatan Antoni
· 8 years ago
6c160d4
CMSIS-RTOS2: Added example for memory pool usage.
by Jonatan Antoni
· 8 years ago
9e75a4e
Core(M): Added ARMv6-M compatibility functions for __SSAT and __USAT.
by Jonatan Antoni
· 8 years ago
14930c1
Core(M): Fixed function prototypes in compiler headers.
by Jonatan Antoni
· 8 years ago
401391f
RTX5: Added example for using message queues.
by Jonatan Antoni
· 8 years ago
a09503d
Core: Fixed documentation __SSAT function signature.
by Jonatan Antoni
· 8 years ago
f288401
Added a default memory layout description for Cortex-A devices. (Issue #233)
by Jonatan Antoni
· 8 years ago
5523c62
Fixed command code in response for DAP_SWD_Sequence
by Reinhard Keil
· 8 years ago
b80fe54
Further MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227)
by Jonatan Antoni
· 8 years ago
40d172f
Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227)
by Jonatan Antoni
· 8 years ago
1e5c700
RTX5: latest libraries (IAR)
by Vladimir Umek
· 8 years ago
f9ac05d
RTX5: latest libraries (ARM/GCC)
by Robert Rostohar
· 8 years ago
a635133
RTX5: Corrected SysTick and SVC Interrupt Priority for Cortex-M.
by Robert Rostohar
· 8 years ago
121caed
Minor variable naming change
by Vladimir Umek
· 8 years ago
21937c8
CMSIS-RTOS2: Updated TrustZone Examples (literal suffixes shall be upper case - MISRA C++ 2008 Rule 2-13-4)
by Robert Rostohar
· 8 years ago
8474866
CMSIS-Core(M): Fixed ARMv7 MPU Function for loading MPU tables.
by Jonatan Antoni
· 8 years ago
f40ab95
CMSIS-Core(M): Added ARMv8-M MPU Functions for Cortex-M23/M33.
by Jonatan Antoni
· 8 years ago
8cbaa7d
CMSIS-RTOS2/RTX5: Added current global dynamic memory usage counter to component viewer description.
by Jonatan Antoni
· 8 years ago
847c52c
CMSIS-Core(A): Fixed GCC and ArmClang __FPU_ENABLE implementations to adhere to TARGET_FEATURE_EXTENSION_REGISTER_COUNT correctly.
by Jonatan Antoni
· 8 years ago
b27a412
Added startup file and linker script for GCC targeting ARMCA9.
by Jonatan Antoni
· 8 years ago
4e074e7
Bump pack version to post-release 5.1.1-dev0 for development.
by Jonatan Antoni
· 8 years ago
31e48e6
Fixed revision histories for release 5.1.0.
by Jonatan Antoni
· 8 years ago
9329fe3
Flash programming function - diagrams added
by ReinhardKeil
· 8 years ago
3b98359
MPU_Enable function description enhanced
by ReinhardKeil
· 8 years ago
a37414d
Added flow diagrams for Flash programming.
by Christopher Seidl
· 8 years ago
6b4231f
CMSIS-Core(A): Updated cmsis_gcc.h
by Daniel Brondani
· 8 years ago
41401c7
Revert "CMSIS-RTOS2: Updated TrustZone Examples startup code to set MSPLIM correctly."
by Jonatan Antoni
· 8 years ago
102fe7f
Bump all versions and change histories for CMSIS 5.1.0 release.
by Jonatan Antoni
· 8 years ago
3a1f5e7
CMSIS-RTOS2: Added a special case handling for Cortex-A when a thread is dispatched by tick handler and overruled by pendsv handler directly afterwards.
by Jonatan Antoni
· 8 years ago
703f445
Added RelChip
by Christopher Seidl
· 8 years ago
8bb13a7
CMSIS-Core(M): Added MPU CTRL register defines to MPU section in documentation.
by Jonatan Antoni
· 8 years ago
040d63b
CMSIS-Core(A): Changed byte access into word access in remaining GIC functions
by Daniel Brondani
· 8 years ago
e2c0850
Documentation clean up
by ReinhardKeil
· 8 years ago
ca0a3ff
CMSIS-RTOS2: Updated TrustZone Examples startup code to set MSPLIM correctly.
by Jonatan Antoni
· 8 years ago
faaa48f
CMSIS-Core(A):
by Daniel Brondani
· 8 years ago
a6803ab
CMSIS-Core(A): Changed byte access into word access in GIC_SetPendingIRQ and GIC_ClearPendingIRQ functions for FVP compliance.
by Daniel Brondani
· 8 years ago
519f3b3
CMSIS-Core(M): Fixed ARM MPU implementation for Cortex-M0+.
by Jonatan Antoni
· 8 years ago
dc7e2ca
CMSIS-Core(M): Fixed MPU documentation after prefix addition.
by Jonatan Antoni
· 8 years ago
9a2792a
CMSIS-Core(M): Prefixed all MPU functions with ARM_ to prevent name clashes with existing vendor abstractions.
by Jonatan Antoni
· 8 years ago
d632146
CMSIS-Core(A): Added register correlation between CMSIS and TRMs.
by Jonatan Antoni
· 8 years ago
45dc996
CMSIS-Core(A): Core Register documentation.
by Jonatan Antoni
· 8 years ago
ca41305
CMSIS-RTOS: Fixed signed/unsigned warnings ins TrustZoneV8M examples.
by Jonatan Antoni
· 8 years ago
37ebc75
updating FVP Simulator config files for v10.3
by Joachim Krech
· 8 years ago
db5c253
CMSIS-Core(A): Removed duplicate RESERVED members.
by Jonatan Antoni
· 8 years ago
03df35f
CMSIS-Core(A): Enhanced register abstraction and documentation.
by Jonatan Antoni
· 8 years ago
0a0d2b9
CMSIS-Core(M): Fixed typos and formatting in MPU functions.
by Daniel Brondani
· 8 years ago
650abfe
Added OS Tick component for Cortex-A7: Generic Physical Timer
by Daniel Brondani
· 8 years ago
3c2148c
CMSIS-Core(A): Rework documentation.
by Jonatan Antoni
· 8 years ago
4952b3a
CMSIS-Driver: Minor fixes and example enhancements.
by Jonatan Antoni
· 8 years ago
954d83f
CMSIS-Core(M): Fix up MPU implementation.
by Jonatan Antoni
· 8 years ago
f97808b
Fixed LINT comments.
by Jonatan Antoni
· 8 years ago
c884072
Added HDSC
by Christopher Seidl
· 8 years ago
ea12c66
CMSIS-Zone: Split up use cases MPU Protection and TrustZone Partitioning.
by Jonatan Antoni
· 8 years ago
f974dd4
CMSIS-Zone: Enhanced XML Format documentation with storage data model introduction.
by Jonatan Antoni
· 8 years ago
f71f6cf
CMSIS-Core(M): Initial contribution for generic MPU functions.
by Jonatan Antoni
· 8 years ago
63caeaa
Documentation: Added CMSIS-Zone to overview page.
by Jonatan Antoni
· 8 years ago
f4123e1
CMSIS-RTOS2: Enhanced RTX5 documentation with references to required IRQ and OS Tick components.
by Jonatan Antoni
· 8 years ago
67a4147
CMSIS-RTOS2: Enhanced documentation of Thread Flags with usage example explaining return value behaviour.
by Jonatan Antoni
· 8 years ago
9ee09eb
CMSIS-Zone: Added first FreeMarker template example to Generator Data Model documentation.
by Jonatan Antoni
· 8 years ago
2b33752
Modified LINT comments to use C-style instead of C++-style in order to be C89 compliant.
by Jonatan Antoni
· 8 years ago
8293457
CMSIS-Core(M): Fixed SYSTICK example with missing volatile definition.
by Jonatan Antoni
· 8 years ago
6b0c405
CMSIS-Zone: Enhanced Generator Data Model documentation.
by Jonatan Antoni
· 8 years ago
bc749fc
CMSIS-Zone: Added Generator Data Model JavaDoc.
by Jonatan Antoni
· 8 years ago
06ee0bb
Fix: RTX5 Timer template
by Matthias Hertel
· 8 years ago
03241e1
CMSIS-Pack: Debug Sequence: added ResetProcessor is empty for ARMv8-M based systems
by ReinhardKeil
· 8 years ago
91fa3f7
CMSIS-Core(A): Initial contribution of GCC compiler header.
by Jonatan Antoni
· 8 years ago
baebcb1
Clarified the usage of the <processor> element with its attributes.
by Christopher Seidl
· 8 years ago
d574833
CMSIS-Core(A): Updated documentation
by Daniel Brondani
· 8 years ago
c5dc7e6
CMSIS-Zone: Added schema structure example to documentation.
by Jonatan Antoni
· 8 years ago
597839e
CMSIS-Zone: generic overview
by ReinhardKeil
· 8 years ago
2d9a9cd
CMSIS-DAP: renamed "Debug Unit Timer" to "Test Domain Timer" to avoid confusion with DUT (Device Under Test)
by ReinhardKeil
· 8 years ago
0a0992d
Aligned GIC examples in documentation
by Vladimir Umek
· 8 years ago
9e35a88
GIC priority grouping handling corrected
by Vladimir Umek
· 8 years ago
639abb8
CMSIS-Core(A): Enhanced documentation for new IRQ API.
by Jonatan Antoni
· 8 years ago
3b4c652
CMSIS-Zone: Documentation in progress.
by Jonatan Antoni
· 8 years ago
Next »