?? readme.txt
字號:
AvrX for avr-gcc, version 2.6
8-June-2001
After executing a "make clean" the directory listing is as follows:
avrx-io.h (IAR wrapper for io-avr.h)
avrx.h
avrx.inc
avrx.xlb (IAR linker)
avrx_canceltimer.s
avrx_canceltimermessage.s
avrx_eeprom.s
avrx_halt.s
avrx_message.s
avrx_priority.s
avrx_recvmessage.s
avrx_resetsemaphore.s
avrx_semaphores.s
avrx_singlestep.s
avrx_starttimermessage.s
avrx_suspend.s
avrx_tasking.s
avrx_terminate.s
avrx_testsemaphore.s
avrx_timequeue.s
makefile
monitor.s
README.txt
serialio.s
avrx-signal.h (IAR wrapper for sig-avr.h)
ioavr.h (IAR's version of io-avr.h)
avrx_generatesinglestepinterrupt.s
avrx-ctoasm.inc
avrx_iar_vect.s (Avrx's interrupt table for IAR)
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.
make - Will build both IAR and GCC libraries
make gcc
make iar
make clean - will clean out the directory
ENVIRONMENT
The examples were developed and compiled under avr-gcc 3.0 (anything
higher than 2.97 should work) that can be found at:
http://combio.de/avr
You need a copy of IAR Atmel AVR C/EC++ Compiler V2.25B/WIN or greater
to build the kernel and samples for IAR C. The kernel is written to
conform to IAR A90 C compiler, but I don't have that compiler and
there will certainly be some code tweaking needed - mainly in alternate
directives, etc. the actual code should be compatible.
DISCLAIMER: I work with windows only. Your milage may vary with Linux.
In particular, I try to keep file names consistant, but since windows
hides upper/lower case from me, I might have missed one or two. Please
let me know of problems or suggestions or, better yet solutions to this
problem.
- Larry@barello.net
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -