TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
b829f10bcdf81cfbe1cb324c65d0380e0b6541f0
b829f10
RTOS2: Rebuilt IAR libraries with EVR_RTX_DISABLE and DOMAIN_NS=1 for the non-secure libraries
by TTornblom
· 6 years ago
e53a141
updates for 1.6.0
by Joachim Krech
· 6 years ago
a306f8c
resolved merge conflicts
by Joachim Krech
· 6 years ago
bdfe460
Core(M): Added MPU RLAR PXN bit for Armv8.1-M.
by Jonatan Antoni
· 6 years ago
7ed2ae5
removed incorrect reference to Cortex-M4
by Joachim Krech
· 6 years ago
cfd42f3
Device: Fixed comments/versions/copyright in Armv8.1-M Mainline device headers.
by Jonatan Antoni
· 6 years ago
c52cd62
Core(M): Added support for generic Armv8.1-M Mainline devices.
by Jonatan Antoni
· 6 years ago
f3be43a
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
by Joachim Krech
· 6 years ago
03609a3
Updates for ArmV8.1-M and preInclude
by Joachim Krech
· 6 years ago
b4c9aea
CMSIS-Driver WIFI documentation improved
by Reinhard Keil
· 6 years ago
e214c71
CoreValidation: Added test configurations for Cortex-M35P.
by Jonatan Antoni
· 6 years ago
fb5a3fc
grouping layers removed using sequence type
by Joachim Krech
· 6 years ago
14a3191
Data model for CMSIS-Zone documented
by Reinhard Keil
· 6 years ago
45d980d
CoreValidation: Fixed APSR test case.
by Jonatan Antoni
· 6 years ago
8489b92
CoreValidation: Fixed compiler warnings on ArmClang.
by Jonatan Antoni
· 6 years ago
35a4c6e
Core(M): Removed extra semicolons from ArmClang compiler intrinsics.
by Jonatan Antoni
· 6 years ago
7c446b8
Added WiFi_Event.
by Christopher Seidl
· 6 years ago
dd72c10
Added top-level page link to WiFi driver
by Christopher Seidl
· 6 years ago
c419f75
Added documentation stubs for CMSIS-Driver WiFi.
by Christopher Seidl
· 6 years ago
ad73a88
Zone format documentation improved
by Reinhard Keil
· 6 years ago
0d90e69
Added APEXMIC
by Christopher Seidl
· 6 years ago
1c5a02c
Revert "Const-qualify all read-only pointers in CMSIS-DSP (#349)"
by Jonatan Antoni
· 6 years ago
7fdc35c
Added APEXMIC
by Christopher Seidl
· 6 years ago
b780c25
RTX5 (Component View): added ssel="1" attribute for the Running thread (Thread Events statistics)
by Vladimir Umek
· 6 years ago
2a7ed79
RTX5 (Component View): further read optimization
by Vladimir Umek
· 6 years ago
1a29dc0
Merge pull request #531 from torfinnberset/develop
by Laurent Le Faucheur
· 6 years ago
b10b6af
Updated pdsc (corrected WiFi Driver Header location)
by Robert Rostohar
· 6 years ago
c767db3
RTX5 (Component View): minor read optimizations
by Vladimir Umek
· 6 years ago
688e536
Added WiFi Driver API 1.0.0-beta
by Robert Rostohar
· 6 years ago
79027d6
RTX5: updated release notes
by Robert Rostohar
· 6 years ago
7a64ce4
RTX5: latest libraries (IAR)
by Vladimir Umek
· 6 years ago
5d7b28f
RTX5: latest libraries (ARM/GCC)
by Robert Rostohar
· 6 years ago
8962e22
CoreValidation: Fixed Cortex-A test cases.
by Jonatan Antoni
· 6 years ago
c7b43d0
CoreValidation: Added dedicated config files for Armv8-M bootloaders.
by Jonatan Antoni
· 6 years ago
57bc4c1
CoreValidation: Fixed TC_CoreFunc_APSR and TC_CoreInstr_RRX.
by Jonatan Antoni
· 6 years ago
6d7b16b
Device: Moved FPU enable prior to MMU setup during SystemInit on Cortex-A.
by Jonatan Antoni
· 6 years ago
de4485f
CoreValidation: Fixed MMU setup for Arm Compiler 5.
by Jonatan Antoni
· 6 years ago
35f5703
<block> renamed to <regions>
by Reinhard Keil
· 6 years ago
26dc9a8
RTX5: corrected typo in Mutex.c template
by Robert Rostohar
· 6 years ago
5bcc73d
CoreValidation: Generalized MMU setup.
by Jonatan Antoni
· 6 years ago
226e610
CoreValidation: Fixed MMU setup to be compatible with Cortex-A7.
by Jonatan Antoni
· 6 years ago
6165bc0
<map> replaced with logical/physical address information on both memory and peripherals.
by Reinhard Keil
· 6 years ago
f3f1c6c
Fix duplicate `const` declaration specifier
by Torfinn Berset
· 6 years ago
0718e8a
Merge pull request #529 from kjbracey-arm/clrex
by Vladimir Umek
· 6 years ago
57ffdf5
Fix incorrect pointer sign for arm_cfft_radix4_q15's bit reversal table (was signed, should be unsigned)
by Torfinn Berset
· 6 years ago
02e2ea9
Fix duplicate `const` declaration specifier
by Torfinn Berset
· 6 years ago
e83e08d
Fix const errors when compiling for Cortex M0
by Torfinn Berset
· 6 years ago
d72f6f9
Fix const warnings
by Torfinn Berset
· 6 years ago
9598b38
Converting C sources to use `const` where appropriate using regular expressions. Fix typos
by Torfinn Berset
· 6 years ago
6b4bd02
`const`-qualify all float32_t pSrc pointers in arm_math.h
by Torfinn Berset
· 6 years ago
1c291c5
`const`-qualify all twiddle, bitrev and cosfactor table pointers in arm_math.h
by Torfinn Berset
· 6 years ago
408fdc6
`const`-qualify all pSrc pointers in arm_math.h
by Torfinn Berset
· 6 years ago
06c0748
Core(A): Fixed saving/restoring CPSR when accessing USR SP on ArmClang.
by Jonatan Antoni
· 6 years ago
7cd9150
CoreValidation: Implemented all unhandled exceptions to abort the test run
by Jonatan Antoni
· 6 years ago
17c6b35
CoreValidation: Fixed AC6 assembler and linker flags for Cortex-M targets.
by Jonatan Antoni
· 6 years ago
647a940
RTX5: Add CLREX to exception exit paths
by Kevin Bracey
· 6 years ago
03b221f
CoreValidation: Fixed AC5 compiler settings for CA5 targets.
by Jonatan Antoni
· 6 years ago
fb97b75
CoreValidation: Fixed MMU setup for Cortex-A5/-A7.
by Jonatan Antoni
· 6 years ago
6cbd49c
Core(M): Fixed comment for MPU Armv7-M device memory access attributes. (Issue #528)
by Jonatan Antoni
· 6 years ago
10ce922
CoreValidation: Enhanced test configurations for Cortex-M23/M33.
by Jonatan Antoni
· 6 years ago
f0df222
CoreValidation: Updated FVP config to run gui-less.
by Jonatan Antoni
· 7 years ago
80d36a9
Merge pull request #527 from kjbracey-arm/get_psp
by Robert Rostohar
· 6 years ago
b2f1114
CoreValidation: Fixed MMU setup for Cortex-A.
by Jonatan Antoni
· 7 years ago
7671361
CoreValidation: Fixed GCC linker settings for Cortex-M with FPU.
by Jonatan Antoni
· 7 years ago
d80f031
CoreValidation: Fixed Cortex-A Scatter files for armcc and armclang.
by Jonatan Antoni
· 7 years ago
24b35cd
CoreValidation: Fixed FVP model names to be platform agnostic and case correct.
by Jonatan Antoni
· 7 years ago
ff9b4e1
Fixed case sensitivity issues in build scripts.
by Jonatan Antoni
· 7 years ago
abb6976
RTX5: Make rtx_core_ca.h cope with compiler in Thumb mode
by Kevin Bracey
· 7 years ago
690bc33
CoreValidation: Reworked test structure.
by Jonatan Antoni
· 7 years ago
f99b8ea
Recommend to call SystemCoreClockUpdate() after .BSS initialization.
by Alexander Fedotov
· 7 years ago
2f440b6
Call SystemInit in the very beginning of Reset_Handler
by Alexander Fedotov
· 7 years ago
a6ea613
added missing closing quotes
by Joachim Krech
· 7 years ago
62815ba
Priviledge level added to memory/peripheral blocks and for zone to specify code execution
by Reinhard Keil
· 7 years ago
3ef9eeb
introducing AccessType and SecurityType
by Joachim Krech
· 7 years ago
a92de52
'assign' and 'security' attribute added to elements: region, map, peripheral, assign
by Reinhard Keil
· 7 years ago
ef3fb85
Added Unisoc
by Christopher Seidl
· 7 years ago
c213959
Added Unisoc:152
by Christopher Seidl
· 7 years ago
2d37fc4
Update README.md
by Reinhard Keil
· 7 years ago
3143cd0
Minor corrections to CMSIS-Zone XML Format
by Reinhard Keil
· 7 years ago
362bc60
Corrections to CMSIS-Zone documentation after initial feedback
by Reinhard Keil
· 7 years ago
3d91092
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
by Reinhard Keil
· 7 years ago
a266c98
Simplified CMSIS-Zone to a single data model that can generate both: project and execution zones.
by Reinhard Keil
· 7 years ago
bd088a9
RTX5: minor optimization (osKernelResume)
by Robert Rostohar
· 7 years ago
df4a10b
Updated __SSAT, __USAT description.
by GuentherMartin
· 7 years ago
5398c46
Pack: Removed Fixed Virtual Platform board. Fixed RTX MemPool example.
by Jonatan Antoni
· 7 years ago
57d9dba
DoxyGen: Enhanced RTOS2/RTX5 documentation of memory sections.
by Jonatan Antoni
· 7 years ago
ba157cf
RTX5 (Component View): updated object name display
by Vladimir Umek
· 7 years ago
856be70
RTX5: minor internal update (#500)
by Robert Rostohar
· 7 years ago
dfaaca8
Track *.exe files with LFS.
by Jonatan Antoni
· 7 years ago
7d64919
RTOS2: Updated IAR support
by TTornblom
· 7 years ago
e01bffb
RTOS2: Updated IAR support
by TTornblom
· 7 years ago
db079b8
Moving all pre-built libraries to LFS.
by Jonatan Antoni
· 7 years ago
c0f83ab
RTOS2: Updated IAR support
by TTornblom
· 7 years ago
66c4597
Avoid __builtin_clz(0)
by Kevin Bracey
· 7 years ago
3c5e575
Changed from "INCLUDE" to "#include" as the first method has issues with paths.
by TTornblom
· 7 years ago
2efcd74
Added Cortex-M1
by Christopher Seidl
· 7 years ago
19cdfbf
updated project settings according new arm_math.h
by GuentherMartin
· 7 years ago
c2eab03
reworked AC6 preprocessed startup files
by GuentherMartin
· 7 years ago
5913df8
DSP_Lib: - updated arm_math.h - reduced ARM_MATH_CMx macros
by GuentherMartin
· 7 years ago
b2b04db
CM3: Make ACTLR bit definitions conditional
by Kevin Bracey
· 7 years ago
Next »