Skip to content

renamed spi flash to ext flash not to confuse with the actual spi flash #135

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

Merged
merged 1 commit into from
May 23, 2017

Conversation

robomike
Copy link

FLASH_SPI were using the same pins as the spi flash on the board. This renames the pins for the user to use the External SPI.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for splitting these changes out into a separate pull request! I'm excited to get this corrected.

{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_SCK), (mp_obj_t)&pin_PB11 },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_MOSI), (mp_obj_t)&pin_PB10 },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_MISO), (mp_obj_t)&pin_PA12 },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_CS), (mp_obj_t)&pin_PA13 },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove EXT_ from the names and remove the CS line. Its still the CS line for the flash and not on the 2x3 SPI connector.

@robomike
Copy link
Author

Hi Scott, the last commit should have resolved you change request. please confirm.

@tannewt
Copy link
Member

tannewt commented May 23, 2017

I only see one commit in the pull request still. Did you push it to your pins branch?

@robomike
Copy link
Author

Hi Scott, yes, and git says up-to date when I push again to it... thoughts?

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for this!

@tannewt tannewt merged commit b444788 into adafruit:master May 23, 2017
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.

2 participants