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

Fix for issue #532: SD Library compile error on MX1/MX2 #592

Merged
merged 3 commits into from Aug 26, 2015

Conversation

EmbeddedMan
Copy link
Member

I had to go in and modify the SD library a bit more than I first thought. However, I cleaned a number of things up in there (like we were trying to do some saving/restoring of SPI interrupts on MAX32, UNO32, uC32 that didn't need to be done, references to SOFTWARE_SPI (we're always using software SPI in this library), etc.). I also added PIC32_PPS as a define we can use anywhere now to trigger code that only needs to exists for PPS parts.

This should all be merged over into chipKIT-core someday too.

* Also added __PIC32_PPS__ define and updated some files with it
* Also added __PIC32_PPS__ define and updated some files with it
Conflicts:
	hardware/pic32/libraries/SD/utility/Sd2PinMap.h
@adamwolf
Copy link
Contributor

hey @chipkitbot, this is ok to test

ricklon added a commit that referenced this pull request Aug 26, 2015
Fix for issue #532: SD Library compile error on MX1/MX2
@ricklon ricklon merged commit c3ce504 into chipKIT32:master Aug 26, 2015
EmbeddedMan added a commit to chipKIT32/chipKIT-core that referenced this pull request Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants