Skip to content

Commit

Permalink
Adafruit Gemma support
Browse files Browse the repository at this point in the history
  • Loading branch information
bkudria authored and Ben Kudria committed Jul 28, 2015
1 parent 9964961 commit 9072429
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions platformio/boards/adafruit.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,26 @@
"vendor": "Adafruit"
},

"gemma": {
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_GEMMA",
"f_cpu": "8000000L",
"mcu": "attiny85",
"variant": "gemma"
},
"frameworks": ["arduino"],
"name": "Adafruit Gemma",
"platform": "atmelavr",
"upload": {
"maximum_ram_size": 512,
"maximum_size": 8192,
"protocol": "usbtiny"
},
"url": "http://www.adafruit.com/products/1222",
"vendor": "Adafruit"
},

"trinket5": {
"build": {
"core": "arduino",
Expand Down

0 comments on commit 9072429

Please sign in to comment.