Skip to content
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

Adding board definitions for #89 #123

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions misc/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ packages:
url: https://dl.espressif.com/dl/package_esp32_index.json

platforms:


nano:
board: arduino:avr:nano
package: arduino:avr
gcc:
features:
defines:
- __AVR_ATmega328__
warnings:
flags:
uno:
board: arduino:avr:uno
package: arduino:avr
Expand All @@ -30,7 +39,7 @@ platforms:
gcc:
features:
defines:
- __AVR_ATmega328__
- __AVR_ATSAM3X8E__
warnings:
flags:
zero:
Expand Down Expand Up @@ -92,6 +101,23 @@ platforms:
defines:
warnings:
flags:
grand_central_m4:
board: adafruit:samd:adafruit_grand_central_m4
package: adafruit:samd
gcc:
features:
defines:
warnings:
flags:
mega1280:
board: arduino:avr:mega:cpu=atmega1280
package: arduino:avr
gcc:
features:
defines:
- __AVR_ATmega1280__
warnings:
flags:
mega2560:
board: arduino:avr:mega:cpu=atmega2560
package: arduino:avr
Expand Down