Replies: 3 comments 18 replies
-
I'd say that custom target simply means that the target isn't included in the base Mbed OS source distribution, but is supported by a 3rd party package. At RPL, we generally created a custom target for each of our own boards (I confess that the new custom target support is motivated by our own internal needs). Since Mbed CE is up to the community by definition, I think there's no problem with people contributing their own boards to the OS so long as those boards are actually a real product that people can get. So I'd welcome an MR to add an "official" blackpill target, so long as there is appropriate documentation for the target. |
Beta Was this translation helpful? Give feedback.
-
arm-mbed is usually only accepting targets that have the debug hardware included, that was a requirement for the 'mbed enabled' logo. |
Beta Was this translation helpful? Give feedback.
-
@multiplemonomials To answer on your question of issue_393 I opened a test project for the bootloader with the same structure I currently use for the customized target. There you can see the only way I got it working with an almost empty c-file.
Later I will close this project and regenerate the keys. |
Beta Was this translation helpful? Give feedback.
-
Hello,
what is a Custom target for MbedCE?
For example Bluephill or Blackpill are real custom targets? Technically they are unofficial dev boards what can be bought.
From my point of view the Custom board can be a board what I will made for myself or for my own product. But when I make a dev board based on a popular MCU and will be available in a shop, for example like Blackpill... what is Custom about it? In the context of ARM Mbed it is clear - no official maintainer or Mbed partner for the dev board = it is up to community = Custom board.
@multiplemonomials
BR, Jan
Beta Was this translation helpful? Give feedback.
All reactions