CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程

文件名称:stm32l152_ucos3-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-08-11
  • 文件大小:
    1.07mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

很高兴终于完成了uC/OS-II嵌入式系统的翻译并移植到stm32中,翻译从2015年10月15日开始到2015年11月3日为止,共20天时间,平均每天5个小时。本想将uC/OS-III函数的API部分也翻译的,但毕竟考研更甚于爱好,我得为2016年1月的考研做准备呀~~。-Very nice to finally complete the translation uC/OS-II embedded systems and migrate to stm32, the translator 15 October 2015 until the beginning of November 3, 2015, a total of 20 days, an average of five hours a day. Wanted to uC/API function section OS-III also translated, but that something was even more in love, I have to do to prepare for the Graduate January 2016 ah ~ ~.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

stm32l152_ucos3-master/.gitignore
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/Atollic/core_cm3.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/Atollic/core_cmFunc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/Atollic/core_cmInstr.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/Atollic/cstartup.s
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/bsp.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/bsp.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/bsp_int.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/bsp_periph.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/IAR/cstartup.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/IAR/STM32L1xx_FLASH.icf
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/KeilMDK/cstartup.s
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/OS/uCOS-III/bsp_os.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/OS/uCOS-III/bsp_os.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/misc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_adc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_aes.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_comp.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_crc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_dac.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_dbgmcu.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_dma.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_exti.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_flash.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_fsmc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_gpio.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_i2c.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_iwdg.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_lcd.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_opamp.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_pwr.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_rcc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_rtc.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_sdio.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_spi.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_syscfg.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_tim.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_usart.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/inc/stm32l1xx_wwdg.h
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/misc.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_adc.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_aes.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_aes_util.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_comp.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_crc.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_dac.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_dbgmcu.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_dma.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_exti.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/stm32l1xx_flash.c
stm32l152_ucos3-master/Micrium/Software/EvalBoards/ST/STM32L152-EVAL/BSP/ST/STM32L1xx/src/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭