Project

General

Profile

Revision 52

Updated libwireless to include new token ring functions.

View differences:

Makefile
114 114

  
115 115

  
116 116
# Place -I options here
117
CINCS = -I../lib -I../../libs_general/libdragonfly -L../lib -L../../libs_general/libdragonfly
117
CINCS = -I../lib -I../../../lib/include/libdragonfly -L../lib -L../../../lib/bin
118 118

  
119 119

  
120 120

  
......
211 211
AVRDUDE_PROGRAMMER = avrisp
212 212

  
213 213
# com1 = serial port. Use lpt1 to connect to parallel port.
214
AVRDUDE_PORT = com4
214
AVRDUDE_PORT = /dev/ttyUSB1
215 215
# programmer connected to serial device
216 216

  
217 217
AVRDUDE_WRITE_FLASH = -b 57600 -U flash:w:$(TARGET).hex
......
239 239

  
240 240
#don't check for device signature
241 241
AVRDUDE_FLAGS += -F
242
AVRDUDE_FLAGS += -D
242 243

  
243 244

  
244 245

  

Also available in: Unified diff