Skip to content

Commit

Permalink
Add support for ATmega328PB
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 18, 2016
1 parent eedaa7a commit ec08cfe
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ platform = atmelavr
framework = arduino
board = yun

[env:atmega328pb]
platform = atmelavr
framework = arduino
board = atmega328pb
5 changes: 5 additions & 0 deletions examples/arduino-external-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ board = leonardo
platform = atmelavr
framework = arduino
board = ethernet

[env:atmega328pb]
platform = atmelavr
framework = arduino
board = atmega328pb
5 changes: 5 additions & 0 deletions examples/arduino-internal-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ board = leonardo
platform = atmelavr
framework = arduino
board = ethernet

[env:atmega328pb]
platform = atmelavr
framework = arduino
board = atmega328pb
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"framework-arduinoavr": {
"type": "framework",
"optional": true,
"version": "~1.10608.0"
"version": "~1.10612.0"
},
"framework-simba": {
"type": "framework",
Expand Down

0 comments on commit ec08cfe

Please sign in to comment.