Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added arduino bootloader and hexbright board info
  • Loading branch information
timothyasp committed Sep 24, 2012
1 parent f083c52 commit a4704bf
Show file tree
Hide file tree
Showing 4 changed files with 1,439 additions and 0 deletions.
22 changes: 22 additions & 0 deletions hardware/hexbright/boards.txt
@@ -0,0 +1,22 @@
##############################################################

hexbright.name=Hexbright

hexbright.upload.protocol=arduino
hexbright.upload.maximum_size=14336
hexbright.upload.speed=19200

hexbright.bootloader.low_fuses=0xe2
hexbright.bootloader.high_fuses=0xdd
hexbright.bootloader.extended_fuses=0x00
hexbright.bootloader.path=atmega
hexbright.bootloader.file=ATmegaBOOT_168_hexbright.hex
hexbright.bootloader.unlock_bits=0x3F
hexbright.bootloader.lock_bits=0x0F

hexbright.build.mcu=atmega168
hexbright.build.f_cpu=8000000L
hexbright.build.core=arduino:arduino
hexbright.build.variant=arduino:standard


0 comments on commit a4704bf

Please sign in to comment.