Changeset 53cf5f5 in avrstuff


Ignore:
Timestamp:
May 29, 2023, 10:13:41 AM (12 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
cde4666
Parents:
88a38a8
Message:

pcw2hid: adjust Makefile to build for final hardware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/pcw2hid/code/makefile

    r88a38a8 r53cf5f5  
    1212# Run "make help" for target help.
    1313
    14 #MCU          = at90usb162
    15 MCU          = at90usb1287
     14MCU          = at90usb162
     15#MCU          = at90usb1287
    1616ARCH         = AVR8
    1717BOARD        =
     
    4444include $(DMBS_PATH)/atprogram.mk
    4545
     46#dfu: $(TARGET).hex
     47#       dfu-programmer at90usb162 flash $(TARGET).hex
     48
    4649#PROG=usbasp
    47 PROG=avr109 -P /dev/ports/usb0
     50#PROG=avr109 -P /dev/ports/usb0
     51PROG=stk500 -P /dev/ports/usb0
    4852flash: $(TARGET).hex
    4953        avrdude -u -c $(PROG) -p $(MCU) -Uflash:w:$^
Note: See TracChangeset for help on using the changeset viewer.