You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
follower 580cf788fe
Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them.
17 years ago
..
compile Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
iinchip Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
inet Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
main Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
mcu Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
util Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
ORIGIN.txt Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
README.txt Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago
README_KR.txt Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 17 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

+ How to compile


Execute the make in the ~/compile folder, then the source code is compiled.

In the Makefile, the compiler vesion is distinguished by "D__COMPILER_VERSION__" option
and compiler version is defined in the types.h file like belows.

#define __WINAVR_20050214__ 0
#define __WINAVR_20060125__ 1
#define __WINAVR_20060421__ 2

According to the compiler version,
rename the Makefile_WinAVR_20050214 or Makefile_WinAVR_20060421 file to Makefile

+ How to Change the interface mode
Change the value of the __DEF_IINCHIP_BUS__ in the types.h file.