登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 年度开源项目评选结果正式揭晓,速戳👉
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
1
Fork
0
bellstudio
/
CMSIS-FreeRTOS
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v11.2.0
FreeRTOS 11.2.0 Updates and bugfixes: - Added automatic TrustZone domain detection using Dtz and Dsecure tags (use Cortex-M and Cortex-M MPU variants) - Added MPU support for Cortex v8M without TrustZone or TrustZone Disabled/Secure-only/Secure - Added default configASSERT implementation to FreeRTOSConfig.h - Corrected osKernelLock, osKernelUnlock and osKernelRestoreLock to support nested calls - Corrected Cortex-M35P selection instead of M33 issue when using IAR toolchain - Updated examples to use CMSIS-Toolbox 2.8.0
c7e7294
2025-04-25 15:37
下载
v11.2.0-dev
Active development for CMSIS-FreeRTOS 11.2.0
2809926
2025-03-10 20:25
下载
v11.1.0
FreeRTOS 11.1.0 Updates and bugfixes: - Add Cortex-M0plus MPU port - Remove dependency on Device:Startup component
0bb666c
2024-04-24 15:12
下载
v11.1.0-dev
Active development for CMSIS-FreeRTOS 11.1.0
221069b
2024-04-22 17:28
下载
v11.0.1
FreeRTOS 11.0.1 Updates and bugfixes: - Add support for processor affinity to CMSIS-RTOS2 wrapper - Add symmetric multiprocessing configuration options to FreeRTOSConfig.h - Add memory allocation configuration options to FreeRTOSConfig.h - Corrected task priority mapping, FreeRTOS priority is now osPriority_t-1 - CMSIS-RTOS2 requires CMSIS:OS Tick component - Drop support for Arm Compiler 5 - Drop support for CMSIS-RTOS1 API
68d99b6
2024-04-15 15:03
下载
v11.0.1-dev
Active development for CMSIS-FreeRTOS 11.0.1
4c2983f
2024-03-07 21:43
下载
v10.5.1
FreeRTOS 10.5.1 Updates and bugfixes: - Disable Arm Standard C library mutex acquire/release when using stdio streams from interrupt - Corrected osThreadGetState to return osThreadError when called for a thread previously terminated with osThreadTerminate - Corrected osEventFlagsSet return value when called from ISR - Corrected osEventFlagsWait to return osFlagsErrorParameter when called from ISR with non-zero timeout - Corrected osTimerStart to return osErrorParameter when ticks argument equals zero - Corrected SysTick_Handler and osKernelGetSysTimerCount to cope with tickless idle implementation - Re-enable interrupts after mutex create in C lib stream protection initialization
d213f26
2022-11-30 22:34
下载
v10.4.6
FreeRTOS 10.4.6 Updates and bugfixes: - Updated osSemaphoreGetCount to use uxSemaphoreGetCountFromISR instead of uxQueueMessagesWaitingFromISR - Correct typecasting of argument usStackDepth for xTaskCreate in function osThreadNew (#51) - Fix mutex allocation for Arm Standard C library and allow it only when the kernel is running
943dc06
2021-11-16 16:36
下载
v10.4.3
FreeRTOS 10.4.3 Updates and bugfixes: - Corrected timeout handling in osThreadFlagsWait (#50) - Enable full static memory allocation for timer object (#48) - Fix vQueueAddToRegistry function call issue when arguments are NULL (#49) - Added workaround for xEventGroupClearBitsFromISR no yield problem - Added FreeRTOS kernel state check to osKernelInitialize and osKernelState - Make source code more verbose with documented limitations (#41) - Fix osMemoryPoolNew expression use (#42)
0a1cf28
2021-09-28 19:02
下载
v10.3.1
FreeRTOS 10.3.1 Maintenance for CMSIS 5.7.0: - Enhanced kernel configuration handling and checking when using CMSIS-RTOS2 API - Added CMSIS-RTOS2 Blinky example for IAR using EWARM simulator - Modified pack description to avoid component identification issues
677bb7f
2020-04-30 17:51
下载
v10.3.0
FreeRTOS 10.2.1 Maintenance for CMSIS 5.4.0: - Added osMemoryPool functions using FreeRTOS - Corrected osEventFlagsWait flag comparison when using osFlagsWaitAll - Corrected osThreadGetStackSpace return value (bytes instead of words) - Removed Cortex-A examples (available in device specific packs)
202d477
2019-12-04 15:19
下载
v10.2.0
FreeRTOS 10.2.0 Maintenance for CMSIS 5.4.0: - Updated to CMSIS RTOS2 API 2.1.3 - Updated Arm standard C library interface - Added configuration for the Event Recorder - Added TrustZone example for Armv8M using RTOS2 API - Enhanced FreeRTOS component viewer - Corrected osDelayUntil execution duration - Corrected SysTick_Handler execution when kernel is not started - Corrected critical section for osKernelGetSysTimerCount
eaec536
2019-04-12 17:21
下载
v10.0.1
FreeRTOS 10.0.0 Maintenance for CMSIS 5.3.0: - Added queue registry support to CMSIS:RTOS2:FreeRTOS component. - Updated CMSIS-FreeRTOS component view to display queue, mutex and semaphore objects. - Updated to CMSIS RTOS2 API 2.1.2 and OS Tick API 1.0.1. - Fixed context switch response latency for API calls from ISR.
fcb817a
2018-02-20 18:58
下载
v9.1.0
FreeRTOS 9.0.0 Maintenance release for CMSIS 5.1.0: - Added support for ARM Compiler 6 - Updated Cortex-A example to use IRQ Controller component - Corrected stack size allocation in RTOS2 osThreadNew function - Added support for OS Tick component - Added documentation for configuration options (native/CMSIS-RTOS2) - Debug event TaskIncrementTick level set to Detail
8ecae4c
2017-08-11 23:16
下载
v9.0.0
Initial release version: - native FreeRTOS component (RTOS: Variant=FreeRTOS) - CMSIS-RTOS FreeRTOS for Cortex-M and Cortex-A9 (CMSIS:RTOS:FreeRTOS, CMSIS:RTOS2:FreeRTOS)
156a2c0
2017-03-13 17:50
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/bellstudio/CMSIS-FreeRTOS.git
git@gitee.com:bellstudio/CMSIS-FreeRTOS.git
bellstudio
CMSIS-FreeRTOS
CMSIS-FreeRTOS
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册