搜索资源列表
ucos-stm32-lib3.30
- 如何利用ST v3.3.0库在STM32上移植ucosII实时系统。 -HOW TO TRANSLATE UCOS ON STM32F103FX .
STM32-UCOS
- stm32 移植ucos ii详解,ucos ii 在stm32平台上的移植笔记,过程和步骤都很详细-stm32 transplant ucos ii Detailed transplantation note ucos ii stm32 platform, very detailed process and steps
10_uCOS_DEMO
- STM32 uCOS demo program
uCOSIISTM32
- STM32 uCOS操作系统移植方法,一步一步教你如何移植。-STM32 uCOS operating system migration method
build-_STM32_UCOS_
- 教你学会一步 建立arm stm32 加ucos操作系统-make you master STM32_UCOS system
stm32uCOS-II
- 零死角玩转stm32-系统篇1、uCOS-II 移植与深入实战指南-Zero dead Fun stm32-System Part 1, uCOS-II transplantation and in-depth practical guide
ucos-ii-stm32f-transplant
- ucos ii 在 stm32 上面移植的知料-ucos ii known in stm32 transplanted material above
ucos
- ucos在野火和其他开发板上的移植和深入学习,适合stm32系统初学者。-ucos in wildfires and other development board transplantation and in-depth study, stm32 system suitable for beginners.
ucOS-II-V2.86-uCGUI-3.9-DEMO
- 基于STM32的压力监控项目,配有2.8寸TFT显示屏,可以实时监控压力曲线,带有数据库功能-Based on the STM32 pressure monitoring project, with 2.8-inch TFT display, real-time monitoring of the pressure curve with database functions
UCOSII-OR-STM32
- 内含STM32 UCOS移植,ucosii在STM32上的移植详解,uCOS-II在STM32上的移植等书籍-Embedded STM32 UCOS transplant, ucosii on STM32 transplantation Detailed, uCOS-II transplantation on the STM32 books
IAR-ucos-stm32
- STM32在IAR环境中移植UCOSII说明-STM32 transplantation in IAR environment described UCOSII
100-uCOS-III-ST-STM32-002
- 100-uCOS-III-ST-STM32-002__pdf-- the latest version 2014
ucosii
- ucos移植到STM32-this a book
UE-STM32F103-uCOS-II
- 盘古UE-STM32F103开发板,STM32平台移植uCOS-II详细说明-Pangu UE-STM32F103 development board, STM32 platform migration uCOS-II Descr iption
UCOS-III-IAR-STM32
- STM32移植UCOS-III代码,移植好的完整模版-STM32 transplant UCOSII code transplant nice complete template
ucosii
- 一篇详细说明uCOSII在stm32单片机上移植过程的文章,内容非常到位详细,是stm32开发者学习uCOS必看文章-A detailed descr iption uCOSII article on stm32 SCM migration process, the content is very detailed in place, is a must-see stm32 developers to learn uCOS article
100-uCOS-III-ST-STM32-002
- 介绍UCOSIII系统的权威书籍,国外版(英文原版)-UCOSIII system to introduce the authority of books, foreign edition (English original)
STM32F1-UCOS
- 介绍基于STM32的ucosiii系统的书籍-Books on ucosiii system based on STM32
STM32_uCOS-III_basic
- STM32_uCOS-III_basic移植uCos-III至stm32-STM32_uCOS-III_basic Transplant uCos-III to stm32
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为