]>
begriffs open source - cmsis/log
bruneu01 [Tue, 13 Sep 2016 15:34:35 +0000 (17:34 +0200)]
adding documentation for section 'Core'
bruneu01 [Tue, 13 Sep 2016 14:28:46 +0000 (16:28 +0200)]
adjusted links ni *.pdsc file
bruneu01 [Tue, 13 Sep 2016 14:22:19 +0000 (16:22 +0200)]
fixed broken links;
bruneu01 [Tue, 13 Sep 2016 13:27:52 +0000 (15:27 +0200)]
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
bruneu01 [Tue, 13 Sep 2016 13:12:54 +0000 (15:12 +0200)]
upgraded to doxygen 1.8.6
Martin Günther [Tue, 13 Sep 2016 13:08:54 +0000 (15:08 +0200)]
Added MISRA 2012 improvements.
ReinhardKeil [Tue, 13 Sep 2016 11:55:58 +0000 (13:55 +0200)]
Added: General - Validation
Reinhard Keil [Tue, 13 Sep 2016 09:31:06 +0000 (11:31 +0200)]
Update README.md
ReinhardKeil [Mon, 12 Sep 2016 12:01:25 +0000 (14:01 +0200)]
Doxygen setup for RTOS2 changed: struct members documented as part of the struct
Martin Günther [Mon, 12 Sep 2016 08:06:18 +0000 (10:06 +0200)]
Added MISRA improvements.
Martin Günther [Thu, 1 Sep 2016 05:50:49 +0000 (07:50 +0200)]
Updated cmsis_compiler.h
Martin Günther [Wed, 31 Aug 2016 13:46:25 +0000 (15:46 +0200)]
Updated cmsis_compiler.h
Martin Günther [Thu, 25 Aug 2016 06:02:03 +0000 (08:02 +0200)]
Updated CMSIS macros for TI compiler.
Martin Günther [Wed, 24 Aug 2016 09:43:05 +0000 (11:43 +0200)]
CMSIS_Core:
- Added new file cmsis_compiler.h.
- Deleted deprecated files core_cmfunc.h, core_cminstr.h, core_cmsimd.h.
- Reworked compiler secific include files.
- Reworked core dependant include files.
- Added __PACKED macro.
MatthiasHertel80 [Mon, 25 Jul 2016 13:32:58 +0000 (15:32 +0200)]
Update ARM.CMSIS.pdsc
Matthias Hertel [Fri, 22 Jul 2016 13:18:56 +0000 (15:18 +0200)]
Initial CMSIS-RTOS v2 API Documentation, Example and Component Viewer Description
Reinhard Keil [Fri, 22 Jul 2016 08:37:29 +0000 (10:37 +0200)]
Update README.md
Martin Günther [Mon, 18 Jul 2016 09:58:48 +0000 (11:58 +0200)]
Correcting CMSIS Core documentation.
Martin Günther [Thu, 14 Jul 2016 12:35:02 +0000 (14:35 +0200)]
Changed common defines for tool chain IAR.
Martin Günther [Wed, 13 Jul 2016 08:33:17 +0000 (10:33 +0200)]
changed common defines for tool chain IAR.
Martin Günther [Tue, 12 Jul 2016 13:06:22 +0000 (15:06 +0200)]
Added CMSE support to cmsis_gcc.h.
Robert Rostohar [Wed, 6 Jul 2016 20:19:58 +0000 (22:19 +0200)]
RTOS2: added RTX5 component
Robert Rostohar [Tue, 5 Jul 2016 05:25:38 +0000 (07:25 +0200)]
RTOS2: reorganized header folders
Reinhard Keil [Mon, 4 Jul 2016 12:37:35 +0000 (14:37 +0200)]
Update README.md
Reinhard Keil [Mon, 4 Jul 2016 12:36:51 +0000 (14:36 +0200)]
Update README.md
Add description for generating the CMSIS pack for installation.
Martin Günther [Mon, 4 Jul 2016 11:36:29 +0000 (13:36 +0200)]
CMSIS_Core:
- Replaced macro __SAU_PRESENT with __SAU_REGION_PRESENT.
- Reworked SAU register and functions.
Robert Rostohar [Fri, 1 Jul 2016 21:10:03 +0000 (23:10 +0200)]
Added RTX 5.0.0-Alpha (CMSIS RTOS API 2)
Robert Rostohar [Fri, 1 Jul 2016 20:42:12 +0000 (22:42 +0200)]
End-of-line normalization
Martin Günther [Fri, 1 Jul 2016 09:24:08 +0000 (11:24 +0200)]
Updated cMSIS Core (Using TrustZone) documentation.
Martin Günther [Thu, 30 Jun 2016 09:27:07 +0000 (11:27 +0200)]
Updated CMSIS Core documentation.
Martin Günther [Thu, 30 Jun 2016 06:19:02 +0000 (08:19 +0200)]
Added macro __ALIGNED(x) to core_cm*.h files.
Martin Günther [Tue, 28 Jun 2016 08:50:16 +0000 (10:50 +0200)]
Updated Cortex-M7 CMSIS function SCB_EnableICache.
Martin Günther [Fri, 24 Jun 2016 05:57:53 +0000 (07:57 +0200)]
Corrected spelling.
Martin Günther [Mon, 20 Jun 2016 06:29:39 +0000 (08:29 +0200)]
Updated Core documentation (startup file).
Martin Günther [Thu, 16 Jun 2016 12:48:33 +0000 (14:48 +0200)]
CMSIS_Core:
- Added SCB_CFSR register bit definitions in core_*.h.
- Added NVIC_GetEnableIRQ function in core_*.h.
- Updated core instruction macros in cmsis_gcc.h.
Martin Günther [Tue, 14 Jun 2016 12:10:36 +0000 (14:10 +0200)]
Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib.
Added DSP libraries build projects to CMSIS pack.
Martin Günther [Wed, 25 May 2016 10:49:51 +0000 (12:49 +0200)]
Merge pull request #58 from David-Garcia-Polo/gcc-linker_wrong_comment
Gcc linker wrong comment
Christopher Seidl [Wed, 25 May 2016 09:37:32 +0000 (11:37 +0200)]
Corrected USART example code and made minor modifications to the ARM_USART_Control function description.
Christopher Seidl [Wed, 18 May 2016 08:19:37 +0000 (10:19 +0200)]
Removed ARM_STORAGE_OPERATION_GET_FIRST_BLOCK as it is no longer available.
Martin Günther [Tue, 17 May 2016 07:06:12 +0000 (09:06 +0200)]
Corrected reference to device user manuals.
Joachim Krech [Fri, 13 May 2016 14:51:41 +0000 (16:51 +0200)]
Merge branch 'release/5.0.0-Beta4'
Joachim Krech [Fri, 13 May 2016 07:03:56 +0000 (09:03 +0200)]
PACK schema version 1.4.4: adding CPDSC specification
Martin Günther [Fri, 13 May 2016 05:57:31 +0000 (07:57 +0200)]
Added batch file to generate CMSIS pack.
Martin Günther [Mon, 9 May 2016 08:39:07 +0000 (10:39 +0200)]
Merge pull request #56 from GuentherMartin/core_NVIC
Updated NVIC functions.
Martin Günther [Mon, 9 May 2016 08:36:32 +0000 (10:36 +0200)]
Updated NVIC functions.
Christopher Seidl [Fri, 6 May 2016 12:37:35 +0000 (14:37 +0200)]
Merge branch 'feature/Incorporate_Storage_Driver_into_Documentation' into develop
Christopher Seidl [Fri, 6 May 2016 12:35:03 +0000 (14:35 +0200)]
Additional changes for the CMSIS-Driver Storage API documentation
Christopher Seidl [Fri, 6 May 2016 11:30:48 +0000 (13:30 +0200)]
Corrected Doxygen annotations
Christopher Seidl [Fri, 6 May 2016 11:30:08 +0000 (13:30 +0200)]
Corrected template file, added strcut at the end of the template.
Christopher Seidl [Fri, 6 May 2016 11:29:46 +0000 (13:29 +0200)]
Added CMSIS-Driver Storage Files
Christopher Seidl [Fri, 6 May 2016 11:29:26 +0000 (13:29 +0200)]
Initial version
Christopher Seidl [Wed, 4 May 2016 09:22:46 +0000 (11:22 +0200)]
Merge pull request #55 from rgrover/master
Introduce Storage driver.
Reinhard Keil [Fri, 29 Apr 2016 13:41:22 +0000 (15:41 +0200)]
Update README.md
Martin Günther [Fri, 29 Apr 2016 06:49:34 +0000 (08:49 +0200)]
Merge pull request #53 from GuentherMartin/Device_ARMv8MML
Updated ARMv8MML device files.
Martin Günther [Fri, 29 Apr 2016 06:44:31 +0000 (08:44 +0200)]
Updated ARMv8MML device files.
- Replaced ARMv8MML_FP with ARMv8MML_SP, ARMv8MML_DP.
Updated core_cm4.h.
- Removed GCC compiler warning.
Updated core_armv8m*.h.
- Corrected typo.
ReinhardKeil [Thu, 28 Apr 2016 14:04:28 +0000 (16:04 +0200)]
Documented #define CMSIS_device_header <STM32F4.h>
Martin Günther [Thu, 21 Apr 2016 12:40:42 +0000 (14:40 +0200)]
Merge pull request #45 from GuentherMartin/CMSIS_ARMv8M
Changes according "CMSIS-Core v8M CMSIS 5.0 feedback".
Martin Günther [Thu, 21 Apr 2016 12:29:05 +0000 (14:29 +0200)]
Changes according "CMSIS-Core v8M CMSIS 5.0 feedback".
cmsis_armclang.h:
- updated predefined macros
- reworked __TZ_*_NS functions
core_armv8m*.h:
- changed NVIC_Type, DWT_Type, CoreDebug_Type, CONTROL_Type
- reworked NVIC_*TargetState functions
core_cm*.h:
- changed CONTROL_Type
- changed macro NVIC_PRIO_BITS
Rohit Grover [Wed, 20 Apr 2016 14:34:19 +0000 (15:34 +0100)]
Introduce Storage driver
Rohit Grover [Wed, 20 Apr 2016 14:33:25 +0000 (15:33 +0100)]
Introduce Storage driver
Reinhard Keil [Wed, 20 Apr 2016 12:21:42 +0000 (14:21 +0200)]
Merge pull request #43 from ReinhardKeil/develop
typos
ReinhardKeil [Wed, 20 Apr 2016 12:20:30 +0000 (14:20 +0200)]
typos
ReinhardKeil [Wed, 20 Apr 2016 12:04:11 +0000 (14:04 +0200)]
Merge branch 'develop' of https://github.com/ReinhardKeil/CMSIS_5 into develop
Reinhard Keil [Wed, 20 Apr 2016 11:50:46 +0000 (13:50 +0200)]
Merge pull request #42 from meriac/develop
Clarify NVIC virtualization use cases
Reinhard Keil [Wed, 20 Apr 2016 11:50:46 +0000 (13:50 +0200)]
Merge pull request #42 from meriac/develop
Clarify NVIC virtualization use cases
Milosch Meriac [Wed, 20 Apr 2016 09:19:20 +0000 (10:19 +0100)]
Clarify NVIC virtualization use cases
Reinhard Keil [Tue, 19 Apr 2016 15:12:16 +0000 (17:12 +0200)]
Merge pull request #41 from ReinhardKeil/develop
Documentation corrections/additions, CMSIS-CORE NVIC virtualization, …
ReinhardKeil [Tue, 19 Apr 2016 15:10:25 +0000 (17:10 +0200)]
Documentation corrections/additions, CMSIS-CORE NVIC virtualization, version information, etc.
Christopher Seidl [Tue, 19 Apr 2016 14:04:45 +0000 (16:04 +0200)]
Merge pull request #40 from KeilChris/feature/RTX_Documentation_Enhancements
RTX documentation enhancements
Christopher Seidl [Tue, 19 Apr 2016 14:02:10 +0000 (16:02 +0200)]
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into feature/RTX_Documentation_Enhancements
Rohit Grover [Tue, 19 Apr 2016 12:34:59 +0000 (13:34 +0100)]
add the section for 'Function documentation'
ReinhardKeil [Tue, 19 Apr 2016 12:34:42 +0000 (14:34 +0200)]
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
Rohit Grover [Tue, 19 Apr 2016 09:19:00 +0000 (10:19 +0100)]
populate initial versions of Driver_Storage.[ch]
ReinhardKeil [Tue, 19 Apr 2016 12:32:56 +0000 (14:32 +0200)]
NVIC Virtualization documented
Martin Günther [Tue, 19 Apr 2016 10:02:00 +0000 (12:02 +0200)]
Merge pull request #39 from GuentherMartin/PriorityFunc
Add uVisor support for priority grouping functions.
Martin Günther [Tue, 19 Apr 2016 10:00:31 +0000 (12:00 +0200)]
Add uVisor support for priority grouping functions.
Christopher Seidl [Mon, 18 Apr 2016 14:25:10 +0000 (16:25 +0200)]
Ignorign DoxyGen output
Reinhard Keil [Mon, 18 Apr 2016 10:59:00 +0000 (12:59 +0200)]
Merge pull request #37 from ReinhardKeil/develop
CMSIS-RTOS v2 documentation clean-up
ReinhardKeil [Mon, 18 Apr 2016 10:56:03 +0000 (12:56 +0200)]
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
ReinhardKeil [Mon, 18 Apr 2016 10:54:41 +0000 (12:54 +0200)]
RTOS v2 documentation updated
Martin Günther [Mon, 18 Apr 2016 10:00:01 +0000 (12:00 +0200)]
Merge pull request #36 from GuentherMartin/ifndef
Corrected macro check
Martin Günther [Mon, 18 Apr 2016 09:58:15 +0000 (11:58 +0200)]
Corrected macro check
Martin Günther [Mon, 18 Apr 2016 09:37:07 +0000 (11:37 +0200)]
Merge pull request #35 from GuentherMartin/GetVector
Corrected NVIC_GetVector
Martin Günther [Mon, 18 Apr 2016 09:35:43 +0000 (11:35 +0200)]
Corrected NVIC_GetVector
Martin Günther [Mon, 18 Apr 2016 08:23:54 +0000 (10:23 +0200)]
Merge pull request #34 from GuentherMartin/uVisor_M4
Adding uVisor support for Cortex-M4
Martin Günther [Mon, 18 Apr 2016 08:16:52 +0000 (10:16 +0200)]
Adding uVisor support for Cortex-M4
Reinhard Keil [Fri, 15 Apr 2016 13:54:09 +0000 (15:54 +0200)]
Update README.md
Reinhard Keil [Fri, 15 Apr 2016 13:25:11 +0000 (15:25 +0200)]
Update README.md
Christopher Seidl [Fri, 15 Apr 2016 10:57:51 +0000 (12:57 +0200)]
Merge pull request #31 from KeilChris/CMSIS-RTOS-API-v2
CMSIS-RTOS API Documentation enhancements
Christopher Seidl [Fri, 15 Apr 2016 10:49:48 +0000 (12:49 +0200)]
More work on CMSIS-RTOS documentation including RTX Implementation
Christopher Seidl [Thu, 14 Apr 2016 09:45:27 +0000 (11:45 +0200)]
Adapted documentation generation to new directory structure
Christopher Seidl [Thu, 14 Apr 2016 08:33:15 +0000 (10:33 +0200)]
Directory for RTOS API v2 changed to RTOS2
Christopher Seidl [Tue, 12 Apr 2016 13:59:59 +0000 (15:59 +0200)]
Merge pull request #30 from KeilChris/CMSIS-RTOS-API-v2
Initial changes for new RTOS API v2.
Christopher Seidl [Tue, 12 Apr 2016 13:55:01 +0000 (15:55 +0200)]
Initial changes for new RTOS API v2. Added separate tab for legacy API v1
Christopher Seidl [Fri, 8 Apr 2016 11:48:02 +0000 (13:48 +0200)]
Merge pull request #29 from KeilChris/SDCMSIS-431
CMSIS-Core documentation for compiler specific #defines (SDCMSIS-431)
Christopher Seidl [Fri, 8 Apr 2016 11:45:34 +0000 (13:45 +0200)]
CMSIS-Core documentation for compiler specific #defines (SDCMSIS-431)
Christopher Seidl [Fri, 8 Apr 2016 11:34:07 +0000 (13:34 +0200)]
Merge branch 'master' of https://github.com/ARM-software/CMSIS_5
Trying to get a clean repo.
Martin Günther [Fri, 8 Apr 2016 11:04:22 +0000 (13:04 +0200)]
Merge pull request #28 from GuentherMartin/CMSIS_Docu
remove section RTX from CMSIS documentation
Martin Günther [Fri, 8 Apr 2016 11:02:31 +0000 (13:02 +0200)]
remove section RTX from CMSIS documentation
Martin Günther [Wed, 6 Apr 2016 09:41:38 +0000 (11:41 +0200)]
Merge pull request #23 from GuentherMartin/ARMv8M_changes
ARMv8M changes