Skip to content

mulle: Configure hardware CS for all on-board SPI slaves#6810

Merged
vincent-d merged 1 commit intoRIOT-OS:masterfrom
jnohlgard:pr/mulle-hwcs
Mar 30, 2017
Merged

mulle: Configure hardware CS for all on-board SPI slaves#6810
vincent-d merged 1 commit intoRIOT-OS:masterfrom
jnohlgard:pr/mulle-hwcs

Conversation

@jnohlgard
Copy link
Member

Follow up on #6572. Define the parameters for SPI0 hardware CS 1,2,3 pins in addition to the original HWCS 0.

@jnohlgard jnohlgard added Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation labels Mar 28, 2017
@jnohlgard jnohlgard added this to the Release 2017.04 milestone Mar 28, 2017
GPIO_UNDEF,
GPIO_UNDEF,
GPIO_PIN(PORT_D, 4),
GPIO_PIN(PORT_D, 5),
Copy link
Member

Choose a reason for hiding this comment

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

Without going into details, are you sure this is D5 and not D0? Unfortunately I don't have a mulle to test.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes PTD5 is correct.
PTD0 is SPI0_PCS0, PTD4 is SPI0_PCS1, PTD5 is SPI0_PCS2. PTD6 is SPI0_PCS3

@jnohlgard jnohlgard added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Mar 29, 2017
@jnohlgard
Copy link
Member Author

@PeterKietzmann rebased to make this PR independent. This is currently blocking Mulle support on #6762.

Copy link
Member

@vincent-d vincent-d left a comment

Choose a reason for hiding this comment

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

ACK

@vincent-d vincent-d merged commit 3af13e7 into RIOT-OS:master Mar 30, 2017
@jnohlgard
Copy link
Member Author

Thanks 🎂

@jnohlgard jnohlgard deleted the pr/mulle-hwcs branch March 30, 2017 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants