Skip to content

Suppress certain external library warnings #114

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 9 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
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
60 changes: 38 additions & 22 deletions .arduino-ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,41 @@
platforms:
mega2560:
board: arduino:avr:mega:cpu=atmega2560
package: arduino:avr
gcc:
features:
defines:
- __AVR__
- __AVR_ATmega2560__
- ARDUINO_ARCH_AVR
- ARDUINO_AVR_MEGA2560
warnings:
- no-unknown-attributes
- no-address-of-packed-member
flags:

unittest:
platforms:
- mega2560
libraries:
- "Adafruit BusIO"
- "Adafruit MAX31865"
- "Arduino-PID-Library"
- "Ethernet"
- "LiquidCrystal"
- "RTClib"
- "Keypad"
- "SdFat"
platforms:
- mega2560
libraries:
- "Adafruit BusIO"
- "Adafruit MAX31865"
- "Arduino-PID-Library"
- "Ethernet"
- "LiquidCrystal"
- "RTClib"
- "Keypad"
- "SdFat"

compile:
platforms:
- mega2560
libraries:
- "Adafruit BusIO"
- "Adafruit MAX31865"
- "Arduino-PID-Library"
- "Ethernet"
- "LiquidCrystal"
- "RTClib"
- "Keypad"
- "SdFat"
platforms:
- mega2560
libraries:
- "Adafruit BusIO"
- "Adafruit MAX31865"
- "Arduino-PID-Library"
- "Ethernet"
- "LiquidCrystal"
- "RTClib"
- "Keypad"
- "SdFat"
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ LICENSE
.all-contributorsrc
.gitignore
Makefile
.arduino-ci.yml
^other/*
^docs/Menus.xlsx$
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Flawfinder
FONTFAMILY
FONTSTYLE
FONTWEIGHT
gcc
Gemfile
getcwd
github
Expand Down
2 changes: 1 addition & 1 deletion GUI/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TankControllerGUI
A Python GUI for TankController running on the mocks provided by `Arduino CI`
A Python GUI for TankController running on the mocks provided by `Arduino CI`.

## Build Process
Follow these steps
Expand Down