Skip to content

Commit

Permalink
Added 1284p definitions?
Browse files Browse the repository at this point in the history
  • Loading branch information
JadinAndrews committed May 4, 2017
1 parent 9f3a3a2 commit 2e5f34a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 957 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#------------------------------------------------------------------
# Change these defs for the target device

MCU_TARGET = atmega328p # Target device to be used (32K or larger)
BOOT_ADR = 0x07000 # Boot loader start address [byte] NOT [word] as in http://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega1284p
MCU_TARGET = atmega1284 # Target device to be used (32K or larger)
BOOT_ADR = 0x1F000 # Boot loader start address [byte] NOT [word] as in http://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega1284p
F_CPU = 16000000 # CPU clock frequency [Hz] NOT critical: it just should be higher than the actual Hz
SD_CS_PORT = PORTB # Data Register of the SD CS pin
SD_CS_DDR = DDRB # Data Direction Register of the SD CS pin
Expand Down
234 changes: 0 additions & 234 deletions build/atmega328_cs10_16000000L_serial_fat16.hex

This file was deleted.

Loading

0 comments on commit 2e5f34a

Please sign in to comment.