]> begriffs open source - cmsis-freertos/history - CMSIS
Combine Arm Compiler 6 and GCC conditions (#135)
[cmsis-freertos] / CMSIS /
2025-04-08 Vladimir UmekUpdate FreeRTOSConfig.h (#134)
2025-03-27 Vladimir UmekRemove output-dirs specification and update launch...
2025-03-27 Vladimir UmekUpdate examples to use latest tools
2025-03-11 Vladimir UmekSupport nesting osKernelLock, osKernelUnlock and osKern...
2025-03-06 Vladimir UmekReplaced references to CMSIS-Toolbox (#128)
2024-11-25 Vladimir UmekUpdate example projects
2024-08-19 Patrik KLUBADo not blindly restore lock state, but depend on the...
2024-04-24 Vladimir UmekCMSIS-FreeRTOS 11.1.0 v11.1.0
2024-04-10 Vladimir UmekUpdate launch configuration for Keil Studio extensions
2024-04-10 Vladimir UmekUpdate FreeRTOS configuration
2024-04-10 Vladimir UmekFix RTOS2 priority value mapping (#96)
2024-04-05 Vladimir UmekRework examples to use csolution layers (#95)
2024-03-28 Vladimir UmekConnect traceENTER and traceRETURN trace events to...
2024-03-28 Vladimir UmekCorrect C lib hooks implementation for Cortex-A profile
2024-03-19 Vladimir UmekAdd support for processor affinity to CMSIS-RTOS2 wrapper
2024-03-13 Vladimir UmekAdd memory allocation configuration options to FreeRTOS...
2024-03-08 Vladimir UmekRemove uxSemaphoreGetCountFromISR function macro
2024-03-08 Vladimir UmekRemove SVCall priority setup
2024-03-08 Vladimir UmekUpdate standard C library hooks
2024-03-08 Vladimir UmekDrop support for CMSIS-RTOS1 API
2024-03-08 Vladimir UmekCMSIS-RTOS2 requires CMSIS:OS Tick component
2024-03-08 Lukasz KasperowiczTask should be not blocked if flag which are we waiting...
2023-11-06 Vladimir UmekEnable os*GetName function calls from interrupt (CMSIS...
2023-09-22 Vladimir UmekAdd support for CMSIS-View EventRecorder (#83)
2023-09-05 Vladimir UmekUpdates for FreeRTOS-Kernel v10.6.1
2023-07-24 Vladimir UmekFix osThreadResume to unblock any thread, regardless...
2023-01-11 Vladimir UmekCorrected osKernelGetSysTimerCount not to call __disabl...
2022-11-30 Thomas TörnblomIAR: Change project type to CMSIS (#61) v10.5.1
2022-11-24 Vladimir UmekCorrected SysTick_Handler and osKernelGetSysTimerCount...
2022-11-24 Vladimir UmekUpdate component versions (consistency)
2022-11-23 Vladimir UmekUpdate examples:
2022-11-23 Vladimir UmekAdd configENABLE_MVE to FreeRTOSConfig.h
2022-09-28 Vladimir UmekMerge branch 'develop'
2022-09-28 Vladimir UmekDisable Arm Standard C library mutex acquire/release...
2022-04-14 Vladimir UmekCorrect osThreadGetState to return osThreadError when...
2022-04-11 Vladimir UmekUpdates and bugfixes:
2022-04-11 Vladimir UmekRe-enable interrupts after mutex create in C lib stream...
2021-11-16 Vladimir UmekMerge branch 'develop' v10.4.6
2021-11-16 Vladimir UmekUpdated pack to FreeRTOS 10.4.6
2021-10-26 Vladimir UmekCorrect incorrect typecasting of argument usStackDepth...
2021-10-12 Vladimir UmekAllow standard C library mutex allocation only when...
2021-09-28 Vladimir UmekMerge branch 'CMSIS_FreeRTOS_10.4.3'
2021-08-23 Vladimir UmekUpdated pack to FreeRTOS 10.4.4
2021-07-07 Vladimir UmekCorrected timeout handling in osThreadFlagsWait (#50)
2021-06-01 Vladimir UmekUpdated pack to FreeRTOS 10.4.3
2021-05-20 Vladimir UmekEnable full static memory allocation for timer object...
2021-05-17 Vladimir UmekFix vQueueAddToRegistry function call issue when argume...
2020-10-19 Vladimir UmekUpdated pack to FreeRTOS 10.4.1
2020-08-19 Vladimir UmekFix xEventGroupClearBitsFromISR not yielding after...
2020-06-22 Vladimir UmekCheck kernel state in osKernelInitialize.
2020-06-22 Vladimir UmekMake source code more verbose with documented limitatio...
2020-06-15 Vladimir UmekPrevent osKernelStart to be called again if FreeRTOS...
2020-06-09 Vladimir UmekAdded configASSERT(0) call into the default Malloc...
2020-06-09 Vladimir UmekReplace IS_IRQ macro with function IRQ_Context.
2020-06-01 Vladimir UmekFix osMemoryPoolNew expression use (#42)
2020-04-30 Vladimir UmekFixed pack version
2020-04-30 Vladimir UmekUpdated versions and consolidated revision history.
2020-04-06 Vladimir UmekEnhanced configuration handling and checking (#33)
2020-04-06 Vladimir UmekUpdated pack to FreeRTOS 10.3.1
2020-02-24 Vladimir UmekFixed potential unused parameter warnings
2020-01-21 Vladimir UmekMerge pull request #39 from TTornblom/develop
2020-01-15 TTornblomAdded Blinky example for IAR 39/head
2019-12-03 Vladimir Umek- Documentation updated (osMemoryPools, release notes)
2019-11-06 Vladimir UmekMerge pull request #37 from pvyleta/patch-1
2019-10-27 PetrMade default Stack Overflow hook fail if configASSERT... 37/head
2019-09-24 Vladimir UmekIntroduced header to cope with the environment (device...
2019-09-23 Vladimir Umek- Removed Cortex-A example.
2019-09-23 Vladimir Umek- Added osMemoryPool functions.
2019-09-23 Vladimir UmekvApplicationGetIdleTaskMemory and vApplicationGetTimerT...
2019-06-18 Vladimir UmekMerge pull request #34 from syvotouf/develop
2019-06-17 David ŠafrataosEventFlagsWait: Fix flag comparison 34/head
2019-06-07 Vladimir UmekUpdated pack to FreeRTOS V10.2.1
2019-05-30 Vladimir UmekCorrected osThreadGetStackSpace return value (bytes...
2019-04-12 Vladimir UmekDocumentation and config fix
2019-04-11 Vladimir UmekFixed support for IAR
2019-04-11 Vladimir Umek"Secure Only" config option added for Armv8M port
2019-04-11 Vladimir UmekIdentified problems fixed
2019-04-10 Vladimir UmekPack update for FreeRTOS V10.2.0
2019-04-08 Vladimir UmekRTOS1 identifier (#24) and osPoolDef compiler error...
2019-03-07 Vladimir Umek- Build Event Recorder setup function conditionally.
2019-02-21 Vladimir UmekMerge pull request #20 from poofyOwl/develop
2019-02-20 Stavroula Theophanousthere was an extra ')'... caused build to fail 20/head
2019-02-06 Vladimir UmekMerge pull request #19 from CppBaddy/CppBaddy-osDelayUn...
2019-02-06 CppBaddySet error state if no delay or already expired 19/head
2019-02-06 CppBaddyFixes to osDelayUntil
2019-02-01 Vladimir Umek- ARM standard C library interface updated
2019-01-09 Vladimir UmekAdded heap override and customization options when...
2019-01-08 Vladimir UmekNative FreeRTOS requires explicit EvrFreeRTOSSetup...
2018-12-19 Vladimir UmekMerge pull request #18 from davidskeck/develop
2018-12-19 Vladimir UmekAdded Event Recorder configuration and enhanced debug...
2018-12-19 Vladimir UmekFreeRTOS Component View: corrected linked list processing
2018-12-05 Vladimir UmekosKernelGetSysTimerCount updated with more robust solution
2018-12-05 Vladimir UmekUpdated to FreeRTOS V10.1.1
2018-10-02 David KeckThis is a FreeRTOS header, not RTX. 18/head
2018-06-27 Vladimir UmekUpdated to CMSIS RTOS2 API 2.1.3
2018-06-13 Vladimir UmekMerge pull request #13 from shaper-street/develop
2018-06-12 Stephen StreetosEventFlagsSet in correctly handles status return... 13/head
2018-03-13 Vladimir UmekCorrected osDelayUntil implementation (#10)
2018-02-01 Vladimir UmekUpdated config files
2018-01-26 Vladimir UmekUpdated to FreeRTOS V10.0.1
next