搜索资源列表
ADSucos_lib
- 在移植成功ucos核的基础上扩充了该操作系统的许多没有功能。如文件系统,tcp/ip协议栈,GUI等,非常实用。也是前面前几个源码所用库文件的源码程序。-success of the transplant OUT nuclear expansion on the basis of the operating system's many functional. If the file system, tcp / ip protocol stack, the GUI, is very pra
DSP28xx_headers
- 为上海交通大学TI实验室自制2812评估板的外设库、头文件及存储加载文件,可作为开发基础模板,也可与例程配合使用。-Shanghai Jiaotong University for the TI laboratory-made 2812 the Treasury Board of peripherals, header files and storage to load documents, can be used as the basis for the development of temp
FOSS_STM32
- STM32 2.0版本的一些库文件,可以直接调用函数,不需要基础程序-STM32 2.0 version of some libraries, you can directly call the function, not the basis of procedures
msp430basic-routine-program-library
- 430所有基础例程程序库文件,msp430单片机内部程序源资料,可移植性强,C语言编写,包括中断嵌套程序,异步串行通信程序(空闲模式多机通信)基本定时器程序,行列式键盘,程序捕获脉冲信号周期程序,PWM输出程序,PWM输出程序,ADC12单通道和序列通道多次转换程序,FLASH擦写程序,LCD模块程序,比较器A电阻值测量程序,基本定时器程序,FLL+锁频环程序-430 all basic routines program libraries, msp430 microcontroller int
MSP-430-x14x
- msp430库文件,用于IAR软件的使用,是430单片机运行的基础-msp430 library files for IAR software use, is the basis of 430 single run
01.SEED_DEC28335
- 28335源程序包括基础头文件,源文件,库文件-28335 source
stm32_startupfile
- 这是我们修改后的STM32F40x和STM32F41x系列的共用启动文件。 在官方启动文件的基础上,主要增加了使能STM32F4的硬件浮点运算功能、设置Heap_Size为0、禁止了SystemInit函数的调用。 对于寄存器版本的例程,我们可以直接使用startup_stm32f40_41xxx.s这个文件。对于库函数版本,如果你想在汇编里面调用SystemInit函数,则只需取消对SystemInit函数的屏蔽即可。 -stm32 startup file
evmDM642
- dm642 片内支持文件 包含基础C文件和编译后的库文件使用CCS3.3环境 TI官方程序包含其他系列dsp支持库文件-dm642 chip support library files within the file that contains basic file and compiled C CCS3.3 environment using TI official program includes other series dsp support library files
AVR_xuexi
- AVR 开发宝典 开发中不可或缺的基础库函数文件 加以学习会有较大提高-AVR development collection development is an integral part of the basic function of the document to learn will be greatly improved
UNIX-Advanced-programming
- 详细讲解了从c高级 linux基础 文件 标准库 目录结构 进程 线程 以及进程线程间的通信 终端 数据库等知识,中文版-Detailed account of knowledge senior c linux standard library directory file structure based interprocess communication terminal threads and process threads, etc.
Linux
- Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌
library
- STC 单片机 基础库, 包含大多数寄存器操作。(STC mcu basic libary)
CT117E-8th 蓝桥杯嵌入式 官网范例程序3
- stm32入门范例程序,配套开发板CT117E,内含:RTC,蜂鸣器,LCD显示图片以及stm32库文件,是学习stm32的基础与实用程序,keil编译