readme.txt
来自「血凝仪检测系统,硬件电路部分由正弦波产生模块、前级放大与滤波模块、检测线圈、锁相」· 文本 代码 · 共 46 行
TXT
46 行
AvrX for avr-gcc, version 2.6 test cases
8-June-2001
After executing a "make clean" the directory listing is as follows:
BasicTest1.c - Simple tasking and priority shifting. Also
demonstrates hooking into a timer interrupt.
BasicTest2.c - Runs through all semaphore interfaces and exercises
the semaphore queueing mechanism.
BasicTest3.c - Checks out the Timer Queue mechanism, then spins off
three tasks to hammer on the queue with interrupts enabled.
BasicTest4.c - Checks out the message queueing system. Again, spins off
a couple tasks in the end to hammer on the queue with an
interrupt handler as well to check out asyncronous handling
of the queue.
hardware.inc - some fundamental hardware information - look to makefile
for the stack location.
*.avd - Astudio file defining the target simulation hardware
*.aio - Astudio file defining the session I/O window layout
makefile - the makefile
MAKEFILE instructions:
The makefile depends upon the environment variable AVRX being
set to the root directory of the AvrX distribution. E.g. the parent
directory where this ReadMe.txt file is found.
See ../avrx/readme.txt for compiler information
RUNNING TESTS
All the tests toggle bits on PORTB to indicate things are working. In
general stepping through the main code to insure that each call is working
as expected, then checking the state of the LED bits (set breakpoints on
the outp() command in studio) to insure they are toggling periodically.
NOTE: "hardware.h" defines what ports and bits are actually used. So, feel
free to change things.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?