资源简介
嵌入式的课程设计!! 五子棋 能运行的!
代码片段和文件信息
/*
** Copyright (C) ARM Limited 2001. All rights reserved.
*/
/*
** This implements a ‘retarget‘ layer for low-level IO. Typically this
** would contain your own target-dependent implementations of fputc()
** ferror() etc.
**
** This example provides implementations of fputc() ferror()
** _sys_exit() _ttywrch() and __user_initial_stackheap().
**
** Here semihosting SWIs are used to display text onto the console
** of the host debugger. This mechanism is portable across ARMulator
** Angel Multi-ICE and embeddedICE.
**
** Alternatively to output characters from the serial port of an
** ARM Integrator Board (see serial.c) use:
**
** #define USE_SERIAL_PORT
**
** or compile with
**
** -DUSE_SERIAL_PORT
*/
#include
#include
struct __FILE { int handle; /* Add whatever you need here */};
FILE __stdout;
extern unsigned int bottom_of_heap; /* defined in heap.s */
int fputc(int ch FILE *f)
{
/* Place your implementation of fputc here */
/* e.g. write a character to a UART or to the */
/* debugger console with SWI WriteC */
return ch;
}
int ferror(FILE *f)
{ /* Your implementation of ferror */
return EOF;
}
void _sys_exit(int return_code)
{
for(;;);
}
void _ttywrch(int ch)
{
}
__value_in_regs struct __initial_stackheap __user_initial_stackheap(
unsigned R0 unsigned SP unsigned R2 unsigned SL)
{
struct __initial_stackheap config;
config.heap_base = (unsigned int)&bottom_of_heap; // defined in heap.s
// placed by scatterfile
config.stack_base = SP; // inherit SP from the execution environment
return config;
}
/*
Below is an equivalent example assembler version of __user_initial_stackheap.
It will be entered with the value of the stackpointer in r1 (as set in init.s)
this does not need to be changed and so can be passed unmodified out of the
function.
IMPORT bottom_of_heap
EXPORT __user_initial_stackheap
__user_initial_stackheap
LDR r0=bottom_of_heap
MOV pclr
*/
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 155956 2008-06-19 15:59 Exp151\Exp15.mcp
文件 3374 2008-06-19 15:59 Exp151\Exp15_Data\CWSettingsWindows.stg
文件 879 2005-04-22 09:14 Exp151\INC\BITOPS.H
文件 444 2005-04-22 09:14 Exp151\INC\DEF.H
文件 532 2005-04-22 09:14 Exp151\INC\DRV\AD.h
文件 1998 2005-04-22 09:14 Exp151\INC\DRV\can.h
文件 3784 2005-04-22 09:14 Exp151\INC\DRV\DirectDisplay.h
文件 6644 2005-04-22 09:14 Exp151\INC\DRV\display.h
文件 304 2005-04-22 09:14 Exp151\INC\DRV\EXIO.h
文件 698 2005-04-22 09:14 Exp151\INC\DRV\Figure.h
文件 1090 2005-04-22 09:14 Exp151\INC\DRV\flash.h
文件 3196 2005-04-22 09:14 Exp151\INC\DRV\IIS-S3C44B0.h
文件 127 2005-04-22 09:14 Exp151\INC\DRV\KeyBoard16.h
文件 936 2005-04-22 09:14 Exp151\INC\DRV\lcd320.h
文件 247 2005-04-22 09:14 Exp151\INC\DRV\Loadfile.h
文件 6538 2005-04-22 09:14 Exp151\INC\DRV\MCP2510.h
文件 3421 2005-04-22 09:14 Exp151\INC\DRV\OSFile.h
文件 800 2005-04-22 09:14 Exp151\INC\DRV\rtc.h
文件 887 2005-04-22 09:14 Exp151\INC\DRV\tchScr.h
文件 285 2005-04-22 09:14 Exp151\INC\DRV\Ustring.h
文件 1159 2005-04-22 09:14 Exp151\INC\DRV\zlg7289.h
文件 226 2005-04-22 09:14 Exp151\INC\drv.h
文件 164 2005-04-22 09:14 Exp151\INC\Maro.h
文件 224 2005-04-22 09:14 Exp151\init\heap.s
文件 1921 2005-04-22 09:14 Exp151\init\isr_address.s
文件 10303 2005-04-22 09:14 Exp151\init\readme.txt
文件 2212 2005-04-22 09:14 Exp151\init\retarget.c
文件 1585 2005-04-22 09:14 Exp151\init\scat_ram.scf
文件 1575 2005-04-22 09:14 Exp151\init\scat_rom.scf
文件 393 2005-04-22 09:14 Exp151\init\stack.s
............此处省略35个文件信息
相关资源
- 西安电子科技大学--嵌入式复习题
- 微机原理与接口技术课程设计-------
- 课程设计--小型局域网的组建
- 宽带放大器 课程设计
- ucos-ii实时嵌入式操作系统在AVR+mega系
- 数据结构课程设计之客户积分管理系
- 哈工大 EDA课程设计 verilog编程 数字秒
- 声光控路灯控制课程设计
- 基于VHDL的太阳能热水器智能控制系统
- 广工数据结构课程设计完整版
- VFP 仓库库存管理系统
- 数字信号处理 课程设计 武汉理工
- 学生宿舍楼网络设计
- 编译原理课程设计:基于表达式的计
- 数据结构课程设计之贪吃蛇源代码
- 数据结构内排序对比课程设计
- 机票预订系统软件工程课程设计
- 模拟汽车尾灯动作课程设计
- 课程设计Joseph环源码
- 五子棋局域网联机版
- 南京工程学院 数电课程设计六人抢答
- 数据库课程设计报告图书管理
- 数据库原理课程设计_客房管理系统
- 计算机网络课程设计实验报告
- 数据结构课程设计大作业-全国交通咨
- 住房管理系统课程设计报告
- 简易洗衣机控制电路的设计
- 数据结构课程设计报告——在表达式
- 嵌入式系统课程设计报告(直流电机
- 请求调页存储管理方式课程设计LRU
评论
共有 条评论