]>
begriffs open source - cmsis-freertos/log
Vladimir Umek [Wed, 4 Dec 2019 07:19:28 +0000 (08:19 +0100)]
Updated documentation (CMSIS-FreeRTOS 10.3.0)
Vladimir Umek [Wed, 4 Dec 2019 07:18:04 +0000 (08:18 +0100)]
Merge branch 'develop'
Vladimir Umek [Wed, 4 Dec 2019 07:02:49 +0000 (08:02 +0100)]
Set release date
Vladimir Umek [Tue, 3 Dec 2019 12:47:56 +0000 (13:47 +0100)]
- Documentation updated (osMemoryPools, release notes)
- Removed unused conditions from pack description
- Updated version
Vladimir Umek [Tue, 3 Dec 2019 10:45:20 +0000 (11:45 +0100)]
CMSIS Pack schema updated to 1.6.0 (CMSIS 5.6.0)
Joachim Krech [Wed, 20 Nov 2019 07:29:20 +0000 (08:29 +0100)]
Added link to source and updated license info
Joachim Krech [Wed, 20 Nov 2019 07:17:17 +0000 (08:17 +0100)]
FreeRTOS 10 is licensed under MIT license
Vladimir Umek [Fri, 8 Nov 2019 07:05:34 +0000 (08:05 +0100)]
Reworked conditions for pack components
Vladimir Umek [Wed, 6 Nov 2019 07:27:09 +0000 (08:27 +0100)]
Merge pull request #37 from pvyleta/patch-1
Petr [Sun, 27 Oct 2019 02:30:55 +0000 (03:30 +0100)]
Made default Stack Overflow hook fail if configASSERT is defined
I beleive that the default implementation should fail if the user defines configASSERT. I believe this is a reasonable addition, given the fact configCHECK_FOR_STACK_OVERFLOW is already enabled by default. I hope it could save someone a lot of headache - as it happened to me when I overlooked my stack overflowing.
Vladimir Umek [Tue, 24 Sep 2019 07:28:02 +0000 (09:28 +0200)]
Introduced header to cope with the environment (device, tool, configuration) specifics (#35).
Vladimir Umek [Mon, 23 Sep 2019 11:45:07 +0000 (13:45 +0200)]
- Removed Cortex-A example.
Vladimir Umek [Mon, 23 Sep 2019 11:43:04 +0000 (13:43 +0200)]
- Added osMemoryPool functions.
Vladimir Umek [Mon, 23 Sep 2019 06:51:47 +0000 (08:51 +0200)]
vApplicationGetIdleTaskMemory and vApplicationGetTimerTaskMemory set as weak with local static memory
Vladimir Umek [Tue, 18 Jun 2019 04:56:24 +0000 (06:56 +0200)]
Merge pull request #34 from syvotouf/develop
osEventFlagsWait: Fix flag comparison
David Ĺ afrata [Mon, 17 Jun 2019 08:32:33 +0000 (10:32 +0200)]
osEventFlagsWait: Fix flag comparison
Fixed group flags comparison, when waiting on all flags (osFlagsWaitAll)
Previous implementation invokes fail every time, when other flags (those, we don't wait for) are set
This fix only compares flags specified to wait for, as API docs suggests
Vladimir Umek [Fri, 7 Jun 2019 05:26:19 +0000 (07:26 +0200)]
Updated pack to FreeRTOS V10.2.1
Vladimir Umek [Thu, 30 May 2019 06:37:30 +0000 (08:37 +0200)]
Corrected osThreadGetStackSpace return value (bytes instead of words) #32
Robert Rostohar [Fri, 12 Apr 2019 09:21:12 +0000 (11:21 +0200)]
Merge branch 'develop'
Vladimir Umek [Fri, 12 Apr 2019 09:12:17 +0000 (11:12 +0200)]
Bundle condition removed
Robert Rostohar [Fri, 12 Apr 2019 07:46:51 +0000 (09:46 +0200)]
Updated pdsc after release (development version).
Robert Rostohar [Fri, 12 Apr 2019 07:27:03 +0000 (09:27 +0200)]
Minor update in release notes
Robert Rostohar [Fri, 12 Apr 2019 07:09:55 +0000 (09:09 +0200)]
Doc: Updated documentation for release 10.2.0
Robert Rostohar [Fri, 12 Apr 2019 07:05:42 +0000 (09:05 +0200)]
Merge branch 'develop'
Vladimir Umek [Fri, 12 Apr 2019 06:47:02 +0000 (08:47 +0200)]
Documentation and config fix
Vladimir Umek [Fri, 12 Apr 2019 06:25:49 +0000 (08:25 +0200)]
Release date added
Vladimir Umek [Fri, 12 Apr 2019 06:17:53 +0000 (08:17 +0200)]
Pack version 10.2.0, CMSIS 5.4.0 or higher required.
Vladimir Umek [Fri, 12 Apr 2019 05:51:45 +0000 (07:51 +0200)]
Fixed minor details
Vladimir Umek [Thu, 11 Apr 2019 14:30:52 +0000 (16:30 +0200)]
Fixed support for IAR
Vladimir Umek [Thu, 11 Apr 2019 09:03:58 +0000 (11:03 +0200)]
"Secure Only" config option added for Armv8M port
Vladimir Umek [Thu, 11 Apr 2019 07:16:35 +0000 (09:16 +0200)]
Identified problems fixed
Vladimir Umek [Wed, 10 Apr 2019 12:33:30 +0000 (14:33 +0200)]
Update README.md
Vladimir Umek [Wed, 10 Apr 2019 12:09:35 +0000 (14:09 +0200)]
Pack update for FreeRTOS V10.2.0
- Introduced Core component variants
- Configuration updated
- Added TrustZone component and secure/non-secure example
Vladimir Umek [Mon, 8 Apr 2019 12:48:31 +0000 (14:48 +0200)]
Sources updated to FreeRTOS 10.2.0
Vladimir Umek [Mon, 8 Apr 2019 12:43:16 +0000 (14:43 +0200)]
Demo examples updated.
Vladimir Umek [Mon, 8 Apr 2019 12:28:51 +0000 (14:28 +0200)]
RTOS1 identifier (#24) and osPoolDef compiler error (#25) fixed.
Vladimir Umek [Thu, 7 Mar 2019 09:59:03 +0000 (10:59 +0100)]
- Build Event Recorder setup function conditionally.
- Fix build issues for Cortex-A profile.
Vladimir Umek [Thu, 21 Feb 2019 08:38:10 +0000 (09:38 +0100)]
Added details about Event Recorder configuration (documentation)
Vladimir Umek [Thu, 21 Feb 2019 06:14:37 +0000 (07:14 +0100)]
Merge pull request #20 from poofyOwl/develop
there was an extra ')'... caused build to fail
Stavroula Theophanous [Wed, 20 Feb 2019 20:17:57 +0000 (12:17 -0800)]
there was an extra ')'... caused build to fail
Vladimir Umek [Wed, 6 Feb 2019 08:00:21 +0000 (09:00 +0100)]
Merge pull request #19 from CppBaddy/CppBaddy-osDelayUntil-patch
Fixes to osDelayUntil
CppBaddy [Wed, 6 Feb 2019 07:37:39 +0000 (23:37 -0800)]
Set error state if no delay or already expired
CppBaddy [Wed, 6 Feb 2019 03:12:35 +0000 (19:12 -0800)]
Fixes to osDelayUntil
This fix addresses two use cases:
1. FreeRTOS debug build assert when pass zero as a second parameter to vTaskDelayUntil.
2. Very very long delay if we pass in target tick which already has expired (in a past)
Vladimir Umek [Fri, 1 Feb 2019 06:45:03 +0000 (07:45 +0100)]
- ARM standard C library interface updated
- EvrFreeRTOSSetup: reset option added
Vladimir Umek [Wed, 9 Jan 2019 12:40:09 +0000 (13:40 +0100)]
Added heap override and customization options when using heap_5 variant.
Vladimir Umek [Tue, 8 Jan 2019 12:54:02 +0000 (13:54 +0100)]
Native FreeRTOS requires explicit EvrFreeRTOSSetup call to apply Event Recorder configuration.
Vladimir Umek [Tue, 8 Jan 2019 12:44:31 +0000 (13:44 +0100)]
Updated documentation (Event Recorder configuration).
Vladimir Umek [Wed, 19 Dec 2018 13:36:02 +0000 (14:36 +0100)]
Merge pull request #18 from davidskeck/develop
Title name fixed
Vladimir Umek [Wed, 19 Dec 2018 13:26:42 +0000 (14:26 +0100)]
Added Event Recorder configuration and enhanced debug capabilities
Vladimir Umek [Wed, 19 Dec 2018 13:22:49 +0000 (14:22 +0100)]
Added missing files (Demo examples)
Vladimir Umek [Wed, 19 Dec 2018 12:21:07 +0000 (13:21 +0100)]
FreeRTOS Component View: corrected linked list processing
Vladimir Umek [Wed, 5 Dec 2018 08:56:40 +0000 (09:56 +0100)]
osKernelGetSysTimerCount updated with more robust solution
Vladimir Umek [Wed, 5 Dec 2018 07:30:18 +0000 (08:30 +0100)]
Updated to FreeRTOS V10.1.1
Fixed minor issues in CMSIS RTOS2 wrapper
David Keck [Tue, 2 Oct 2018 15:50:14 +0000 (11:50 -0400)]
This is a FreeRTOS header, not RTX.
Vladimir Umek [Thu, 6 Sep 2018 05:25:59 +0000 (07:25 +0200)]
Merge pull request #15 from TTornblom/develop
IAR: Add support for IAR
TTornblom [Wed, 5 Sep 2018 06:49:59 +0000 (08:49 +0200)]
IAR: Add support for IAR
Vladimir Umek [Wed, 27 Jun 2018 05:08:01 +0000 (07:08 +0200)]
Updated to CMSIS RTOS2 API 2.1.3
Vladimir Umek [Wed, 13 Jun 2018 08:27:27 +0000 (10:27 +0200)]
Merge pull request #13 from shaper-street/develop
Fix for issue #12 verified. Many thanks for the
Stephen Street [Tue, 12 Jun 2018 18:04:24 +0000 (11:04 -0700)]
osEventFlagsSet in correctly handles status return from xEventGroupSetBitsFromISR
Vladimir Umek [Tue, 13 Mar 2018 07:38:18 +0000 (08:38 +0100)]
Corrected osDelayUntil implementation (#10)
Jonatan Antoni [Thu, 22 Feb 2018 11:10:10 +0000 (12:10 +0100)]
Doc: Updated documentation for release 10.0.1
Jonatan Antoni [Thu, 22 Feb 2018 11:05:15 +0000 (12:05 +0100)]
Merge remote-tracking branch 'remotes/origin/develop'
Joachim Krech [Wed, 21 Feb 2018 15:34:34 +0000 (16:34 +0100)]
updated to PACK.xsd from CMSIS.5.3.0
Jonatan Antoni [Tue, 20 Feb 2018 10:58:08 +0000 (11:58 +0100)]
Pack: Update PSDC and changelog for 10.0.1 release.
Vladimir Umek [Mon, 19 Feb 2018 06:22:54 +0000 (07:22 +0100)]
Compiler warning statement fixed
Vladimir Umek [Thu, 1 Feb 2018 07:03:57 +0000 (08:03 +0100)]
Updated config files
Jonatan Antoni [Fri, 26 Jan 2018 13:49:23 +0000 (14:49 +0100)]
Added pack manifest file for building pack on CMSIS-Jenkins.
Vladimir Umek [Fri, 26 Jan 2018 07:49:43 +0000 (08:49 +0100)]
Updated to FreeRTOS V10.0.1
Christopher Seidl [Tue, 9 Jan 2018 15:20:54 +0000 (16:20 +0100)]
Changed documentation according to the latest Arm branding guidelines.
Vladimir Umek [Tue, 5 Dec 2017 10:44:31 +0000 (11:44 +0100)]
Debug awareness enhanced (CMSIS:RTOS2:FreeRTOS component)
Vladimir Umek [Wed, 29 Nov 2017 11:14:07 +0000 (12:14 +0100)]
Updated to OS Tick API 1.0.1
Vladimir Umek [Mon, 27 Nov 2017 13:12:26 +0000 (14:12 +0100)]
Fixed context switch response latency for API calls from ISR
Vladimir Umek [Mon, 6 Nov 2017 10:15:51 +0000 (11:15 +0100)]
Updated to CMSIS RTOS2 API 2.1.2
Jonatan Antoni [Fri, 11 Aug 2017 15:24:39 +0000 (17:24 +0200)]
Update pdsc and readme after release.
Jonatan Antoni [Fri, 11 Aug 2017 15:16:57 +0000 (17:16 +0200)]
Updated documentation for release.
Jonatan Antoni [Fri, 11 Aug 2017 15:16:24 +0000 (17:16 +0200)]
Merge branch 'develop'
# Conflicts:
# ARM.CMSIS-FreeRTOS.pdsc
Jonatan Antoni [Fri, 11 Aug 2017 15:08:59 +0000 (17:08 +0200)]
Updated FreeRTOS CMSIS-RTOS2 config file version to 10.0.0 because it received a major (breaking) change since 9.0.0.
Jonatan Antoni [Fri, 11 Aug 2017 14:52:29 +0000 (16:52 +0200)]
Set final release date.
Jonatan Antoni [Fri, 11 Aug 2017 14:29:21 +0000 (16:29 +0200)]
Updated all example project to reference latest component versions.
Daniel Brondani [Fri, 11 Aug 2017 13:32:09 +0000 (15:32 +0200)]
Removed vApplicationIRQHandler from system_ARMCA9.c files in examples.
Daniel Brondani [Fri, 11 Aug 2017 13:30:11 +0000 (15:30 +0200)]
Fixed osThreadFlagsSet to return the flags value after setting it.
SDCMSIS-634
Jonatan Antoni [Fri, 11 Aug 2017 11:34:06 +0000 (13:34 +0200)]
Updated documentation history and version for release 9.1.0
Jonatan Antoni [Fri, 11 Aug 2017 09:47:55 +0000 (11:47 +0200)]
Fixed CMSIS-FreeRTOS integration for Cortex-A.
Daniel Brondani [Thu, 10 Aug 2017 15:49:16 +0000 (17:49 +0200)]
Fixed board names of Cortex-A examples.
Removed tabs from PDSC file.
Jonatan Antoni [Thu, 10 Aug 2017 08:32:16 +0000 (10:32 +0200)]
Update PDSC for Release 9.0.1
Updated revision history.
Updated all examples.
Added Blinky example for Cortex-A9 with AC6.
Jonatan Antoni [Fri, 10 Mar 2017 14:30:38 +0000 (15:30 +0100)]
Added support for ARM Compiler 6.
Daniel Brondani [Thu, 10 Aug 2017 08:00:22 +0000 (10:00 +0200)]
Added missing include os_tick.h
Vladimir Umek [Wed, 5 Jul 2017 07:00:31 +0000 (09:00 +0200)]
Updated Blinky for Cortex-A to use IRQ Controller API
Vladimir Umek [Wed, 5 Jul 2017 05:00:54 +0000 (07:00 +0200)]
Merge pull request #5 from JohannesTrageser/patch-1
Update cmsis_os2.c
JohannesTrageser [Mon, 3 Jul 2017 20:54:33 +0000 (22:54 +0200)]
Update cmsis_os2.c
FreeRTOS allocates 4 Times more Stack for its Threads than Keil RTX because FreeRTOS uses Stack Size in numbers of StackType_t, which is defined as uint32_t in portmacro.h and Keil RTX and the CMSIS API use Stack Size in Bytes.
Vladimir Umek [Wed, 14 Jun 2017 12:42:26 +0000 (14:42 +0200)]
Added support for OS Tick and updated examples
Daniel Brondani [Thu, 13 Apr 2017 14:11:53 +0000 (16:11 +0200)]
Updated Blinky CA9 FVP example
Christopher Seidl [Thu, 23 Mar 2017 09:51:04 +0000 (10:51 +0100)]
Added configuration documentation for native and CMSIS-RTOS2 variants.
Christopher Seidl [Wed, 22 Mar 2017 15:19:29 +0000 (16:19 +0100)]
Updated examples with Event Recorder functionality, running in simulation.
Christopher Seidl [Mon, 20 Mar 2017 08:58:43 +0000 (09:58 +0100)]
Refined documentation w.r.t. the usage of Event Recorder.
Vladimir Umek [Mon, 13 Mar 2017 13:39:41 +0000 (14:39 +0100)]
Debug event TaskIncrementTick level set to Detail
Reinhard Keil [Mon, 13 Mar 2017 13:13:06 +0000 (14:13 +0100)]
Update README.md
Reinhard Keil [Mon, 13 Mar 2017 13:11:53 +0000 (14:11 +0100)]
Update README.md
Reinhard Keil [Mon, 13 Mar 2017 13:10:41 +0000 (14:10 +0100)]
Update readme.txt
Joachim Krech [Mon, 13 Mar 2017 09:50:25 +0000 (10:50 +0100)]
renamed Docs to docs