Skip to content

Commit

Permalink
Add "voidavr" build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 23, 2015
1 parent e622c95 commit f8eff9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ framework = energia
board = lpmsp430g2553
src_filter = +<*> -<hal/platforms> +<hal/platforms/wiring>
build_flags = -D SA_PLATFORM_WIRING

[env:voidavr]
platform = atmelavr
board = uno
src_filter = +<*> -<hal/platforms> +<hal/platforms/void>
build_flags = -D SA_PLATFORM_VOID

0 comments on commit f8eff9c

Please sign in to comment.