-
Notifications
You must be signed in to change notification settings - Fork 48
Added support for 32u4 #18
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
Open
SRGDamia1
wants to merge
38
commits into
SlashDevin:master
Choose a base branch
from
SRGDamia1:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
d8f77b7
Merge pull request #1 from SlashDevin/master
SRGDamia1 d3f6b2d
Added Travis support
SRGDamia1 804e871
Added support for 32u4
SRGDamia1 b46608d
Added another test for myself
SRGDamia1 398c8da
Removed limits on baud rates for 8MHz boards
SRGDamia1 bd32958
Better testing script
SRGDamia1 78bfd3e
Merge pull request #2 from SlashDevin/master
SRGDamia1 4d45b56
Merge remote-tracking branch 'origin/master'
SRGDamia1 19a4266
Added peak and unsetting prescalers at ignore
SRGDamia1 cb04f1e
Merge branch 'devin'
SRGDamia1 cc1f99e
Interrupts off by default
SRGDamia1 8738faf
Oops, uncommented the wrong line!
SRGDamia1 283da33
Fixed some comments
SRGDamia1 63f17a1
Added missed setting of TCCR's
SRGDamia1 66f4508
Default take ISR
SRGDamia1 2251940
Travis on more boards
SRGDamia1 3cdc90d
Move tests
SRGDamia1 eaaea5f
Example to compile against
SRGDamia1 a2dbb78
Fix timer pre-setting assignment
SRGDamia1 075f1e0
Oops, wrong speeds
SRGDamia1 7046a6c
Missed ignore
SRGDamia1 a51d575
Skipping test on ATTINY
SRGDamia1 67f1a7f
Removed unwanted comment
SRGDamia1 dcbdc48
Get tests really working
SRGDamia1 02fe96e
Printing speed in test
SRGDamia1 545404e
Limit speeds for processors at less than 12mhz
SRGDamia1 f003e0a
Removed extra comment
SRGDamia1 a51c235
Small fix to print dropped chars in test
SRGDamia1 27229c4
Added notes on processors and pin numbers
SRGDamia1 96cfd10
Corrected 2560RFR2 tp 256RFR2, also added notes on compatibility at 8MHz
SRGDamia1 bf6653d
Added sign to pin vars, fixed elif
SRGDamia1 fff812b
version bump
SRGDamia1 e0a9c6e
Extra braces
SRGDamia1 79d693b
Make fallthrough explicity
SRGDamia1 5a0daf7
Make interrupts external by default
SRGDamia1 9626916
add support for RS232-type logic levels
tpwrules df6af12
NeoSWSerial: avoid undefined behavior when TX disable is requested
tpwrules 304c2ae
Merge pull request #3 from tpwrules/fixes
SRGDamia1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| language: python | ||
| python: | ||
| - "2.7" | ||
|
|
||
| sudo: false | ||
| cache: | ||
| directories: | ||
| - "~/.platformio" | ||
|
|
||
| env: | ||
| - PLATFORMIO_CI_SRC=test/test.ino | ||
|
|
||
| install: | ||
| - pip install -U platformio | ||
|
|
||
| script: | ||
| - platformio ci --lib="." --board=uno --board=megaatmega2560 --board=mayfly --board=feather32u4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.