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

board: nucleo-l432kc: Add missing nucleo 432kc spi driver setting #6373

Merged
merged 5 commits into from
Jun 6, 2022

Conversation

Dictor
Copy link
Contributor

@Dictor Dictor commented Jun 6, 2022

Summary

  • chip: stm32l4: Correct config mistype
  • board: nucleo-l432kc: Add missing TIM1 CH3, CH4 pin definition
  • chip: stm32l4: Register spi character driver when both spi port and driver available
  • board: nucleo-l432kc: Add spi driver registering function and Make it is called on appinit.

Impact

Before this PR, SPI character driver doesn't be registered unlike other driver like I2C and etc.
Even there is no method to enable character driver on config and code in app to.
This PR makes to that SPI character driver is registered on board init when peripheral and driver is enabled.

Testing

Tested on real board and Communication is tested with MPU9250 IMU.

@xiaoxiang781216
Copy link
Contributor

@Dictor
Copy link
Contributor Author

Dictor commented Jun 6, 2022

@xiaoxiang781216 Sorry for my mistake, I corrected my code format.

@xiaoxiang781216 xiaoxiang781216 merged commit 4058f01 into apache:master Jun 6, 2022
@jerpelea jerpelea added this to To-Add in Release Notes - 11.0.0 Aug 30, 2022
@jerpelea jerpelea moved this from To-Add to Added in Release Notes - 11.0.0 Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants