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

Use platformio to build against multiple boards #78

Closed
4-20ma opened this issue Sep 17, 2016 · 0 comments
Closed

Use platformio to build against multiple boards #78

4-20ma opened this issue Sep 17, 2016 · 0 comments
Assignees

Comments

@4-20ma
Copy link
Owner

4-20ma commented Sep 17, 2016

ModbusMaster version

1.0.0

Arduino IDE version

any

Arduino Hardware

any

Platform Details

any


Feature Request

Narrative:

As a project owner
I want my library to compile cleanly for multiple boards
So that it may be used on a wide variety of hardware

Acceptance Criteria:

Scenario 1: all boards
Given board is one of uno | due | huzzah | genuino101 | teensy31
When  `make` or `make all` is executed
Then  target compiles cleanly
Scenario 2: specific board
Given board is one of uno | due | huzzah | genuino101 | teensy31
When  `make <board>` is executed
Then  target compiles cleanly
Scenario 3: travis-ci
Given board is one of uno | due | huzzah | genuino101 | teensy31
When  `make build` is executed with PLATFORMIO_BOARD=<board>
Then  targets compile cleanly
@4-20ma 4-20ma self-assigned this Sep 17, 2016
4-20ma added a commit that referenced this issue Sep 17, 2016
Fix #78 Use platformio to build multiple boards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant