]> begriffs open source - cmsis/log
cmsis
11 months agoUpdate armv8m_mpu.h - adding void
blckmn [Wed, 1 Jan 2025 20:58:04 +0000 (07:58 +1100)]
Update armv8m_mpu.h - adding void

Removes error:
error: old-style function definition [-Werror=old-style-definition]

11 months agoFix workflows: Pin to Ubuntu 22.04
Jonatan Antoni [Mon, 13 Jan 2025 12:12:23 +0000 (13:12 +0100)]
Fix workflows: Pin to Ubuntu 22.04

11 months agofixed typo (#212)
Reinhard Keil [Mon, 13 Jan 2025 08:40:36 +0000 (09:40 +0100)]
fixed typo (#212)

12 months agoUpdate ARM.CMSIS.pdsc
Christopher Seidl [Wed, 4 Dec 2024 15:48:30 +0000 (16:48 +0100)]
Update ARM.CMSIS.pdsc

Fixes requested in https://github.com/ARM-software/CMSIS_6/issues/208

13 months agoTZ applications can be secure-only (#204)
Jerome Coutant [Tue, 19 Nov 2024 13:43:39 +0000 (14:43 +0100)]
TZ applications can be secure-only (#204)

fix #203

Co-authored-by: Joachim Krech <8290187+jkrech@users.noreply.github.com>
13 months agoInclude tz_context.h header only if TrustZone is available and used but not switched...
Jonatan Antoni [Mon, 18 Nov 2024 12:05:41 +0000 (13:05 +0100)]
Include tz_context.h header only if TrustZone is available and used but not switched off.

Fixes ARM-software/CMSIS_6#201

15 months agoFix typos in headers
Tudor Timi [Sat, 28 Sep 2024 10:43:09 +0000 (10:43 +0000)]
Fix typos in headers

15 months agoFixes MISRA Checker flagging Rule 21.2 #190
Jonatan Antoni [Wed, 4 Sep 2024 14:29:28 +0000 (16:29 +0200)]
Fixes MISRA Checker flagging Rule 21.2 #190

15 months agoCMSIS-Core(M): M55/M85 : add CPPWR SU10/11 defines
Sudhir Sreedharan [Tue, 9 Jul 2024 14:09:14 +0000 (19:39 +0530)]
CMSIS-Core(M): M55/M85 : add CPPWR SU10/11 defines

FP & MVE requires the SU10 to be modified while transitioning
to low power state.

Signed-off-by: Sudhir Sreedharan <sudhir@alifsemi.com>
15 months agoUpdate core_starmc1.h
Albert Huang [Thu, 15 Aug 2024 06:33:57 +0000 (14:33 +0800)]
Update core_starmc1.h

Fix bug of EMSS type definition

16 months agoFix typo in documentation
Robert Rostohar [Mon, 19 Aug 2024 13:26:09 +0000 (15:26 +0200)]
Fix typo in documentation

16 months agoFix a typo in documentation (#187)
Aric Radzin [Tue, 6 Aug 2024 06:53:39 +0000 (09:53 +0300)]
Fix a typo in documentation (#187)

16 months agoUpdate core_cm33.h, spelling fixup - writen==>written
James Hughes [Mon, 5 Aug 2024 13:03:04 +0000 (14:03 +0100)]
Update core_cm33.h, spelling fixup - writen==>written

17 months agoUpdate CMSIS-Toolbox to version 2.5.0 (#184)
Jonatan Antoni [Mon, 29 Jul 2024 14:34:45 +0000 (16:34 +0200)]
Update CMSIS-Toolbox to version 2.5.0 (#184)

- Add misc flags for semihosting

17 months agoFix typos in documentation (#183)
Aric Radzin [Mon, 29 Jul 2024 10:52:22 +0000 (13:52 +0300)]
Fix typos in documentation (#183)

17 months agoDocument inline assembly usage according to MISRA-C Directive 4.2
Jonatan Antoni [Mon, 29 Jul 2024 10:30:02 +0000 (12:30 +0200)]
Document inline assembly usage according to MISRA-C Directive 4.2
Fixes #181

17 months agoadd bpu struct for core_starmc1.h (#174)
光明 [Wed, 10 Jul 2024 14:41:28 +0000 (22:41 +0800)]
add bpu struct for core_starmc1.h (#174)

Signed-off-by: guangming.cao <guangming.cao@outlook.com>
Co-authored-by: Jonatan Antoni <jonatan.antoni@arm.com>
17 months agoEWARM-12658: Add CMSIS-R Profile to ICCARM
Robin Kastberg [Mon, 8 Jul 2024 08:09:51 +0000 (10:09 +0200)]
EWARM-12658: Add CMSIS-R Profile to ICCARM

* Created cmsis_iccarm.h and moved generic intrinsics there
* Removed intrinsics which moved to cmsis_iccarm.h from
  cmsis_iccarm_a.h and cmsis_iccarm_m.h
* Removed support for __ICCARM_INTRINCS_VERSION__ < 2 since that was
  very hard to keep while doing this refactoring. It was supposed
  to happen when we went to CMSIS_6.
* As a side-effect, this refactoring will fix
  __CLREX and __STREX bugs fixed for Cortex-M that wasn't backported to
  Cortex-A.

18 months agoCore: added define guard __ARM_FEATURE_CMSE (#171) (#177)
Martin Günther [Thu, 20 Jun 2024 10:35:15 +0000 (12:35 +0200)]
Core: added define guard __ARM_FEATURE_CMSE (#171) (#177)

Check if macro __ARM_FEATURE_CMSE is defined before evaluating it's
value

18 months agoCore: added LAR, LSR register to DWT (#176)
Martin Günther [Thu, 20 Jun 2024 07:03:01 +0000 (09:03 +0200)]
Core: added LAR, LSR register to DWT (#176)

Added again LAR, LSR register to Cortex-M7 DWT

18 months agoAdded doc link to OS Tick API in ARM.CMSIS.pdsc
Reinhard Keil [Mon, 10 Jun 2024 08:52:23 +0000 (10:52 +0200)]
Added doc link to OS Tick API in  ARM.CMSIS.pdsc

18 months agoMove gpio pins in image
Christopher Seidl [Wed, 5 Jun 2024 12:25:06 +0000 (14:25 +0200)]
Move gpio pins in image

18 months agoCMSIS-Core(M): CMSIS_DEPRECATED for IAR
Joseph Chen [Fri, 17 May 2024 02:47:22 +0000 (10:47 +0800)]
CMSIS-Core(M): CMSIS_DEPRECATED for IAR

18 months agoFix __QADD8 return value description
Silent [Fri, 24 May 2024 09:06:32 +0000 (11:06 +0200)]
Fix __QADD8 return value description

19 months agoFixup for issues during release process v6.1.0
Jonatan Antoni [Thu, 16 May 2024 09:39:47 +0000 (11:39 +0200)]
Fixup for issues during release process
Fixes #165

19 months agoFix __UQADD8 and __UADD8 return value descriptions
Silent [Wed, 15 May 2024 13:36:43 +0000 (15:36 +0200)]
Fix __UQADD8 and __UADD8 return value descriptions

19 months agoCMSIS-Core(M) doc: described __ARM_ARCH_8_1M_MAIN__ + minor alignments
Vladimir Marchenko [Fri, 10 May 2024 13:58:36 +0000 (15:58 +0200)]
CMSIS-Core(M) doc: described __ARM_ARCH_8_1M_MAIN__ + minor alignments

19 months agoCMSIS-Core(M) Doc: added info about deprecated symbols.
Vladimir Marchenko [Mon, 13 May 2024 13:02:22 +0000 (15:02 +0200)]
CMSIS-Core(M) Doc: added info about deprecated symbols.

19 months agoUpdate vioRationale.png
Christopher Seidl [Tue, 7 May 2024 13:26:07 +0000 (15:26 +0200)]
Update vioRationale.png

19 months agoAdded Overview.md
Christopher Seidl [Mon, 13 May 2024 13:01:46 +0000 (15:01 +0200)]
Added Overview.md

19 months agoUpdate general revision history for v6.1.0
Your Name [Mon, 13 May 2024 10:34:09 +0000 (12:34 +0200)]
Update general revision history for v6.1.0

19 months agoCMSIS-Driver: Update USB Host Driver API 2.4.0
MiloradCvjetkovic [Mon, 13 May 2024 10:01:56 +0000 (12:01 +0200)]
CMSIS-Driver: Update USB Host Driver API 2.4.0

19 months agoBump gen-pack lib to v0.11.1
Your Name [Mon, 13 May 2024 09:20:18 +0000 (11:20 +0200)]
Bump gen-pack lib to v0.11.1

19 months agoBump Core component version
Your Name [Mon, 13 May 2024 08:23:14 +0000 (10:23 +0200)]
Bump Core component version

19 months agoFixup: Misplaced #ifndef CMSIS_DISABLE_DEPRECATED
Jonatan Antoni [Wed, 8 May 2024 11:37:53 +0000 (13:37 +0200)]
Fixup: Misplaced #ifndef CMSIS_DISABLE_DEPRECATED

19 months agoUpdate Clang and AC6 compiler version in core test documentation
Markus Klein [Tue, 7 May 2024 17:23:55 +0000 (19:23 +0200)]
Update Clang and AC6 compiler version in core test documentation

19 months agoUpdates for upcoming release
Jonatan Antoni [Tue, 7 May 2024 12:44:14 +0000 (14:44 +0200)]
Updates for upcoming release

19 months agoFix typos in IAR linker scripts for Cortex-M in ROM1 and RAM1
Joseph Yiu [Tue, 7 May 2024 09:29:04 +0000 (10:29 +0100)]
Fix typos in IAR linker scripts for Cortex-M in ROM1 and RAM1

19 months agoUpdates for upcoming 6.1.0 release:
Jonatan Antoni [Mon, 6 May 2024 11:00:18 +0000 (13:00 +0200)]
Updates for upcoming 6.1.0 release:
- Bump versions
- Add release history
- Fix core tests lit execution (returns 1 on failing tests)
- Provide define CMSIS_DISABLE_DEPRECATED to hide deprecated symbols
- Add link to CM52 TRM fo documentation
- Update compiler versions used for verification

19 months agoCore: Added CoreDebug, CMSIS_5 backward compatibility
GuentherMartin [Fri, 3 May 2024 07:01:19 +0000 (09:01 +0200)]
Core: Added CoreDebug, CMSIS_5 backward compatibility

20 months agoEnhance lit Core tests for CM52
Jonatan Antoni [Tue, 30 Apr 2024 11:58:16 +0000 (13:58 +0200)]
Enhance lit Core tests for CM52

20 months agoCore: correct type ENDIANNESS
GuentherMartin [Tue, 30 Apr 2024 08:13:24 +0000 (10:13 +0200)]
Core: correct type ENDIANNESS

20 months agoAdded ARMCM52 support to CoreValidation
Martin Günther [Tue, 30 Apr 2024 11:33:34 +0000 (13:33 +0200)]
Added ARMCM52 support to CoreValidation

Co-authored-by: Jonatan Antoni <jonatan.antoni@arm.com>
20 months agoiar: Add missing v8.1m check
Dávid Házi [Thu, 25 Apr 2024 07:59:33 +0000 (09:59 +0200)]
iar: Add missing v8.1m check

Signed-off-by: Dávid Házi <david.hazi@arm.com>
20 months agoAdd licenseSets tag to pdsc file
Jonatan Antoni [Thu, 18 Apr 2024 11:37:44 +0000 (13:37 +0200)]
Add licenseSets tag to pdsc file

20 months agoFix miner issues:
Markus Klein [Sat, 13 Apr 2024 11:18:25 +0000 (13:18 +0200)]
Fix miner issues:
- wrong filename in file header
- Use the same order in the Target clayer file for CA5 as it is used in CA7 and CA9
- Fix invalid escape sequence in XML statement

21 months agoBump actions/configure-pages from 4 to 5
dependabot[bot] [Mon, 1 Apr 2024 23:15:53 +0000 (23:15 +0000)]
Bump actions/configure-pages from 4 to 5

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
21 months agoFix invalid #pragma clang in GCC compiler header
Jonatan Antoni [Thu, 29 Feb 2024 16:43:30 +0000 (17:43 +0100)]
Fix invalid #pragma clang in GCC compiler header

21 months agoCoreValidation: Initial support to run tests in Qemu
Jonatan Antoni [Mon, 4 Mar 2024 14:27:03 +0000 (15:27 +0100)]
CoreValidation: Initial support to run tests in Qemu

22 months ago* Top-level compiler headers will exist in the core folder (no separate compiler...
Markus Klein [Wed, 9 Aug 2023 14:56:05 +0000 (16:56 +0200)]
* Top-level compiler headers will exist in the core folder (no separate compiler folder is needed).
** The cmsis_compiler.h header will continue to figure out which compiler toolchain is being used.
** Compiler headers specific to each architecture profiles can reside within the new architecture profile folders.
* Introduce compiler abstraction for cortex-R

22 months agoUpdate ARM.CMSIS.pdsc to add Cortex-M52 Dcore
Albert Huang [Fri, 23 Feb 2024 11:01:19 +0000 (19:01 +0800)]
Update ARM.CMSIS.pdsc to add Cortex-M52 Dcore

22 months agoCore: corrected use of #ifdef __ICACHE_PRESENT / __DCACHE_PRESENT (#134)
GuentherMartin [Thu, 22 Feb 2024 07:29:19 +0000 (08:29 +0100)]
Core: corrected use of #ifdef __ICACHE_PRESENT / __DCACHE_PRESENT (#134)

22 months agoCore: align CoreValidation model configuration with Cortex_DFP
GuentherMartin [Thu, 22 Feb 2024 14:34:31 +0000 (15:34 +0100)]
Core: align CoreValidation model configuration with Cortex_DFP

22 months ago__DSP_PRESENT was defined twice in some unit-test definitions
Markus Klein [Thu, 15 Feb 2024 10:00:48 +0000 (11:00 +0100)]
__DSP_PRESENT was defined twice in some unit-test definitions

22 months agoCore(A): align compiler header files to core(M) implementation
Markus Klein [Sat, 27 Jan 2024 22:11:47 +0000 (23:11 +0100)]
Core(A): align compiler header files to core(M) implementation

22 months agoCore: fix Core test to allow run in git bash
GuentherMartin [Fri, 9 Feb 2024 14:54:06 +0000 (15:54 +0100)]
Core: fix Core test to allow run in git bash

22 months agoCMSIS-Core(M): Add Cortex-M52 support : add core_m52.h
albhua01 [Thu, 8 Feb 2024 13:44:32 +0000 (21:44 +0800)]
CMSIS-Core(M): Add Cortex-M52 support : add core_m52.h

23 months agoAdded Virtual Timer support
Mayank Bhatt [Tue, 23 Jan 2024 11:12:52 +0000 (16:42 +0530)]
Added Virtual Timer support

Updated cmsis_cp15.h and core_ca.h files for adding Virtual Timer support for Cortex A7.

23 months agoBump actions/cache from 3 to 4
dependabot[bot] [Mon, 22 Jan 2024 23:43:05 +0000 (23:43 +0000)]
Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months agoCore: resolve __ARM_FP undef warning (#120)
GuentherMartin [Fri, 19 Jan 2024 06:59:08 +0000 (07:59 +0100)]
Core: resolve __ARM_FP undef warning (#120)

23 months agoCore: GCC compiler resolve __ARM_FP undef warning (#120)
GuentherMartin [Tue, 16 Jan 2024 15:33:24 +0000 (16:33 +0100)]
Core: GCC compiler resolve __ARM_FP undef warning (#120)

23 months agoDoc: Added info about backward incompatibilities in CMSIS-Core
Vladimir Marchenko [Tue, 16 Jan 2024 14:03:41 +0000 (15:03 +0100)]
Doc: Added info about backward incompatibilities in CMSIS-Core

23 months agoBump actions
Jonatan Antoni [Tue, 9 Jan 2024 08:12:56 +0000 (09:12 +0100)]
Bump actions

23 months agoCore: IAR compiler corrected __ARM_FP check.
GuentherMartin [Fri, 5 Jan 2024 08:48:59 +0000 (09:48 +0100)]
Core: IAR compiler corrected __ARM_FP check.

2 years agoUpdate README after initial release
Jonatan Antoni [Wed, 20 Dec 2023 09:20:39 +0000 (10:20 +0100)]
Update README after initial release

2 years agoBump github/codeql-action from 2 to 3
dependabot[bot] [Mon, 18 Dec 2023 23:20:35 +0000 (23:20 +0000)]
Bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump actions/upload-artifact from 3 to 4
dependabot[bot] [Mon, 18 Dec 2023 23:20:29 +0000 (23:20 +0000)]
Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoFixup typo in release history v6.0.0
Jonatan Antoni [Mon, 18 Dec 2023 13:47:02 +0000 (14:47 +0100)]
Fixup typo in release history

2 years agoBump actions/setup-python from 4 to 5
dependabot[bot] [Mon, 11 Dec 2023 23:32:48 +0000 (23:32 +0000)]
Bump actions/setup-python from 4 to 5

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoDoc: minor improvements in content and style
Vladimir Marchenko [Mon, 18 Dec 2023 09:55:24 +0000 (10:55 +0100)]
Doc: minor improvements in content and style

2 years agoCorrect typo in README.md
Robert Rostohar [Mon, 11 Dec 2023 14:33:53 +0000 (15:33 +0100)]
Correct typo in README.md

2 years agoCMSIS-Driver USART: Minor comments update (#108)
Milorad Cvjetkovic [Mon, 11 Dec 2023 12:37:18 +0000 (13:37 +0100)]
CMSIS-Driver USART: Minor comments update (#108)

2 years agoDoc: Final clean ups
Vladimir Marchenko [Thu, 7 Dec 2023 11:02:55 +0000 (12:02 +0100)]
Doc: Final clean ups

2 years agoMove Doxygen tag file for Core(A)
Jonatan Antoni [Wed, 6 Dec 2023 14:07:37 +0000 (15:07 +0100)]
Move Doxygen tag file for Core(A)

2 years agoUpdate component versions and histories
Jonatan Antoni [Wed, 6 Dec 2023 09:16:30 +0000 (10:16 +0100)]
Update component versions and histories

2 years agoCMSIS-Driver: remove return tag from documentation for void functions
Robert Rostohar [Wed, 6 Dec 2023 06:48:42 +0000 (07:48 +0100)]
CMSIS-Driver: remove return tag from documentation for void functions

- avoid doxygen warnings

2 years agoBump actions/configure-pages from 3 to 4
dependabot[bot] [Tue, 5 Dec 2023 00:03:25 +0000 (00:03 +0000)]
Bump actions/configure-pages from 3 to 4

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump actions/deploy-pages from 2 to 3
dependabot[bot] [Tue, 5 Dec 2023 00:03:32 +0000 (00:03 +0000)]
Bump actions/deploy-pages from 2 to 3

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoWorkaround for __iar_builtin_clrex bug
Robin Kastberg [Fri, 1 Dec 2023 13:19:31 +0000 (14:19 +0100)]
Workaround for __iar_builtin_clrex bug

2 years agoUse __ARM_FP to detect FPU
Robin Kastberg [Fri, 1 Dec 2023 13:33:04 +0000 (14:33 +0100)]
Use __ARM_FP to detect FPU

2 years ago__enable/disable_fiq is forbidden on Cortex-M since IAR 9.40.1. Replace with inline...
Robin Kastberg [Tue, 21 Nov 2023 13:04:48 +0000 (14:04 +0100)]
__enable/disable_fiq is forbidden on Cortex-M since IAR 9.40.1. Replace with inline assembly

2 years agoSTLEX out register must be different from input regs
Robin Kastberg [Fri, 1 Dec 2023 13:26:51 +0000 (14:26 +0100)]
STLEX out register must be different from input regs

2 years agoResolve gcc undef warnings
Holden [Thu, 30 Nov 2023 16:28:25 +0000 (11:28 -0500)]
Resolve gcc undef warnings

Co-authored-by: Holden <holden-zenithaerotech.com>
2 years agoCore: Update __NO_INIT docu and implementation for AC6
MiloradCvjetkovic [Wed, 29 Nov 2023 08:59:17 +0000 (09:59 +0100)]
Core: Update __NO_INIT docu and implementation for AC6

2 years agoCore{ Rework CoreValidation
GuentherMartin [Tue, 28 Nov 2023 15:14:21 +0000 (16:14 +0100)]
Core{ Rework CoreValidation

2 years agoDoc: Increase timeout for link checking
MiloradCvjetkovic [Tue, 28 Nov 2023 11:24:00 +0000 (12:24 +0100)]
Doc: Increase timeout for link checking

2 years agoDoc, CMSIS-Core: minor documentation clean up.
Vladimir Marchenko [Tue, 28 Nov 2023 08:05:00 +0000 (09:05 +0100)]
Doc, CMSIS-Core: minor documentation clean up.

2 years agoUpdate test documentation
Jonatan Antoni [Mon, 27 Nov 2023 16:34:28 +0000 (17:34 +0100)]
Update test documentation

2 years agoRestructure Core tests dev/v6.0.0-dev84
Jonatan Antoni [Mon, 27 Nov 2023 12:32:36 +0000 (13:32 +0100)]
Restructure Core tests

- Move tests into src subfolder
- Use temp directory for intermediate object files
- Include test report in matrix summary

2 years agoUpdate GCC to version 13.2.1
Jonatan Antoni [Fri, 24 Nov 2023 14:27:45 +0000 (15:27 +0100)]
Update GCC to version 13.2.1
- Enable tests for Cortex-M85 on GCC
- Cleanup test scripts
- Enable test execution for all available FVP AVH models
- Update README.md for CoreValidation

2 years agoUpdate __NO_RETURN Macro. Add ARMv8.1-M Support
Robin Kastberg [Tue, 14 Nov 2023 14:46:03 +0000 (15:46 +0100)]
Update __NO_RETURN Macro. Add ARMv8.1-M Support

2 years agoCore: Clean up header files
GuentherMartin [Fri, 24 Nov 2023 08:07:32 +0000 (09:07 +0100)]
Core: Clean up header files

2 years agoCore: Unify __NO_INIT macro across toolchains
MiloradCvjetkovic [Thu, 23 Nov 2023 09:33:37 +0000 (10:33 +0100)]
Core: Unify __NO_INIT macro across toolchains

2 years agoCore: Align on CMSIS-Core version defines
GuentherMartin [Thu, 23 Nov 2023 13:16:18 +0000 (14:16 +0100)]
Core: Align on CMSIS-Core version defines

2 years agoDoc: Update CMSIS-Core toolchain versions. Plus various clean ups.
Vladimir Marchenko [Wed, 22 Nov 2023 08:36:16 +0000 (09:36 +0100)]
Doc: Update CMSIS-Core toolchain versions. Plus various clean ups.

2 years agoCorrect tz_context.h type introduced recently
Robert Rostohar [Mon, 20 Nov 2023 11:16:01 +0000 (12:16 +0100)]
Correct tz_context.h type introduced recently

2 years agoDoc: Added Azure ThreadX as CMSIS-RTOS2 API; added link to CMSIS 6 pack page.
Vladimir Marchenko [Thu, 16 Nov 2023 14:16:39 +0000 (15:16 +0100)]
Doc: Added Azure ThreadX as CMSIS-RTOS2 API; added link to CMSIS 6 pack page.

2 years agoDoc: aligning on doxygen filenames, plus link fixes
Vladimir Marchenko [Tue, 14 Nov 2023 08:16:49 +0000 (09:16 +0100)]
Doc: aligning on doxygen filenames, plus link fixes

2 years agoUpdate infrastructure and reference container
Jonatan Antoni [Mon, 13 Nov 2023 16:28:31 +0000 (17:28 +0100)]
Update infrastructure and reference container

2 years agoUpdate driver GPIO documentation
Ziga Mahne [Fri, 10 Nov 2023 14:11:17 +0000 (15:11 +0100)]
Update driver GPIO documentation