add support for H503RB (generic and Nucleo)#803
add support for H503RB (generic and Nucleo)#803VIPQualityPost wants to merge 1 commit intoplatformio:developfrom
Conversation
|
@valeros same for this one 😄 |
|
Hi @VIPQualityPost, thanks for the PR. The latest stable OpenOCD doesn’t support the H5 family, and we don’t use any OpenOCD forks. So, basically, you’ll have to drop |
| }, | ||
| "frameworks": [ | ||
| "arduino", | ||
| "stm32cube" |
There was a problem hiding this comment.
btw, NUCLEO_H503RB is supported in mbed-ce, so you can add mbed-ce to the frameworks if #863 merges first.
|
fwiw, I think pyocd actually does support these boards now, even though openocd and st-link still do not. So you might want to try adding |
|
I wasn't really paying attention to this PR anymore because of this comment: #853 (comment) Did the 'new' method for supporting generic hardware get implemented yet? ( @valeros ) |
|
@valeros is there any update on the new plan to add generic chips which are already supported in underlying stm32duino core? It's been a few years now and it looks like there are quite a lot of both issue and PR hanging on this. I would love to contribute more if I know how to help. |
Adding the "new" STM32H503 with nucleo (these are already supported in stm32duino).