]> begriffs open source - cmsis/history - CMSIS/Core/Include
Core(M): Ignore -Wpedantic on Armv8-M core headers.
[cmsis] / CMSIS / Core / Include /
2020-02-05 Jonatan AntoniCore(M): Ignore -Wpedantic on Armv8-M core headers.
2020-01-31 Jonatan AntoniCore(M): Fixup for syntax error introduced by #796
2020-01-31 Gian Marco IodiceCMSIS CORE: Adding support for __SXTB16_RORn
2020-01-28 Jonatan AntoniCore(M): Added SCB_GetMVEType to decode implemented...
2019-10-23 GuentherMartinCore(M): reverted core_armv8mml header file
2019-10-21 GuentherMartinCore(M): updated core_armv8(1)mml header files
2019-08-21 GuentherMartinreworked __NVIC_SetVector(), __NVIC_GetVector() in...
2019-08-20 GuentherMartinreworked __NVIC_SetVector(), __NVIC_GetVector() in...
2019-08-09 Jonatan AntoniCore(M): Added additional parentheses to MPUv8 function...
2019-07-30 Kevin BraceyIAR: RRX doesn't modify flags, but has flags as input
2019-07-30 Kevin BraceyGCC: add WFI/WFE compiler barriers
2019-07-30 Kevin BraceyGCC: SSAT and USAT need asm volatile
2019-07-30 Kevin BraceyIAR: LDRT et al must be asm volatile
2019-07-30 Kevin BraceyGCC: remove unneeded asm volatiles
2019-07-30 Kevin BraceyCore(M): Add LDA/STL memory clobbers
2019-07-30 Kevin BraceyRevert "Core(M): Added memory clobbers to get_PRIMASK...
2019-07-30 Kevin BraceyARMCC: remove explicit DSB/DMB/ISB barriers
2019-07-30 Jonatan AntoniCore(M): Fixed MPUv7 inner cache policy evaluation...
2019-07-23 Jonatan AntoniCore(M): Enhanced MVE support for Armv8.1-MML
2019-06-27 Jonatan AntoniRevert "Core(M): Fixed definition of Armv8-M MPU_Type...
2019-06-25 Jonatan AntoniUpdated all versions and change histories for upcoming...
2019-06-04 Jonatan AntoniCore(M): Fixed definition of Armv8-M MPU_Type to be...
2019-05-31 GuentherMartinAdded missing ACTLR register.
2019-05-17 Jonatan AntoniCore(M): Adopted GCC __cmsis_startup scatter loading...
2019-05-13 Christophe FavergeonMerge pull request #572 from clamar01/develop
2019-05-09 Kevin Bracey__NVIC_EnableIRQ compiler barriers
2019-05-09 Kevin BraceyAdd __COMPILER_BARRIER
2019-05-09 Kevin BraceyNVIC_SetVector: Add DSB to newer cores
2019-05-08 Jonatan AntoniCore(M): Enhanced Startup and Lowlevel init provisions.
2019-05-06 Jonatan AntoniCore(M): Introduced provisions for compiler-independent...
2019-04-10 Jonatan AntoniMinor fix-ups left from last release.
2019-03-29 Kevin BraceyCortex-M7: Add SCB_InvalidateICache_by_Addr
2019-03-19 Jonatan AntoniCore(M): Removed invalid character at beginning of...
2019-03-18 Jonatan AntoniUpdated file versions, dates and copyright headers.
2019-03-18 Jonatan AntoniCore(M): Added ARM_MPU_ namespace to MPU-specific order...
2019-03-15 Joachim Krechreplace __ARM_PCS_VFP with __ARM_FP for AC6
2019-03-15 Jonatan AntoniCore(M): Minor typo and MISRA fixes.
2019-03-08 Jonatan AntoniCore(M): Fixed ARM_MPU_Disable barriers. (#458)
2019-03-08 Jonatan AntoniCore(M): Moved barriers in ARM_MPU_Enable behind the...
2019-03-08 Jonatan AntoniCore(M): Renamed ARM_MPU_RLAR to ARM_MPU_RLAR_PXN for...
2019-02-25 Jonatan AntoniCore(M): Added MPU RLAR PXN bit for Armv8.1-M.
2019-02-25 Jonatan AntoniCore(M): Added support for generic Armv8.1-M Mainline...
2019-02-19 Jonatan AntoniCore(M): Removed extra semicolons from ArmClang compile...
2019-02-06 Jonatan AntoniCore(M): Fixed comment for MPU Armv7-M device memory...
2019-01-07 Kevin BraceyAvoid __builtin_clz(0)
2018-12-14 GuentherMartinDSP_Lib:
2018-12-13 Kevin BraceyCM3: Make ACTLR bit definitions conditional
2018-12-05 KochiseAdded __CMSIS_GCC_OUT_RW_REG
2018-11-12 Joachim Krechreplacing __ARM_PCS_VFP with __ARM_FP for FPU codegen...
2018-10-12 GuentherMartinModified Cortex-M7 SCB_*Cache_by_Addr functions (#280).
2018-10-12 GuentherMartinAdded define for 'Cortex-M7 cache line size' (#282)
2018-10-12 GuentherMartinChanged cache function from __STATIC_INLINE to __STATIC...
2018-10-11 Jonatan AntoniCore(M): Fixed __UQADD8 for ArmClang.
2018-10-09 BobHeilmaierAdding support for __restrict keyword for TI ARM compiler
2018-10-08 Jonatan AntoniCore(M): Splitted armclang compiler header for LTM...
2018-09-12 Alexander KoeberlCMSIS-Core(M): Fixed incorrect EXC_RETURN_SPSEL definit...
2018-09-10 TTornblomIAR: IAR compilation problem with __RESTRICT define...
2018-09-07 Jonatan AntoniRevert "rtos: rtx5: ARMCC5: move the variables in ...
2018-09-06 GuentherMartinRemoved ITM integration registers.
2018-09-06 GuentherMartinDeleted obsolete registers from SCB_Type structure.
2018-09-06 Tero Jääskörtos: rtx5: ARMCC5: move the variables in .bss.os secti...
2018-09-06 Jonatan AntoniCore(M): Fixed MPUPv7 macro ARM_MPU_RASR_EX.
2018-09-04 GuentherMartinAdded Cortex-M35P device Support.
2018-07-31 Jonatan AntoniCore(M): Fixed ARM_MPU_RBAR macro for Armv8 MPU.
2018-07-24 Jonatan AntoniCore(M): Enhanced MPUv7 API with value definitions...
2018-07-23 GuentherMartinAdded Auxiliary Control Register to core_cm1.h.
2018-07-23 GuentherMartincorrected comments.
2018-07-23 GuentherMartinAdded beta ARMCM1 support.
2018-07-06 Jonatan AntoniCore(M): Fixed typos for Armv8-M
2018-06-22 Jonatan AntoniCore(M): Fixed typos. (Issues #340)
2018-06-19 GuentherMartinUpdated CMSIS core functions.
2018-06-04 GuentherMartinUpdated TPI_Type definitions according TRMs and Archite...
2018-05-30 Reinhard KeilCMSIS-Core(M) added Integrity Signature + FNC_RETURN...
2018-05-30 GuentherMartinDefinition of TPI_Type now matches the "Arm Cortex...
2018-05-28 Reinhard KeilCMSIS-Core(M): Added defines for EXC_RETURN values...
2018-05-14 Freddie ChopinRemove `register` keyword from public headers
2018-05-08 Jonatan AntoniCore(M): Added compatibility implementations for FPSCR...
2018-05-07 Jonatan AntoniCore(M): Added compatibility functions for priority...
2018-05-07 Jonatan AntoniCore(M): Added backward compatible definitions for...
2018-04-09 Jonatan AntoniCore(M): Added __NO_RETURN to __NVIC_SystemReset()...
2018-04-09 Jonatan AntoniCore: Updated cmsis_gcc file header.
2018-04-06 Jonatan AntoniCore(M): Remove usage of __builtin_arm_[gs]et_fpscr...
2018-03-02 Thomas TörnblomUpdate cmsis_iccarm.h
2018-01-16 Niklas HauserCore(M): Fix -Wundef for __ARM_FEATURE_DSP
2018-01-10 Jonatan AntoniUpdating company brand
2018-01-09 Jonatan AntoniCore(M): Removed overused type casts in NVIC functions...
2018-01-08 Jonatan AntoniCore-M: Fixed typos in core headers.
2017-12-08 Jonatan AntoniCore(M): Aligned PSPLIM and MSPLIM access functions...
2017-12-05 Jonatan AntoniCore: Fixed GCC compiler warnings on __CLZ intrinsic.
2017-12-05 Jonatan AntoniCore(M): Added TPI_ACPR_SWOSCALER defines.
2017-12-05 Jonatan AntoniCore(M): Fixed mask define for ITM TPR PRIVMASK.
2017-12-01 Jonatan AntoniCore: Added __STATIC_FORCEINLINE macro for all compilers.
2017-12-01 Jonatan AntoniCore(M): Fixed MISRA and typos.
2017-11-16 Jonatan AntoniCore(M): Enhanced IAR compiler header to ignore PSPLIM...
2017-11-13 Rajmund SzymańskiCore(M): Update mpu_armv7.h and mpu_armv8.h
2017-11-10 Jonatan AntoniRelease preparation: Aligned version information and...
2017-11-09 Jonatan AntoniCore(M): Enhanced ICCARM with MSPLIM and PSPLIM functions.
2017-11-08 Jonatan AntoniCore(M): Fixed core_cm33.h DSP usage detection based...
2017-11-06 Jonatan AntoniCore: Updated compiler __NO_RETURN definition to preven...
2017-10-27 Daniel BrondaniMerge branch 'develop' of https://github.com/ARM-softwa...
next