Skip to content

Commit

Permalink
Removing Leonardo (and Mouse/Keyboard examples) for Arduino 1.0 release.
Browse files Browse the repository at this point in the history
These will return, but the code isn't finished yet so I don't want to include it.
  • Loading branch information
damellis committed Nov 28, 2011
1 parent 33544fc commit dca1dc4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 206 deletions.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions build/shared/examples/9.Keyboard/KeyboardSerial/KeyboardSerial.ino

This file was deleted.

30 changes: 15 additions & 15 deletions hardware/arduino/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,21 @@ mega.build.variant=mega

##############################################################

leonardo.name=Arduino Leonardo
leonardo.upload.protocol=arduino
leonardo.upload.maximum_size=28672
leonardo.upload.speed=1200
leonardo.bootloader.low_fuses=0xde
leonardo.bootloader.high_fuses=0xd8
leonardo.bootloader.extended_fuses=0xcb
leonardo.bootloader.path=diskloader
leonardo.bootloader.file=DiskLoader-Leonardo.hex
leonardo.bootloader.unlock_bits=0x3F
leonardo.bootloader.lock_bits=0x2F
leonardo.build.mcu=atmega32u4
leonardo.build.f_cpu=16000000L
leonardo.build.core=arduino
leonardo.build.variant=leonardo
#leonardo.name=Arduino Leonardo
#leonardo.upload.protocol=arduino
#leonardo.upload.maximum_size=28672
#leonardo.upload.speed=1200
#leonardo.bootloader.low_fuses=0xde
#leonardo.bootloader.high_fuses=0xd8
#leonardo.bootloader.extended_fuses=0xcb
#leonardo.bootloader.path=diskloader
#leonardo.bootloader.file=DiskLoader-Leonardo.hex
#leonardo.bootloader.unlock_bits=0x3F
#leonardo.bootloader.lock_bits=0x2F
#leonardo.build.mcu=atmega32u4
#leonardo.build.f_cpu=16000000L
#leonardo.build.core=arduino
#leonardo.build.variant=leonardo

##############################################################

Expand Down

0 comments on commit dca1dc4

Please sign in to comment.