Skip to content

89 adding boards #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 29, 2019
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ matrix:
- os: osx
env: BADGE=linux

#before_install: gem install bundler -v 1.15.4
before_install:
- gem install bundler -v 1.15.4
- bundle _1.15.4_ install
script:
- g++ -v
#- gem install bundle -v 1.15.4
#- bundle _1.15_ install
- bundle install
- bundle exec rubocop --version
- bundle exec rubocop -D .
Expand Down
8 changes: 7 additions & 1 deletion misc/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ platforms:
gcc:
features:
defines:
- __ATSAM3X8E__
# The due should use the ATSAM3X8E; however, that component does not seem
# to be defined for the Godmode tests/components
# The next closest part would be the AVR_ATmega2560 as both boards
# use the mega form factor
#- __ATSAM3X8E__
- __AVR_ATmega2560__
#- __AVR_ATmega328__
warnings:
flags:
zero:
Expand Down