]> begriffs open source - cmsis/shortlog
cmsis
2017-09-08 Jonatan AntoniCore: Fixed minor compiler and MISRA warnings.
2017-09-07 Jonatan AntoniFixed documentation after Core(A) refactoring.
2017-09-07 Jonatan AntoniCore(A): Fixed compiler header for GCC.
2017-09-07 Jonatan AntoniCore(A): Updated version information and history.
2017-09-07 Jonatan AntoniCore(A): Refactored all Coprocessor 15 related core...
2017-09-06 Jonatan AntoniCore(A): Fixed various compiler intrinsics.
2017-09-06 Jonatan AntoniCore(A): Added __SSAT and __USAT intrinsics like for...
2017-09-06 Jonatan AntoniCore(M): Added new IAR compiler header, not yet used.
2017-09-06 Jonatan AntoniCore(M): Fixed MPU RBAR register define ADDR to BASE.
2017-09-06 Jonatan AntoniCore(M): Fixed indention in mpu_armv7.h
2017-09-05 Robert RostoharRTX: added variant for Infineon XMC4 series affected...
2017-09-05 Jonatan AntoniCore(M): Fixed mpu_armv8.h region declaration, fields...
2017-09-04 Jonatan AntoniCore(M): Substituted assembly implementation for get...
2017-09-04 Jonatan AntoniCMSIS-RTOS2: Added example for memory pool usage.
2017-08-31 Jonatan AntoniCore(M): Added ARMv6-M compatibility functions for...
2017-08-31 Jonatan AntoniCore(M): Fixed function prototypes in compiler headers.
2017-08-30 Jonatan AntoniRTX5: Added example for using message queues.
2017-08-30 Jonatan AntoniCore: Fixed documentation __SSAT function signature.
2017-08-30 Jonatan AntoniAdded a default memory layout description for Cortex...
2017-08-29 Jonatan AntoniFurther MISRA-C Rule 10.6 fix up: Unsigned constant...
2017-08-29 Jonatan AntoniGlobal MISRA-C Rule 10.6 fix up: Unsigned constant...
2017-08-18 Robert RostoharRTX5: Corrected SysTick and SVC Interrupt Priority...
2017-08-09 Jonatan AntoniCMSIS-Core(M): Fixed ARMv7 MPU Function for loading...
2017-08-09 Jonatan AntoniCMSIS-Core(M): Added ARMv8-M MPU Functions for Cortex...
2017-08-08 Jonatan AntoniCMSIS-Core(A): Fixed GCC and ArmClang __FPU_ENABLE...
2017-08-08 Jonatan AntoniAdded startup file and linker script for GCC targeting...
2017-08-04 Jonatan AntoniBump pack version to post-release 5.1.1-dev0 for develo...
2017-08-04 Jonatan AntoniFixed revision histories for release 5.1.0.
2017-08-03 ReinhardKeilMPU_Enable function description enhanced
2017-08-03 Daniel BrondaniCMSIS-Core(A): Updated cmsis_gcc.h
2017-08-03 Jonatan AntoniBump all versions and change histories for CMSIS 5...
2017-08-02 Jonatan AntoniCMSIS-Core(M): Added MPU CTRL register defines to MPU...
2017-08-01 Daniel BrondaniCMSIS-Core(A): Changed byte access into word access...
2017-07-31 ReinhardKeilDocumentation clean up
2017-07-31 Jonatan AntoniCMSIS-RTOS2: Updated TrustZone Examples startup code...
2017-07-31 Daniel BrondaniCMSIS-Core(A):
2017-07-28 Daniel BrondaniCMSIS-Core(A): Changed byte access into word access...
2017-07-27 Jonatan AntoniCMSIS-Core(M): Fixed ARM MPU implementation for Cortex...
2017-07-26 Jonatan AntoniCMSIS-Core(M): Fixed MPU documentation after prefix...
2017-07-26 Jonatan AntoniCMSIS-Core(M): Prefixed all MPU functions with ARM_...
2017-07-26 Jonatan AntoniCMSIS-Core(A): Added register correlation between CMSIS...
2017-07-26 Jonatan AntoniCMSIS-Core(A): Core Register documentation.
2017-07-25 Jonatan AntoniCMSIS-Core(A): Removed duplicate RESERVED members.
2017-07-25 Jonatan AntoniCMSIS-Core(A): Enhanced register abstraction and docume...
2017-07-25 Daniel BrondaniCMSIS-Core(M): Fixed typos and formatting in MPU functions.
2017-07-24 Daniel BrondaniAdded OS Tick component for Cortex-A7: Generic Physical...
2017-07-21 Jonatan AntoniCMSIS-Core(A): Rework documentation.
2017-07-19 Jonatan AntoniCMSIS-Driver: Minor fixes and example enhancements.
2017-07-19 Jonatan AntoniCMSIS-Core(M): Fix up MPU implementation.
2017-07-19 Jonatan AntoniFixed LINT comments.
2017-07-18 Jonatan AntoniCMSIS-Core(M): Initial contribution for generic MPU...
2017-07-14 Jonatan AntoniDocumentation: Added CMSIS-Zone to overview page.
2017-07-14 Jonatan AntoniCMSIS-RTOS2: Enhanced RTX5 documentation with reference...
2017-07-14 Jonatan AntoniCMSIS-RTOS2: Enhanced documentation of Thread Flags...
2017-07-13 Jonatan AntoniModified LINT comments to use C-style instead of C...
2017-07-12 Jonatan AntoniCMSIS-Core(M): Fixed SYSTICK example with missing volat...
2017-07-10 Jonatan AntoniCMSIS-Core(A): Initial contribution of GCC compiler...
2017-07-07 Daniel BrondaniCMSIS-Core(A): Updated documentation
2017-07-05 Vladimir UmekAligned GIC examples in documentation
2017-07-05 Vladimir UmekGIC priority grouping handling corrected
2017-07-04 Jonatan AntoniCMSIS-Core(A): Enhanced documentation for new IRQ API.
2017-07-03 Jonatan AntoniCMCIS-Core(A): Fixed some typos.
2017-07-03 Norbert LangeCorrect gcc version check for __builtin_arm_[gs]et_fpsc...
2017-07-03 Vladimir UmekOS Tick Private Timer updated (it now uses IRQ Controll...
2017-07-03 Vladimir UmekAdded IRQ Controller API, implementation using ARM...
2017-07-03 Vladimir UmekUpdated GIC and Private Timer access functions
2017-06-22 Jonatan AntoniDoxygen Core(A): Fixed warnings regarding ambiguous...
2017-06-21 Guntli MichaelFix wrong comment in SCB about MVFR2 register
2017-06-14 Vladimir UmekFixed compilation errors
2017-06-14 Vladimir UmekOS Tick: added Private Timer implementation
2017-06-14 Jonatan AntoniCMSIS-RTOS2: Enhanced semaphore documentation with...
2017-06-12 Jonatan AntoniCMSIS-RTOS2: Enhanced documentation.
2017-06-12 Robert RostoharRTX5: updated revision history
2017-06-12 Robert RostoharOS Tick: updated documentation (typo correction)
2017-06-09 Jonatan AntoniRTOS2: Enhanced documentation with details about new...
2017-06-09 Jonatan AntoniRTOS2: Enhanced osDelayUntil and osKernelGetTickCount...
2017-06-09 Jonatan AntoniRTOS2: Enhanced RTX configuration documentation (SDCMSI...
2017-06-09 Robert RostoharUpdated description of OS Tick API
2017-06-09 Robert RostoharRTX5: updated to use OS Tick API
2017-06-09 Robert RostoharCMSIS Device: Added OS Tick API
2017-06-09 Guillaume GaleazziCMSIS-Core: #203 compiler macro for packed union
2017-06-09 Robert RostoharRTOS2: Updated API V2.1.1
2017-06-07 Daniel BrondaniFixed read/write permissions of Core_A Private Timer...
2017-06-06 Robert RostoharRTX5: Corrected MessageQueue to use actual message...
2017-05-18 Jonatan AntoniCMSIS-RTOS2: Fixed example for osThreadGetName, added...
2017-05-12 Jonatan AntoniCMSIS-RTOS2: Enhanced mutex flag documentation and...
2017-05-10 Daniel BrondaniAdded GIC set/clear SGI pending flags handling
2017-05-10 Jonatan AntoniCMSIS-Core(A): Fixed references in documentation.
2017-05-10 Jonatan AntoniCMSIS-Core(A): Enhanced documentation for cache access...
2017-05-09 Jonatan AntoniDoxygen:
2017-05-08 Christopher... Updated images for a better understanding (coloring...
2017-05-05 Jonatan AntoniCMSIS Core(A): Added documentation to Cortex-A GIC...
2017-05-03 Christopher... Fixed typos.
2017-05-02 Jonatan AntoniCMSIS-Core: Fixed possible compiler/misra warnings...
2017-05-02 Jonatan AntoniCMSIS/RTOSv2 Tick-less Low-Power Operation documentation.
2017-04-28 Jonatan AntoniCMSIS-Core: Changed IAR __CLZ workaround to respect...
2017-04-28 Jonatan AntoniCMSIS-RTOS2: Fixed and enhanced documentation.
2017-04-28 Christopher... Merge branch 'feature/clean_up' into develop
2017-04-27 Daniel BrondaniAdded PL1_SetCounterFrequency into Core_A
2017-04-27 Christopher... Removed todo
next