forked from Phonog/Arduino_STM32
-
Notifications
You must be signed in to change notification settings - Fork 11
Phonog-patch-1 updated to current master #2
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
lacklustr
wants to merge
439
commits into
megadrifter:Phonog-patch-1
Choose a base branch
from
lacklustr:CAN_library
base: Phonog-patch-1
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.
Conversation
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
…ster Sync to Roger.
Add Arduino USB implementation of Arduino Stream class readBytes, which reads bytes in blocks with a timeout. Increases the speed from 300KB/s to 500KB/s over the Stream class readBytes function.
Added USBSerial implementation of readBytes.
…ster Merge pull request rogerclarkmelbourne#308 from victorpv/master
…to merge_stevstrong
Enhancements and fixes to use ADC in continuous mode triggered by an internal timer
Added Spi callbacks from @victorpv
Update F4 boards.txt to address memory size display issue
Update F1 boards.txt to address memory size display issues
Updates for F4 from @stevstrong
Fixed readme.md headings
Reworked RTC for F4
…to match with the Arduino API
Fixed typo causing 'warning: multi-line comment [-Wcomment]'
…re_X.local.txt Added platform.local.txt and boards.local.txt to .gitignore
…ustrlabs/Arduino_STM32 into lacklustrlabs-TIMER_CCMR1_CC2S_INPUT_TI1
…STM32 into lacklustrlabs-WireSlave
29d35c1 to
2d83436
Compare
|
Ok, i finally (!) got new hardware and I will start testing This is a big rebase, if you want to compare this vs the current Arduino_STM32:Master you can look here: https://github.com/lacklustrlabs/Arduino_STM32/tree/CAN_library (don't merge yet) |
This fixes problem caused by rogerclarkmelbourne@951d0ac#diff-3df511e94e3cba57d187bb1322b9f6c6
also added testing sketch for GM LAN.
Example says when you need to shift up or shift down
because I neet faster interrupt than 1 microsecond.
2d83436 to
0c050b8
Compare
Owner
|
Hello. Just to ask, am I to do anyshing with this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I've merged rogerclarkmelbourne/Arduino_STM32::master with Phonog-patch-1.
I also fixed a few redundant files and other issues.
Problem is that I just released the pixie dust from my MCP2551 adapters (won't chooch). So i can't test this until replacements arrives.
So, don't merge this just yet.