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

feat: porting spi basic module functions #137

Merged
merged 1 commit into from
Nov 12, 2022

Conversation

CloudyPadmal
Copy link
Collaborator

@CloudyPadmal CloudyPadmal commented Sep 25, 2022

Addressing partly #105

This will enable the use of SPI expansion header with external sensors.

Tested 8-bit read/write/exchange operations against NRF24 radio module using this datasheet. 16-bits methods are also in code at a fork until they are tested against a sensor using 16-bit transactions. Therefore this PR only address 8-bit functions.

@CloudyPadmal CloudyPadmal added the firmware-porting Replacing older firmware with newer MCC based firmware label Sep 25, 2022
@CloudyPadmal CloudyPadmal self-assigned this Sep 25, 2022
@CloudyPadmal CloudyPadmal mentioned this pull request Sep 25, 2022
11 tasks
@CloudyPadmal CloudyPadmal marked this pull request as draft September 25, 2022 16:41
@CloudyPadmal CloudyPadmal force-pushed the spi-methods branch 2 times, most recently from 4f49778 to 7e2bbc8 Compare September 25, 2022 20:16
@CloudyPadmal CloudyPadmal removed the request for review from bessman September 25, 2022 20:16
@CloudyPadmal CloudyPadmal force-pushed the spi-methods branch 2 times, most recently from d47a65a to fe4e4d5 Compare September 27, 2022 20:40
@CloudyPadmal CloudyPadmal marked this pull request as ready for review November 7, 2022 21:13
@CloudyPadmal
Copy link
Collaborator Author

LTC1665 - 16-bit SPI peripheral

@CloudyPadmal CloudyPadmal merged commit f7dba00 into fossasia:main Nov 12, 2022
@CloudyPadmal CloudyPadmal deleted the spi-methods branch November 14, 2022 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
firmware-porting Replacing older firmware with newer MCC based firmware
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants