forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SAMD51 SPI Secondary Mode #9385
Open
Randall-Scharpf
wants to merge
44
commits into
adafruit:main
Choose a base branch
from
Bruin-Spacecraft-Group:main
base: main
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 21 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
639fed2
Add slave_mode parameter to the SPI bus constructor
Randall-Scharpf b459802
Update SPI construction usages
Randall-Scharpf 58e1ee7
Attempt to change MODE to peripheral
Randall-Scharpf 8444193
fix inversion bitmath error
Randall-Scharpf b98ff01
add build script
Randall-Scharpf c969a64
working edits to spi and can attempts
Randall-Scharpf 82a6f95
SPI responds to clock with this change, data transfer still ununcerta…
Randall-Scharpf 9c8401b
build interpreter (mac version)
anniexiang01 8a552f1
potential fix for busio SPI parameters
anniexiang01 b983bf9
add SS pin and fix DIPO/DOPO assignment
Randall-Scharpf 1728222
Merge branch '9.0.x' of https://github.com/adafruit/circuitpython int…
Randall-Scharpf 09d2c66
Merge branch 'adafruit-9.0.x' into main
Randall-Scharpf c06f9e1
hey wait we dont need a crystal
Randall-Scharpf bd10666
update dma code to use new allocation interface
Randall-Scharpf 5490a82
add async spi interface
Randall-Scharpf cfa4425
enable preloading data register
Randall-Scharpf 5c21495
update samd-peripherals submodule to point to a bruinspace-owned fork
Randall-Scharpf 4d151a0
update reference submodule commit hash
Randall-Scharpf 26e838b
added board configurations for RAPID-0 CDH, ADCS, and EPS boards. rev…
anniexiang01 0ae5be8
corrected board family on rapid0_adcs mpconfigboard.mk file
anniexiang01 a73df58
Updated USB VID, PID, and PRODUCT to reflect sublicense given by Micr…
anniexiang01 d4df61e
updated adcs board files to be based on the bdmicro vina d51, new bui…
anniexiang01 dcc97d7
fixed rapid0-cdh pin error
anniexiang01 14136fc
restore metro_m4_express configuration
Randall-Scharpf 555f1a3
remove extraneous build files
Randall-Scharpf d048667
remove extraneous build files
Randall-Scharpf 4696d07
set SPI drive strength to high
Randall-Scharpf 1fc4d72
haha! adcs works now
Randall-Scharpf 2ba0b56
add annie's new rapid-0 firmware build workflow
Randall-Scharpf a7b3de4
add SPITarget interface (HAL still unimplemented)
Randall-Scharpf 289f420
implement the spitarget methods
Randall-Scharpf 616ec37
fix the type of self within spitarget
Randall-Scharpf 114d49e
fix import errors and transfer_close return typing
Randall-Scharpf 5657f8a
fix typing and naming mismatches
Randall-Scharpf 1aad399
ok this is the one
Randall-Scharpf ff2fb90
fix function name mismatch between call and declaration
Randall-Scharpf dd7056b
return none from bound functions
Randall-Scharpf 1875e70
fix buffer mishandling in spitarget bindings
Randall-Scharpf 0a68f43
remove busio.SPI
Randall-Scharpf ea344c3
repair constructors referencing old API
Randall-Scharpf 100a045
remove asynchronous interface under busio.SPI
Randall-Scharpf 821b7f2
merge implementation of new spitarget api
Randall-Scharpf 022e191
add missing files not found by wildcard
Randall-Scharpf d059736
push samd-peripherals to merge commit in adafruit repository
Randall-Scharpf 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make a separate PR to update the Adafruit repo. We'll get that merged in before this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added and sent in a PR, see adafruit/samd-peripherals#46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR got approved; I've updated the submodule reference to point to the merge commit that just got made