[En-Nut-Discussion] UserConf.mk and Nut/OS 3.5
Harald Kipp
harald.kipp at egnite.de
Thu Mar 18 19:46:26 CET 2004
Jan updated the configure script for Linux to work
with the latest changes.
For Win32 you can manually fix UserConf.mk, until
nutconf.exe has been updated too.
Here's my version vor ICCAVR and the ATmega128
MCU=enhanced
ARCH=avr
BURN=$(top_srcdir)\tools\win32\uisp
BURNFLAGS=-dprog=stk500 -dserial=/dev/ttyS0 -dspeed=115200 -dpart=atmega128
--erase --upload if=$(TARG)
CRUROM=$(top_srcdir)\tools\win32\crurom
AVR=c:\icc
HWDEF=-D__HARVARD_ARCH__
For GCC I use
MCU=atmega128
ARCH=avr
BURN=$(top_srcdir)\tools\win32\uisp
BURNFLAGS=-dprog=stk500 -dserial=/dev/ttyS0 -dspeed=115200 -dpart=atmega128
--erase --upload if=$(TARG)
CRUROM=$(top_srcdir)\tools\win32\crurom
HWDEF=-D__HARVARD_ARCH__
Harald
More information about the En-Nut-Discussion
mailing list