-
Notifications
You must be signed in to change notification settings - Fork 3
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
boards: shields: Add X-NUCLEO-IDB05A1 #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Split the shield and the board commit, so we don't have to wait for dependency.
Then go for zephyr upstream.
Question: Have you been able to test the shield with any board other than MP1?
|
||
X-NUCLEO-IDB05A1 provides a SPBTLE-RF chip with the following key features: | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra line to suppress, to check in whole file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra-lines removed
Not yet, I only checked with the MP1, tell me if you want me to check with something else and I'll try some basic samples BLE samples :) |
1b28e26
to
9733ab0
Compare
@erwango what about this : |
9733ab0
to
929078d
Compare
Updated with more informations: specified which test passed on which boards. @erwango we might want to wait the SPI and Arduino-R3 connector adding for stm32mp157c_dk2 on Zephyr before adding the second commit related to stm32mp157c-dk2 ? |
0c67e21
to
41c251e
Compare
Waiting status about zephyrproject-rtos#17310 to go further |
@@ -0,0 +1 @@ | |||
CONFIG_SPI_1=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, not sure it makes sense to enabled this shield on this board.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, indeed this is a bit twisted... Will be removed
@@ -0,0 +1 @@ | |||
CONFIG_SPI_4=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If SPI_4 is arduino SPI, I'd expect it to be enabled conditionally if SPI is enabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct this is Arduino SPI, will be removed
41c251e
to
87eeb0b
Compare
@erwango changes dones |
@yboutreux, ok to upstream after you fix the conflict |
87eeb0b
to
9c88a08
Compare
8015e5d
to
c9cb87e
Compare
Closed because went to upstream |
Add STMicroelectronics BLE shield X-NUCLEO-IDB05A1
Signed-off-by: Yaël Boutreux yael.boutreux@st.com