STM32 Nucleo L433RC-P example added#177
Conversation
This commit adds an example for STM32 Nucleo L433RC-P using the 0.91" (128x32) OLED screen Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
Added more elaborate comments, removed .unwrap()'s , updated README Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
|
Hey @orhun , |
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
|
I think this seems alright overall |
|
Oh, just remembered, we should update the CI to build this example as well. |
|
Alright. I'll look into that @orhun . Is that why there is a failed check ? |
|
No that's related to |
|
Alright @orhun. So regarding the CI update should I fix it ? |
|
yes please. Also please update the CI to test these changes |
Alright. Will do. |
- Assigned the `thumbv7em-none-eabihf` target to the STM32 OLED example - Added a step to automatically install the cross-compilation targets via `rustup` for non-host and non-Xtensa builds Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
|
Hey @orhun , |
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
|
The typo should be fixed now @orhun . And also the format check should also pass. Please take a look and let me know. |
|
@orhun, please let me know if the CI works without any errors. Thank you. |
|
this should be mostly good to go |
|
Thank you @orhun |
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
|
Hey @orhun , |
|
thanks, let's see the CI |
|
Just checking back on this when you have time @orhun . Happy to make any changes if needed. |
|
Hey @orhun , |
|
Can you fix the conflicts? Also, please create new branches for pull requests :) (right now this sits in |
|
Alright will look into it. |
|
Hey @orhun, |
This PR adds an example of
ratatuiandmousefoodrunning on a 0.91" (128x32) OLED display using the STM32 Nucleo L433RC-P development board.Closes #176