Skip to content

Commit ac126ca

Browse files
committed
New repository for the AVR files
1 parent d70fecb commit ac126ca

File tree

394 files changed

+187415
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+187415
-0
lines changed

boards.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See: http://code.google.com/p/arduino/wiki/Platforms
2+
3+
menu.cpu=Processor
4+
5+
##############################################################
6+
avr.name=panStamp AVR w/ atmega328p
7+
8+
avr.upload.tool=avrdude
9+
avr.upload.protocol=arduino
10+
avr.upload.maximum_data_size=2048
11+
avr.upload.maximum_size=32256
12+
avr.upload.speed=57600
13+
14+
avr.build.core=panstamp
15+
avr.build.mcu=atmega328p
16+
avr.build.f_cpu=8000000L
17+
avr.build.variant=panstamp
18+
avr.build.board=PANSTAMP_AVR
19+
20+
##############################################################
21+

0 commit comments

Comments
 (0)