CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 裸机

搜索资源列表

  1. Baremetal-tutorial

    0下载:
  2. itop4412精英版的裸机开发手册,包含几个简单的例子,对于新手开发裸机很有用。-Itop4412 elite version of the bare metal development manual, contains a few simple examples, very useful for novice developers to bare metal.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:466501
    • 提供者:陈坤
  1. beep

    0下载:
  2. itop4412精英版开发板裸机开发例子,对于刚开始接触ARM的很有帮助。-Itop4412 Elite Edition bare board development examples, very helpful for just getting started with ARM.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:4136
    • 提供者:陈坤
  1. led

    0下载:
  2. itop4412开发板裸机开发小例子,关于LED的,对于新手很有用。-Itop4412 bare board small example of LED, very useful for the novice.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:4317
    • 提供者:陈坤
  1. Friendly-ARM-210-NoOS-programasrc

    1下载:
  2. 友善之臂tiny210裸机程序,包含各种例程及源代码。-Friendly arm tiny210 bare metal program contains various routines and source code.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-27
    • 文件大小:9240305
    • 提供者:zhangjx
  1. CC26XX-for-IAR

    0下载:
  2. TI最新发布的CC26XX,ARM内核低功耗蓝牙系列,本例程有三个需要配合TI官方的协议栈使用。其中有一个为裸机编程,不需要使用协议栈,只提供简单的程序,如 点亮LED,蜂鸣器及配置好oled显示器——可用做裸机开发示范。-TI recently released CC26XX, ARM core low-power Bluetooth series, this routine has three official needs with TI' s protocol stack to us
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-07
    • 文件大小:17820672
    • 提供者:刘悦
  1. 01lcd_font

    0下载:
  2. 针对友善之臂4412开发板裸机下操作LCD显示驱动,注:Lcd的背光默认没有开启,可以通过先加载linux内核来开启背光,然后按reset键重启进入u-boot来运行自己的程序;-Note 4412: Lcd s default backlight is not turned on, you can first load the linux kernel to open the backlight, and then press the reset key to restart into the
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:14680
    • 提供者:罗姆
  1. ZigBee

    0下载:
  2. 主要说了ZIGBEE CC2530 方面的设计。从头到尾。从裸机到基于ZSTACK的设计和例程。-Mainly said ZIGBEE CC2530 aspects of the design. From beginning to end. From bare metal to ZSTACK-based design and routines.
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:905736
    • 提供者:Bo Jiang
  1. clock

    0下载:
  2. 基于s3c2451的裸机电子相册程序,里面包含字库的编写-s3c2451
  3. 所属分类:SCM

    • 发布日期:2017-05-24
    • 文件大小:7188420
    • 提供者:蒋韩
  1. stm32f4test_LCD

    0下载:
  2. stm32f4单片机裸机开发,其中的LCD的驱动及显示程序,包括串口和温湿度传感器。-Stm32f4 bare metal development, drive and display program the LCD, including the serial port and the temperature and humidity sensor.
  3. 所属分类:SCM

    • 发布日期:2017-05-26
    • 文件大小:8642571
    • 提供者:张文
  1. tyni6410_dm9000

    0下载:
  2. tiny6410 裸机DM9000网卡驱动,并且移植号了tftp客户端和arp协议,可以通过tftp下载linux内核,并通过bootm命令启动内核。-Tiny6410 bare metal DM9000 network card driver, and transplantation of the tftp client and arp protocol, you can download linux kernel through tftp, and bootm command to star
  3. 所属分类:Driver develop

    • 发布日期:2017-05-05
    • 文件大小:66690
    • 提供者:陈海兵
  1. tyni6410_lcd

    0下载:
  2. tiny6410 LCD裸机驱动,实现了画点,画线,画圆等函数,学习裸机驱动的好资料- Tiny6410 LCD bare-metal drive, to achieve the painting points, draw lines, draw a circle and other functions, to learn good information on bare-metal
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-05
    • 文件大小:59151
    • 提供者:陈海兵
  1. 8th_clock

    0下载:
  2. qt6410时钟控制源代码,裸机的运行驱动,对于学习arm开发的很有帮助- Qt6410 clock control source code, the operation of bare-driven, useful for learning arm development
  3. 所属分类:Driver develop

    • 发布日期:2017-05-05
    • 文件大小:4695
    • 提供者:robertbrown
  1. key_led

    0下载:
  2. 基于卫东山老师TQ2440裸机程序改编,用于按键控制led灯,亲测可用,自己编的代码,如有错误请指正。-Based on TQ2440 bare metal programming, key control for the led lights, pro-test available, their code, if wrong, please correct me.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:哈哈哈
  1. i2c

    0下载:
  2. 基于卫东山老师改编的i2c裸机程序,亲测正常可用,如有不对之处,请指教-Based on Wei Dongshan teacher adapted i2c bare metal procedures, pro-test normally available, if there is wrong, please advise
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-05
    • 文件大小:36751
    • 提供者:哈哈哈
  1. uart

    0下载:
  2. 基于卫东山老师的tq2440裸机串口收发数据程序改编,不对之处请指教。-Based on Wei Dongshan teacher tq2440 bare metal serial transceiver program data adaptation, please advise the wrong place.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-05
    • 文件大小:5026
    • 提供者:哈哈哈
  1. Huawei-programming-layout-ideas

    0下载:
  2. 实用的编程排版思路,适用于硬件工程师的裸机程序开发,简单明了的排版思路!-Layout of practical programming ideas, applicable to bare-metal hardware engineer program development, simple and clear layout ideas!
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:63259
    • 提供者:Wang
  1. STM32F107-TCP

    0下载:
  2. STM32F107 TCP客户端收发数据实验(裸机)-STM32F107 TCP client send and receive data experiment (bare metal
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-25
    • 文件大小:8090746
    • 提供者:牛红光
  1. example

    0下载:
  2. 操作系统概念实验1,设计引导程序,在裸机上显示一串字符串-Operating System
  3. 所属分类:OS Develop

    • 发布日期:2017-12-12
    • 文件大小:722
    • 提供者:钟思根
  1. tanshe

    0下载:
  2. 操作系统概念实验教程1,在裸机上通过操作现存来显示字符串在屏幕上-Operating System Concepts Experimental Course 1, by operating on the bare metal to an existing string displayed on the screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:钟思根
  1. s3c2416

    0下载:
  2. s3c2416裸机开发,从最基本的编译环境,到各个外设的驱动编写,深入到rtos,嵌入式gui, 文件系统,网络协议等等中间件的移植及应用-S3c2416 bare metal development, the most basic compiler environment, to the preparation of the various peripherals drive, into the rtos, embedded gui, file system, network protoco
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-12
    • 文件大小:9966592
    • 提供者:黄天
« 1 2 ... 36 37 38 39 40 4142 43 44 »
搜珍网 www.dssz.com