ignore binary
This commit is contained in:
parent
eeabd07d50
commit
7d043be441
3 changed files with 4 additions and 3 deletions
1
code/.gitignore
vendored
Normal file
1
code/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
nixie.elf
|
|
@ -1,6 +1,6 @@
|
|||
compile:
|
||||
avr-gcc -DF_CPU=8000000 -Iavr-i2c -Iavr-ds3231 -Os -flto -mmcu=atmega48 main.c avr-ds3231/ds3231.c avr-i2c/i2c.c -o nixie
|
||||
avr-size -A nixie
|
||||
avr-gcc -DF_CPU=8000000 -Iavr-i2c -Iavr-ds3231 -Os -flto -mmcu=atmega48 main.c avr-ds3231/ds3231.c avr-i2c/i2c.c -o nixie.elf
|
||||
avr-size -A nixie.elf
|
||||
|
||||
flash:
|
||||
avrdude -p m48 -c usbasp -P usb -B4 -U flash:w:nixie
|
||||
avrdude -p m48 -c usbasp -P usb -B4 -U flash:w:nixie.elf
|
||||
|
|
BIN
code/nixie
BIN
code/nixie
Binary file not shown.
Loading…
Add table
Reference in a new issue