]> begriffs open source - cmsis/shortlog
cmsis
2024-05-16 Jonatan AntoniFixup for issues during release process v6.1.0
2024-05-15 SilentFix __UQADD8 and __UADD8 return value descriptions
2024-05-13 Vladimir MarchenkoCMSIS-Core(M) doc: described __ARM_ARCH_8_1M_MAIN__...
2024-05-13 Vladimir MarchenkoCMSIS-Core(M) Doc: added info about deprecated symbols.
2024-05-13 Christopher... Update vioRationale.png
2024-05-13 Christopher... Added Overview.md
2024-05-13 Your NameUpdate general revision history for v6.1.0
2024-05-13 MiloradCvjetkovicCMSIS-Driver: Update USB Host Driver API 2.4.0
2024-05-13 Your NameBump gen-pack lib to v0.11.1
2024-05-13 Your NameBump Core component version
2024-05-08 Jonatan AntoniFixup: Misplaced #ifndef CMSIS_DISABLE_DEPRECATED
2024-05-08 Markus KleinUpdate Clang and AC6 compiler version in core test...
2024-05-07 Jonatan AntoniUpdates for upcoming release
2024-05-07 Joseph YiuFix typos in IAR linker scripts for Cortex-M in ROM1...
2024-05-06 Jonatan AntoniUpdates for upcoming 6.1.0 release:
2024-05-06 GuentherMartinCore: Added CoreDebug, CMSIS_5 backward compatibility
2024-04-30 Jonatan AntoniEnhance lit Core tests for CM52
2024-04-30 GuentherMartinCore: correct type ENDIANNESS
2024-04-30 Martin GüntherAdded ARMCM52 support to CoreValidation
2024-04-29 Dávid Háziiar: Add missing v8.1m check
2024-04-18 Jonatan AntoniAdd licenseSets tag to pdsc file
2024-04-15 Markus KleinFix miner issues:
2024-04-02 dependabot... Bump actions/configure-pages from 4 to 5
2024-03-06 Jonatan AntoniFix invalid #pragma clang in GCC compiler header
2024-03-05 Jonatan AntoniCoreValidation: Initial support to run tests in Qemu
2024-02-26 Markus Klein* Top-level compiler headers will exist in the core...
2024-02-23 Albert HuangUpdate ARM.CMSIS.pdsc to add Cortex-M52 Dcore
2024-02-22 GuentherMartinCore: corrected use of #ifdef __ICACHE_PRESENT / __DCAC...
2024-02-22 GuentherMartinCore: align CoreValidation model configuration with...
2024-02-15 Markus Klein__DSP_PRESENT was defined twice in some unit-test defin...
2024-02-14 Markus KleinCore(A): align compiler header files to core(M) impleme...
2024-02-09 GuentherMartinCore: fix Core test to allow run in git bash
2024-02-09 albhua01CMSIS-Core(M): Add Cortex-M52 support : add core_m52.h
2024-01-23 Mayank BhattAdded Virtual Timer support
2024-01-23 dependabot... Bump actions/cache from 3 to 4
2024-01-19 GuentherMartinCore: resolve __ARM_FP undef warning (#120)
2024-01-16 GuentherMartinCore: GCC compiler resolve __ARM_FP undef warning ...
2024-01-16 Vladimir MarchenkoDoc: Added info about backward incompatibilities in...
2024-01-09 Jonatan AntoniBump actions
2024-01-05 GuentherMartinCore: IAR compiler corrected __ARM_FP check.
2023-12-20 Jonatan AntoniUpdate README after initial release
2023-12-20 dependabot... Bump github/codeql-action from 2 to 3
2023-12-20 dependabot... Bump actions/upload-artifact from 3 to 4
2023-12-18 Jonatan AntoniFixup typo in release history v6.0.0
2023-12-18 dependabot... Bump actions/setup-python from 4 to 5
2023-12-18 Vladimir MarchenkoDoc: minor improvements in content and style
2023-12-11 Robert RostoharCorrect typo in README.md
2023-12-11 Milorad CvjetkovicCMSIS-Driver USART: Minor comments update (#108)
2023-12-07 Vladimir MarchenkoDoc: Final clean ups
2023-12-06 Jonatan AntoniMove Doxygen tag file for Core(A)
2023-12-06 Jonatan AntoniUpdate component versions and histories
2023-12-06 Robert RostoharCMSIS-Driver: remove return tag from documentation...
2023-12-05 dependabot... Bump actions/configure-pages from 3 to 4
2023-12-05 dependabot... Bump actions/deploy-pages from 2 to 3
2023-12-04 Robin KastbergWorkaround for __iar_builtin_clrex bug
2023-12-04 Robin KastbergUse __ARM_FP to detect FPU
2023-12-04 Robin Kastberg__enable/disable_fiq is forbidden on Cortex-M since...
2023-12-04 Robin KastbergSTLEX out register must be different from input regs
2023-11-30 HoldenResolve gcc undef warnings
2023-11-29 MiloradCvjetkovicCore: Update __NO_INIT docu and implementation for AC6
2023-11-28 GuentherMartinCore{ Rework CoreValidation
2023-11-28 MiloradCvjetkovicDoc: Increase timeout for link checking
2023-11-28 Vladimir MarchenkoDoc, CMSIS-Core: minor documentation clean up.
2023-11-27 Jonatan AntoniUpdate test documentation
2023-11-27 Jonatan AntoniRestructure Core tests dev/v6.0.0-dev84
2023-11-27 Jonatan AntoniUpdate GCC to version 13.2.1
2023-11-27 Robin KastbergUpdate __NO_RETURN Macro. Add ARMv8.1-M Support
2023-11-24 GuentherMartinCore: Clean up header files
2023-11-23 MiloradCvjetkovicCore: Unify __NO_INIT macro across toolchains
2023-11-23 GuentherMartinCore: Align on CMSIS-Core version defines
2023-11-22 Vladimir MarchenkoDoc: Update CMSIS-Core toolchain versions. Plus various...
2023-11-20 Robert RostoharCorrect tz_context.h type introduced recently
2023-11-16 Vladimir MarchenkoDoc: Added Azure ThreadX as CMSIS-RTOS2 API; added...
2023-11-14 Vladimir MarchenkoDoc: aligning on doxygen filenames, plus link fixes
2023-11-13 Jonatan AntoniUpdate infrastructure and reference container
2023-11-13 Ziga MahneUpdate driver GPIO documentation
2023-11-09 Jonatan AntoniUpdate gen-pack lib bootstrap
2023-11-08 Vladimir MarchenkoDoc: various updates and alignments
2023-11-08 Reinhard KeilUpdate README.md
2023-11-06 MiloradCvjetkovicPack generation: Use same version of gen-pack library...
2023-10-31 Vladimir MarchenkoDoc: Varios alignment updates
2023-10-31 Martin GüntherCortex(M): align core header with TRMs
2023-10-31 Jonatan AntoniAdd preprocessed default linker scripts explicitly.
2023-10-30 Vladimir MarchenkoDoc: addressed review feedback, and moved Doxygen/...
2023-10-27 Reinhard KeilUpdate README.md (#73)
2023-10-26 Jonatan AntoniFix CodeQL issues
2023-10-26 Jonatan AntoniEnhance tests for Core(A)
2023-10-26 Jonatan AntoniCore(A): Cleanup duplicated functions with wrong names.
2023-10-26 Jonatan AntoniUpdate GitHub workflows 68/head 69/head 70/head
2023-10-26 Jonatan AntoniEnable dependabot updates for GitHub action workflows
2023-10-25 Kyle FinchRemove clang pragma from cmsis_gcc_m.h
2023-10-24 Jonatan AntoniAdd LLVM LIT/FileCheck tests for Core files
2023-10-24 Jonatan AntoniCore: Add Clang compiler header for Cortex-A (preliminary)
2023-10-24 Jonatan AntoniCore: Add missing SIMD intrinsics for AC6 on Cortex-A
2023-10-23 Jonatan AntoniCoreValidation: Update to Cortex_DFP
2023-10-17 Vladimir MarchenkoDoc: various improvements in documentation. dev/v6.0.0-dev53
2023-10-17 Robert RostoharOS Tick: moved from Device to CMSIS class
2023-10-12 Jonatan AntoniCore: GCC compiler add missing simd/neon instructions
2023-10-11 Jonatan AntoniUpdate compiler header.
2023-10-10 Martin GüntherCore(M): Correct Cortex-M55/M85 TPIU type and align...
next